You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by malin76 <ma...@gmail.com> on 2006/12/18 12:21:54 UTC

MessageResourcesFactory.createFactory java.lang.VerifyError: (class: org/apache/struts/util/RequestUtils, method: getActionMappingURL signature: (Ljava/lang/String;Ljavax/servlet/jsp/PageContext;

Hi,

I'm having problems starting up an Struts application in Websphere
application server. Below is the error message I get, does anyone know how
to fix this?

Thanks, 

Malin

INFO org.apache.struts.action.ActionServlet  - inside init....
[2006-12-18 11:46:45:340 CET] 33b9f334 SystemOut     O 2000 [Thread-1] ERROR
org.apache.struts.util.MessageResourcesFactory  -
MessageResourcesFactory.createFactory
java.lang.VerifyError: (class: org/apache/struts/util/RequestUtils, method:
getActionMappingURL signature:
(Ljava/lang/String;Ljavax/servlet/jsp/PageContext;)Ljava/lang/String;)
Incompatible object argument for method call
	at
org.apache.struts.util.MessageResourcesFactory.createFactory(MessageResourcesFactory.java:192)
	at
org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:576)
	at
org.apache.struts.action.ActionServlet.initInternal(ActionServlet.java:1354)
	at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
	at javax.servlet.GenericServlet.init(GenericServlet.java:258)
	at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
	at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
	at
com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
	at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
	at
com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
	at javax.servlet.GenericServlet.init(GenericServlet.java:258)
	at
com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:876)
	at
com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
	at
com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
	at
com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1279)
	at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
	at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:392)
	at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:211)
	at
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1005)
	at
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
	at
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
	at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:505)
	at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
	at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
	at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
	at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:299)
	at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:256)
	at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
	at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
	at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
	at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
	at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
	at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:243)
	at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
	at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
	at java.lang.reflect.Method.invoke(Method.java:391)
	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:189)
	at
com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:92)
[2006-12-18 11:46:45:356 CET] 33b9f334 ServletInstan E SRVE0100E: Did not
realize  init() exception thrown by servlet ActionServlet:
javax.servlet.ServletException
	at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:99)
	at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
	at
com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
	at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
	at
com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
	at javax.servlet.GenericServlet.init(GenericServlet.java:258)
	at
com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:876)
	at
com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
	at
com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
	at
com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1279)
	at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
	at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:392)
	at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:211)
	at
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1005)
	at
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
	at
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
	at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:505)
	at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
	at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
	at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
	at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:299)
	at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:256)
	at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
	at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
	at
com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:152)
	at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
	at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
	at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:243)
	at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
	at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
	at java.lang.reflect.Method.invoke(Method.java:391)
	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:189)
	at
com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:92)
-- 
View this message in context: http://www.nabble.com/MessageResourcesFactory.createFactory-java.lang.VerifyError%3A-%28class%3A-org-apache-struts-util-RequestUtils%2C-method%3A-getActionMappingURL-signature%3A-%28Ljava-lang-String-Ljavax-servlet-jsp-PageContext--tf2839305.html#a7927179
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org