1831645 Members
1912 Online
110029 Solutions
New Discussion

install java1.3

 
SOLVED
Go to solution
muyallo1
Advisor

install java1.3

Hi everybody

I'm trying to intall the 1.3.1.10 java version in a HPUX Itanium with 11.23 OS
When I execute swinstall sdk13_13108_1122.depot as root I get this error message

root@r50[/tmp/java1.3]#swinstall rte13_13108_1122.depot

======= 05/25/07 08:44:21 MDT BEGIN swinstall SESSION
(non-interactive) (jobid=r50-0158)

* Session started for user "root@r50".

* Beginning Selection
* Target connection succeeded for "r50:/".
* Source connection succeeded for "r50:/var/spool/sw".
ERROR: Could not apply the software selection
"rte13_13108_1122.depot"; it is not available from depot or
root "r50:/var/spool/sw".
* Software selection failed for "r50:/var/spool/sw".
ERROR: No software has been selected.
ERROR: Cannot continue the "swinstall" task.
* Selection had errors.



======= 05/25/07 08:44:22 MDT END swinstall SESSION (non-interactive)
(jobid=r50-0158)

Any suggestion to fix it ?

Thanks in advance

Javi
7 REPLIES 7
Ivan Krastev
Honored Contributor

Re: install java1.3

You forgot to specify whats to be installed.

Syntax is:

swinstall depot parogram/bundle/patch

For example:
swinstall rte13_13108_1122.depot \*

This will install all from depot file.


regards,
ivan
Luk Vandenbussche
Honored Contributor

Re: install java1.3

Add your directory to swinstall command

swinstall -s /location_of_rte/rte13_13108_1122.depot
muyallo1
Advisor

Re: install java1.3

OK....the new error it is

root@r50[/tmp/java1.3]#swinstall -s /tmp/java1.3/rte13_13108_1122.depot /*

======= 05/25/07 08:50:20 MDT BEGIN swinstall SESSION
(non-interactive) (jobid=r50-0160)

* Session started for user "root@r50".

* Beginning Selection
* Target connection succeeded for "r50:/".
ERROR: "r50:/tmp/java1.3/rte13_13108_1122.depot": You do not have
permission for this operation. The depot owner, system
administrator, or alternate root owner may need to use the
"swreg" or "swacl" command to give you permission. Or, to
manage applications designed and packaged for nonprivileged
mode, see the "run_as_superuser" option in the "sd" man page.
* Source connection failed for
"r50:/tmp/java1.3/rte13_13108_1122.depot".
WARNING: More information may be found in the daemon logfile on this
target (default location is r50:/var/adm/sw/swagentd.log).
* Selection had errors.


Thanks in advance
muyallo1
Advisor

Re: install java1.3

this is the swagentd.log

ERROR: Access denied to root@r50 to start agent on unregistered depot
"/tmp/java1.3/rte13_13108_1122.depot". No (i)nsert permission
on host. 05/25/07 08:50:21 MDT
* Agent pid=18243 completed. 05/25/07 08:50:21 MDT
Andrew Young_2
Honored Contributor
Solution

Re: install java1.3

Hi Javi

If the depot file is not in /var/spool/sw
you should specify the full path of the depot file with the -s parameter.

swinstall -s /tmp/java1.3/rte13_13108_1122.depot

Are you installing the SDK or the RTE?

HTH

Andrew Y
Si hoc legere scis, nimis eruditionis habes
Andrew Young_2
Honored Contributor

Re: install java1.3

Hi Javi

You may have to restarted the swagentd by running swagentd -r

Regards

Andrew Y
Si hoc legere scis, nimis eruditionis habes
muyallo1
Advisor

Re: install java1.3

Thank you very much for your help, the problem it's solved, y already intalled my java version

root@r50[/]#java -version
java version "1.3.1.08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.08-021213-15:02)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.08-_13_dec_2002_17_32 IA64, mixed mode)


THANK YOU Again!!!!!