Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with read data from HP iLO

941686Jun 5 2012
There is a server with HP iLO. It provides access to:
1. Web GUI (HTTPS)
2. SSH
3. XML API (HTTPS)

I use XML API. When I trying get response from iLO server (in.readLine or in.read) on Linux, then Java freezes for two minutes and crashes without exeption. If I trying send GET / HTTP/1.0 for WebGUI and get response, then I get same. I tested it on the simple Web server on HTTPS and all it worked. I tested it with XML API on Windows and all it worked. And I cannot connect on SSH from OpenSSH, but Putty is work (if this can help).

it's code for send\read data
http://pastebin.com/Tc5FUCaf

it's debug info
http://pastebin.com/RCkQ0qJV
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2012
Added on Jun 5 2012
0 comments
1,039 views