RE: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri

Struts 1.0.x works fine on my Iplanet Web server (Which is more like tomcat
3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet (IWS
6.0 SP2 ). Here is the stack trace.

 Internal error: Unexpected error condition thrown (unknown exception,no
description), stack: java.lang.ExceptionInInitializerError   at
_jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:247)   at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
ava:237)   at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
etRunner.java:897)   at
com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
065)   at
com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
r.java:959)   at
com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
Method)   at
com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
her.java:93)   at
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
at
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
va:757)   at
org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

The people at iplanet support would not care as they claim its not their
problem (to support external frameworks).

Of course they need to wake up.

Any one seen this issue?


Regards
Raj.

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 7:28 PM
To: Struts (E-mail)
Subject: 1.1 Deployment Bug?


Is there a known issue with deploying 1.1 apps in any servlet/Web container?
1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing the
class loader to throw ClassNotFoundException.  We have found this to be true
in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
where is the documentation?

Mark


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




Re: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Roy Truelove

what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to
the generated JSP source?

-Roy

- Original Message -
From: Rajesh Kalluri [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 9:12 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


 Struts 1.0.x works fine on my Iplanet Web server (Which is more like
tomcat
 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
(IWS
 6.0 SP2 ). Here is the stack trace.

  Internal error: Unexpected error condition thrown (unknown exception,no
 description), stack: java.lang.ExceptionInInitializerError   at
 _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at

org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
 va:247)   at

org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
 ava:237)   at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at

com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
 etRunner.java:897)   at

com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
 065)   at

com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
 r.java:959)   at
 com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
 Method)   at

com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
 her.java:93)   at

org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
 at

org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
 va:757)   at
 org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

 The people at iplanet support would not care as they claim its not their
 problem (to support external frameworks).

 Of course they need to wake up.

 Any one seen this issue?


 Regards
 Raj.

 -Original Message-
 From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 10, 2002 7:28 PM
 To: Struts (E-mail)
 Subject: 1.1 Deployment Bug?


 Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
the
 class loader to throw ClassNotFoundException.  We have found this to be
true
 in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
 where is the documentation?

 Mark


 --
 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: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Juan Alvarado \(Struts List\)

Roy:

Try the struts-example with the version of iPlanet you are using. I have
been unable to run the Struts 1.1 example in iPlanet 6 SP 2. If you search
this list you will see some of the postings I submitted in regard to this
problem. Unfortunately, no one had a solution for the problems.

Please let me know if you are able to get it to work.

Good luck

**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: Roy Truelove [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 10:27 AM
To: Struts Users Mailing List
Subject: Re: 1.1 Deployment Bug?- Iplanet Web Server


what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to
the generated JSP source?

-Roy

- Original Message -
From: Rajesh Kalluri [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 9:12 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


 Struts 1.0.x works fine on my Iplanet Web server (Which is more like
tomcat
 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
(IWS
 6.0 SP2 ). Here is the stack trace.

  Internal error: Unexpected error condition thrown (unknown exception,no
 description), stack: java.lang.ExceptionInInitializerError   at
 _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at

org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
 va:247)   at

org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
 ava:237)   at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at

com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
 etRunner.java:897)   at

com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
 065)   at

com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
 r.java:959)   at
 com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
 Method)   at

com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
 her.java:93)   at

org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
 at

org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
 va:757)   at
 org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

 The people at iplanet support would not care as they claim its not their
 problem (to support external frameworks).

 Of course they need to wake up.

 Any one seen this issue?


 Regards
 Raj.

 -Original Message-
 From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 10, 2002 7:28 PM
 To: Struts (E-mail)
 Subject: 1.1 Deployment Bug?


 Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
the
 class loader to throw ClassNotFoundException.  We have found this to be
true
 in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
 where is the documentation?

 Mark


 --
 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: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Rajesh Kalluri

Roy,

When you say does IPlanet give you access to the generated JSP source?. Do
you mean where to find the .java and .class file s generated by a container
for a given jsp.

if so you can find them in
..$IWS_HOME\https-web.manduca\ClassCache\tiles\_jsps\_layouts for iplanet
substituing your setup parameters.

Regards
Raj

