You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered this error in the BAT by accident, when I was looking for the relevant attributes for OpenTelementry.
i.e.: Const.getHopPlatformRuntime().
I'm not sure, maybe disable double buffering when generating the graph image on a Windows server.
// Do double buffering to prevent flickering on Windows
boolean needsDoubleBuffering = Const.isWindows() && "GUI".equalsIgnoreCase(Const.getHopPlatformRuntime());
Apache Hop version?
2.8.0-SNAPSHOT
Java version?
Java 11
Operating system
Windows
What happened?
Fix HOP_PLATFORM_RUNTIME=Server in hop-server.bat
Issue Priority
Priority: 3
Issue Component
Component: Hop Server
The text was updated successfully, but these errors were encountered: