For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 17 years, 12 months ago by
Loyal Water.
-
AuthorPosts
-
pfunkyMemberHello,
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 stacktraceManually 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 WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse 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
-exitdataAugust 18, 2008 at 9:29 am #288306
Loyal WaterMemberIs 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.
August 18, 2008 at 10:54 am #288315
pfunkyMemberI 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??
August 21, 2008 at 4:58 pm #288517
Loyal WaterMemberThis 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?
-
AuthorPosts
