zqckr 发表于 2010-5-27 21:13:29

DCBI-300安装时出错了

# client
# Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/local/sbin/SysManage/jre/lib/i386/libfontmanager.so: libstdclibc6.1-1.so
.2: cannot open shared object file: No such file or directory
      at java.lang.ClassLoader$NativeLibrary.load(Native Method)
      at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
      at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)
      at java.lang.Runtime.loadLibrary0(Runtime.java:788)
      at java.lang.System.loadLibrary(System.java:832)
      at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:42)
      at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
      at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:12
5)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:140)
      at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvir
onment.java:62)
      at java.awt.Font.initializeFont(Font.java:303)
      at java.awt.Font.<init>(Font.java:339)
      at clientmanage.Client.main(Client.java:61)
RMI Server start fail Exception :
Connection refused to host: 59.37.71.87; nested exception is:
      java.net.ConnectException: Connection timed out
java.rmi.ConnectException: Connection refused to host: 59.37.71.87; nested except
ion is:
      java.net.ConnectException: Connection timed out
      at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567)
      at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
      at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
      at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
      at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
      at database.DBconfImpl.<init>(DBconfImpl.java:46)
      at sysmanage.Server.main(Server.java:54)
Caused by: java.net.ConnectException: Connection timed out
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
      at java.net.Socket.connect(Socket.java:426)
      at java.net.Socket.connect(Socket.java:376)
      at java.net.Socket.<init>(Socket.java:291)
      at java.net.Socket.<init>(Socket.java:119)
      at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectS
ocketFactory.java:22)
      at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterS
ocketFactory.java:128)
      at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
      ... 6 more
请问是那里出错了

心想事成 发表于 2010-5-27 21:49:48

linux版本问题?没有所需要的库?

zqckr 发表于 2010-5-27 22:07:03

现在能看到登录窗口了,可是用"admin"登录不了。提是“用户名或密码错误工网络连接出现故障”
页: [1]
查看完整版本: DCBI-300安装时出错了