jbuilder中启动weblogic的问题,大家帮帮我啊(40分)

I

ildg

Unregistered / Unconfirmed
GUEST, unregistred user!
jbuilder9中启动weblogic8,
提示如下:
D:/bea/jdk141_02/bin/javaw -classpath "D:/bea/weblogic81/server/lib/weblogic_sp.jar;D:/bea/weblogic81/server/lib/weblogic.jar;D:/bea/weblogic81/server/lib/webservices.jar;F:/SQLLIB/java/db2java.zip;D:/JBuilder9/lib/jdsserver.jar" -ms64m -mx64m -Djava.library.path="D:D:/bea/weblogic81/server/bin" -Dbea.home="D:/bea" -Dweblogic.Name=myserver -Djava.security.policy=="D:D:/bea/weblogic81/server/lib/weblogic.policy" -Dweblogic.management.discover=false -Dweblogic.ProductionModeEnabled=false -Dweblogic.management.password=could8s5se -Dweblogic.management.username=could weblogic.Server
<2003-9-16 上午11时25分27秒 CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_02-er-20030219 from Sun Microsystems Inc.>
<2003-9-16 上午11时25分29秒 CST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<2003-9-16 上午11时25分29秒 CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 Thu Mar 20 23:06:05 PST 2003 246620
WebLogic XMLX Module 8.1 Thu Mar 20 23:06:05 PST 2003 246620 >
<2003-9-16 上午11时25分31秒 CST> <Notice> <Management> <BEA-140005> <Loadingdo
main configuration from configuration repository at D:/bea/user_projects/mydomain/./config.xml.>
<2003-9-16 上午11时25分42秒 CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<2003-9-16 上午11时25分43秒 CST> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" fordo
main "mydomain">
<2003-9-16 上午11时25分51秒 CST> <Warning> <Management> <BEA-149317> <Application JBuilder_WebRun is configured with a deprecated deployment protocol and will be deployed as such.>
<2003-9-16 上午11时25分56秒 CST> <Warning> <HTTP> <BEA-101296> <Unable to load the default compiler class "com.sun.tools.javac.Main". Using the default javac compiler to compile JSPs.>
<2003-9-16 上午11时26分02秒 CST> <Error> <Socket> <BEA-000433> <Unable to load performance pack. Using Java I/O instead.
Please ensure that wlntio.dll is in: 'D:D:/bea/weblogic81/server/bin'
java.lang.UnsatisfiedLinkError: no wlntio in java.library.path
java.lang.UnsatisfiedLinkError: no wlntio in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:20)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:82)
at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:49)
at weblogic.t3.srvr.ListenThread.initServerSocket(ListenThread.java:690)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:205)
>
<2003-9-16 上午11时26分02秒 CST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "myserver" fordo
main "mydomain" running in Development Mode>
<2003-9-16 上午11时26分03秒 CST> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>
<2003-9-16 上午11时26分03秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<2003-9-16 上午11时26分03秒 CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
<2003-9-16 上午11时26分04秒 CST> <Warning> <HTTP Session> <BEA-100061> <Web application: ServletContext(id=9473967,name=TestWebApp,context-path=/TestWebApp) tried to place a non-serializable attribute: testJSPBeanId into the session: 1mCMdaeYB6mVyq51veURP3ZwHyVYRzTX9jLDZdmsY1bBflepEJkN!-294489470!1063682764800. This attribute will be lost upon redeployment. This message is logged only once per session.>

中间出现了错误,
请问是哪里配置错了啊?
谢了啊
 
Please ensure that wlntio.dll is in: 'D:D:/bea/weblogic81/server/bin'
上面不是说了呀
看看 你的 D:/bea/weblogic81/server/bin 目录下 有没有wlntio.dll 这个文件 没有的话 去考一个 不行的话把 你 weblogic8 重装一下把
 
肯定是有这个文件的,
路径名'D:D:/bea/weblogic81/server/bin'中出现了两个d,
我问了别人,
这个是jbuilder的bug,
不过到目前为止我没找到解决的方案,
也从来没见过有人说他们搞定了这个问题。
 
配置有问题
Djava.security.policy=="D:D:/bea/weblogic81/server/lib/weblogic.policy"
 
谢谢kehua ,
请问在哪里改?我是个新手,
非常感谢
 
我的可以 正常起来 我配置如下 jbuilder8+weblogic7
C:/bea/jdk131_03/bin/javaw -classpath "C:/bea/weblogic700/server/lib/weblogic.jar;C:/bea/weblogic700/server/lib/webservices.jar;F:/java-lib/j2ee.jar" -ms64m
-mx64m -Djava.library.path=/bea/weblogic700/server/bin -Dbea.home=C:/bea -Dweblogic.Name=myserver
-Djava.security.policy==/bea/weblogic700/server/lib/weblogic.policy -Dweblogic.management.discover=false
-Dweblogic.ProductionModeEnabled=false -Dweblogic.management.username=root -Dweblogic.management.password=12345678
weblogic.Server
Starting WebLogic Server...
<2003-9-17 上午11时21分53秒> <Notice> <Management> <140005> <Loading configuration C:/bea/user_projects/mydomain/./config.xml>
<2003-9-17 上午11时22分08秒> <Notice> <Security> <090082> <Security initializing using realm myrealm.>
<2003-9-17 上午11时22分08秒> <Notice> <WebLogicServer> <000327> <Starting WebLogic Admin Server "myserver" fordo
main "mydomain">
<2003-9-17 上午11时22分51秒> <Notice> <Management> <141052> <Application Poller started for development server.>
<2003-9-17 上午11时22分56秒> <Notice> <WebLogicServer> <000331> <Started WebLogic Admin Server "myserver" fordo
main "mydomain" running in Development Mode>
<2003-9-17 上午11时22分57秒> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default" listening on port 7001, ip address 127.0.0.1>
<2003-9-17 上午11时22分57秒> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default" listening on port 7002, ip address 127.0.0.1>
<2003-9-17 上午11时22分57秒> <Notice> <WebLogicServer> <000365> <Server state changed to RUNNING>
<2003-9-17 上午11时22分57秒> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>
你看看 你直接起weblogic 会报一样错吗???
 
呵呵,直接启动是不会报错的,
是jbuilder的一个bug,
我已经搞定了。
请问webloigic的根目录在哪里?
就是说我直接把一个test.jsp放在哪个目录下面才可以被别人访问?
 
C:/bea/user_projects/mydomain/applications/DefaultWebApp/
 
我装的是weblogic8,我的applicaitons目录里面根本就没有一个defaultwebapp目录,
是不是还要配置什么东西?谢啦
 
用Domian configuration wizard 建一个WLSdo
main站点 就有了
 
我用的是weblogic8,和weblogic7 不同,
没有一个创建wlsdo
main的地方。
 
你看看 这个是6.1
C:/bea/wlserver6.1/config/mydomain/applications/DefaultWebApp
8.0 没玩过
实在没有我也没折了:(
 
呵呵,谢啦,我把分给你。
只要能发布就可以了,至于有没有这个目录也不重要了,呵呵。
 
顶部