You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Nitin Lokhande <ad...@gmail.com> on 2007/10/09 07:20:04 UTC

Re: ROLLER 3.1.1 running with WAS 6.1, but not with WAS 6.0

Hi Brian,

i am also trying to deplyong roller3.1 on websphere 6.0. i have changed
these 2 options as you had mentioned to do. i am getting such exception do u
have any idea about it? pasting my exception below:


Error page exception
The server cannot use the error page specified for your application to
handle the Original Exception printed below. Please see the Error Page
Exception below for a description of the problem with the specified error
page.


Original Exception:
Error Message: SRVE0190E: File not found: /index.jsp
Error Code: 403
Target Servlet: null
Error Stack:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: SRVE0190E: File not found:
/index.jsp
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:287)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:399)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)

     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(
WCChannelLink.java:77)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(
HttpInboundLink.java:421)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(
HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(
HttpICLReadCallback.java:94)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(
WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(
WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(
WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(
WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))




Error Page Exception:
Error Message: SRVE0190E: File not found: /WEB-INF/jsps/403.jsp
Error Code: 403
Target Servlet: null
Error Stack:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: SRVE0190E: File not found:
/WEB-INF/jsps/403.jsp
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:261)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(
WebAppRequestDispatcher.java:250)
     at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2495)
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:548)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:287)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:399)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)

     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(
WCChannelLink.java:77)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(
HttpInboundLink.java:421)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(
HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(
HttpICLReadCallback.java:94)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(
WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(
WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(
WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(
WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))



On 9/21/07, Brian.Harris@alltel.com <Br...@alltel.com> wrote:
>
> Be sure to change "Class loader mode" to "PARENT_LAST" AND change "WAR
> class loader policy" to "Application".  There are 2 drop down boxes for
> this when you click on the war in the admin console.  This will let the
> class loading be done by you instead of allowing WAS to do it.
>
> Hope this helps.
>
> -----Original Message-----
> From: fp [mailto:Frank.Pientka@impaqgroup.com]
> Sent: Friday, September 21, 2007 7:00 AM
> To: user@roller.apache.org
> Subject: ROLLER 3.1.1 running with WAS 6.1, but not with WAS 6.0
>
>
> I have succesfully deployed ROLLER 3.1.1 with WAS 6.1, JDK 5.0, DERBY
> 10.1, but failed to deploy the same WAR to WAS 6.0.2.15, JDK 1.4 an get
> this crazzy Hibernate-Exception.
> Also i changed the Classloading order, no way Can anyone help or give me
> a hint, how to work around this problem.
> In WAS i used the jndi-name:jdbc/rollerdb as Derby embedded non-XA  JDBC
> Provider org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
>
> I tried to change the hibernate.cfg.xml, but got
> org.apache.roller.business.hibernate.HibernateRollerImpl <init> Error
> initializing Hibernate
>                                 java.lang.VerifyError: (class:
>
> org/apache/roller/business/hibernate/HibernateP
>                                 ersistenceStrategy, method: <init>
> signature:
>
> (Ljava/lang/String;Ljava/lang/String;)V)
>                                 Incompatible argument to method
>        at
> org.apache.roller.business.hibernate.HibernateRollerImpl.<init>
>        (HibernateRollerImpl.java:74)
> --
> View this message in context:
> http://www.nabble.com/ROLLER-3.1.1-running-with-WAS-6.1%2C-but-not-with-
> WAS-6.0-tf4493463s12275.html#a12815242
> Sent from the Roller - User mailing list archive at Nabble.com.
>
>
>
>
>
> ******************************************************************************************
> The information contained in this message, including attachments, may
> contain
> privileged or confidential information that is intended to be delivered
> only to the
> person identified above. If you are not the intended recipient, or the
> person
> responsible for delivering this message to the intended recipient, Alltel
> requests
> that you immediately notify the sender and asks that you do not read the
> message or its
> attachments, and that you delete them without copying or sending them to
> anyone else.
>
>
>