Skip to main content


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 13:09 Go to next message
vijay is currently offline vijayFriend
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
Re: Another bug - could not load the Tomcat server configuration [message #52496 is a reply to message #52466] Thu, 06 March 2008 14:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

This question is not appropriate for the eclipse.foundation newsgroup;
I've redirected it to eclipse.webtools

Vijay wrote:
> 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
>
Re: Another bug - could not load the Tomcat server configuration [message #52550 is a reply to message #52496] Fri, 07 March 2008 16:16 Go to previous message
vijay is currently offline vijayFriend
Messages: 2
Registered: July 2009
Junior Member
i dont find the posting there in the eclipse.webtools .. I will post egain in that forum..
Thank you
Vijay
Previous Topic:Still Haven't Registered for EclipseCon?
Next Topic:Modeling Webinar - Mar. 27
Goto Forum:
  


Current Time: Thu Apr 18 09:33:48 GMT 2024

Powered by FUDForum. Page generated in 0.01928 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top