- This topic has 6 replies, 3 voices, and was last updated 20 years, 8 months ago by ktz.
-
AuthorPosts
-
ktzMemberI had Eclipse 2.1.1 and MyEclipse 2.6.2 installed on windows XP running with Tomcat 4.1.24 and SDK1.3.1_09. All went well untill I installed MyEclipse 2.7RC2 over 2.6.2. I then did an upgrade for for Eclipse on the upgrade perspective to 2.1.2.
That was the end for me. Ever since, when I try to save/compile a class the system just hangs.
I then deleted Eclispe and uninstalled MyEclipse. Re-installed Eclipse 2.1.2 and MyEclipse 2.7RC2. But to no avail, the system hanged when I tried to create a new EAR project. Is there a known bug with this combination or maybe some advice on how to do the install differently?
I have another licensed/XP machine running Eclipse 2.1.1 with MyEclipse 2.6.2 and Tomcat 4.1.24 and SDK1.3.1_09. On this machine I cannot get any debugging to work. Any help there?
I am in desperate need of help!
Kobus
Scott AndersonParticipantKobus,
First, let me say that I’m sorry you’re experiencing this problem but we’ll do our best to determine what the issue is and get it resolved.
I then did an upgrade for for Eclipse on the upgrade perspective to 2.1.2.
This is probably what caused the first issue.
Re-installed Eclipse 2.1.2 and MyEclipse 2.7RC2. But to no avail, the system hanged when I tried to create a new EAR project. Is there a known bug with this combination or maybe some advice on how to do the install differently?
That was the right thing to do. However, this combination should’ve worked fine. Can you check the Eclipse log file at <workbench-dir>/.metadata/.log and see if any exceptions were logged? This is most likely an environmental configuration problem, but we’ll need more information to determine what it is. Also, can you please answer all the questions we ask in the ‘Posting Guidelines’ thread at the top of this forum? That will allow us to figure out what’s going on faster.
I have another licensed/XP machine running Eclipse 2.1.1 with MyEclipse 2.6.2 and Tomcat 4.1.24 and SDK1.3.1_09. On this machine I cannot get any debugging to work. Any help there?
By ‘any’ debugging, I assume you mean Java or JSP? Actually, for full debugging in Eclipse to work well you really need to launch your server with JDK 1.4.1 (1.4.2 has some bugs) because it has the new debugger architecture that Eclipse takes advantage of. Problems have been found with the older 1.3.1 releases and your experience sounds just like that. Additionally, for JSP source-level debugging, you’ll need to run on Tomcat 5 rather than 4 since only the latest release support JSR-045 which makes JSP debugging possible.
ktzMemberScott
Unfortunately I cannot supply the log details. I started all over. BTW, I am following your Upgrade Instructions.
Uninstalled MyEclipse. Deleted the Eclipse folder. Extracted Eclipse. Started Eclipse to make sure it does not see MyEclipse. Stopped Eclipse. Installed MyEclipse 2.7RC2. Started MyEclipse and now it is asking me to complete Pending Configuration Changes as per your guidelines.
Question – Why is it trying to install MyEclipse Enterprise Workbench(2.6.200)? I installed MyEclipse 2.7RC2!
Kobus
ktzMemberWhat operating system and version are you running?
XP Professional
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
2.1.2 Build id: 200311030802
– Was Eclipse freshly installed for MyEclipse?
Yes
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
No
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
7
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
2.6.2 although I installed 2.7RC2
What JDK version are you using to run Eclipse? (java -version)
1.3.1_09
What JDK version are you using to launch your application server?
1.3.1_09
What steps did you take that resulted in the issue?
As described above
What application server are you using?
tomcat 4.1.24
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)none
Riyad KallaMemberKobus, no worries. 2.6.200 == 2.7RC2. I’ve posted the explination a couple times, and its a lot to type out, so just take my word for it 🙂
Scott AndersonParticipantKobus,
It sounds like once you approved the pending changes on the restart of Eclipse you should’ve been up and running. Is everything OK now?
ktzMemberScott
Thank you, all is up and running again.
It appears that things got confused in the sequence of events.
As always, thank you for your promt responses.
Kobus
-
AuthorPosts