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

[Bug]: In file dialog Navigation to project home dir does not work. #3899

Open
Oen1997 opened this issue Apr 30, 2024 · 6 comments
Open

[Bug]: In file dialog Navigation to project home dir does not work. #3899

Oen1997 opened this issue Apr 30, 2024 · 6 comments

Comments

@Oen1997
Copy link

Oen1997 commented Apr 30, 2024

Apache Hop version?

2.8

Java version?

Java(TM) SE Runtime Environment (build 1.8.0_411-b09)

Operating system

Windows

What happened?

Clicking on button P does nothing.
image

Issue Priority

Priority: 3

Issue Component

Component: Hop Gui

@nadment
Copy link
Contributor

nadment commented Apr 30, 2024

Could you try with Java 11

@Oen1997
Copy link
Author

Oen1997 commented May 2, 2024

Changed java to:
openjdk version "11.0.23" 2024-04-16 LTS
Issue still exists.

Few more notes:
It does not work from any file related transform, when I press "Browse" .
It works if I open File>Save, or File>Open dialog.
When I try to open projects folder in this case, I get error:
image

And reason is:
image

@hansva
Copy link
Contributor

hansva commented May 2, 2024

could you add your project configuration too?
Just to confirm, your PROJECT_HOME is ${HOP_CONFIG_FOLDER}/projects/PartMasterData ?

I will guess that we don't support nested variables causing path expansion to go wrong somewhere

@Oen1997
Copy link
Author

Oen1997 commented May 2, 2024

Yes, thats correct, different Config folders on my Pc, and Hop server, so I must use such approach:
image

Solution might be to resolve variables in those dialogs, instead of trying to use them in place.

@Oen1997
Copy link
Author

Oen1997 commented May 2, 2024

By the way, tested single variable:
image

@hansva
Copy link
Contributor

hansva commented May 2, 2024

Guess that will be the root cause of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants