Thread: [Solved] Veoh.com Plugin update stuck
View Single Post
  #7  
Old 20.01.2011, 20:29
4nt4r3s
Guest
 
Posts: n/a
Default

hi, I do have a little update.

Please DO NOT MOCK ME ABOUT WORKING AS ROOT! I do know what I am doing here, and this is just fine. Point.

It seems that this is a networking error with some of your servers.
I just got another copy, and decided to let it be running for some minutes.
After about 5 Minutes the Socket in question received a timeout. After that, INIT continued. See this log:

Code:
10 20.01.11 20:20:24 - FINER [jd.JDClassLoader(<init>)] -> Look and Feel JAR loaded: /root/JDownloader/libs/laf/synthetica.jar
10 20.01.11 20:23:33 - SEVERE [jd.controlling.JDLogger(exception)] -> SEVERE Exception occurred
java.lang.RuntimeException: Unexpected IOException while starting JUnique/Server for id "jd.Main"
        at it.sauronsoftware.junique.Server.start(Server.java:120)
        at it.sauronsoftware.junique.JUnique.acquireLock(JUnique.java:149)
        at jd.Main.main(Unknown Source)
Caused by: java.net.BindException: Cannot assign requested address
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.bind(ServerSocket.java:277)
        at it.sauronsoftware.junique.Server.start(Server.java:110)
        ... 2 more
10 20.01.11 20:23:33 - SEVERE [jd.Main(main)] -> Instance Handling not possible!
10 20.01.11 20:23:33 - FINER [jd.config.DatabaseConnector(<init>)] -> Loading database
10 20.01.11 20:23:34 - INFO [jd.Main(main)] -> init Splash
Reply With Quote