What operating system and version are you running?
I am running W2k, sp4
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
3.0M8
– Was Eclipse freshly installed for MyEclipse?
Yes
– Are any other external plugins installed?
Systinet
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
8
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
MyEclipse 3.7.2
What JDK version are you using to run Eclipse? (java -version)
JDK 1.4.2_03
What JDK version are you using to launch your application server?
JDK 1.4.2_03
What steps did you take that resulted in the issue?
From the MyEclipse perspective:
click ctrl-N
select J2EE->Enterprise Application Project, click next
Project Name: CallCenterEAR
Uncheck EJB project
Click Next
Project Name: CallCenterWeb
Context root URL: /CallCenter
Click Finish.
Open CallCenterEAR->META-INF->application.xml
The context-root will say CallCenterWeb instead of CallCenter.
As soon as I remove the Systinet plug-in and redo the above
the problem goes away.
What application server are you using?
JBoss
I was able to fix the problem by removing the Systinet plug-in.
I thought I would let you know about the conflict.
Carlos