fabrice lefevre

Greenhorn
+ Follow
since Jan 28, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by fabrice lefevre

a very good forum for Rational Products
http://www.rational.net/login
Fabrice,
19 years ago
Hello,
i'm trying WSAD5.1 on the Fedora distribution and when i launch
>wsappdev51
i've got the following fatal problem
>/usr/bin/wsappdev51: line 2: 7829 Segmentation fault /opt/IBM/WebSphereStudio/ApplicationDeveloper/v5.1/wsappdev51.bin $@
Thanks a lot for any help!
Fabrice
19 years ago
I'm currently at 4.02, i'm gonna try the 4.07....
In fact, i need to monitor a WAS 4.07 with many ejb and see what use case is putting the server down...
what do you use to monitor a WAS4 with many ejb's running ?
Fabrice
20 years ago
Thanks Kyle,
The target JDK is still the IBM JDK 1.3.1, it's only a new release of this JDK (oct 2003)
My problem is that i want to use JProbe on a WAS4 (IBM JDK 1.3.1)
JProbe works only with the oct 2003 release of this JDK ...
20 years ago
Hello,
i'd like to update the ibm jdk 1.3.1 used by my was4 server in WSAD
the ibm jdk is now included in the wsdk pack and i replace the /java directory in /aes_v4 but it doesn't work...
Thanks for any help...
Fabrice
20 years ago
Hi,

if you have few seconds...

I made a 1..N relation ships with 2 EJBs (using WSAD) : EmployeeEJB et CompanyEJB
i do : company.getCollectionEmploye().add(aEmploye);
i'm doing this in the UTC and i've got the following exception :
if you have any ideas...THANKS A LOT !
Regards,
Fabrice,
-------------------------------------------------------------------------------
javax.ejb.EJBException: nested exception is: java.lang.IllegalStateException: getCurrentTx Exception - java.lang.IllegalStateException: ContainerTx is null.
java.lang.IllegalStateException: getCurrentTx Exception - java.lang.IllegalStateException: ContainerTx is null.
at com.ibm.ejs.container.ContainerManaged2_0BeanO.getCurrentPMTxInfo(ContainerManaged2_0BeanO.java:476)
at com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanStatefulInstanceExtensionImpl.getTransaction(Unknown Source)
at com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanStatefulInstanceExtensionImpl.hasBeenRemoved(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkImpl.isRemoved(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkImpl.basicValidateArgument(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkImpl.validateArgument(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.ManyValuedLinkImpl.validateArgument(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkSet.add(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.etools.utc.model.ReflectionMethodModel.invoke(ReflectionMethodModel.java:68)
at com.ibm.etools.utc.servlet.InvokeServlet.invoke(InvokeServlet.java:110)
at com.ibm.etools.utc.servlet.InvokeServlet.doPost(InvokeServlet.java:352)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:435)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
javax.ejb.EJBException: nested exception is: java.lang.IllegalStateException: getCurrentTx Exception - java.lang.IllegalStateException: ContainerTx is null.
at com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanStatefulInstanceExtensionImpl.hasBeenRemoved(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkImpl.isRemoved(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkImpl.basicValidateArgument(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkImpl.validateArgument(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.ManyValuedLinkImpl.validateArgument(Unknown Source)
at com.ibm.ws.ejbpersistence.associations.LinkSet.add(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.etools.utc.model.ReflectionMethodModel.invoke(ReflectionMethodModel.java:68)
at com.ibm.etools.utc.servlet.InvokeServlet.invoke(InvokeServlet.java:110)
at com.ibm.etools.utc.servlet.InvokeServlet.doPost(InvokeServlet.java:352)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:435)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)