Re: JVM crashes when using JSSE

2002-08-28 Thread micael

Is everyone getting all the repeats on this list that I am?

At 01:40 PM 8/27/2002 -0700, you wrote:
>Subject: Re: JVM crashes when using JSSE
>From: "Tim Koop" <[EMAIL PROTECTED]>
>  ===
>In case you're curious, I tried it with Sun's Java SDK 1.4.1 and all works
>fine.
>
>Tim Koop
>www.timkoop.com
>
>- Original Message -
>From: "Tim Koop" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Friday, August 23, 2002 4:08 PM
>Subject: JVM crashes when using JSSE
>
>
> > I have Tomcat working fine, but when I try to get the SSL working using
> > JSSE, by uncommenting the lines in server.xml, Java crashes on me.
> >
> > I installed Tomcat 4.0.4 with the tomcat4-4.0.4-full.2jpp.noarch.rpm rpm.
> > I installed Java SDK 1.3.1 with the IBMJava2-SDK-1.3.1-2.0.i386.rpm rpm.
> >
> > It all works fine till here.
> >
> > Then I found the following files and put them in
> > /opt/IBMJava2-131/jre/lib/ext/
> > jcert.jar
> > jnet.jar
> > jsse.jar
> >
> > Then I ran the keytool, just like the instructions said and put the
> > .keystore file in the tomcat4 directory.
> >
> > Then I uncommented the following lines in /var/tomcat4/conf/server.xml
> > 
> > className="org.apache.catalina.connector.http.HttpConnector"
> >port="8443" minProcessors="5" maxProcessors="75"
> >enableLookups="true"
> >acceptCount="10" debug="0" scheme="https" secure="true">
> >>clientAuth="false" protocol="TLS"/>
> > /var/tomcat4/
> > 
> >
> >
> > When I restart at this point, I get the following error, which I concluded
> > was a JVM core dump:
> > stackpointer=0xbfffeda8
> > Writing Java core file 
> > Written Java core to /tmp/javacore9253.1030108102.txt
> >
> > I'm using a fresh install of Linux Red Hat 7.3
> >
> > Can anyone give me any ideas on how to get this working?
> >
> > Thanks in advance.
> >
> > Tim Koop
> >
> >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
> >
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: JVM crashes when using JSSE

2002-08-28 Thread Jakarta Tomcat Newsgroup (@Basebeans.com)

Subject: Re: JVM crashes when using JSSE
From: "Tim Koop" <[EMAIL PROTECTED]>
 ===
In case you're curious, I tried it with Sun's Java SDK 1.4.1 and all works
fine.

Tim Koop
www.timkoop.com

- Original Message -
From: "Tim Koop" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 23, 2002 4:08 PM
Subject: JVM crashes when using JSSE


> I have Tomcat working fine, but when I try to get the SSL working using
> JSSE, by uncommenting the lines in server.xml, Java crashes on me.
>
> I installed Tomcat 4.0.4 with the tomcat4-4.0.4-full.2jpp.noarch.rpm rpm.
> I installed Java SDK 1.3.1 with the IBMJava2-SDK-1.3.1-2.0.i386.rpm rpm.
>
> It all works fine till here.
>
> Then I found the following files and put them in
> /opt/IBMJava2-131/jre/lib/ext/
> jcert.jar
> jnet.jar
> jsse.jar
>
> Then I ran the keytool, just like the instructions said and put the
> .keystore file in the tomcat4 directory.
>
> Then I uncommented the following lines in /var/tomcat4/conf/server.xml
> 
> port="8443" minProcessors="5" maxProcessors="75"
>enableLookups="true"
>acceptCount="10" debug="0" scheme="https" secure="true">
>   clientAuth="false" protocol="TLS"/>
> /var/tomcat4/
> 
>
>
> When I restart at this point, I get the following error, which I concluded
> was a JVM core dump:
> stackpointer=0xbfffeda8
> Writing Java core file 
> Written Java core to /tmp/javacore9253.1030108102.txt
>
> I'm using a fresh install of Linux Red Hat 7.3
>
> Can anyone give me any ideas on how to get this working?
>
> Thanks in advance.
>
> Tim Koop
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: JVM crashes when using JSSE

2002-08-27 Thread Tim Koop

In case you're curious, I tried it with Sun's Java SDK 1.4.1 and all works
fine.

Tim Koop
www.timkoop.com

- Original Message -
From: "Tim Koop" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 23, 2002 4:08 PM
Subject: JVM crashes when using JSSE


> I have Tomcat working fine, but when I try to get the SSL working using
> JSSE, by uncommenting the lines in server.xml, Java crashes on me.
>
> I installed Tomcat 4.0.4 with the tomcat4-4.0.4-full.2jpp.noarch.rpm rpm.
> I installed Java SDK 1.3.1 with the IBMJava2-SDK-1.3.1-2.0.i386.rpm rpm.
>
> It all works fine till here.
>
> Then I found the following files and put them in
> /opt/IBMJava2-131/jre/lib/ext/
> jcert.jar
> jnet.jar
> jsse.jar
>
> Then I ran the keytool, just like the instructions said and put the
> .keystore file in the tomcat4 directory.
>
> Then I uncommented the following lines in /var/tomcat4/conf/server.xml
> 
> port="8443" minProcessors="5" maxProcessors="75"
>enableLookups="true"
>acceptCount="10" debug="0" scheme="https" secure="true">
>   clientAuth="false" protocol="TLS"/>
> /var/tomcat4/
> 
>
>
> When I restart at this point, I get the following error, which I concluded
> was a JVM core dump:
> stackpointer=0xbfffeda8
> Writing Java core file 
> Written Java core to /tmp/javacore9253.1030108102.txt
>
> I'm using a fresh install of Linux Red Hat 7.3
>
> Can anyone give me any ideas on how to get this working?
>
> Thanks in advance.
>
> Tim Koop
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>