- This topic has 12 replies, 4 voices, and was last updated 20 years, 8 months ago by Scott Anderson.
-
AuthorPosts
-
surapholMember– System Setup ——————————-
Operating System and version: Windows XP Professional 5.1 SP1
Eclipse version: 3.0M6
Eclipse build id:
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.7RC2
Eclipse JDK version: j2sdk1.4.2
Application Server JDK version: j2sdk1.4.2
Are there any exceptions in the Eclipse log file?– Message Body ——————————-
I have configured Weblogic 8.1 through the Preferences->MyEclipse->Application Servers->WebLogic 8 screen (I also configured for Tomcat 5).
When I start WebLogic 8.1 in a command window, I need to run the setEnv.cmd to set up the environment before I start the server. It runs fine and respond to requests.
Back to the MyEclipse workbench. I can start Tomcat and run JSP fine with messages log to the console window. However, when I start the WebLogic server instead, nothing happen (also nothing shows up in the console).
Am I missing any step and miss anyconfiguration?
Thanks.
Riyad KallaMemberDoes your configuration look correct? Please see http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-18-categories-Weblogic+8-parent_id-14.html for an example to compare against.
Irfani, Mohammed S.MemberSystem Setup
——————————-
Operating System and version: Windows XP SP1
Eclipse version: 3
Eclipse build id: 200312182000
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: 2
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 3
MyEclipse version: 3.6.2
Eclipse JDK version: 1.4.1_02-b06
Application Server JDK version: jrockit81sp2_141_05
Are there any exceptions in the Eclipse log file?– Message Body ——————————-
I have the same problem … it was working fine with WLS 8.1, but when I upgraded to WLS8.1 SP2. I can not start the WLS from the workbench.
I am getting the following error message …
Error Starting WebLogic:
A configuration error occured during startup. Please verify the preference field with the prompt: java.lang.NoClassDefFoundError: … (with command line arguments)
The configuration does match http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-18-categories-Weblogic+8-parent_id-14.html
Thanks
😳
Riyad KallaMemberI have asked S/M to weigh in on this as my experience with WLS is too limited.
surapholMemberI found out that my “Execution domain name” (running in Weblogic 8.1) is incorrect. I can at least start the app server now. However I am still having difficulty stopping at the breakpoint. Same thing when I run in Tomcat 5.
Riyad KallaMemberAre you using a 1.4 JVM to run the app server (and possibly eclipse?). Support for the JSR 45 debugging spec also requires a 1.4 VM, preferably > 1.4.1 as 1.4.0 has quite a bit of bugs with the new debugging infrastructure.
surapholMemberI am using j2sdk1.4.2. Thanks.
Scott AndersonParticipantFirst, please make sure you’re opening the JSP and setting the breakpoint with the MyEclipse JSP editor. Second, there have been a number of compatibility problems reported between the Eclipse debugger and some of the JDK 1.4.2 betas. That could be the problem. The new 1.4.2 releases have rather buggy debug implementations, from version to version. Can you try running both Eclipse and the server with JDK 1.4.1?
Scott AndersonParticipantSpecial,
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 3
You don’t have the full Eclipse SDK installed, but just the Jave developer’s kit instead. Version 3.7 RC2, which you’re running requires a full Eclipse installation to function properly. However, 3.7 GA which will be available shortly will be able to run on just the JDT configuration. When you upgrade, the problem should be cleared.
Irfani, Mohammed S.MemberThanks scott,
Should I upgrade to full Eclipse SDK. Will it solve my problem?
Can I do it through Eclipse Update Manager 😕
Thanks
Riyad KallaMemberSpecial,
You have a few choices here, you can install the Eclipse 3.0 M6 SDK and then reinstall MyEclipse 3.7RC2, or tonight you can wait for our 3.7 GA release of MyEclipse, and then just download the Eclipse 3.0 M7 JDT (SDK will no longer be required) and reinstall everything then.I would suggest downloading the Eclipse 3.0 M7 JDT and waiting for our 3.7 GA release tonight because it carries so many bug fixes and enhancements over the RC2 release.
Irfani, Mohammed S.MemberUnfortunately I still have the same problem … I have downloaded and installed both Eclipse 3.0 M7 JDT and MyEclipse 3.7 GA. But I can not start Weblogic from the Workbence.
BTW … I have configured WebLogic Integration domain, could this be a problem?
I am saying this because the command line paramaters the MyEclipse used to start WebLogic is very different from the one startWebLogic.cmd uses. 😕
Scott AndersonParticipantBTW … I have configured WebLogic Integration domain, could this be a problem?
I am saying this because the command line paramaters the MyEclipse used to start WebLogic is very different from the one startWebLogic.cmd uses.
The configuration change is most likely the difference. However, MyEclipse allows you to do quite a bit of configuration to the WebLogic launch environment by on the additional preference pages for JDK, Paths, etc. In order to launch correctly with your custom configuration, you’ll need to modify these entries so that they contain effectively the same parameters as your start script.
-
AuthorPosts