Menu

#30 exception

closed
None
5
2003-08-27
2003-08-26
Amit Rana
No

Hi,

I copied webmail.war in $CATALINA_HOME/webapps
folder and restarted tomcat.

On trying to access http://server/webmail/index.jsp or
admin.jsp I am getting following exception.

Any advice on how to correct this?

Regards,
Amit.

javax.servlet.ServletException: Could not intialize: null
at net.wastl.webmail.server.WebMailServlet.init
(WebMailServlet.java:127)
....

root cause
java.lang.IllegalArgumentException
at
net.wastl.webmail.config.ConfigStore.setConfig
(ConfigStore.java:93)
at
net.wastl.webmail.server.Storage.initConfigKeys
(Storage.java:79)
at
net.wastl.webmail.server.WebMailServer.doInit
(WebMailServer.java:182)
at net.wastl.webmail.server.WebMailServlet.init
(WebMailServlet.java:124)
at
org.apache.catalina.core.StandardWrapper.loadServlet
(Unknown Source)

Discussion

  • Amit Rana

    Amit Rana - 2003-08-27
    • assigned_to: nobody --> wastl
    • status: open --> closed
     
  • Amit Rana

    Amit Rana - 2003-08-27

    Logged In: YES
    user_id=403840

    finally got it to work, there were some problems with web.xml
    in webmail.war file. @some_url@ were not replaced
    (perhaps) also the path ../bin// was not working

     

Log in to post a comment.