Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Modelling Monitoring #2726

Open
2 tasks
tpurschke opened this issue Dec 12, 2024 · 0 comments
Open
2 tasks

Enhance Modelling Monitoring #2726

tpurschke opened this issue Dec 12, 2024 · 0 comments
Labels
awaiting sponsor enhancement New feature or request

Comments

@tpurschke
Copy link
Contributor

Show errors during app import

  • show all application servers which come in with empty name (unresolvable)
  • duplicate IP addresses (need to find out the root cause)
2024-12-11T17:33:50.436766+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.436902+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.437038+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.437164+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.437386+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.437497+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.437597+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.437701+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.437803+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.437929+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.438033+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.438145+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.438247+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.438347+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.438448+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.438549+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.438663+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.438836+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.438962+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.439092+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.439204+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.439304+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.439402+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.439503+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.439601+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.439704+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA045.ruv.de","appId":265,"ip":"192.168.44.50/32","ipEnd":"192.168.44.50/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.439832+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.440014+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.440139+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.440272+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.440397+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.440519+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.440642+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.440762+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.440917+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA045.ruv.de could not be processed.
2024-12-11T17:33:50.441040+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.441215+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.441356+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.441462+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.441563+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.441662+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.441765+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.441904+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.442011+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.442128+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.442315+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.442449+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.442551+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.442646+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.442730+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.442812+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.442897+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.442985+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.443074+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.443159+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.443255+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.443353+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.443500+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.443589+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.443696+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.443794+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.443893+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.443992+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.444091+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.444192+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.444290+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.444403+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.444936+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.445065+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.445165+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.445272+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA046.ruv.de","appId":265,"ip":"192.168.44.52/32","ipEnd":"192.168.44.52/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.445419+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.445523+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.445619+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.445724+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.445918+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.446041+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.446150+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.446192+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.446232+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA046.ruv.de could not be processed.
2024-12-11T17:33:50.446276+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.446321+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.446361+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.446399+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.446439+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.446478+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.446609+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.446652+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.446694+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.446828+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.446900+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.446941+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.446982+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.447021+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.447060+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.447099+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.447146+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.447186+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.447224+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.447263+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.447304+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.447343+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.447381+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.447420+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.447458+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.447498+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.447636+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.447763+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.447805+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.447849+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.447890+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.447950+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.447988+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.448030+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.448070+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.448117+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA055.ruv.de","appId":265,"ip":"192.168.54.30/32","ipEnd":"192.168.54.30/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.448163+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.448203+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.448244+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.448283+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.448323+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.448362+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.448401+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.448444+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.448628+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA055.ruv.de could not be processed.
2024-12-11T17:33:50.448684+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.448726+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.448765+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.448804+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.448838+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.448877+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.448916+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.449018+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.449094+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.452148+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.452214+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.452337+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.452415+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.452465+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.452500+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.452542+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.452582+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.452621+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.452676+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.452724+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.452771+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.452810+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.452849+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.452889+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.452928+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.452967+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.453002+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.453034+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.453067+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.453102+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.453140+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.453173+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.453217+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.453296+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.453350+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.453391+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA194.ruv.de","appId":265,"ip":"192.168.34.16/32","ipEnd":"192.168.34.16/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.453443+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.453484+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.453526+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.453566+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.453609+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.453652+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.453695+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.453799+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.453838+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA194.ruv.de could not be processed.
2024-12-11T17:33:50.453890+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.453931+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.453970+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.454010+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.454055+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.454095+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.454182+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.454294+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.454338+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.456065+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.456127+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.456243+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.456290+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.456338+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.456379+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.456419+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.456458+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.456500+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.456543+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.456587+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.456627+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.456672+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.456735+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.456800+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.456835+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.456877+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.456916+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.456955+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.456999+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.457047+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.457093+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.457132+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.457172+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.457211+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.457251+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.457295+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA195.ruv.de","appId":265,"ip":"192.168.34.17/32","ipEnd":"192.168.34.17/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.457443+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.457480+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.457522+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.457566+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.457627+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.457663+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.457705+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.457746+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.457787+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA195.ruv.de could not be processed.
2024-12-11T17:33:50.457832+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.457872+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.457912+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.458000+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.458041+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.458082+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.458121+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.458163+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.458205+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.461115+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.461192+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.461465+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.461517+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.461572+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.461613+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.461654+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.461693+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.461732+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.461772+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.461812+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.461853+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.461891+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.461931+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.461977+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.462016+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.462055+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.462088+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.462122+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.462160+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.462201+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.462273+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.462313+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.462362+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.462415+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.462455+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.462497+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA199.ruv.de","appId":265,"ip":"192.169.34.16/32","ipEnd":"192.169.34.16/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.462543+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.462580+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.462630+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.462681+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.462718+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.462761+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.462800+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.462848+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.462896+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA199.ruv.de could not be processed.
2024-12-11T17:33:50.462946+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.462986+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.463025+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.463064+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.463105+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.463148+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.463189+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.463234+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.463280+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.466570+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.466630+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.467096+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.467149+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.467187+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.467223+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.467262+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.467300+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.467354+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.467395+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.467433+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.467473+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.467509+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.467550+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.467587+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.467627+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.467667+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.467709+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.468079+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.468135+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.468173+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.468215+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.468253+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.468293+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.468331+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.468372+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.468415+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA200.ruv.de","appId":265,"ip":"192.169.34.17/32","ipEnd":"192.169.34.17/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.468463+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.468599+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.468642+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.468682+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.468741+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.468784+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.468825+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.468869+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.469079+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA200.ruv.de could not be processed.
2024-12-11T17:33:50.469133+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.469171+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.469217+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.469257+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.469295+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.469549+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.469602+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.469643+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.469690+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.472852+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.472912+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.473017+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.473071+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.473113+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.473149+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.473185+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.473226+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.473264+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.473308+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.473365+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.473404+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.473440+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.473477+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.473525+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.473562+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.473599+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.473635+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.473674+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.473711+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.473748+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.473789+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.473826+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.473863+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.473904+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.473944+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.473982+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA201.ruv.de","appId":265,"ip":"192.169.34.18/32","ipEnd":"192.169.34.18/32","importSource":"tufinRlm","customType":0}
2024-12-11T17:33:50.474026+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.474067+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.474105+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.474142+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.474182+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.474220+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.474262+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.474304+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.474356+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA201.ruv.de could not be processed.
2024-12-11T17:33:50.474401+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.474442+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.474481+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.474518+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.474556+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.474593+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.474633+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.474679+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.474724+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:50.476716+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 152), Error while sending query to GraphQL API. Caught by GraphQL client library.
2024-12-11T17:33:50.476795+01:00 fwosrv1 fworch.middleware-server:  Message: Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.476859+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - API Connection (GraphQlApiConnection.cs in line 187), Error while sending query to GraphQL API. Query: mutation newAppServer(
2024-12-11T17:33:50.476904+01:00 fwosrv1 fworch.middleware-server:    $name: String
2024-12-11T17:33:50.476947+01:00 fwosrv1 fworch.middleware-server:    $appId: Int
2024-12-11T17:33:50.476989+01:00 fwosrv1 fworch.middleware-server:    $ip: cidr
2024-12-11T17:33:50.477032+01:00 fwosrv1 fworch.middleware-server:    $ipEnd: cidr
2024-12-11T17:33:50.477074+01:00 fwosrv1 fworch.middleware-server:    $importSource: String
2024-12-11T17:33:50.477126+01:00 fwosrv1 fworch.middleware-server:    $customType: Int
2024-12-11T17:33:50.477170+01:00 fwosrv1 fworch.middleware-server:    ) {
2024-12-11T17:33:50.477209+01:00 fwosrv1 fworch.middleware-server:    insert_owner_network(objects: {
2024-12-11T17:33:50.477251+01:00 fwosrv1 fworch.middleware-server:      name: $name
2024-12-11T17:33:50.477293+01:00 fwosrv1 fworch.middleware-server:      owner_id: $appId
2024-12-11T17:33:50.477354+01:00 fwosrv1 fworch.middleware-server:      ip: $ip
2024-12-11T17:33:50.477402+01:00 fwosrv1 fworch.middleware-server:      ip_end: $ipEnd
2024-12-11T17:33:50.477449+01:00 fwosrv1 fworch.middleware-server:      import_source: $importSource
2024-12-11T17:33:50.477495+01:00 fwosrv1 fworch.middleware-server:      is_deleted: false
2024-12-11T17:33:50.477541+01:00 fwosrv1 fworch.middleware-server:      nw_type: 10
2024-12-11T17:33:50.477586+01:00 fwosrv1 fworch.middleware-server:      custom_type: $customType
2024-12-11T17:33:50.477733+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.477784+01:00 fwosrv1 fworch.middleware-server:      ) {
2024-12-11T17:33:50.477830+01:00 fwosrv1 fworch.middleware-server:      returning {
2024-12-11T17:33:50.477876+01:00 fwosrv1 fworch.middleware-server:        newId: id
2024-12-11T17:33:50.477922+01:00 fwosrv1 fworch.middleware-server:      }
2024-12-11T17:33:50.477968+01:00 fwosrv1 fworch.middleware-server:    }
2024-12-11T17:33:50.478020+01:00 fwosrv1 fworch.middleware-server:  }
2024-12-11T17:33:50.478067+01:00 fwosrv1 fworch.middleware-server:  , variables: {"name":"LXMA202.ruv.de","appId":265,"ip":"192.169.34.19/32","ipEnd":"192.169.34.19/32","importSource":"tufinRlm","customType":0} 
2024-12-11T17:33:50.478122+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.478176+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.478224+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.478269+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.478317+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.478364+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.478409+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.478458+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.478521+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:50+01:00 Error - Import App Server Data (AppDataImport.cs in line 609), App Server LXMA202.ruv.de could not be processed.
2024-12-11T17:33:50.478576+01:00 fwosrv1 fworch.middleware-server:   ---
2024-12-11T17:33:50.478621+01:00 fwosrv1 fworch.middleware-server:  Exception thrown:
2024-12-11T17:33:50.478674+01:00 fwosrv1 fworch.middleware-server:   Exception
2024-12-11T17:33:50.478720+01:00 fwosrv1 fworch.middleware-server:  Message:
2024-12-11T17:33:50.478767+01:00 fwosrv1 fworch.middleware-server:   Uniqueness violation. duplicate key value violates unique constraint "owner_network_ip_unique"
2024-12-11T17:33:50.478812+01:00 fwosrv1 fworch.middleware-server:
2024-12-11T17:33:50.478857+01:00 fwosrv1 fworch.middleware-server:  Stack Trace:
2024-12-11T17:33:50.478905+01:00 fwosrv1 fworch.middleware-server:   at FWO.Api.Client.GraphQlApiConnection.SendQueryAsync[QueryResponseType](String query, Object variables, String operationName) in /usr/local/fworch/lib/files/FWO.Api.Client/GraphQlApiConnection.cs:line 156
2024-12-11T17:33:50.478952+01:00 fwosrv1 fworch.middleware-server:     at FWO.Middleware.Server.AppDataImport.NewAppServer(ModellingImportAppServer incomingAppServer, Int32 appID, String impSource) in /usr/local/fworch/middleware/files/FWO.Middleware.Server/AppDataImport.cs:line 605
2024-12-11T17:33:51.583941+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:51+01:00 Warning - Import App Server Data (AppDataImport.cs in line 663), Name of App Server changed from SV71560.ruv.de changed to SV71574.ruv.de
2024-12-11T17:33:51.591463+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:51+01:00 Warning - Import App Server Data (AppDataImport.cs in line 663), Name of App Server changed from nn_10.198.63.106 changed to SV71578-2.ruv.de
2024-12-11T17:33:51.599170+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:51+01:00 Warning - Import App Server Data (AppDataImport.cs in line 663), Name of App Server changed from SV71581-010198063164.ruv.de changed to SV71581.ruv.de
2024-12-11T17:33:55.553483+01:00 fwosrv1 fworch.middleware-server:  2024-12-11T17:33:55+01:00 Info - Import App Data (AppDataImport.cs in line 172), Imported from /usr/local/fworch/etc/getOwnersFromMultipleSources.json: 1362 apps, 0 failed. Deactivated 0 apps, 0 failed.

COM-1647
32942
265
swsa01
192.168.44.50/32
192.168.44.50/32
NULL
NULL
10
manual
false
4
View
 
@tpurschke tpurschke added enhancement New feature or request awaiting sponsor labels Dec 12, 2024
@tpurschke tpurschke added this to the feature backlog milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting sponsor enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant