2021-12-30 23:15:02,092 [INFO] from org.thp.scalligraph.ScalligraphModule in main [|] Loading scalligraph module 2021-12-30 23:15:03,666 [INFO] from akka.event.slf4j.Slf4jLogger in application-akka.actor.default-dispatcher-5 [|] Slf4jLogger started 2021-12-30 23:15:04,022 [INFO] from akka.remote.artery.tcp.ArteryTcpTransport in application-akka.actor.default-dispatcher-5 [|] Remoting started with transport [Artery tcp]; listening on address [akka://application@127.0.0.1:38127] with UID [7430882583615074340] 2021-12-30 23:15:04,037 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-5 [|] Cluster Node [akka://application@127.0.0.1:38127] - Starting up, Akka version [2.6.10] ... 2021-12-30 23:15:04,115 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-5 [|] Cluster Node [akka://application@127.0.0.1:38127] - Registered cluster JMX MBean [akka:type=Cluster] 2021-12-30 23:15:04,116 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-5 [|] Cluster Node [akka://application@127.0.0.1:38127] - Started up successfully 2021-12-30 23:15:04,147 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-10 [|] Cluster Node [akka://application@127.0.0.1:38127] - No seed-nodes configured, manual cluster join required, see https://doc.akka.io/docs/akka/current/typed/cluster.html#joining 2021-12-30 23:15:04,152 [INFO] from akka.cluster.sbr.SplitBrainResolver in application-akka.actor.default-dispatcher-10 [|] SBR started. Config: strategy [KeepMajority], stable-after [20 seconds], down-all-when-unstable [15 seconds], selfUniqueAddress [akka://application@127.0.0.1:38127#7430882583615074340], selfDc [default]. 2021-12-30 23:15:05,408 [INFO] from org.reflections.Reflections in main [|] Reflections took 235 ms to scan 1 urls, producing 168 keys and 2523 values 2021-12-30 23:15:05,415 [INFO] from org.thp.thehive.ClusterSetup in main [|] Initialising cluster 2021-12-30 23:15:05,433 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-10 [|] Cluster Node [akka://application@127.0.0.1:38127] - Node [akka://application@127.0.0.1:38127] is JOINING itself (with roles [dc-default], version [0.0.0]) and forming new cluster 2021-12-30 23:15:05,435 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-10 [|] Cluster Node [akka://application@127.0.0.1:38127] - is the new leader among reachable nodes (more leaders may exist) 2021-12-30 23:15:05,463 [INFO] from akka.cluster.Cluster in application-akka.actor.default-dispatcher-10 [|] Cluster Node [akka://application@127.0.0.1:38127] - Leader is moving node [akka://application@127.0.0.1:38127] to [Up] 2021-12-30 23:15:05,470 [INFO] from org.thp.thehive.ClusterListener in application-akka.actor.default-dispatcher-10 [|] Member is Up: akka://application@127.0.0.1:38127 2021-12-30 23:15:05,474 [INFO] from akka.cluster.sbr.SplitBrainResolver in application-akka.actor.default-dispatcher-5 [|] This node is now the leader responsible for taking SBR decisions among the reachable nodes (more leaders may exist). 2021-12-30 23:15:05,518 [INFO] from akka.cluster.singleton.ClusterSingletonManager in application-akka.actor.default-dispatcher-11 [|] Singleton manager starting singleton actor [akka://application/system/singletonManagerJanusGraphClusterLeader/JanusGraphClusterLeader] 2021-12-30 23:15:05,521 [INFO] from akka.cluster.singleton.ClusterSingletonManager in application-akka.actor.default-dispatcher-11 [|] ClusterSingletonManager state change [Start -> Oldest] 2021-12-30 23:15:05,524 [INFO] from akka.cluster.singleton.ClusterSingletonProxy in application-akka.actor.default-dispatcher-11 [|] Singleton identified at [akka://application/system/singletonManagerJanusGraphClusterLeader/JanusGraphClusterLeader] 2021-12-30 23:15:05,949 [DEBUG] from org.thp.scalligraph.janus.JanusClusterManagerActor$$anonfun$waitForPeerStatus$1 in application-akka.actor.default-dispatcher-5 [|] Cancel timer [TimerKey] with generation [1] 2021-12-30 23:15:06,229 [INFO] from com.datastax.driver.core in application-akka.actor.default-dispatcher-11 [|] DataStax Java driver 3.9.0 for Apache Cassandra 2021-12-30 23:15:06,232 [INFO] from com.datastax.driver.core.GuavaCompatibility in application-akka.actor.default-dispatcher-11 [|] Detected Guava >= 19 in the classpath, using modern compatibility layer 2021-12-30 23:15:06,439 [INFO] from com.datastax.driver.core.ClockFactory in application-akka.actor.default-dispatcher-11 [|] Using native clock to generate timestamps. 2021-12-30 23:15:06,538 [INFO] from com.datastax.driver.core.NettyUtil in application-akka.actor.default-dispatcher-11 [|] Found Netty's native epoll transport in the classpath, using it 2021-12-30 23:15:06,839 [INFO] from com.datastax.driver.core.policies.DCAwareRoundRobinPolicy in application-akka.actor.default-dispatcher-11 [|] Using data-center name 'datacenter1' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor) 2021-12-30 23:15:06,840 [INFO] from com.datastax.driver.core.Cluster in application-akka.actor.default-dispatcher-11 [|] New Cassandra host /127.0.0.1:9042 added 2021-12-30 23:15:07,102 [INFO] from org.janusgraph.core.util.ReflectiveConfigOptionLoader in application-akka.actor.default-dispatcher-11 [|] Loaded and initialized config classes: 8 OK out of 13 attempts in PT0.02S 2021-12-30 23:15:07,120 [WARN] from org.reflections8.Reflections in application-akka.actor.default-dispatcher-11 [|] given scan urls are empty. set urls in the configuration 2021-12-30 23:15:07,136 [WARN] from org.janusgraph.diskstorage.configuration.builder.ReadConfigurationBuilder in application-akka.actor.default-dispatcher-11 [|] Local setting index.search.index-name=scalligraph (Type: GLOBAL_OFFLINE) is overridden by globally managed value (janusgraph). Use the ManagementSystem interface instead of the local configuration to control this setting. 2021-12-30 23:15:09,405 [INFO] from org.janusgraph.graphdb.idmanagement.UniqueInstanceIdRetriever in application-akka.actor.default-dispatcher-11 [|] Generated unique-instance-id=7f000101124354-thehive1 2021-12-30 23:15:09,415 [INFO] from com.datastax.driver.core.ClockFactory in application-akka.actor.default-dispatcher-11 [|] Using native clock to generate timestamps. 2021-12-30 23:15:09,462 [INFO] from com.datastax.driver.core.policies.DCAwareRoundRobinPolicy in application-akka.actor.default-dispatcher-11 [|] Using data-center name 'datacenter1' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor) 2021-12-30 23:15:09,462 [INFO] from com.datastax.driver.core.Cluster in application-akka.actor.default-dispatcher-11 [|] New Cassandra host /127.0.0.1:9042 added 2021-12-30 23:15:09,482 [INFO] from org.janusgraph.diskstorage.Backend in application-akka.actor.default-dispatcher-11 [|] Configuring index [search] 2021-12-30 23:15:09,596 [INFO] from org.janusgraph.diskstorage.Backend in application-akka.actor.default-dispatcher-11 [|] Initiated backend operations thread pool of size 8 2021-12-30 23:15:09,673 [INFO] from org.janusgraph.diskstorage.Backend in application-akka.actor.default-dispatcher-11 [|] Configuring total store cache size: 521068209 2021-12-30 23:15:09,795 [INFO] from org.janusgraph.diskstorage.log.kcvs.KCVSLog in application-akka.actor.default-dispatcher-11 [|] Loaded unidentified ReadMarker start time 2021-12-30T23:15:09.795Z into org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller@5ea0356f 2021-12-30 23:15:09,848 [INFO] from org.thp.scalligraph.janus.JanusDatabase in application-akka.actor.default-dispatcher-11 [|] Full-text index is available (lucene:/opt/thp/thehive/index) single node 2021-12-30 23:15:09,872 [INFO] from org.reflections.Reflections in application-akka.actor.default-dispatcher-11 [|] Reflections took 15 ms to scan 1 urls, producing 46 keys and 269 values 2021-12-30 23:15:09,897 [DEBUG] from org.thp.thehive.connector.cortex.models.CortexSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ActionContext 2021-12-30 23:15:09,897 [DEBUG] from org.thp.thehive.connector.cortex.models.CortexSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AnalyzerTemplate 2021-12-30 23:15:09,897 [DEBUG] from org.thp.thehive.connector.cortex.models.CortexSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableJob 2021-12-30 23:15:09,897 [DEBUG] from org.thp.thehive.connector.cortex.models.CortexSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Job 2021-12-30 23:15:09,897 [DEBUG] from org.thp.thehive.connector.cortex.models.CortexSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Action 2021-12-30 23:15:09,897 [DEBUG] from org.thp.thehive.connector.cortex.models.CortexSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ReportObservable 2021-12-30 23:15:09,911 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model TaskLog 2021-12-30 23:15:09,916 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ImpactStatus 2021-12-30 23:15:09,918 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableAttachment 2021-12-30 23:15:09,920 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ShareProfile 2021-12-30 23:15:09,922 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseCaseTemplate 2021-12-30 23:15:09,926 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseTemplateCustomField 2021-12-30 23:15:09,928 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Taxonomy 2021-12-30 23:15:09,931 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model UserConfig 2021-12-30 23:15:09,936 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Alert 2021-12-30 23:15:09,938 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseProcedure 2021-12-30 23:15:09,942 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CustomField 2021-12-30 23:15:09,944 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableData 2021-12-30 23:15:09,946 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AlertCase 2021-12-30 23:15:09,947 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model OrganisationShare 2021-12-30 23:15:09,949 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model RoleOrganisation 2021-12-30 23:15:09,950 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AlertOrganisation 2021-12-30 23:15:09,952 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Page 2021-12-30 23:15:09,954 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AlertObservable 2021-12-30 23:15:09,956 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseTemplateTag 2021-12-30 23:15:09,958 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseTemplateOrganisation 2021-12-30 23:15:09,961 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model OrganisationConfig 2021-12-30 23:15:09,964 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AlertCustomField 2021-12-30 23:15:09,969 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Profile 2021-12-30 23:15:09,972 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Observable 2021-12-30 23:15:09,974 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model OrganisationDashboard 2021-12-30 23:15:09,976 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model PatternPattern 2021-12-30 23:15:09,981 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Task 2021-12-30 23:15:09,984 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ReportTag 2021-12-30 23:15:09,987 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model LogAttachment 2021-12-30 23:15:09,988 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model RoleProfile 2021-12-30 23:15:09,989 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ShareCase 2021-12-30 23:15:09,991 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AlertCaseTemplate 2021-12-30 23:15:09,992 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableObservableType 2021-12-30 23:15:09,995 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseTag 2021-12-30 23:15:09,997 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model OrganisationPage 2021-12-30 23:15:09,999 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Procedure 2021-12-30 23:15:10,002 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ResolutionStatus 2021-12-30 23:15:10,005 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Audit 2021-12-30 23:15:10,007 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableTag 2021-12-30 23:15:10,008 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseResolutionStatus 2021-12-30 23:15:10,009 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model User 2021-12-30 23:15:10,011 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableReportTag 2021-12-30 23:15:10,012 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseUser 2021-12-30 23:15:10,015 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseTemplate 2021-12-30 23:15:10,017 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model TaskUser 2021-12-30 23:15:10,019 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model UserRole 2021-12-30 23:15:10,023 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model KeyValue 2021-12-30 23:15:10,025 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseCustomField 2021-12-30 23:15:10,029 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Data 2021-12-30 23:15:10,032 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ShareTask 2021-12-30 23:15:10,036 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Pattern 2021-12-30 23:15:10,038 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Config 2021-12-30 23:15:10,040 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ShareObservable 2021-12-30 23:15:10,042 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AuditUser 2021-12-30 23:15:10,045 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model MergedFrom 2021-12-30 23:15:10,046 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ProcedurePattern 2021-12-30 23:15:10,051 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Case 2021-12-30 23:15:10,053 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableKeyValue 2021-12-30 23:15:10,056 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Dashboard 2021-12-30 23:15:10,058 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model TaxonomyTag 2021-12-30 23:15:10,059 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Organisation 2021-12-30 23:15:10,063 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model ObservableType 2021-12-30 23:15:10,066 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model UserAttachment 2021-12-30 23:15:10,068 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AuditContext 2021-12-30 23:15:10,073 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Attachment 2021-12-30 23:15:10,075 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseTemplateTask 2021-12-30 23:15:10,077 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Tag 2021-12-30 23:15:10,079 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model AlertTag 2021-12-30 23:15:10,081 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model CaseImpactStatus 2021-12-30 23:15:10,082 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Role 2021-12-30 23:15:10,087 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Log 2021-12-30 23:15:10,088 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model DashboardUser 2021-12-30 23:15:10,090 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model OrganisationTaxonomy 2021-12-30 23:15:10,091 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model OrganisationOrganisation 2021-12-30 23:15:10,093 [DEBUG] from org.thp.thehive.models.TheHiveSchemaDefinition in application-akka.actor.default-dispatcher-11 [|] Loading model Share 2021-12-30 23:15:10,097 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Begin of management transaction 2021-12-30 23:15:10,097 [INFO] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Creating database schema 2021-12-30 23:15:10,140 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateVertexLabel(Taxonomy) 2021-12-30 23:15:11,193 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ResolutionStatus already exists, ignore it 2021-12-30 23:15:11,195 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Data already exists, ignore it 2021-12-30 23:15:11,198 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateEdgeLabel(TaxonomyTag) 2021-12-30 23:15:11,210 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseTemplate already exists, ignore it 2021-12-30 23:15:11,214 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableKeyValue already exists, ignore it 2021-12-30 23:15:11,217 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model TaskUser already exists, ignore it 2021-12-30 23:15:11,220 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableReportTag already exists, ignore it 2021-12-30 23:15:11,222 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model UserConfig already exists, ignore it 2021-12-30 23:15:11,224 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseTemplateOrganisation already exists, ignore it 2021-12-30 23:15:11,226 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateVertexLabel(Pattern) 2021-12-30 23:15:11,234 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Observable already exists, ignore it 2021-12-30 23:15:11,237 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Alert already exists, ignore it 2021-12-30 23:15:11,241 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ActionContext already exists, ignore it 2021-12-30 23:15:11,244 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Audit already exists, ignore it 2021-12-30 23:15:11,246 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableTag already exists, ignore it 2021-12-30 23:15:11,250 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseImpactStatus already exists, ignore it 2021-12-30 23:15:11,252 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Page already exists, ignore it 2021-12-30 23:15:11,254 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateEdgeLabel(PatternPattern) 2021-12-30 23:15:11,262 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model RoleOrganisation already exists, ignore it 2021-12-30 23:15:11,265 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ShareCase already exists, ignore it 2021-12-30 23:15:11,268 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Profile already exists, ignore it 2021-12-30 23:15:11,271 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableAttachment already exists, ignore it 2021-12-30 23:15:11,274 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model RoleProfile already exists, ignore it 2021-12-30 23:15:11,276 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateEdgeLabel(CaseProcedure) 2021-12-30 23:15:11,285 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ShareTask already exists, ignore it 2021-12-30 23:15:11,289 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ImpactStatus already exists, ignore it 2021-12-30 23:15:11,291 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Config already exists, ignore it 2021-12-30 23:15:11,293 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Share already exists, ignore it 2021-12-30 23:15:11,295 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AlertObservable already exists, ignore it 2021-12-30 23:15:11,297 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Log already exists, ignore it 2021-12-30 23:15:11,299 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ReportTag already exists, ignore it 2021-12-30 23:15:11,301 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ShareProfile already exists, ignore it 2021-12-30 23:15:11,303 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Task already exists, ignore it 2021-12-30 23:15:11,305 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AlertCase already exists, ignore it 2021-12-30 23:15:11,307 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model OrganisationConfig already exists, ignore it 2021-12-30 23:15:11,309 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseCustomField already exists, ignore it 2021-12-30 23:15:11,311 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateVertexLabel(Procedure) 2021-12-30 23:15:11,318 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseTag already exists, ignore it 2021-12-30 23:15:11,322 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseResolutionStatus already exists, ignore it 2021-12-30 23:15:11,324 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseTemplateTask already exists, ignore it 2021-12-30 23:15:11,327 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableObservableType already exists, ignore it 2021-12-30 23:15:11,330 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Dashboard already exists, ignore it 2021-12-30 23:15:11,332 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AlertCaseTemplate already exists, ignore it 2021-12-30 23:15:11,335 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Role already exists, ignore it 2021-12-30 23:15:11,340 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableType already exists, ignore it 2021-12-30 23:15:11,342 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateEdgeLabel(ProcedurePattern) 2021-12-30 23:15:11,352 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseTemplateTag already exists, ignore it 2021-12-30 23:15:11,356 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ShareObservable already exists, ignore it 2021-12-30 23:15:11,360 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model KeyValue already exists, ignore it 2021-12-30 23:15:11,366 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Organisation already exists, ignore it 2021-12-30 23:15:11,369 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model LogAttachment already exists, ignore it 2021-12-30 23:15:11,372 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ReportObservable already exists, ignore it 2021-12-30 23:15:11,374 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AuditUser already exists, ignore it 2021-12-30 23:15:11,376 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model UserRole already exists, ignore it 2021-12-30 23:15:11,378 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model OrganisationDashboard already exists, ignore it 2021-12-30 23:15:11,380 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model User already exists, ignore it 2021-12-30 23:15:11,382 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.getOrCreateEdgeLabel(OrganisationTaxonomy) 2021-12-30 23:15:11,389 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AuditContext already exists, ignore it 2021-12-30 23:15:11,393 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableJob already exists, ignore it 2021-12-30 23:15:11,395 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model TaskLog already exists, ignore it 2021-12-30 23:15:11,397 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Action already exists, ignore it 2021-12-30 23:15:11,399 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model MergedFrom already exists, ignore it 2021-12-30 23:15:11,402 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model OrganisationOrganisation already exists, ignore it 2021-12-30 23:15:11,403 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AnalyzerTemplate already exists, ignore it 2021-12-30 23:15:11,406 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Job already exists, ignore it 2021-12-30 23:15:11,409 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model DashboardUser already exists, ignore it 2021-12-30 23:15:11,410 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model ObservableData already exists, ignore it 2021-12-30 23:15:11,413 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseTemplateCustomField already exists, ignore it 2021-12-30 23:15:11,415 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Attachment already exists, ignore it 2021-12-30 23:15:11,417 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CustomField already exists, ignore it 2021-12-30 23:15:11,420 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AlertCustomField already exists, ignore it 2021-12-30 23:15:11,423 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Case already exists, ignore it 2021-12-30 23:15:11,426 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AlertTag already exists, ignore it 2021-12-30 23:15:11,429 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model OrganisationPage already exists, ignore it 2021-12-30 23:15:11,430 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model UserAttachment already exists, ignore it 2021-12-30 23:15:11,433 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseCaseTemplate already exists, ignore it 2021-12-30 23:15:11,436 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model OrganisationShare already exists, ignore it 2021-12-30 23:15:11,439 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model CaseUser already exists, ignore it 2021-12-30 23:15:11,441 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model Tag already exists, ignore it 2021-12-30 23:15:11,442 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Model AlertOrganisation already exists, ignore it 2021-12-30 23:15:11,443 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property _label of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,444 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(_label).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,457 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property _label SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,458 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property _createdBy of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,458 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(_createdBy).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,465 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property _createdBy SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,466 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property _createdAt of type class java.util.Date (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,466 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(_createdAt).dataType(Date.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,472 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property _createdAt SINGLE:class java.util.Date already exists, ignore it 2021-12-30 23:15:11,473 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property _updatedBy of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,473 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(_updatedBy).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,478 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property _updatedBy SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,479 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property _updatedAt of type class java.util.Date (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,479 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(_updatedAt).dataType(Date.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,485 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property _updatedAt SINGLE:class java.util.Date already exists, ignore it 2021-12-30 23:15:11,493 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property displayName of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,493 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(displayName).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,499 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property displayName SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,500 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property read of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,500 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(read).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,506 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property read SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,506 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property number of type class java.lang.Integer (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,506 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(number).dataType(Integer.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,511 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property number SINGLE:class java.lang.Integer already exists, ignore it 2021-12-30 23:15:11,511 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property operations of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.list$) 2021-12-30 23:15:11,511 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(operations).dataType(String.class).cardinality(LIST).make() 2021-12-30 23:15:11,516 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property operations LIST:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,516 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property name of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,516 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(name).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,522 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property name SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,522 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property predicate of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,522 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(predicate).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,526 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property predicate SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,527 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property assignee of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,527 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(assignee).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,535 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property source of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,535 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(source).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,540 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property source SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,540 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property revoked of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,540 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(revoked).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,547 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property capecUrl of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,547 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(capecUrl).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,554 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property size of type class java.lang.Long (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,554 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(size).dataType(Long.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,561 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property size SINGLE:class java.lang.Long already exists, ignore it 2021-12-30 23:15:11,562 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property tlp of type class java.lang.Integer (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,562 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(tlp).dataType(Integer.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,565 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property tlp SINGLE:class java.lang.Integer already exists, ignore it 2021-12-30 23:15:11,565 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property endDate of type class java.util.Date (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,565 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(endDate).dataType(Date.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,570 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property endDate SINGLE:class java.util.Date already exists, ignore it 2021-12-30 23:15:11,570 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property mandatory of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,570 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(mandatory).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,576 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property mandatory SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,576 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property caseTemplate of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,576 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(caseTemplate).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,583 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property url of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,583 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(url).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,592 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property owningOrganisation of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,592 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(owningOrganisation).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,600 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property float of type class java.lang.Double (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,600 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(float).dataType(Double.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,606 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property float SINGLE:class java.lang.Double already exists, ignore it 2021-12-30 23:15:11,606 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property description of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,606 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(description).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,611 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property description SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,611 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property tags of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.list$) 2021-12-30 23:15:11,611 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(tags).dataType(String.class).cardinality(LIST).make() 2021-12-30 23:15:11,618 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property lastSyncDate of type class java.util.Date (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,618 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(lastSyncDate).dataType(Date.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,622 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property lastSyncDate SINGLE:class java.util.Date already exists, ignore it 2021-12-30 23:15:11,622 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property mainAction of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,622 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(mainAction).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,627 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property mainAction SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,627 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property apikey of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,627 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(apikey).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,631 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property apikey SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,631 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property integerValue of type class java.lang.Integer (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,631 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(integerValue).dataType(Integer.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,636 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property integerValue SINGLE:class java.lang.Integer already exists, ignore it 2021-12-30 23:15:11,636 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property data of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,636 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(data).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,642 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property data SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,642 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property tactics of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.set$) 2021-12-30 23:15:11,642 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(tactics).dataType(String.class).cardinality(SET).make() 2021-12-30 23:15:11,648 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property fullData of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,648 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(fullData).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,653 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property caseId of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,654 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(caseId).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,664 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property patternType of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,664 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(patternType).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,672 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property permissions of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.set$) 2021-12-30 23:15:11,672 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(permissions).dataType(String.class).cardinality(SET).make() 2021-12-30 23:15:11,679 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property permissions SET:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,679 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property isAttachment of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,679 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(isAttachment).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,685 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property isAttachment SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,685 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property ioc of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,685 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(ioc).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,691 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property ioc SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,691 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property locked of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,691 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(locked).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,702 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property locked SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,702 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property string of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,702 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(string).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,706 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property string SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,706 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property slug of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,706 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(slug).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,711 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property slug SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,711 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property cortexId of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,711 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(cortexId).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,717 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property cortexId SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,717 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property externalLink of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,717 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(externalLink).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,722 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property externalLink SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,722 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property pap of type class java.lang.Integer (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,722 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(pap).dataType(Integer.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,726 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property pap SINGLE:class java.lang.Integer already exists, ignore it 2021-12-30 23:15:11,726 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property attachmentId of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,726 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(attachmentId).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,733 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property attachmentId SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,733 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property options of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.list$) 2021-12-30 23:15:11,733 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(options).dataType(String.class).cardinality(LIST).make() 2021-12-30 23:15:11,737 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property options LIST:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,737 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property titlePrefix of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,737 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(titlePrefix).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,741 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property titlePrefix SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,741 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property revision of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,741 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(revision).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,746 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property platforms of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.list$) 2021-12-30 23:15:11,746 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(platforms).dataType(String.class).cardinality(LIST).make() 2021-12-30 23:15:11,754 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property totpSecret of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,754 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(totpSecret).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,760 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property totpSecret SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,760 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property version of type class java.lang.Integer (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,760 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(version).dataType(Integer.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,767 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property sourceRef of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,767 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(sourceRef).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,771 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property sourceRef SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,771 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property defenseBypassed of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.list$) 2021-12-30 23:15:11,771 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(defenseBypassed).dataType(String.class).cardinality(LIST).make() 2021-12-30 23:15:11,777 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property dateValue of type class java.util.Date (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,777 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(dateValue).dataType(Date.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,783 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property dateValue SINGLE:class java.util.Date already exists, ignore it 2021-12-30 23:15:11,783 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property organisationId of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,784 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(organisationId).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,789 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property boolean of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,789 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(boolean).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,794 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property boolean SINGLE:class java.lang.Boolean already exists, ignore it 2021-12-30 23:15:11,794 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property stringValue of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,794 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(stringValue).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,798 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property stringValue SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,798 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property contentType of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,798 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(contentType).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,802 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property contentType SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,803 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property ignoreSimilarity of type class java.lang.Boolean (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,803 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(ignoreSimilarity).dataType(Boolean.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,808 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property date of type class java.util.Date (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,808 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(date).dataType(Date.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,812 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property date SINGLE:class java.util.Date already exists, ignore it 2021-12-30 23:15:11,812 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property permissionsRequired of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.list$) 2021-12-30 23:15:11,812 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(permissionsRequired).dataType(String.class).cardinality(LIST).make() 2021-12-30 23:15:11,817 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property workerDefinition of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,817 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(workerDefinition).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,823 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property workerDefinition SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,823 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property order of type class java.lang.Integer (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,823 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(order).dataType(Integer.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,827 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property order SINGLE:class java.lang.Integer already exists, ignore it 2021-12-30 23:15:11,827 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property objectType of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.option$) 2021-12-30 23:15:11,827 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(objectType).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,831 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property objectType SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,831 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property origin of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,831 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(origin).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,835 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property origin SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,836 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property organisationIds of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.set$) 2021-12-30 23:15:11,836 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(organisationIds).dataType(String.class).cardinality(SET).make() 2021-12-30 23:15:11,841 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property workerName of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,841 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(workerName).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,845 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property workerName SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,845 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property status of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,845 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(status).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,849 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Property status SINGLE:class java.lang.String already exists, ignore it 2021-12-30 23:15:11,849 [DEBUG] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Create property colour of type class java.lang.String (org.thp.scalligraph.models.MappingCardinality.single$) 2021-12-30 23:15:11,849 [TRACE] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] mgmt.makePropertyKey(colour).dataType(String.class).cardinality(SINGLE).make() 2021-12-30 23:15:11,857 [ERROR] from org.thp.scalligraph.models.Database in application-akka.actor.default-dispatcher-11 [|mgmt-33c851d7] Unable to add property colour org.thp.scalligraph.InternalError: Property colour exists with incompatible type: SINGLE:class java.lang.String Vs SINGLE:class java.lang.Integer at org.thp.scalligraph.janus.JanusDatabase.addProperty(JanusDatabase.scala:409) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$addProperties$4(JanusDatabase.scala:367) at org.thp.scalligraph.package$RichSeq.$anonfun$toTry$3(package.scala:17) at scala.collection.TraversableOnce$folder$1.apply(TraversableOnce.scala:196) at scala.collection.TraversableOnce$folder$1.apply(TraversableOnce.scala:194) at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:399) at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:725) at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:725) at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:199) at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:192) at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108) at org.thp.scalligraph.package$RichSeq.toTry(package.scala:16) at org.thp.scalligraph.janus.JanusDatabase.addProperties(JanusDatabase.scala:358) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$createSchema$4(JanusDatabase.scala:310) at scala.util.Success.flatMap(Try.scala:251) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$createSchema$3(JanusDatabase.scala:309) at scala.util.Success.flatMap(Try.scala:251) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$createSchema$1(JanusDatabase.scala:308) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$managementTransaction$6(JanusDatabase.scala:292) at scala.util.Try$.apply(Try.scala:213) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$managementTransaction$4(JanusDatabase.scala:292) at scala.util.Try$.apply(Try.scala:213) at org.thp.scalligraph.utils.Retry.org$thp$scalligraph$utils$Retry$$runTry(Retry.scala:61) at org.thp.scalligraph.utils.Retry.withTry(Retry.scala:26) at org.thp.scalligraph.janus.JanusDatabase.managementTransaction(JanusDatabase.scala:288) at org.thp.scalligraph.janus.JanusDatabase.createSchema(JanusDatabase.scala:305) at org.thp.scalligraph.janus.JanusDatabaseProvider.$anonfun$get$3(JanusDatabaseProvider.scala:138) at scala.util.Success.$anonfun$map$1(Try.scala:255) at scala.util.Success.map(Try.scala:213) at scala.concurrent.Future.$anonfun$map$1(Future.scala:292) at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33) at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33) at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) at org.thp.scalligraph.ContextPropagatingDispatcher$$anon$1.$anonfun$execute$2(ContextPropagatingDisptacher.scala:57) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.thp.scalligraph.DiagnosticContext$$anon$2.withContext(ContextPropagatingDisptacher.scala:77) at org.thp.scalligraph.ContextPropagatingDispatcher$$anon$1.$anonfun$execute$1(ContextPropagatingDisptacher.scala:57) at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:48) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:48) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) 2021-12-30 23:15:11,861 [ERROR] from org.thp.scalligraph.utils.Retry in application-akka.actor.default-dispatcher-11 [|] uncaught error, not retrying org.thp.scalligraph.InternalError: Property colour exists with incompatible type: SINGLE:class java.lang.String Vs SINGLE:class java.lang.Integer at org.thp.scalligraph.janus.JanusDatabase.addProperty(JanusDatabase.scala:409) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$addProperties$4(JanusDatabase.scala:367) at org.thp.scalligraph.package$RichSeq.$anonfun$toTry$3(package.scala:17) at scala.collection.TraversableOnce$folder$1.apply(TraversableOnce.scala:196) at scala.collection.TraversableOnce$folder$1.apply(TraversableOnce.scala:194) at scala.collection.immutable.HashMap$HashMap1.foreach(HashMap.scala:399) at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:725) at scala.collection.immutable.HashMap$HashTrieMap.foreach(HashMap.scala:725) at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:199) at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:192) at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:108) at org.thp.scalligraph.package$RichSeq.toTry(package.scala:16) at org.thp.scalligraph.janus.JanusDatabase.addProperties(JanusDatabase.scala:358) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$createSchema$4(JanusDatabase.scala:310) at scala.util.Success.flatMap(Try.scala:251) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$createSchema$3(JanusDatabase.scala:309) at scala.util.Success.flatMap(Try.scala:251) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$createSchema$1(JanusDatabase.scala:308) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$managementTransaction$6(JanusDatabase.scala:292) at scala.util.Try$.apply(Try.scala:213) at org.thp.scalligraph.janus.JanusDatabase.$anonfun$managementTransaction$4(JanusDatabase.scala:292) at scala.util.Try$.apply(Try.scala:213) at org.thp.scalligraph.utils.Retry.org$thp$scalligraph$utils$Retry$$runTry(Retry.scala:61) at org.thp.scalligraph.utils.Retry.withTry(Retry.scala:26) at org.thp.scalligraph.janus.JanusDatabase.managementTransaction(JanusDatabase.scala:288) at org.thp.scalligraph.janus.JanusDatabase.createSchema(JanusDatabase.scala:305) at org.thp.scalligraph.janus.JanusDatabaseProvider.$anonfun$get$3(JanusDatabaseProvider.scala:138) at scala.util.Success.$anonfun$map$1(Try.scala:255) at scala.util.Success.map(Try.scala:213) at scala.concurrent.Future.$anonfun$map$1(Future.scala:292) at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33) at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33) at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) at org.thp.scalligraph.ContextPropagatingDispatcher$$anon$1.$anonfun$execute$2(ContextPropagatingDisptacher.scala:57) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.thp.scalligraph.DiagnosticContext$$anon$2.withContext(ContextPropagatingDisptacher.scala:77) at org.thp.scalligraph.ContextPropagatingDispatcher$$anon$1.$anonfun$execute$1(ContextPropagatingDisptacher.scala:57) at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:48) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:48) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)