Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error while creating stubs and skeletons

3 views
Skip to first unread message

siva_t...@adp.com

unread,
Mar 16, 2007, 3:31:45 AM3/16/07
to
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.container.EJSContainer: method doesJaccNeedsEJBArguments(Lcom/ibm/ejs/container/EJSWrapperBase;)Z not found
at com.wilco_int.upm.util.security.server.EJSRemoteStatefulAuthenticateBeanHome_81f92bff.create(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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(UPMLoginner.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:67)
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(DefaultController.java:33)
at com.wilco_int.wui.view.common.StandardInitialiseAction.runController(StandardInitialiseAction.java:78)
at com.wilco_int.wui.view.common.StandardAction.doAction(StandardAction.java:68)
at com.wilco_int.wui.view.common.WUIAction.execute(WUIAction.java:81)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
at com.wilco_int.wui.view.common.WUIActionServlet.process(WUIActionServlet.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(StrictServletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java(Compiled Code))
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java(Compiled Code))
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java(Compiled Code))
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(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))

Randy Schnier

unread,
Mar 19, 2007, 10:09:00 AM3/19/07
to
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.
0 new messages