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
after successfully installing the package, running the command "java -jar target/TLSAttackerConnector2.0.jar " shows the following error message:
Exception in thread "main" java.lang.ExceptionInInitializerError
at nl.cypherpunk.tlsattackerconnector.TLSAttackerConnector.initialise(TLSAttackerConnector.java:112)
at nl.cypherpunk.tlsattackerconnector.TLSAttackerConnector.main(TLSAttackerConnector.java:447)
Caused by: javax.xml.bind.DataBindingException: javax.xml.bind.UnmarshalException: Unable to create an instance of de.rub.nds.tlsattacker.core.config.Config
with linked exception:
[java.lang.reflect.InvocationTargetException]
at javax.xml.bind.JAXB.unmarshal(JAXB.java:211)
at de.rub.nds.tlsattacker.core.config.ConfigIO.read(ConfigIO.java:61)
at de.rub.nds.tlsattacker.core.config.Config.createConfig(Config.java:100)
at de.rub.nds.tlsattacker.core.config.Config.(Config.java:92)
... 2 more
and many more
what might be the possible reason for this, and how to fix this.
The text was updated successfully, but these errors were encountered:
after successfully installing the package, running the command "java -jar target/TLSAttackerConnector2.0.jar " shows the following error message:
Exception in thread "main" java.lang.ExceptionInInitializerError
at nl.cypherpunk.tlsattackerconnector.TLSAttackerConnector.initialise(TLSAttackerConnector.java:112)
at nl.cypherpunk.tlsattackerconnector.TLSAttackerConnector.main(TLSAttackerConnector.java:447)
Caused by: javax.xml.bind.DataBindingException: javax.xml.bind.UnmarshalException: Unable to create an instance of de.rub.nds.tlsattacker.core.config.Config
[java.lang.reflect.InvocationTargetException]
at javax.xml.bind.JAXB.unmarshal(JAXB.java:211)
at de.rub.nds.tlsattacker.core.config.ConfigIO.read(ConfigIO.java:61)
at de.rub.nds.tlsattacker.core.config.Config.createConfig(Config.java:100)
at de.rub.nds.tlsattacker.core.config.Config.(Config.java:92)
... 2 more
and many more
what might be the possible reason for this, and how to fix this.
The text was updated successfully, but these errors were encountered: