B
booboo
Unregistered / Unconfirmed
GUEST, unregistred user!
用JBuilder8创建了一个最简单的WebApplication,只有一页自动生成的JSP,
服务器用的是Weblogic7,项目属性中"map project webapps at runtime"选中时
JSP可以运行。但是生成的war部署时报如下错误:
Unable to connect server t3://Zhang:7001 as user system.
Reason: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://Zhang:7001: Destination unreachable;
nested exception is:
java.net.ConnectException: Connection refused: connect;
No available router to destination]
Check option -adminurl, -user and -password.
把上面的那个选项去掉以后JSP也不能运行了。
如果直接运行整个项目,显示如下信息:
Starting WebLogic Server...
<2003-5-28 下午08时14分44秒> <Notice> <Management> <140005> <Loading configuration C:/bea/user_projects/mydomain/./config.xml>
<2003-5-28 下午08时14分50秒> <Notice> <Security> <090082> <Security initializing using realm myrealm.>
<2003-5-28 下午08时14分50秒> <Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "myserver" fordo
main "mydomain">
<2003-5-28 下午08时15分01秒> <Notice> <Management> <141052> <Application Poller started for development server.>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default" listening on port 7001, ip address 127.0.0.1>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default" listening on port 7002, ip address 127.0.0.1>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000331> <Started WebLogic Admin Server "myserver" fordo
main "mydomain" running in Development Mode>
<2003-5-28 下午08时15分03秒> <Error> <HTTP> <101018> <[ServletContext(id=3950468,name=TestWebApp,context-path=/TestWebApp)] Servlet failed with ServletException
javax.servlet.UnavailableException: ServletContext(id=3950468,name=TestWebApp,context-path=/TestWebApp): The server myserver is temporarily suspended
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3077)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000365> <Server state changed to RUNNING>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>
这种情况该如何解决呢?
服务器用的是Weblogic7,项目属性中"map project webapps at runtime"选中时
JSP可以运行。但是生成的war部署时报如下错误:
Unable to connect server t3://Zhang:7001 as user system.
Reason: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://Zhang:7001: Destination unreachable;
nested exception is:
java.net.ConnectException: Connection refused: connect;
No available router to destination]
Check option -adminurl, -user and -password.
把上面的那个选项去掉以后JSP也不能运行了。
如果直接运行整个项目,显示如下信息:
Starting WebLogic Server...
<2003-5-28 下午08时14分44秒> <Notice> <Management> <140005> <Loading configuration C:/bea/user_projects/mydomain/./config.xml>
<2003-5-28 下午08时14分50秒> <Notice> <Security> <090082> <Security initializing using realm myrealm.>
<2003-5-28 下午08时14分50秒> <Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "myserver" fordo
main "mydomain">
<2003-5-28 下午08时15分01秒> <Notice> <Management> <141052> <Application Poller started for development server.>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default" listening on port 7001, ip address 127.0.0.1>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default" listening on port 7002, ip address 127.0.0.1>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000331> <Started WebLogic Admin Server "myserver" fordo
main "mydomain" running in Development Mode>
<2003-5-28 下午08时15分03秒> <Error> <HTTP> <101018> <[ServletContext(id=3950468,name=TestWebApp,context-path=/TestWebApp)] Servlet failed with ServletException
javax.servlet.UnavailableException: ServletContext(id=3950468,name=TestWebApp,context-path=/TestWebApp): The server myserver is temporarily suspended
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3077)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2544)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000365> <Server state changed to RUNNING>
<2003-5-28 下午08时15分03秒> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>
这种情况该如何解决呢?