facebook

Issues with MyEclipse project-deployer for Weblogic

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288281 Reply

    pfunky
    Member

    Hello,

    I’m using the MyEclipse project deployer feature to my Weblogic 10.1 server and am getting inconsistent results.

    If I deploy my Web Project war when the server is stopped, and then turn the server on, everything works okay.

    However, if I attempt a fresh deploy with the server already running, I get this error and the app doesn’t deploy:

    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:286)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:259)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace

    Manually moving my war (exploded or not) into Weblogic’s auto-deploy folder works regardless of whether the server is running or not, so that tells me that MyEclipse is affecting the classloading or something.

    Any ideas of what’s going on?

    Here’s my installation Info:

    *** Date:
    Friday, August 15, 2008 5:55:21 o’clock PM EDT

    ** System properties:
    OS=Windows2003
    OS version=5.2
    Java version=1.5.0_11

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.5.1 GA
    Build id: 6.5.1-GA-20080715

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 6.5.1 GA
    Build id: 6.5.1-GA-20080715

    Eclipse Graphical Editing Framework

    Version: 3.3.2.v20080129
    Build id: 20080221-1602

    Eclipse Platform

    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800

    Eclipse RCP

    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800

    Eclipse Java Development Tools

    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800

    Eclipse Plug-in Development Environment

    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800

    Eclipse Project SDK

    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20080221-1800

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\oats\MyEclipse 6.5\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    C:\oats\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
    -startup
    C:\oats\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata

    #288306

    Loyal Water
    Member

    Is this happening with all projects you deploy or just one paticular project?

    Can you create a new project and check if you get the same result with the new project as well.

    #288315

    pfunky
    Member

    I have another JSF/Weblogic project running in MyEclipse and this issue doesn’t occur. The difference in my new project is that there are Facelet and Myfaces jars being used. Any ideas what the relation is??

    #288517

    Loyal Water
    Member

    This issue is definitely a jar issue. Can you cross post this issue on the web ogic forum as well to find out what jar is missing from the classpath.

    If you add the jars that are present in your new project to the original project, does the error go away?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Issues with MyEclipse project-deployer for Weblogic

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