1826004 Members
3324 Online
109690 Solutions
New Discussion

Re: Java load error

 
christobahl
Occasional Contributor

Java load error

I get the following error when trying to swinstall sdk13_13109_1100.depot.

======= 06/19/03 10:41:17 PDT BEGIN install AGENT SESSION (pid=6033)
(jobid=relsys-0039)

* Agent session started for user "root@relsys". (pid=6033)

* Beginning Analysis Phase.
* Source: relsys:/usr/tmp/sdk13_13109_1100.depot
* Target: relsys:/
* Target logfile: relsys:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
* Executing preDSA command.
NOTE: The used disk space on filesystem "/opt" is estimated to
increase by 76937 Kbytes.
This will leave 421945 Kbytes of available user disk space
after the installation.
NOTE: The used disk space on filesystem "/var" is estimated to
increase by 1 Kbytes.
This will leave 406511 Kbytes of available user disk space
after the installation.
NOTE: The bundle "B9788AA,r=1.3.1.09.00" is already installed. If
you wish to reinstall this bundle, change the "reinstall"
option to "true".

* Summary of Analysis Phase:
* 12 of 12 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.


* Beginning the Install Execution Phase.
* Filesets: 12
* Files: 680
* Kbytes: 76266
* Installing fileset "Jdk13.JDK13-COM,r=1.3.1.09.00" (1 of 12).
ERROR: Could not access remote file "/opt/java1.3/COPYRIGHT" in
software item
.00_32/64:/opt/java1.3"OM,r=1.3.1.09.00,a=HP-UX_B.11.00_32/64,v=HP,fa=HP-UX_B.11
due to an internal error on the remote system.
ERROR: Failed installing fileset "Jdk13.JDK13-COM,r=1.3.1.09.00".
Check the above output for details.
* Retry number 1 of 1 for loading files for fileset
"Jdk13.JDK13-COM,r=1.3.1.09.00".
* Installing fileset "Jdk13.JDK13-COM,r=1.3.1.09.00" (1 of 12).
ERROR: Could not access remote file "/opt/java1.3/COPYRIGHT" in
software item
.00_32/64:/opt/java1.3"OM,r=1.3.1.09.00,a=HP-UX_B.11.00_32/64,v=HP,fa=HP-UX_B.11
due to an internal error on the remote system.
ERROR: Failed installing fileset "Jdk13.JDK13-COM,r=1.3.1.09.00".
Check the above output for details.
NOTE: The Install Phase has suspended. Check the above output for
reasons.

Why do I get the error in regards to the copyright and how do I rectify. Thank you very much

Christo
4 REPLIES 4
Donny Jekels
Respected Contributor

Re: Java load error

It looks like Java SDK was previously installed. In swinstall click "Options" then select "Checnge Options" then select the 2 "Reinstall" check boxes.

Try your install again.

good luck.

kup
"Vision, is the art of seeing the invisible"
Steven E. Protter
Exalted Contributor

Re: Java load error

swlist -l product | grep -i java

If Java 1.3 is on the list, check its status

swverify \* | grep -i java

If its configured its already installed, you need not reinstall.

If its corrupt or missing, use swremove to get rid of it before trying again.

Every once in a while you run into a piece of software that doesn't like the reinstall option. I try and avoid it. I have gotten aware with reinstall on java, but that doesn't mean you will.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
christobahl
Occasional Contributor

Re: Java load error

I did remove the corrupted java using swremove, executed swlist to make sure
it does not exist and re-installed, terminated with the same COPYRIGHT
error. please advise.
Caesar_3
Esteemed Contributor

Re: Java load error

Hello!

It could be problem of ACL in the depot for
that file.
You can also try to restart the swagentd
It may help.

Caesar