....前面省略... Caused by: java.lang.NullPointerException: Class is null at de.ruedigermoeller.serialization.FSTClazzInfoRegistry.getCLInfo(FSTClazzInfoRegistry.java:127) at de.ruedigermoeller.serialization.FSTObjectInput.getClazzInfo(FSTObjectInput.java:299) at de.ruedigermoeller.serialization.FSTObjectInput.readObjectWithHeader(FSTObjectInput.java:249) at de.ruedigermoeller.serialization.FSTObjectInput.readObjectInternal(FSTObjectInput.java:230) at de.ruedigermoeller.serialization.FSTObjectInput$2.readObjectOverride(FSTObjectInput.java:1131) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:364) at de.ruedigermoeller.serialization.FSTObjectInput$MyObjectStream.readObjectOverride(FSTObjectInput.java:1437) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:364) at java.util.ArrayList.readObject(ArrayList.java:771) ... 39 more
Type `help' to learn how to use Xshell prompt. [D:\~]$ telnet 123.123.456.46 20937
Connecting to 123.123.456.46 20937... Connection established. To escape to local shell, press 'Ctrl+Alt+]'.
dubbo>help Please input "help [command]" show detail. log level - Change log level or show log pwd - Print working default service. trace [service] [method] [times] - Trace the service. clear [lines] - Clear screen. exit - Exit the telnet. help [command] - Show help. ls [-l] [service] - List services and methods. invoke [service.]method(args) - Invoke the service method. ps [-l] [port] - Print server ports and connections. cd [service] - Change default service. status [-l] - Show status.
2018-09-14 20:23:05.462 [DUBBO] Decode rpc invocation failed: /usr/java/jdk-7u67-i586/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory, dubbo version: 2.8.4, current host: 127.0.0.1 java.lang.UnsatisfiedLinkError: /usr/java/jdk-7u67-i586/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851) at java.lang.Runtime.load0(Runtime.java:795) at java.lang.System.load(System.java:1062) ...省略部分...
2018-09-14 20:23:05.466 [DUBBO] Skip input stream 246, dubbo version: 2.8.4, current host: 127.0.0.1 2018-09-14 20:23:05.478 [DUBBO] Fail to encode response: Response [id=167458, version=2.0.0, status=40, event=false, error=Fail to decode request due to: RpcInvocation [methodName=null, parameterTypes=null, arguments=null, attachments={input=262}], result=null], send b ad_response info instead, cause: Could not initialize class com.alibaba.dubbo.common.serialize.support.fst.FstFactory, dubbo version: 2.8.4, current host: 127.0.0.1 java.lang.NoClassDefFoundError: Could not initialize class com.alibaba.dubbo.common.serialize.support.fst.FstFactory at com.alibaba.dubbo.common.serialize.support.fst.FstObjectOutput.<init>(FstObjectOutput.java:32) at com.alibaba.dubbo.common.serialize.support.fst.FstSerialization.serialize(FstSerialization.java:41) at com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec.encodeResponse(ExchangeCodec.java:286) at com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec.encode(ExchangeCodec.java:78) at com.alibaba.dubbo.rpc.protocol.dubbo.DubboCountCodec.encode(DubboCountCodec.java:39) ...省略部分...