03-19-07 06:32 PM
Looks like you've run the EJBDeploy tool at a certain level of WAS (likely 6
.0), then attempted to run the generated artifacts on an older level of WAS.
siva_tammana@adp.com wrote:
> hi all,
>
> I am getting the following error when I am creating a home object. Can any
one help me out of this issue.
>
> Thanks in advance,
>
> Siva.
>
> [3/16/07 1:41:43:259 EST] 5b735b20 ExceptionUtil E CNTR0018E: Non-application
exception occurred. Exception data: java.lang.NoSuchMethodError: com.ibm.ejs.contain
er.EJSContainer: method doesJaccNeedsEJBArguments(Lcom/ibm/ejs/container/EJSWrapperB
ase;)Z
not found
> at com.wilco_int.upm.util.security.server.EJSRemoteStatefulAuthenticateBe
anHome_81f92bff.create(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
ava(Compiled Code))
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
orImpl.java(Compiled Code))
> at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
> at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:703)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:701)
> at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1084)
> at $Proxy1.create(Unknown Source)
> at com.wilco_int.upm.util.security.server._AuthenticateHome_Stub.create(_
AuthenticateHome_Stub.java:233)
> at com.wilco_int.upm.plugin.wui.core.UPMLoginner.getAuthenticateBean(UPML
oginner.java:188)
> at com.wilco_int.upm.plugin.wui.core.UPMLoginner.doLogin(UPMLoginner.java
:113)
> at com.wilco_int.upm.plugin.wui.core.UPMLoginner.login(UPMLoginner.java:6
7)
> at com.wilco_int.upm.plugin.wui.core.UPMConnection.getLogin(UPMConnection
.java:75)
> at com.wilco_int.upm.plugin.wui.core.Util.getSubject(Util.java:40)
> at com.wilco_int.upm.plugin.wui.core.DefaultController.initialise(Default
Controller.java:33)
> at com.wilco_int.wui.view.common.StandardInitialiseAction.runController(S
tandardInitialiseAction.java:78)
> at com.wilco_int.wui.view.common.StandardAction.doAction(StandardAction.j
ava:68)
> at com.wilco_int.wui.view.common.WUIAction.execute(WUIAction.java:81)
> at org.apache.struts.action.RequestProcessor.processActionPerform(Request
Processor.java:419)
> at org.apache.struts.action.RequestProcessor.process(RequestProcessor.jav
a:224)
> at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194
)
> at com.wilco_int.wui.view.common.WUIActionServlet.process(WUIActionServle
t.java:33)
> at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)
)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)
)
> at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(Strict
ServletInstance.java(Compiled Code))
> at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(Strict
LifecycleServlet.java(Compiled Code))
> at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecyc
leServlet.java(Compiled Code))
> at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictL
ifecycleServlet.java(Inlined Compiled Code))
> at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstanc
e.java(Compiled Code))
> at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Va
lidServletReferenceState.java(Compiled Code))
> at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Serv
letInstanceReference.java(Inlined Compiled Code))
> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDis
patch(WebAppRequestDispatcher.java(Compiled Code))
> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebApp
RequestDispatcher.java(Compiled Code))
> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppR
equestDispatcher.java(Compiled Code))
> at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java
(Compiled Code))
> at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppI
nvoker.java(Compiled Code))
> at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvoca
tion(CachedInvocation.java(Compiled Code))
> at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Serv
letRequestProcessor.java(Compiled Code))
> at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEL
istener.java(Compiled Code))
> at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnecti
on.java(Compiled Code))
> at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.jav
a(Compiled Code))
> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[ Post a follow-up to this message ]
|