-Original Message-
From: Roy Truelove [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 11, 2002 10:27 AM
To: Struts Users Mailing List
Subject: Re: 1.1 Deployment Bug?- Iplanet Web Server


what's happening here : _menu_jsp.java:102 ? does IPlanet give you access to
the generated JSP source?

-Roy

- Original Message -
From: Rajesh Kalluri [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 9:12 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


 Struts 1.0.x works fine on my Iplanet Web server (Which is more like
tomcat
 3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
(IWS
 6.0 SP2 ). Here is the stack trace.

  Internal error: Unexpected error condition thrown (unknown exception,no
 description), stack: java.lang.ExceptionInInitializerError   at
 _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
 org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at

org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
 va:247)   at

org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
 ava:237)   at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)   at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at

com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
 etRunner.java:897)   at

com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
 065)   at

com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
 r.java:959)   at
 com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
 Method)   at

com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
 her.java:93)   at

org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
 at

org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
 va:757)   at
 org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).

 The people at iplanet support would not care as they claim its not their
 problem (to support external frameworks).

 Of course they need to wake up.

 Any one seen this issue?


 Regards
 Raj.

 -Original Message-
 From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 10, 2002 7:28 PM
 To: Struts (E-mail)
 Subject: 1.1 Deployment Bug?


 Is there a known issue with deploying 1.1 apps in any servlet/Web
container?
 1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
the
 class loader to throw ClassNotFoundException.  We have found this to be
true
 in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
 where is the documentation?

 Mark


 --
 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: 1.1 Deployment Bug?- Iplanet Web Server

2002-06-11 Thread Roy Truelove

Hi Raj,

I don't use IPlanet.. but given the stackTrace that you posted earlier, the
error is occuring at _menu_jsp.java:102.  I asking what's happening at that
line; it might give you more insight as to what is causing the error.

-Roy

- Original Message -
From: Rajesh Kalluri [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 11:14 AM
Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


 Roy,

 When you say does IPlanet give you access to the generated JSP source?.
Do
 you mean where to find the .java and .class file s generated by a
container
 for a given jsp.

 if so you can find them in
 ..$IWS_HOME\https-web.manduca\ClassCache\tiles\_jsps\_layouts for iplanet
 substituing your setup parameters.

 Regards
 Raj

 -Original Message-
 From: Roy Truelove [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 11, 2002 10:27 AM
 To: Struts Users Mailing List
 Subject: Re: 1.1 Deployment Bug?- Iplanet Web Server


 what's happening here : _menu_jsp.java:102 ? does IPlanet give you access
to
 the generated JSP source?

 -Roy

 - Original Message -
 From: Rajesh Kalluri [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Tuesday, June 11, 2002 9:12 AM
 Subject: RE: 1.1 Deployment Bug?- Iplanet Web Server


  Struts 1.0.x works fine on my Iplanet Web server (Which is more like
 tomcat
  3.2+). But i cannot get the example from Struts 1.1 to work on Iplanet
 (IWS
  6.0 SP2 ). Here is the stack trace.
 
   Internal error: Unexpected error condition thrown (unknown exception,no
  description), stack: java.lang.ExceptionInInitializerError   at
  _jsps._layouts._menu_jsp._jspService(_menu_jsp.java:102)   at
  org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)   at
  javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
 

org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
  va:247)   at
 

org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.j
  ava:237)   at
  org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520)
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589)
at
  javax.servlet.http.HttpServlet.service(HttpServlet.java:853)   at
 

com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServl
  etRunner.java:897)   at
 

com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1
  065)   at
 

com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunne
  r.java:959)   at
  com.iplanet.server.http.servlet.NSServletSession.internalRedirect(Native
  Method)   at
 

com.iplanet.server.http.servlet.NSRequestDispatcher.include(NSRequestDispatc
  her.java:93)   at
 

org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:408)
  at
 

org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja
  va:757)   at
  org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:369).
 
  The people at iplanet support would not care as they claim its not their
  problem (to support external frameworks).
 
  Of course they need to wake up.
 
  Any one seen this issue?
 
 
  Regards
  Raj.
 
  -Original Message-
  From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
  Sent: Monday, June 10, 2002 7:28 PM
  To: Struts (E-mail)
  Subject: 1.1 Deployment Bug?
 
 
  Is there a known issue with deploying 1.1 apps in any servlet/Web
 container?
  1.02 deploys just find in the WEB-INF/lib directory, but 1.1 is causing
 the
  class loader to throw ClassNotFoundException.  We have found this to be
 true
  in Tomcat 4.01, JRun 3.1 and WebLogic 6.1SP2.  If a work-around exists,
  where is the documentation?
 
  Mark
 
 
  --
  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]