WebSphere Application Server - Error while creating stubs and skeletons

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > March 2007 > Error while creating stubs and skeletons





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Error while creating stubs and skeletons

2007-03-16, 7:29 am

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 no
t found
at com.wilco_int.upm.util.security.server. EJSRemoteStatefulAuthenticateBeanHome_81
f92bff.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(WebAppRequestDispat
cher.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

2007-03-19, 1: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.container.EJSContainer: method doesJaccNeedsEJBArguments(Lcom/ibm/ejs/container/EJSWrapperBase;)Z

not found
> at com.wilco_int.upm.util.security.server. EJSRemoteStatefulAuthenticateBeanHome_81
f92bff.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(WebAppRequestDispat
cher.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))

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com