SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Hendy Irawan
Hi, I downloaded the RDC 1.0 binary distribution and deploying rdc-examples.war in Tomcat 6.0.16 was unsuccessful. Here's the exception. May 25, 2009 9:43:29 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() May 25, 2009 9:43:50 PM org.apache.catalina.

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Rahul Akolkar
On Mon, May 25, 2009 at 1:13 PM, Hendy Irawan wrote: > Hi, > > I downloaded the RDC 1.0 binary distribution and deploying rdc-examples.war > in Tomcat 6.0.16 was unsuccessful. > Here's the exception. > I won't be able to try this today (can tomorrow, if needed) but from the message below, try re

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Hendy Irawan
Thanks Rahul. I did it, now it gives me this: at: http://localhost:8080/rdc-examples/mortgage-app/login.jsp HTTP Status 500 - -- *type* Exception report *message* *description* *The server encountered an internal error () that prevented it from fulfilling this requ

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Rahul Akolkar
On Mon, May 25, 2009 at 1:42 PM, Hendy Irawan wrote: > Thanks Rahul. > > I did it, now it gives me this: > > at: http://localhost:8080/rdc-examples/mortgage-app/login.jsp > > HTTP Status 500 - > -- > > *type* Exception report > > *message* > > *description* *The server

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Hendy Irawan
You're right I'm using Sun JDK6 After copying xalan.jar and xercesImpl.jar, I get this: Seems to need commons-el, let me try getting that. HTTP Status 500 - -- *type* Exception report *message* *description* *The server encountered an internal error () that prevent

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Hendy Irawan
Thanks. Here are the artifacts I need to make it work: - commons-beanutils:commons-beanutils:1.7.0 - xalan:xalan:2.7.1 - xerces:xercesImpl:2.8.1 - commons-el:commons-el:1.0 My current rdc-examples/WEB-INF/lib : ceef...@caliva:/opt/tomcat/webapps/rdc-examples/WEB-INF/lib$ ls -la tota

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Rahul Akolkar
On Mon, May 25, 2009 at 2:35 PM, Hendy Irawan wrote: > Thanks. > > Here are the artifacts I need to make it work: > >   - commons-beanutils:commons-beanutils:1.7.0 >   - xalan:xalan:2.7.1 >   - xerces:xercesImpl:2.8.1 >   - commons-el:commons-el:1.0 > > My current rdc-examples/WEB-INF/lib : > > ce

Re: SEVERE: Servlet /rdc-examples threw load() exception - java.lang.ClassNotFoundException: org.apache.commons.collections.FastHashMap

2009-05-25 Thread Henri Yandell
Given that it would be a small delta, how about a 1.0.1 release with the rdc example war fixed Rahul? It would give us a chance to release from maven, which should be educational, and we could also look at adding Cactus testing. I'm happy to help out there - it would help me learn more about RDC -