Operating System - HP-UX
1755436 Members
3311 Online
108832 Solutions
New Discussion юеВ

Error occured when install JDK1.6.0.02

 
Hudson Hua
Occasional Advisor

Error occured when install JDK1.6.0.02

Below is the message:

Target: rx3410td1:/ |
| Logfile: rx3410td1:/var/adm/sw/swagent.log |
| [X] Automatic Scrolling|
| +---------------------------------------------------------------------------+|
| | "Jdk60.JDK60-COM,r=1.6.0.02.00". ^|
| | * Installing fileset "Jdk60.JDK60-COM,r=1.6.0.02.00" (1 of 10). |
| | ERROR: Could not access remote file "/opt/java6/COPYRIGHT" in |
| | software item |
| | "Jdk60.JDK60-COM,r=1.6.0.02.00,a=HP-UX_B.11.11_32/64,v=HP,fr=1.6 |
| | due to an internal error on the remote system. |
| | ERROR: Failed installing fileset "Jdk60.JDK60-COM,r=1.6.0.02.00". |
| | Check the above output for details. |
| | NOTE: The Install Phase has suspended. Check the above output for |
| | reasons. |
| | |
| | v|
| +< >+|
| [ Print Log... ] |
|------------------------------------------------------------------------------|
| [ OK ] [ Help ] |
+------------------------------------------------------------------------------+

I've checked the size of file COPYRIGHT, it is 0
5 REPLIES 5
Matti_Kurkela
Honored Contributor

Re: Error occured when install JDK1.6.0.02

Your JDK installation source is corrupted. Re-download:

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXJDKJRE60

If you use FTP to transfer .depot files, always remember to use binary mode.

MK
MK
Dennis Handly
Acclaimed Contributor

Re: Error occured when install JDK1.6.0.02

This is most likely a networking problem on your system. See this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1249046
Basheer_2
Trusted Contributor

Re: Error occured when install JDK1.6.0.02

Hello Hudson,

also try preview install

swinstall -p -s /jdk-path
Hudson Hua
Occasional Advisor

Re: Error occured when install JDK1.6.0.02

Thanks for your help. Root cause is configruation in /etc/hosts , I've mapped hostname to 127.0.0.1 before, after changed it to the IP in LAN, installed successful.
Hudson Hua
Occasional Advisor

Re: Error occured when install JDK1.6.0.02

Problem resolved.