Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes BEA/Weblogic and the fly likes Which version of JSF supported by Weblogic 8.1 SP6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Which version of JSF supported by Weblogic 8.1 SP6" Watch "Which version of JSF supported by Weblogic 8.1 SP6" New topic
Author

Which version of JSF supported by Weblogic 8.1 SP6

prash patil
Ranch Hand

Joined: May 26, 2008
Posts: 40
Hi All,
In one of my project I am using JSF 1.1.5 with Web Logic 8.1 SP6. I am getting below exception, when I hit the application first time. After that application is working as expected.
And the same application works on Tomcat 5 smoothly;no exception at all.


Exception:

Code:




Thanks in advance!!
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6592
    
    1

org/apache/commons/collections/map/ReferenceMap


Noclass found ?

The error is not very informative


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
prash patil
Ranch Hand

Joined: May 26, 2008
Posts: 40
The Full stack trace is
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6592
    
    1

Try placing commons collection in the class path. Or you can set a break point at the line where this error occurs and use the Display window in eclipse to load the offending class with Class.forName(). That will verify if the problem is due to a ClassNotFoundException
prash patil
Ranch Hand

Joined: May 26, 2008
Posts: 40
Thanks Deepak!
I thing I got the problem.
My collections jar does not have any package like org/apache/commons/collections/map/ReferenceMap
but common-collections-3.1.jar do have..

regards,
PP
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Which version of JSF supported by Weblogic 8.1 SP6
 
Similar Threads
NoClassDefFoundError - XmlException + weblogic 10
Problem with xjc ant task in jdk 1.6 in weblogic 10.3
Problem connecting to DB after DB restart
Tools for generating weblogic-cmp-rdbms-jar.xml files
java.sql.SQLException: No suitable driver