Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hotspot VM and Solaris

1 view
Skip to first unread message

Colin Maclean

unread,
Oct 12, 2000, 3:00:00 AM10/12/00
to
iPlanet-WebServer-FastTrack/4.1 BB1-07/12/2000 22:13

Platform Sun Solaris 2.7

HotSpot

I modified netscape/server4/https-admserv/start-jvm as follows:

From:

NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc/classic:${NSES_JRE}/lib/sparc/native_threads:${NSES_JRE}/lib/sparc;
export NSES_JRE_RUNTIME_LIBPATH

To:

NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc/hotspot:${NSES_JRE}/lib/sparc;
export NSES_JRE_RUNTIME_LIBPATH

I then restarted the admin server ok
However when I started another server program goes into a loop outputing
the
following error to file: netscape/server4/https-charlie/logs/errors

[12/Oct/2000:15:22:09] info (14275): iPlanet-WebServer-FastTrack/4.1
BB1-07/12/2000 22:13
[12/Oct/2000:15:22:12] warning (14275): RqThrottle value limited to 16
in this server.
[12/Oct/2000:15:22:16] warning (14276): RqThrottle value limited to 16
in this server.
[12/Oct/2000:15:22:21] warning (14277): RqThrottle value limited to 16
in this server.
[12/Oct/2000:15:22:25] warning (14279): RqThrottle value limited to 16
in this server.
[12/Oct/2000:15:22:29] warning (14281): RqThrottle value limited to 16
in this server.

? Is Hotspot supported
I need to run with the hotspot VM otherwise run into the classic vm
"class circularity bug"

Ewen Cattanach

Steve Brunton

unread,
Oct 16, 2000, 3:00:00 AM10/16/00
to Colin Maclean
Colin Maclean wrote:
>
> iPlanet-WebServer-FastTrack/4.1 BB1-07/12/2000 22:13
>
> Platform Sun Solaris 2.7
>
> HotSpot
>
> I modified netscape/server4/https-admserv/start-jvm as follows:
>
> From:
>
> NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc/classic:${NSES_JRE}/lib/sparc/native_threads:${NSES_JRE}/lib/sparc;
> export NSES_JRE_RUNTIME_LIBPATH
>
> To:
>
> NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc/hotspot:${NSES_JRE}/lib/sparc;
> export NSES_JRE_RUNTIME_LIBPATH
>


hmm, I've gotten 4.1SP3 to work with JDK1.3.0 which I think has the
hotspot stuff built into it. Rather than using /lib/sparc/hotspot though
I've used /lib/sparc/server and it seems to be happy with that. Also
seems to run quicker than 1.2.2_05a..

--
Steve Brunton <bru...@dweeb.turner.com> Phone: 404-827-2756
Systems Engineer III One CNN Center Atlanta, GA 30303
CNN Internet Technologies ICBM: 84W 23' 45" 33N 45' 29"
<*> Unix _is_ user friendly. It's just a little selective about who its
friends are... <*>

Rama S. Vykunta

unread,
Oct 21, 2000, 3:00:00 AM10/21/00
to
By default iPWS is using the classic virtual machine. I edited the file to use hotspot, but I am not getting any errors.
I am using the JSE13 on sparc solaris.

-Rama.

0 new messages