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 am having a problem setting up the environment and this is a problem with a file
log
16:52:04,495 INFO [Preferences] Could not load config '/root/test-dump/WS-Attacker/runnable/wsattacker_config.xml'
Reason: wsattacker.persistence.XmlPersistenceError: Could not load config from File '/root/test-dump/WS-Attacker/runnable/wsattacker_config.xml'
Exception in thread "Thread-4" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204)
at java.awt.Window.<init>(Window.java:536)
at java.awt.Frame.<init>(Frame.java:420)
at java.awt.Frame.<init>(Frame.java:385)
at javax.swing.JFrame.<init>(JFrame.java:189)
at wsattacker.gui.component.MainWindow.<init>(MainWindow.java:67)
at wsattacker.gui.GuiView.createView(GuiView.java:64)
at wsattacker.gui.GuiView.run(GuiView.java:134)
at java.lang.Thread.run(Thread.java:748)
java version
openjdk version "1.8.0_265"
The text was updated successfully, but these errors were encountered:
WS-Attacker is a GUI application. Are you probably trying to run it without a GUI?
The X11 error looks like this might be the problem.
Or do you maybe use Wayland? I did a quick search for this and it seems that there are some problems with Wayland and Java GUI applications.
I am having a problem setting up the environment and this is a problem with a file
log
java version
The text was updated successfully, but these errors were encountered: