neo4j-contrib / neo4j-etl

Data import from relational databases to Neo4j.
https://neo4j.com/developer/neo4j-etl/
Other
216 stars 46 forks source link

ETL Tool(v1.3.2)_has blank screen with latest Neo4j Desktop(v1.1.14) #40

Open michaeljquinn opened 5 years ago

michaeljquinn commented 5 years ago

Latest ETL tool (v1.3.2) which fixed the blank screen on selection of non built in driver (issue - https://github.com/neo4j-contrib/neo4j-etl/issues/35) was fixed and verified by me against the previous version of Neo4j desktop

On upgrading to latest desktop (V1.1.14), on launching of ETL tool, i get an activity screen(spinning icon, grey screen) and on completion (developer tools does not indicate any error), there is a blank screen etl-tool-deve-tools-2nd-feb

jexp commented 5 years ago

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.

michaeljquinn commented 5 years ago

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

jexp commented 5 years ago

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

jexp commented 5 years ago

Thanks again for reporting Michael

michaeljquinn commented 5 years ago

wow, super responsive, thanks heaps jexp

jexp commented 5 years ago

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

bbmac-ds commented 3 years ago

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

conker84 commented 3 years ago

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

bbmac-ds commented 3 years ago

I have the latest version of desktop as of today. I think it is a jvm issue.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Andrea Santurbano @.> Sent: Wednesday, March 24, 2021 11:34:11 AM To: neo4j-contrib/neo4j-etl @.> Cc: Bruce MacArthur @.>; Mention @.> Subject: Re: [neo4j-contrib/neo4j-etl] ETL Tool(v1.3.2)_has blank screen with latest Neo4j Desktop(v1.1.14) (#40)

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

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/neo4j-contrib/neo4j-etl/issues/40#issuecomment-806022778, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJAAAPBZQATS6D7W7JTQ3FTTFIPBHANCNFSM4GT7ULIA.

jexp commented 3 years ago

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)

bbmac-ds commented 3 years ago

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

conker84 commented 3 years ago

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

bbmac-ds commented 3 years ago

image

This is how I have it configured.

bbmac-ds commented 3 years ago

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

conker84 commented 3 years ago

so it's working now?

bbmac-ds commented 3 years ago

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

conker84 commented 3 years ago

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

bbmac-ds commented 3 years ago

image

There don't seem to be any console messages.

conker84 commented 3 years ago

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

mtrobocraft commented 1 year ago

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

vga91 commented 1 year ago

@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
  2. After opening the ETL UI, click on "App Developer tools"

    Screenshot App-dev-tools
  3. Once the Developer Tools is open, go to the "Console" tab:

    Screenshot Dev-tools-console
mtrobocraft commented 1 year ago

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

vga91 commented 1 year ago

@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:

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

mtrobocraft commented 1 year ago

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

Amraki commented 1 year ago

@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!