You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/03/04 17:06:43 UTC

DO NOT REPLY [Bug 17637] New: - Cocoon won't start under Websphere AS v5.0 on OS/400

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17637>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17637

Cocoon won't start under Websphere AS v5.0 on OS/400

           Summary: Cocoon won't start under Websphere AS v5.0 on OS/400
           Product: Cocoon 2
           Version: 2.0.4
          Platform: Other
        OS/Version: OS/400
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: drobert@bfm.bm


Exception trace: (Note that on iSeries, because of internal optimisations, the
line numbers correspond to the beginning of the method which threw the
exception, not to the actual code line).

 SRVE0026E: [Servlet Error]-[Cocoon2]: java.lang.NoSuchMethodError
java/lang/Throwable.<init>()V+4 (Throwable.java:78) java/lang/Error.<init>()V+1
(Error.java:37) java/lang/NoSuchMethodError.<init>()V+1
(NoSuchMethodError.java:32)
org/apache/cocoon/servlet/CocoonServlet.initLogger()V+0 (CocoonServlet.java:766)
org/apache/cocoon/servlet/CocoonServlet.init(Ljavax/servlet/ServletConfig;)V+0
(CocoonServlet.java:215)
com/ibm/ws/webcontainer/servlet/StrictServletInstance.doInit()V+0
(StrictServletInstance.java:78)
com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._init(Ljavax/servlet/ServletConfig;)V+0
(StrictLifecycleServlet.java:145)
com/ibm/ws/webcontainer/servlet/PreInitializedServletState.init(Lcom/ibm/ws/webcontainer/servlet/StrictLifecycleServlet;Ljavax/servlet/ServletConfig;)V+0
(StrictLifecycleServlet.java:270)
com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.init(Ljavax/servlet/ServletConfig;)V+0
(StrictLifecycleServlet.java:113)
com/ibm/ws/webcontainer/servlet/ServletInstance.init()V+0
(ServletInstance.java:163)
javax/servlet/GenericServlet.init(Ljavax/servlet/ServletConfig;)V+0
(GenericServlet.java:256)
com/ibm/ws/webcontainer/webapp/WebAppServletManager.addServlet(Ljava/lang/String;Ljavax/servlet/Servlet;Ljava/util/Properties;)V+0
(WebAppServletManager.java:709)
com/ibm/ws/webcontainer/webapp/WebAppServletManager.loadServlet(Ljava/lang/String;Lcom/ibm/etools/webapplication/Servlet;)V+0
(WebAppServletManager.java:117)
com/ibm/ws/webcontainer/webapp/WebAppServletManager.getServletReference(Ljava/lang/String;Lcom/ibm/ws/webcontainer/servlet/ServletReferenceListener;)Lcom/ibm/ws/webcontainer/servlet/ServletReference;+0
(WebAppServletManager.java:376)
com/ibm/ws/webcontainer/webapp/WebApp.getServletReference(Ljava/lang/String;Lcom/ibm/ws/webcontainer/servlet/ServletReferenceListener;)Lcom/ibm/ws/webcontainer/servlet/ServletReference;+0
(WebApp.java:589)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcherInfo.calculateInfo()V+0
(WebAppRequestDispatcherInfo.java:124)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcherInfo.<init>(Lcom/ibm/ws/webcontainer/webapp/WebApp;Ljava/lang/String;)V+0
(WebAppRequestDispatcherInfo.java:46)
com/ibm/ws/webcontainer/webapp/WebApp.getRequestDispatcher(Ljava/lang/String;Z)Ljavax/servlet/RequestDispatcher;+0
(WebApp.java:1396)
com/ibm/ws/webcontainer/webapp/WebApp.getRequestDispatcher(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;+0
(WebApp.java:1376)
com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(Ljava/lang/Object;)V+0
(WebAppInvoker.java:146)
com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(Ljava/lang/Object;)V+0
(CachedInvocation.java:66)
com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(Ljava/lang/String;Lcom/ibm/ws/webcontainer/srp/ISRPConnection;)V+0
(ServletRequestProcessor.java:66)
com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(Lcom/ibm/ws/webcontainer/oselistener/api/IOSEConnection;)V+0
(OSEListener.java:317)
com/ibm/ws/webcontainer/http/HttpConnection.handleRequest()V+0
(HttpConnection.java:56)
com/ibm/ws/http/HttpConnection.readAndHandleRequest()V+0
(HttpConnection.java:419) com/ibm/ws/http/HttpConnection.run()V+0
(HttpConnection.java:309) com/ibm/ws/util/ThreadPool$Worker.run()V+0
(ThreadPool.java:565)