« Back to Technical Discussions

UCSPE 2.0 Read Timed Out Error

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Has anyone seen an issue with UCSPE 2.0 and being unable to login to the UCSM?
 
I'm able to open the Web GUI to launch the UCSM. The UCSM launches and asks for a user and password. I give it config/config and it sits and spins until it spits back a Java error: "java.net.SocketTimeoutException: Read timed out"
 
Currently running Mac OS X 10.7 Lion with the latest Java JRE (1.6.0.31) that Apple provides.
 
Any help would be awesome!
 
AJ

Try restarting the UCSPE application in the Web GUI, and launching the UCSM GUI again. By the way, user "config" / password "config" is really meant for logging into the VM console to configure the IP of UCSPE. Use user "admin" and any password to login to the UI. emoticon

Eric

Tried that. Still not working.

Is there a port that the java app tries to connect to? I'm guessing this isn't a networking issue as I can connect without problem to the web interface.

This is the log from the java console when I try to connect:

<aaaLogin
inName="admin"
inPassword="admin">
</aaaLogin>
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:697)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:640)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1195)
at com.nuova.centrale.core.comms.NuHttpConnection.sendRequest(NuHttpConnection.java:356)
at com.nuova.centrale.core.comms.NuServerCommunicationManager.sendRequest(NuServerCommunicationManager.java:1025)
at com.nuova.centrale.core.comms.NuServerCommunicationManager.login(NuServerCommunicationManager.java:479)
at com.nuova.centrale.core.comms.NuCommunicationManager.establishCommunication(NuCommunicationManager.java:477)
at com.nuova.centrale.core.comms.NuLoginService.authenticate(NuLoginService.java:96)
at org.jdesktop.swingx.auth.LoginService$1.doInBackground(LoginService.java:142)
at org.jdesktop.swingx.auth.LoginService$1.doInBackground(LoginService.java:139)
at org.jdesktop.swingworker.SwingWorker$1.call(SwingWorker.java:276)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.jdesktop.swingworker.SwingWorker.run(SwingWorker.java:315)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
ERROR [SwingWorker-pool-450467833-thread-4] 2012-05-04 17:09:07,204 [com.nuova.centrale.core.comms.NuCommunicationManager] - Login error
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:697)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:640)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1195)
at com.nuova.centrale.core.comms.NuHttpConnection.sendRequest(NuHttpConnection.java:356)
at com.nuova.centrale.core.comms.NuServerCommunicationManager.sendRequest(NuServerCommunicationManager.java:1025)
at com.nuova.centrale.core.comms.NuServerCommunicationManager.login(NuServerCommunicationManager.java:479)
at com.nuova.centrale.core.comms.NuCommunicationManager.establishCommunication(NuCommunicationManager.java:477)
at com.nuova.centrale.core.comms.NuLoginService.authenticate(NuLoginService.java:96)
at org.jdesktop.swingx.auth.LoginService$1.doInBackground(LoginService.java:142)
at org.jdesktop.swingx.auth.LoginService$1.doInBackground(LoginService.java:139)
at org.jdesktop.swingworker.SwingWorker$1.call(SwingWorker.java:276)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.jdesktop.swingworker.SwingWorker.run(SwingWorker.java:315)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)

I've also tried logging in with config/config and admin/(blank)

AJ

I'm saw the exact same issue. It just so happens that I also have a MAC running the same LION OS and Java version. I'm running USCPE in a VMFusion VM. I was able to log in with no problems for a week or so. Then all of a sudden I started seeing the Java error when logging in. I tried a few different things, to no avail, but was able to resolve this by shutting down and restarting the VM. Just wanted to document this in case anyone else runs into this issue. Hopefully you will have already restarted the VM as part of your troubleshooting before performing a Google search as I did. emoticon

I ended up redeploying the whole thing and it worked. I guess something happened with the first deployment. Thanks!


AJ Kuftic