Git Product home page Git Product logo

Comments (25)

mtrobocraft avatar mtrobocraft commented on May 27, 2024 1

It seems that unzipping the zulu package worked, but now there is an issue with java certs.

2023-09-29 14_42_28-

After deleting the _JAVA_OPTIONS from the system Variables the ETL tool seems to be working. I will continue testing if this solution does not affect other programs, but for now it seems to work.
Thanks @vga91

2023-09-29 14_47_25-index html_relateApiToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 eyJpYXQiOjE2OTYwM

from neo4j-etl.

jexp avatar jexp commented on May 27, 2024

If you need to you can downgrade desktop to 1.1.13 by using the download link and changing the version back.

from here:
https://neo4j.com/download-center/

Still investigating what the issue is.

from neo4j-etl.

michaeljquinn avatar michaeljquinn commented on May 27, 2024

thanks. all good, can verify that under Desktop 1.1.13 all works fine with ETL 1.3.2

from neo4j-etl.

jexp avatar jexp commented on May 27, 2024

I also just pushed out 1.3.3 with a workaround for this Desktop bug

from neo4j-etl.

jexp avatar jexp commented on May 27, 2024

Thanks again for reporting Michael

from neo4j-etl.

michaeljquinn avatar michaeljquinn commented on May 27, 2024

wow, super responsive, thanks heaps jexp

from neo4j-etl.

jexp avatar jexp commented on May 27, 2024

Unfortunately it turned out there is a 2nd issue, related to the security settings.
Desktop has much tighter security now but now way for apps to express their needs so you'd have to set it manually. To make it work.

etl-tool-security

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

I still get the blank screen. I have tried everything. Does it have something to do with the JVM?

from neo4j-etl.

conker84 avatar conker84 commented on May 27, 2024

Hi @bbmac-ds can you please share the Neo4j Desktop Version? I just tried with the last one and it works properly

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

from neo4j-etl.

jexp avatar jexp commented on May 27, 2024

but the jvm is bundled with desktop there is no variance across installations.

Best would be to share the desktop logs (accessible from the help menu)

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

but the jvm is bundled with desktop there is no variance across installations.

Best would be to share the desktop logs (accessible from the help menu)

log.log
query.log
security.log
debug.log
neo4j.log

from neo4j-etl.

conker84 avatar conker84 commented on May 27, 2024

Can you please be sure that the part in blue is checked as the image above?
In order to reach it you have to click to the highlighted buttons in this sequence: red, yellow, blue
Screenshot 2021-03-24 at 22 12 43

Thank you

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

image

This is how I have it configured.

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

I noticed I have 'Allow access to activation keys' and I unchecked it. (Checked it a bit ago to see if it made a difference). I tried launching the ETL tool after I unchecked that box and it loaded but said I need to start a db

from neo4j-etl.

conker84 avatar conker84 commented on May 27, 2024

so it's working now?

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

I started a local db and tried to launch the etl tool again. It thought for a bit longer than normal and then I got the blank UI

from neo4j-etl.

conker84 avatar conker84 commented on May 27, 2024

click on Developer > Developer Tools from the ETL blank ui? A chrome console should we shown please share tab console messages

from neo4j-etl.

bbmac-ds avatar bbmac-ds commented on May 27, 2024

image

There don't seem to be any console messages.

from neo4j-etl.

conker84 avatar conker84 commented on May 27, 2024

That's really odd can you try with just remove and reinstall the etl tool?

from neo4j-etl.

mtrobocraft avatar mtrobocraft commented on May 27, 2024

Hi. I am facing the same issue. Has anyone found a solution?
My current verision of Neo4j is 1.5.9

2023-09-28 15_10_55-index html_relateApiToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 eyJpYXQiOjE2OTU5M

2023-09-28 15_11_09-Neo4j Desktop - 1 5 9

from neo4j-etl.

vga91 avatar vga91 commented on May 27, 2024

@mtrobocraft
Tried to replicate it on both OSX and Windows 10 (using Neo4j Desktop 1.5.9), and it works correctly :/

Can you try enabling development mode and see if any errors are logged?

The steps are:

  1. Check that the "Enable development mode" checkbox is flagged.
Screenshot Enable-dev-mode
  1. After opening the ETL UI, click on "App Developer tools"
Screenshot App-dev-tools
  1. Once the Developer Tools is open, go to the "Console" tab:
Screenshot Dev-tools-console

from neo4j-etl.

mtrobocraft avatar mtrobocraft commented on May 27, 2024

Thank you @vga91
As requested, these are the console messages I get:

2023-09-29 10_06_49-Calendario- Outlook

2023-09-29 10_08_47- Outlook

2023-09-29 10_09_38-Developer Tools - file____C__Users Neo4jDesktop_graphApps__global_neo4

from neo4j-etl.

vga91 avatar vga91 commented on May 27, 2024

@mtrobocraft
I'm not sure if it works, but theoretically in the folder C:\Users\Giuseppe\.Neo4jDesktop\distributions\java you should have a zulu17.44.53-ca-jdk17.0.8.1 folder and a zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip archive.

You could try to:

  • remove the zulu17.44.53-ca-jdk17.0.8.1 folder,
  • extract the zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip
  • rename it to zulu17.44.53-ca-jdk17.0.8.1.

Or, if it doesn't work,
can you try downloading a put it manually from here: https://www.azul.com/downloads/?package=jdk#zulu ?

from neo4j-etl.

Amraki avatar Amraki commented on May 27, 2024

@mtrobocraft I'm not sure if it works, but theoretically in the folder C:\Users\Giuseppe\.Neo4jDesktop\distributions\java you should have a zulu17.44.53-ca-jdk17.0.8.1 folder and a zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip archive.

You could try to:

  • remove the zulu17.44.53-ca-jdk17.0.8.1 folder,
  • extract the zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip
  • rename it to zulu17.44.53-ca-jdk17.0.8.1.

Or, if it doesn't work, can you try downloading a put it manually from here: https://www.azul.com/downloads/?package=jdk#zulu ?

Unzipping and replacing the folder fixed the problem for me.
Thanks, @vga91!

from neo4j-etl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.