Not connecting with Java Application Server in JEE 5

I install JEE 5 with Sun Java System Application Server and JDK on

Windows XP. After installation, the default server is started

successfully and I am able to connect to it through URL http://localhost:4848 or 8080,8181). But once I stop and then restart the server later on, I am unable to connect to this server using same URL, though server and domain1 starts successfully. It takes much time and finally the default page is not displayed. I ve tried reinstalling JEE on

different computers but every time same problem.

Please help.....Many Thanks

[586 byte] By [Naeem_Shahzada] at [2007-11-27 2:19:03]
# 1
You may post this question in http://forum.java.sun.com/forum.jspa?forumID=753BTW, did you check the server.log for the instance? I believe you can find usefull info there. If it said successful, you should be able to access the URL.
wyb2005a at 2007-7-12 2:18:58 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Thx. Server log reads following exception

"javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=1f f9cb07-4967-4083-97e4-aef4235996b0;|java.lang.RuntimeException: WEB5003: Exception in handleAfterEvent."

But it also records "Application server startup completed."

Naeem_Shahzada at 2007-7-12 2:18:58 > top of Java-index,Web & Directory Servers,Web Servers...