Error while creating stubs and skeletons
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere Application Server > Error while creating stubs and skeletons




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Error while creating stubs and skeletons  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-16-07 12:29 PM

hi all,

I am getting the following error when I am creating a home object. Can any o
ne help me out of this issue.

Thanks in advance,

Siva.

[3/16/07 1:41:43:259 EST] 5b735b20 ExceptionUtil E CNTR0018E: Non-applic
ation exception occurred. Exception data: java.lang.NoSuchMethodError: com.i
bm.ejs.container.EJSContainer: method doesJaccNeedsEJBArguments(Lcom/ibm/ejs
/container/EJSWrapperBase;)Z no
t found
at com.wilco_int.upm.util.security.server.EJSRemoteStatefulAuthenticateBeanH
ome_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(DelegatingMethodAccessorI
mpl.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(_Aut
henticateHome_Stub.java:233)
at com.wilco_int.upm.plugin.wui.core.UPMLoginner.getAuthenticateBean(UPMLogi
nner.java:188)
at com.wilco_int.upm.plugin.wui.core.UPMLoginner.doLogin(UPMLoginner.java:11
3)
at com.wilco_int.upm.plugin.wui.core.UPMLoginner.login(UPMLoginner.java:67)
at com.wilco_int.upm.plugin.wui.core.UPMConnection.getLogin(UPMConnection.ja
va:75)
at com.wilco_int.upm.plugin.wui.core.Util.getSubject(Util.java:40)
at com.wilco_int.upm.plugin.wui.core.DefaultController.initialise(DefaultCon
troller.java:33)
at com.wilco_int.wui.view.common.StandardInitialiseAction.runController(Stan
dardInitialiseAction.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(RequestPro
cessor.java:419)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:2
24)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
at com.wilco_int.wui.view.common.WUIActionServlet.process(WUIActionServlet.j
ava: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(StrictSer
vletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLif
ecycleServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleS
ervlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLife
cycleServlet.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.j
ava(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Valid
ServletReferenceState.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Servlet
InstanceReference.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispat
ch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppReq
uestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequ
estDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Co
mpiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvo
ker.java(Compiled Code))
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocatio
n(CachedInvocation.java(Compiled Code))
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Servlet
RequestProcessor.java(Compiled Code))
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEList
ener.java(Compiled Code))
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.
java(Compiled Code))
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(C
ompiled 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 ]



    Re: Error while creating stubs and skeletons  
Randy Schnier


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:11 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register