<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>UCSPE 2.0 Read Timed Out Error</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5562721" />
  <subtitle>UCSPE 2.0 Read Timed Out Error</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5562721</id>
  <updated>2013-05-25T23:46:44Z</updated>
  <dc:date>2013-05-25T23:46:44Z</dc:date>
  <entry>
    <title>Re: New Message from Eric Ricks in Unified Computing UCS Manager - Technica</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5777718" />
    <author>
      <name>Andrew Kuftic</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5777718</id>
    <updated>2012-05-24T21:10:26Z</updated>
    <published>2012-05-24T21:10:26Z</published>
    <summary type="html">I ended up redeploying the whole thing and it worked. I guess something happened with the first deployment. Thanks!


AJ Kuftic</summary>
    <dc:creator>Andrew Kuftic</dc:creator>
    <dc:date>2012-05-24T21:10:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCSPE 2.0 Read Timed Out Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5775803" />
    <author>
      <name>Eric Ricks</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5775803</id>
    <updated>2012-05-24T21:00:06Z</updated>
    <published>2012-05-24T21:00:06Z</published>
    <summary type="html">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.  :grin:</summary>
    <dc:creator>Eric Ricks</dc:creator>
    <dc:date>2012-05-24T21:00:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCSPE 2.0 Read Timed Out Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5562827" />
    <author>
      <name>Andrew Kuftic</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5562827</id>
    <updated>2012-05-04T22:14:04Z</updated>
    <published>2012-05-04T22:14:04Z</published>
    <summary type="html">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:
 
&lt;aaaLogin
 inName="admin"
 inPassword="admin"&gt;
 &lt;/aaaLogin&gt;
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</summary>
    <dc:creator>Andrew Kuftic</dc:creator>
    <dc:date>2012-05-04T22:14:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: UCSPE 2.0 Read Timed Out Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5560809" />
    <author>
      <name>Eric Williams</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5560809</id>
    <updated>2012-05-04T21:09:06Z</updated>
    <published>2012-05-04T21:09:06Z</published>
    <summary type="html">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. :)

Eric</summary>
    <dc:creator>Eric Williams</dc:creator>
    <dc:date>2012-05-04T21:09:06Z</dc:date>
  </entry>
  <entry>
    <title>UCSPE 2.0 Read Timed Out Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5562720" />
    <author>
      <name>Andrew Kuftic</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5562720</id>
    <updated>2012-05-04T20:51:41Z</updated>
    <published>2012-05-04T20:51:41Z</published>
    <summary type="html">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</summary>
    <dc:creator>Andrew Kuftic</dc:creator>
    <dc:date>2012-05-04T20:51:41Z</dc:date>
  </entry>
</feed>

