solved! RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread mendoza

i uninstalled ZoneAlarm and reinstalled TCP/IP and now back in business.

thanks very much for your help.  no way i could have solved that on my own.
--meg

On Tue, 03 July 2001, [EMAIL PROTECTED] wrote:

> 
> On Tue, 03 July 2001, "DHarty" wrote:
> 
> > 
> > Are you useing ZoneAlarm?
> 
> i was!  i just installed it in the weekend.  and actually, i had Apache-Tomcat-MySQL 
>running fine before that.  so i stopped running ZoneAlarm.  but ruled it out as the 
>problem because i'm still getting BSOD-ed.  i'll try uninstalling it.
> 
> > I noticed that vsdatant.sys (from ZoneAlarm) does not get along well with
> 
> yes, BSOD comes with a STOP error, PAGE_FAULT_IN_NONPAGED_AREA, Address BABC055E at 
>BABB2000, DateStamp 3ae73a79-vsdatant.sys.
> 
> > Tomcat
> > (especially in combination with struts and UltraDev) causing a BSD.
> 
> is there anything i can do aside from reinstalling my system?
>  
> > D
> 
> thanks, i feel a little bit better now.
> --meg
> 
> > -Original Message-
> > From: Randy Layman [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 03, 2001 7:04 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: blue screen with servlets/jsp in Apache-Tomcat
> > 
> > 
> > 
> > If it is a server problem I would suggest trying a different (1.2)
> > JVM to rule that out.  Also, I would stick with getting Tomcat standalone to
> > work first.  (Take little steps)
> > 
> >     Randy
> > 
> > > -Original Message-
> > > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, July 03, 2001 2:46 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: blue screen with servlets/jsp in Apache-Tomcat
> > >
> > >
> > > What happens if you look at them from another box?  that is -
> > > is it a client
> > > problem or a server problem?
> > >
> > > On Tue,  3 Jul 2001 16:07, you wrote:
> > > > hi,
> > > > i get the blue screen of death everytime i access a servlet
> > > or jsp example
> > > > from the Tomcat examples with:
> > > http://localhost:8080/examples/jsp/* or
> > > > http://localhost:8080/examples/servlet/* or
> > > > http://localhost/examples/jsp/* or
> > > > http://localhost/examples/servlet/*
> > > >
> > > > system:
> > > > dell inspiron 4000
> > > > windows 2000 pro
> > > > jdk 1.3.1
> > > > jakarta-tomcat 3.2.2
> > > > with jserv module loaded in apache
> > > >
> > > > i don't know where/how to start debugging this.  i don't
> > > even get any
> > > > runtime errors.  please help. thanks,
> > > > --meg
> > > >
> > > >
> > > > __
> > > > Get your FREE personalized e-mail at http://www.canada.com
> > >
> 
> 
> __
> Get your FREE personalized e-mail at http://www.canada.com


__
Get your FREE personalized e-mail at http://www.canada.com



Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread mendoza

On Tue, 03 July 2001, Dominic North wrote:

> 
> I have a similar problem with 
> 
> Dell Inspiron 4000
> Windows 2000 Pro
> JDK 1.3.0 
> jakarta-tomcat 3.2.2
> 
> I am using Tomcat standalone.
> 
> I notice that
> 1) I can get one or two invocations of my servlet URL to work if I set 
> up a local proxy server on 127.0.0.1:8080. However, after one or two 
> goes, I get BSOD.

i stop all servers.  then start Tomcat then Apache then MySQL.  then the URLs work for 
a few times before it goes BSOD again.  it seems that if Tomcat is started after 
Apache it goes BSOD right away.  but i have yet to confirm that.

> 2) It never seems to work without the proxy server setup.
> 
> 3) It will also fail on one of my static HTML page URLs.
> 
> 4) I have tried using other ports.

