把configure servers中weblogic的VM parameters内容贴出来看看

解决方案 »

  1.   

    下面是vm parameters的内容,我看不出有什么问题啊?-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=leng -Dweblogic.management.password=11111111
      

  2.   

    重新配置一下你的服务器连接
    To configure JBuilder 7 with WebLogic Server 7.0, start JBuilder 7 from the JBuilder menu
    bar. Click Tools -> Configure Servers. Select WebLogic Application Server 6.x+ from the
    left-hand pane. Click the Enable Server checkbox. Enter C:/bea/weblogic700/server under the Home Directory (if your BEA WebLogic installation directory is something other
    than C:\bea, change the entry accordingly). The Main Class, VM parameters, and Working
    Directory fields should be automatically populated.
    Click the Class tab from right hand pane. Hit the Add button and add jdsserver.jar from
    C:\Borland\JBuilder7\lib. Note that this JAR file is required only if you want to test Entity
    Beans with the JDataStore database.
      

  3.   

    不行啊,我照上面的说法配了,但还是出错:
    <2003-1-23 下午05时04分56秒> <Error> <socket> <000433> <Unable to load performance pack, using Java I/O instead. 
    Please ensure that wlntio.dll is in: '/bea/weblogic700/server/bin'
     java.lang.UnsatisfiedLinkError: no wlntio in java.library.pathjava.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:194) 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:54) at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:37) at weblogic.t3.srvr.ListenThread.run(ListenThread.java:199)> 
      

  4.   

    -ms64m -mx64m -Djava.library.path=C:/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=leng -Dweblogic.management.password=11111111把你的VM parameters改成这样试试