You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "fincentxyz (via GitHub)" <gi...@apache.org> on 2023/07/14 12:27:09 UTC

[I] [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues (hop)

fincentxyz opened a new issue, #3082:
URL: https://github.com/apache/hop/issues/3082

   ### Apache Hop version?
   
   2.5.0
   
   ### Java version?
   
   openjdk 11.0.19
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   I'm running a Ubuntu 22.04.2 LTS 64-bit VirtualBox VM. The GNOME Version is 42.9 and it's running on the Wayland windowing system.
   
   When running `./hop-gui.sh` I get a ton of errors all having to do with `SwtSvgImageUtil`. The actual Java error is the following:
   ```
   Serious error detected in the Hop GUI: Could not initialize class org.apache.hop.core.SwtUniversalImageSvg
   java.lang.NoClassDefFoundError: Could not initialize class org.apache.hop.core.SwtUniversalImageSvg
   	at org.apache.hop.ui.hopgui.perspective.explorer.ExplorerPerspective.loadTypeImages(ExplorerPerspective.java:306)
   	at org.apache.hop.ui.hopgui.perspective.explorer.ExplorerPerspective.initialize(ExplorerPerspective.java:244)
   	at org.apache.hop.ui.hopgui.HopGui.loadPerspectives(HopGui.java:514)
   	at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:401)
   	at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:352)
   ```
   
   I found one other person with the same error. They posted something to StackOverflow two months ago:
   https://stackoverflow.com/questions/76055862/cant-run-apache-hop-gui-on-linux-fedora
   
   Fedora Linux also uses GNOME on Wayland.
   
   Running it with sudo or restarting after installing doesn't make a difference.
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva commented on issue #3082:
URL: https://github.com/apache/hop/issues/3082#issuecomment-1637739153

   I confirmed the issue, will see if we can find a solution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva closed issue #3082: [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues
URL: https://github.com/apache/hop/issues/3082


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva commented on issue #3082:
URL: https://github.com/apache/hop/issues/3082#issuecomment-1638210443

   The issue comes from the default suggestion ubuntu gives when installing java.
   It will suggest you to install the openjdk in headless mode, and this will result in these errors.
   
   Use following command to install Java and Hop wil happily start.
   `sudo apt-get install openjdk-11-jdk`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva commented on issue #3082:
URL: https://github.com/apache/hop/issues/3082#issuecomment-1635890277

   Thanks for reporting this @fincentxyz
   
   Let me try and reproduce this, I think most of our users are still on x11. Might be that we are assuming something there that no longer works on wayland.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Can't run Hop-Gui on Ubuntu Linux / GNOME Wayland - SwtSvgImageUtil / SwtUniversalImageSvg issues (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva commented on issue #3082:
URL: https://github.com/apache/hop/issues/3082#issuecomment-1635890387

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org