i played around with ports too.  now the IS folks can't even get my laptop back on the 
network anymore :(

> Whichever way you look at it, this is a(nother) Windows bug, but is 
> there a workaround?

reinstall windows or reformat disk altogether?

> Dominic North
> Red-Black IT Limited
> +44-7803-293753


__
Get your FREE personalized e-mail at http://www.canada.com



RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread mendoza

On Tue, 03 July 2001, "DHarty" wrote:

> 
> Are you useing ZoneAlarm?

i was!  i just installed it in the weekend.  and actually, i had Apache-Tomcat-MySQL 
running fine before that.  so i stopped running ZoneAlarm.  but ruled it out as the 
problem because i'm still getting BSOD-ed.  i'll try uninstalling it.

> I noticed that vsdatant.sys (from ZoneAlarm) does not get along well with

yes, BSOD comes with a STOP error, PAGE_FAULT_IN_NONPAGED_AREA, Address BABC055E at 
BABB2000, DateStamp 3ae73a79-vsdatant.sys.

> Tomcat
> (especially in combination with struts and UltraDev) causing a BSD.

is there anything i can do aside from reinstalling my system?
 
> D

thanks, i feel a little bit better now.
--meg

> -Original Message-
> From: Randy Layman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 7:04 AM
> To: [EMAIL PROTECTED]
> Subject: RE: blue screen with servlets/jsp in Apache-Tomcat
> 
> 
> 
> If it is a server problem I would suggest trying a different (1.2)
> JVM to rule that out.  Also, I would stick with getting Tomcat standalone to
> work first.  (Take little steps)
> 
> Randy
> 
> > -Original Message-
> > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 03, 2001 2:46 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: blue screen with servlets/jsp in Apache-Tomcat
> >
> >
> > What happens if you look at them from another box?  that is -
> > is it a client
> > problem or a server problem?
> >
> > On Tue,  3 Jul 2001 16:07, you wrote:
> > > hi,
> > > i get the blue screen of death everytime i access a servlet
> > or jsp example
> > > from the Tomcat examples with:
> > http://localhost:8080/examples/jsp/* or
> > > http://localhost:8080/examples/servlet/* or
> > > http://localhost/examples/jsp/* or
> > > http://localhost/examples/servlet/*
> > >
> > > system:
> > > dell inspiron 4000
> > > windows 2000 pro
> > > jdk 1.3.1
> > > jakarta-tomcat 3.2.2
> > > with jserv module loaded in apache
> > >
> > > i don't know where/how to start debugging this.  i don't
> > even get any
> > > runtime errors.  please help. thanks,
> > > --meg
> > >
> > >
> > > __
> > > Get your FREE personalized e-mail at http://www.canada.com
> >


__
Get your FREE personalized e-mail at http://www.canada.com



RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread DHarty

Are you useing ZoneAlarm?

I noticed that vsdatant.sys (from ZoneAlarm) does not get along well with
Tomcat
(especially in combination with struts and UltraDev) causing a BSD.

D

-Original Message-
From: Randy Layman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 03, 2001 7:04 AM
To: [EMAIL PROTECTED]
Subject: RE: blue screen with servlets/jsp in Apache-Tomcat



If it is a server problem I would suggest trying a different (1.2)
JVM to rule that out.  Also, I would stick with getting Tomcat standalone to
work first.  (Take little steps)

Randy

> -Original Message-
> From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 2:46 AM
> To: [EMAIL PROTECTED]
> Subject: Re: blue screen with servlets/jsp in Apache-Tomcat
>
>
> What happens if you look at them from another box?  that is -
> is it a client
> problem or a server problem?
>
> On Tue,  3 Jul 2001 16:07, you wrote:
> > hi,
> > i get the blue screen of death everytime i access a servlet
> or jsp example
> > from the Tomcat examples with:
> http://localhost:8080/examples/jsp/* or
> > http://localhost:8080/examples/servlet/* or
> > http://localhost/examples/jsp/* or
> > http://localhost/examples/servlet/*
> >
> > system:
> > dell inspiron 4000
> > windows 2000 pro
> > jdk 1.3.1
> > jakarta-tomcat 3.2.2
> > with jserv module loaded in apache
> >
> > i don't know where/how to start debugging this.  i don't
> even get any
> > runtime errors.  please help. thanks,
> > --meg
> >
> >
> > __
> > Get your FREE personalized e-mail at http://www.canada.com
>




Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread Dominic North

I have a similar problem with 

Dell Inspiron 4000
Windows 2000 Pro
JDK 1.3.0 
jakarta-tomcat 3.2.2

I am using Tomcat standalone.

I notice that
1) I can get one or two invocations of my servlet URL to work if I set 
up a local proxy server on 127.0.0.1:8080. However, after one or two 
goes, I get BSOD.

2) It never seems to work without the proxy server setup.

3) It will also fail on one of my static HTML page URLs.

4) I have tried using other ports.

Whichever way you look at it, this is a(nother) Windows bug, but is 
there a workaround?

Dominic North
Red-Black IT Limited
+44-7803-293753





RE: blue screen with servlets/jsp in Apache-Tomcat

2001-07-03 Thread Randy Layman


If it is a server problem I would suggest trying a different (1.2)
JVM to rule that out.  Also, I would stick with getting Tomcat standalone to
work first.  (Take little steps)

Randy

> -Original Message-
> From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 03, 2001 2:46 AM
> To: [EMAIL PROTECTED]
> Subject: Re: blue screen with servlets/jsp in Apache-Tomcat
> 
> 
> What happens if you look at them from another box?  that is - 
> is it a client 
> problem or a server problem?
> 
> On Tue,  3 Jul 2001 16:07, you wrote:
> > hi,
> > i get the blue screen of death everytime i access a servlet 
> or jsp example
> > from the Tomcat examples with: 
> http://localhost:8080/examples/jsp/* or
> > http://localhost:8080/examples/servlet/* or
> > http://localhost/examples/jsp/* or
> > http://localhost/examples/servlet/*
> >
> > system:
> > dell inspiron 4000
> > windows 2000 pro
> > jdk 1.3.1
> > jakarta-tomcat 3.2.2
> > with jserv module loaded in apache
> >
> > i don't know where/how to start debugging this.  i don't 
> even get any
> > runtime errors.  please help. thanks,
> > --meg
> >
> >
> > __
> > Get your FREE personalized e-mail at http://www.canada.com
> 



Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-02 Thread Dmitri Colebatch

What happens if you look at them from another box?  that is - is it a client 
problem or a server problem?

On Tue,  3 Jul 2001 16:07, you wrote:
> hi,
> i get the blue screen of death everytime i access a servlet or jsp example
> from the Tomcat examples with: http://localhost:8080/examples/jsp/* or
> http://localhost:8080/examples/servlet/* or
> http://localhost/examples/jsp/* or
> http://localhost/examples/servlet/*
>
> system:
> dell inspiron 4000
> windows 2000 pro
> jdk 1.3.1
> jakarta-tomcat 3.2.2
> with jserv module loaded in apache
>
> i don't know where/how to start debugging this.  i don't even get any
> runtime errors.  please help. thanks,
> --meg
>
>
> __
> Get your FREE personalized e-mail at http://www.canada.com