- This topic has 3 replies, 2 voices, and was last updated 19 years, 1 month ago by Scott Anderson.
-
AuthorPosts
-
Claye GreeneMemberI have the settings for Weblogic input, but when I attempt to start it from the Eclipse IDE I get the following error:
Thread [main] (Suspended (exception FileNotFoundException))
URLClassPath$JarLoader.getJarFile(URL) line: 577
URLClassPath$JarLoader.<init>(URL, URLStreamHandler, HashMap) line: 546
URLClassPath$3.run() line: 324
AccessController.doPrivileged(PrivilegedExceptionAction<T>) line: not available [native method]
URLClassPath.getLoader(URL) line: 313
URLClassPath.getLoader(int) line: 290
URLClassPath.getResource(String, boolean) line: 160
URLClassLoader$1.run() line: 192
AccessController.doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) line: not available [native method]
Launcher$AppClassLoader(URLClassLoader).findClass(String) line: 188
Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: 306
Launcher$AppClassLoader.loadClass(String, boolean) line: 268
Launcher$AppClassLoader(ClassLoader).loadClass(String) line: 251
Launcher$AppClassLoader(ClassLoader).loadClassInternal(String) line: 319I’ve been banging my head trying to figure it out, but no luck. Anyone know what the problem is?
I’m using Eclipse 3.1.0 and MyEclipse 4.0.0.
Thanks!
Claye.
Scott AndersonParticipantCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue or a configuration problem? Thanks.
Claye GreeneMemberSorry about that. Here you go:
What operating system and version are you running?
Windows XP Professional Version 2002, service pack 2What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Eclipse SDK
Version: 3.1.0
Build id: I20050627-1435– Was Eclipse freshly installed for MyEclipse?
Yes. I used to have Eclipse 3.0 and MyEclipse 3.8.2, but I upgraded them both at the same time.– If not, was it upgraded to its current version using the update manager?
N/A– Are any other external plugins installed?
Yes, Jigloo by Cloudgarden– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
4What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
4.0.0What JDK version are you using to run Eclipse? (java -version)
Java 1.4.2What JDK version are you using to launch your application server?
Java 1.4.2What steps did you take that resulted in the issue?
Completed the preferences under MyEclipse -> Application Servers -> Weblogic 9What application server are you using?
Weblogic 9Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
Yes:
!ENTRY com.genuitec.eclipse.easie.weblogic9 1 1 2005-10-17 17:18:26.937
!MESSAGE Error starting WebLogic: WLS JDK name
!SESSION 2005-10-17 20:39:44.827 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2005-10-17 21:09:59.05
!MESSAGE Unable to locate .myeclipse.properties file
!SESSION 2005-10-18 08:35:16.143 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
Scott AndersonParticipantClay,
When you say you “upgraded” from a previous install, do you really mean uninstalled / installed in the same location? Or, did you install a new instace of Eclipse and MyEclipse?
One thing it might be is that I believe WLS 9 requires JDK 1.5 and ships with a version of it you should be using to launch it. How about setting the WebLogic 9 > JDK page to point to the version of JDK 1.5 under the weblogic install and seeing if that launches OK.
-
AuthorPosts