Author

Topic: Help is solving the Error while running NXT client software (Read 934 times)

member
Activity: 80
Merit: 10
You should have made your thread here.
https://bitcointalk.org/index.php?board=160.0

sorry.. can I move this topic there or I have to delete and create there newly?
hero member
Activity: 868
Merit: 1000
member
Activity: 80
Merit: 10
when I try to run the Jar file in my local system , I am getting the below mentioned error. Can anyone help me in solving this.


Quote
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:297)
at org.eclipse.jetty.start.Main.start(Main.java:724)
at org.eclipse.jetty.start.Main.main(Main.java:103)
Caused by: MultiException[java.net.BindException: Cannot assign requested addres
s: bind, java.net.BindException: Cannot assign requested address: bind]
at org.eclipse.jetty.server.Server.doStart(Server.java:302)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:69)
at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:12
50)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:117
4)
... 7 more

Usage: java -jar start.jar [options] [properties] [configs]
java -jar start.jar --help # for more information
Jump to: