1833723 Members
3651 Online
110063 Solutions
New Discussion

iPlanet Server Problems

 
Phil Daws_2
Regular Advisor

iPlanet Server Problems

 
6 REPLIES 6
Steven Gillard_2
Honored Contributor

Re: iPlanet Server Problems

Try starting 'mwm' (motif window manager) before running startconsole, that used to work for me:

$ export DISPLAY=.....:0
$ mwm &
$ ./startconsole &

Regards,
Steve
harry d brown jr
Honored Contributor

Re: iPlanet Server Problems

Phil Daws_2
Regular Advisor

Re: iPlanet Server Problems

 
Phil Daws_2
Regular Advisor

Re: iPlanet Server Problems

Right. I have run tusc against startconsole and have found that it is trying to run a version of java from /var/opt/iplanet/servers/bin/base/jre/bin/java. Does anybody know how to get it to run the version in /opt/java1.3?

cheers
oiram
Regular Advisor

Re: iPlanet Server Problems

Hi,

First of all I would check if the system has all te patches recommended by Netscape


http://docs.iplanet.com/docs/manuals/enterprise/41/rn41sp9.html#19292

And after that I would configure the java plugin to run with the Netcape comunicator

http://www.hp.com/products1/unix/java/java2/jpi/index.html

I hope this help.
Steven Gillard_2
Honored Contributor

Re: iPlanet Server Problems

Phil,

I have had the same kind of nightmares trying to get this iPlanet console working on hpux. In the end I downloaded the Windows version which ended up being more stable. With the unix version I can only suggest the following:

- make sure you have the latest version of the console. Earlier versions are full of bugs and crash frequently.

- definitely run mwm first. I don't know why this helps, but for some reason I couldn't get the console to appear without it.

As for the java version, the startconsole file is just a script, so its probably in there somewhere. (I'm not looking after an iplanet installation at the moment so I can't confirm this).

Regards,
Steve