Vinod Kumar

Greenhorn
+ Follow
since Jan 27, 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 Vinod Kumar

Hello,

I have set of property files, i placed all these property files into an jar and placed the jar in WEB-INF/lib directory. ResourceBundle is not able to locate the property file placed under this jar.

I tried putting the properties jar under EAR directly and added an manifest entry for both EJB jar and war. Still it is not working

Am i placing the properties jar in correct location? If no, can some one please tell me where i put this properties jar.

Thanks,
Vinod.
Hello all,

I am using Struts 1.1 and everything compiles, deploys and runs fine. (I'm using WAS 5.0) It's when I do a second deploy that I get the following error message. I then need to restart the server in order to redeploy. Yes, I have commons-collections.jar in the WEB-INF/lib directory. Any ideas?

[12/4/04 21:08:24:746 EST] 48b67c1b ServletInstan E SRVE0058E: Did not realize destroy() exception thrown by servlet action: java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap$KeySet
at org.apache.commons.collections.FastHashMap.keySet(Unknown Source)
at org.apache.struts.action.ActionServlet.destroyDataSources(ActionServlet.java:769)
at org.apache.struts.action.ActionServlet.destroy(ActionServlet.java:431)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.forceDestroy(StrictServletInstance.java:184)
at com.ibm.ws.webcontainer.servlet.ServletInstance.destroy(ServletInstance.java:484)
at com.ibm.ws.webcontainer.servlet.ServletManager.removeServlet(ServletManager.java:153)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.removeServlet(WebAppServletManager.java:410)
at com.ibm.ws.webcontainer.servlet.ServletManager.removeAllServlets(ServletManager.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebApp.destroy(WebApp.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebGroup.reload(WebGroup.java(Compiled Code))
at com.ibm.ws.webcontainer.WebContainer.reload(WebContainer.java(Compiled Code))
at com.ibm.ws.runtime.component.WebContainerImpl.reload(WebContainerImpl.java(Compiled Code))
at com.ibm.ws.runtime.component.ApplicationMgrImpl$ApplicationNotifier.classChanged(ApplicationMgrImpl.java(Compiled Code))
at com.ibm.ws.classloader.ClassLoaderManager.checkAndNotify(ClassLoaderManager.java(Compiled Code))
at com.ibm.ws.classloader.ClassLoaderManager.access$100(ClassLoaderManager.java(Inlined Compiled Code))
at com.ibm.ws.classloader.ClassLoaderManager$ReloadTimerTask.run(ClassLoaderManager.java(Compiled Code))
at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
at java.util.TimerThread.run(Timer.java:396)

Thanks,
Vinod.
19 years ago
Hi Friends,
In servlets we can transform xml data into a pdf document. Is there any possibility of transforming the data into lotus 123 file format.
Or else is it possible to creaet a lotus 123 file using java code.
Help on this will be greatly appreciated.
Thanx and regards,
Vinod Kumar B.
20 years ago