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

TLSAttackerConnector problem #11

Closed
mahabhu opened this issue Jun 19, 2024 · 1 comment
Closed

TLSAttackerConnector problem #11

mahabhu opened this issue Jun 19, 2024 · 1 comment

Comments

@mahabhu
Copy link

mahabhu commented Jun 19, 2024

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.

@jderuiter
Copy link
Owner

duplicate of jderuiter/TLSAttackerConnector#1

@jderuiter jderuiter closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants