Content Delivery server

Dear Friends Please answer me

When I submit the content to the Catalog manager from the Developer portal it shows the following Error 500--Internal Server Error

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.5.1 500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

[375 byte] By [vishal_singha] at [2007-11-27 6:49:36]
# 1

error 500 means that "something" went wrong in the servlet or JSP that was being executed, an exception occured. If this is all that it is displaying then you will never find out what "it" is, unless you have some additional logging somewhere that you can take a look at. Normally this page comes accompanied with a java stacktrace pointing you to the error.

gimbal2a at 2007-7-12 18:23:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...