For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 4 voices, and was last updated 21 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
drgrooveMemberHello,
MyEclipse displays erratic behavior in regards to installed JDKs on my Windows 2000 PC.
I have both Tomcat 4.1 and Weblogic 8.1 setup as Application Servers under MyEclipse.
After working OK for about 2 months, today MyEclipse shows an error message when attempting to start either server:
“A configuration error occurred during startup. Please verify the preference field with the prompt: Tomcat JDK name”
A similar error appears for Weblogic.
Both servers have a JDK selected under Window > Preferences > MyEclipse > Application Servers > (Tomcat 4.1 || Weblogic 8.1) > JDK
Removing and reinstalling the JDKs from w/in MyEclipse has no effect.
Enabling or disabling either server has no effect.
Restarting MyEclipse has no effect.
Restarting Windows has no effect.This is an extremely frustrating scenario (one of many with MyEclipse) which I would appreciate any help with.
Please let me know if there is any additional information that I can provide to help diagnose & resolve this issue. I have searched on this forum for answers to this question prior to posting, and only posted when no answer could be found on this board, Devshed (where I’m a moderator) or via Google.
Thank you in advance for your help.
April 5, 2004 at 5:45 pm #205642
Riyad KallaMemberDrGroove,
We are sorry to hear you are having this trouble as I agree, its annoying as hell.Can you post what versions of Eclipse/MyEclipse/JDK you are using?
Also can you try:
-
1) Window > Preferences > Java > Installed JREs, remove all JREs
2) Restart Eclipse
3) Window > Preferences > Java > Installed JREs, add new JRE BUT point to your JDK installation DIR. Setup any Javadoc or Source attachment if you want. Hit OK
4) Window > Preferences > MyEclipse > Application Servers > Tomcat 4 > JDK, hit the drop down, select the JRE (really JDK) that you just setup. Hit OK, OK until out of prefs.
5) Try and start the Tomcat 4 app server.If this doesn’t work and you get an error, please immediately check the <eclipse install>\workspace\.metadata\.log file, and copy out the last 2 or 3 entries from it that starts with !SESSION——– into a message here for us to look at.
April 5, 2004 at 5:49 pm #205644
Riyad KallaMemberAlso you mentioned “one of many (problems) with MyEclipse”, can you give us a quick rundown of the most frequent or annoying problems you run into? We work VERY hard to focus on our users needs and will fix a bug or annoyance ASAP if we can get a detailed description of how to reproduce it, and what the expected behavior is. (In most cases the expected behavior is obvious, but sometimes we need to hear from the users what they want to see).
If you don’t have time now to report it, that is fine. Maybe next time it happens drop us a quick post so we can look into it.
July 30, 2004 at 4:11 am #211176
saialluruMemberI have the same problem. I have installed Eclipse Version: 3.0.0. Build id: 200406251208. I have then installed MyEclipse latest B2 as of July 29th. I have setup the properties for Tomcat 5 with home directory. I have a JRE j2re1.4.2_03 which came with XP. This is setup in the preferences window when I installed eclipse. I tried adding another JRE but did not work. The as you suggested I tried removing all JREs but my eclipse version requires at least 1 JRE. Any help is really appreciated.
July 30, 2004 at 8:35 am #211183
Riyad KallaMembersaialluru,
To run an app server you need to setup a JDK, not a JRE. By default Eclipse finds/and uses a JRE on your systems, my tip above was for our user to go into his Window > Preferences > Java > Installed JREs settings and actually point the “JRE directory” to his JDK, this works fine for Eclipse and lets you use the JDK to launch your app server. You can also navigate to your app server’s “JDK” settings and just click the “Add” button to add a new JDK.Did that help?
August 5, 2004 at 9:22 pm #211606
naveen427Member@support-rkalla wrote:
saialluru,
To run an app server you need to setup a JDK, not a JRE. By default Eclipse finds/and uses a JRE on your systems, my tip above was for our user to go into his Window > Preferences > Java > Installed JREs settings and actually point the “JRE directory” to his JDK, this works fine for Eclipse and lets you use the JDK to launch your app server. You can also navigate to your app server’s “JDK” settings and just click the “Add” button to add a new JDK.Did that help?
Hi,
Even I have the above mentioned problem. I changed JRE to point to JDT, but the problem is not solved.Thanks,
Naveen.August 5, 2004 at 11:40 pm #211607
Riyad KallaMemberNaveen,
Did you mean “JDK”? What location are you pointing the JDK to? Did you select this in the dropdown for the application server? What version of MyEclipse are you using? What version of Eclipse? What application server?August 6, 2004 at 12:00 am #211609
saialluruMemberRiyad,
Thanks for your help, installing a JDK and pointing to it helped.
Sai.
August 6, 2004 at 11:01 am #211626
Riyad KallaMemberGlad it worked.
-
AuthorPosts
