Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
This repository was archived by the owner on May 25, 2022. It is now read-only.

Unable to start GraphQL server in GraphQL Architect #13

@toby-griffiths

Description

@toby-griffiths

I'm new to Neo4J & attempting to start up a GraphQL server from within Neo4J Desktop, however when opened it reports "Local GraphQL server not running".

When I click the 'Start' button, shortly afterwards I see INFO :: Local Graph Process Exit in the log window below the button.

And the LH panel just displays "Loading" spinner permanently.

Entries from the main.log


[2021-06-20 13:52:34.723] [info] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-06-20 13:52:34.824] [info] Online check response: 200 version: 1.4.5
files
[2021-06-20 13:52:45.819] [info] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-06-20 13:52:45.912] [info] Online check response: 200 version: 1.4.5
files
[2021-06-20 13:52:49.727] [error] Failed to send event to Desktop Project mixpanel MemoryInfo {
  event: '@grandstack/graphql-architect:desktop_startup-workspace_data',
  properties: MemoryInfo {
    graphPlatformId: 'neo4j-desktop',
    graphPlatformVersion: '1.4.5',
    platform: 'darwin',
    platformVersion: '10.15.7',
    distinct_id: 'client-[redacted]',
    appId: '@grandstack/graphql-architect',
    appVersion: '1.4.5',
    databaseId: 'database-[redacted]',
    dbmsName: 'Movies',
    dbmsVersion: '4.2.1',
    dbmsEdition: 'enterprise',
    token: '[redacted]]',
    mp_lib: 'node'
  }
}
[2021-06-20 13:52:49.885] [info] Executing node graphql inferschema --neo4j-user neo4j --neo4j-uri bolt://localhost:7687 --neo4j-password movies  --database neo4j
[2021-06-20 13:52:50.440] [error] Failed to send event to Desktop Project mixpanel {
  event: '@grandstack/graphql-architect:graphiql-save',
  properties: {
    graphPlatformId: 'neo4j-desktop',
    graphPlatformVersion: '1.4.5',
    platform: 'darwin',
    platformVersion: '10.15.7',
    distinct_id: 'client-[redacted]',
    appId: '@grandstack/graphql-architect',
    appVersion: '1.4.5',
    databaseId: 'database-[redacted]',
    dbmsName: 'neo4j',
    dbmsVersion: '4',
    token: '[redacted]]',
    mp_lib: 'node'
  }
}
[2021-06-20 13:52:50.443] [error] Failed to send event to Desktop Project mixpanel {
  event: '@grandstack/graphql-architect:typedefs-infer',
  properties: {
    graphPlatformId: 'neo4j-desktop',
    graphPlatformVersion: '1.4.5',
    platform: 'darwin',
    platformVersion: '10.15.7',
    distinct_id: 'client-[redacted]',
    appId: '@grandstack/graphql-architect',
    appVersion: '1.4.5',
    databaseId: 'database-[redacted]',
    dbmsName: 'neo4j',
    dbmsVersion: '4',
    token: '[redacted]]',
    mp_lib: 'node'
  }
}
[2021-06-20 13:52:51.519] [info] Process [81815] exit with code '0', signal 'null'
[2021-06-20 13:52:51.540] [error] Failed to send event to Desktop Project mixpanel {
  event: '@grandstack/graphql-architect:graphiql-save',
  properties: {
    graphPlatformId: 'neo4j-desktop',
    graphPlatformVersion: '1.4.5',
    platform: 'darwin',
    platformVersion: '10.15.7',
    distinct_id: 'client-[redacted]',
    appId: '@grandstack/graphql-architect',
    appVersion: '1.4.5',
    databaseId: 'database-[redacted]',
    dbmsName: 'neo4j',
    dbmsVersion: '4',
    token: '[redacted]]',
    mp_lib: 'node'
  }
}
[2021-06-20 13:53:00.454] [info] Executing node graphql dev --types type Person {
  name: String
  age: Int
  worksFor: [Company] @relation(name: "WORKS_FOR", direction: "OUT")
}

type Company {
  name: String
  employees: [Person] @relation(name: "WORKS_FOR", direction: "IN")
} --neo4j-user neo4j --neo4j-uri bolt://localhost:7687 --neo4j-password movies --graphql-port 4000  --database neo4j
[2021-06-20 13:53:01.606] [error] Failed to send event to Desktop Project mixpanel {
  event: '@grandstack/graphql-architect:localServer-start',
  properties: {
    graphPlatformId: 'neo4j-desktop',
    graphPlatformVersion: '1.4.5',
    platform: 'darwin',
    platformVersion: '10.15.7',
    distinct_id: 'client-[redacted]',
    appId: '@grandstack/graphql-architect',
    appVersion: '1.4.5',
    databaseId: 'database-[redacted]',
    dbmsName: 'neo4j',
    dbmsVersion: '4',
    token: '[redacted]]',
    mp_lib: 'node'
  }
}
[2021-06-20 13:53:03.650] [info] Process [81987] exit with code '0', signal 'null'
[2021-06-20 13:53:14.733] [info] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-06-20 13:53:14.866] [info] Online check response: 200 version: 1.4.5
files

OS: MacOS 10.15.7 (19H1217)
Neo4J Desktop: 1.4.5 (1.4.5.55)
Running as a non-admin with sudo permissions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions