Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Another bug - could not load the Tomcat server configuration
Another bug - could not load the Tomcat server configuration [message #52466] Thu, 06 March 2008 08:09 Go to previous message
vijay is currently offline vijay
Messages: 2
Registered: July 2009
Junior Member
Hi there,

There is another bug related to tomcat server in eclipse.
I get the following error:

Publishing failed
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.

I am in Windows XP system logged in as admin user.
After going through all the bug reports i figured out the issue with all
the 3 xml files(server.xml,tomcat-users.xml, web.xml) which are copied to
the server directory. String "<!DOCTYPE Server SYSTEM "null">" is appended
in all the xml files (End of file)...

[workspace]Servers\Tomcat v5.5 Server @ localhost-config
server.xml
==========
<Context docBase="spring" path="/spring" reloadable="true"
source="org.eclipse.jst.j2ee.server:spring"/></Host>

</Engine>

</Service>

</Server><!DOCTYPE Server SYSTEM "null">

tomcat-users.xml
================
<user password="tomcat" roles="role1" username="role1"/>
</tomcat-users><!DOCTYPE tomcat-users SYSTEM "null">

web.xml
=======
</web-app><!DOCTYPE web-app SYSTEM "null">


I tried removing these string and starting the server. Then the error was
little different :

Publishing failed
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
Resource is out of sync with the file system: /Servers/Tomcat v5.5
Server @ localhost-config/server.xml.
Could not load the Tomcat server configuration at \Servers\Tomcat v5.5
Server @ localhost-config. The configuration may be corrupt or incomplete.
Resource is out of sync with the file system: /Servers/Tomcat v5.5
Server @ localhost-config/server.xml.

What might be the problem pls help me to solve this issue...

Set up
======
OS Windows XP
Eclipse version : Eclipse SDK Version: 3.2.2 Build id: M20070212-1330
Tomcat version : 5.5


Thank you,
Vijay
 
Read Message
Read Message
Read Message
Previous Topic:Still Haven't Registered for EclipseCon?
Next Topic:Modeling Webinar - Mar. 27
Goto Forum:
  


Current Time: Tue May 21 09:15:53 EDT 2013

Powered by FUDForum. Page generated in 0.02095 seconds