Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unified Computing UCS Manager Developer Center
Overview
UCS Manager XML Schema
UCS Automation Tool (goUCS)
Server and Host Management API
UCS Standalone C-Series Servers
Cisco Standalone C-Series CIMC XML API
goUCS Automation Tool
Cisco Standalone C-Series HUU Utilities
Documentation
Community
Testing
UCS Management Ecosystem
Management with HP Software
HP Operations Manager (HPOM)
HP Operations Orchestration (HPOO)
Management with Microsoft Software
Microsoft System Center
Cisco UCS PowerTool for UCSM
SDK
System Management Resources
Altiris
UCS Management with VMware Software
OpenStack
UCS Labs
Labs Wiki
VM-FEX
Overview
Getting Started
Resources
Flexpod
Overview
Getting Started
Resources
Everything
This Site
Blogs
Cisco UCS for RackTables
Jeffrey Silberman
25 Oct 2012
Cisco UCS PowerTool Examples
Eric Williams
20 Jul 2012
ANNOUNCEMENT: goUCS version 2.0 Released
Eric Williams
08 Mar 2012
Getting to Know your UCS Fabric Interconnect Neighbors
John McDonough
10 Nov 2011
SCOM MP version 2.0 for Cisco UCS is now available
Chakri Avala
01 Sep 2011
Showing 1 - 5 of 16 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
of 4
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Technical Discussions
RE: UCSPE 2.0 Read Timed Out Error
Threads [
Previous
|
Next
]
Andrew Kuftic
Posts:
3
Join Date:
5/4/12
Recent Posts
UCSPE 2.0 Read Timed Out Error
ucspe
ucsm
java utility
java
Answer
5/4/12 8:51 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Eric Williams
Posts:
42
Join Date:
3/31/10
Recent Posts
RE: UCSPE 2.0 Read Timed Out Error
Answer
5/4/12 9:09 PM as a reply to Andrew Kuftic.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andrew Kuftic
Posts:
3
Join Date:
5/4/12
Recent Posts
RE: UCSPE 2.0 Read Timed Out Error
Answer
5/4/12 10:14 PM as a reply to Eric Williams.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Eric Ricks
Posts:
1
Join Date:
5/15/12
Recent Posts
RE: UCSPE 2.0 Read Timed Out Error
Answer
5/24/12 9:00 PM as a reply to Andrew Kuftic.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andrew Kuftic
Posts:
3
Join Date:
5/4/12
Recent Posts
Re: New Message from Eric Ricks in Unified Computing UCS Manager - Technica
Answer
5/24/12 9:10 PM as a reply to Eric Ricks.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I ended up redeploying the whole thing and it worked. I guess something happened with the first deployment. Thanks!
AJ Kuftic
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available