facebook

ClassNotFoundException javax.faces.webapp.FacesServlet

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #313572 Reply

    dason
    Member

    I have a simple test application based on the ICEfaces tutorial found here:

    http://www.myeclipseide.com/documentation/quickstarts/icefaces/

    I would like to deploy it to WebLogic 10.1.3. It works fine with the MyEclipse Tomcat server.

    When I attempt to deploy it to WebLogic, I get the following error:

    Caused By: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)

    What do I need to do to get it working with WebLogic?

    Thanks,
    Dave

    #313581 Reply

    support-swapna
    Moderator

    dason,

    The error is about missing libraries.

    Take a look at these post and try the solutions given there :
    http://www.myeclipseide.net/index.php?name=PNphpBB2&file=viewtopic&t=21332
    http://www.icefaces.org/JForum/posts/list/11535.page

    I also suggest you cross post this query on the web logic forums as well since this looks like a weblogic related issue.

    Hope this helps.

    #313585 Reply

    dason
    Member

    Thank you. I will check out the references you list above.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: ClassNotFoundException javax.faces.webapp.FacesServlet

You must be logged in to post in the forum log in