关于weblogic6.1和jbuilder7配置出现的问题?(运行EJB出现Error reading Web application )
下面是我在运行EJB时出现Error reading Web application 的问题,
不知那位能帮我解决这个问题!
我是按照http://expert.csdn.net/Expert/topic/1103/1103991.xml?temp=1.118106E-02帖子上的步骤做的,其中(Project->Default Project Properties->Build ->IDL在 IDL compiler 选Weblogic)没有Weblogic选项。
Starting WebLogic Server ....
<2002-10-24 上午09时07分20秒> <Notice> <Management> <Loading configuration file .\config\mydomain\config.xml ...>
<2002-10-24 上午09时07分27秒> <Notice> <WebLogicServer> <Starting WebLogic Admin Server "davidweng" for domain "mydomain">
<2002-10-24 上午09时07分50秒> <Error> <HTTP> <[JBuilder_DefaultWebApp] Error reading Web application "E:\jbProgram\SBTutorial\defaultroot"
java.net.UnknownHostException: www.bea.com
at java.net.InetAddress.getAllByName0(InetAddress.java:571)
at java.net.InetAddress.getAllByName0(InetAddress.java:540)
at java.net.InetAddress.getAllByName(InetAddress.java:533)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:191)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:254)
at weblogic.net.http.HttpClient.<init>(HttpClient.java:117)
at weblogic.net.http.HttpURLConnection.getHttpClient(HttpURLConnection.java:119)
at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:311)
at java.net.URL.openStream(URL.java:798)
.......
at weblogic.management.Admin.finish(Admin.java:561)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:501)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198)
at weblogic.Server.main(Server.java:35)
<2002-10-24 上午09时07分51秒> <Notice> <Management> <Application Poller started for development server.>
<2002-10-24 上午09时07分52秒> <Notice> <WebLogicServer> <ListenThread listening on port 7001>
<2002-10-24 上午09时07分52秒> <Notice> <WebLogicServer> <SSLListenThread listening on port 7002>
<2002-10-24 上午09时07分53秒> <Notice> <WebLogicServer> <Started WebLogic Admin Server "davidweng" for domain "mydomain" running in Development Mode>