问题描述
- Android:Socket output is shutdown
-
SocketChannel socketChannel; ByteBuffer sendBuffer; //省略连接部分代码....但确保socketChannel已经和服务器socket连接上了 sendBuffer = ByteBuffer.wrap("hello".getBytes("UTF8")); socketChannel.write(sendBuffer);
最后一行抛出异常java.net.SocketException: Socket output is shutdown
解决方案
Error: The output jar is empty. Did you specify the proper '-keep' options?
ArcCatalog加载ArcSDE数据报:ERROR 000372: Spatial Reference for output is invalid, Please update to allow
出现 No more output is seen on the console after "booting the kernel" 调试信息
时间: 2024-12-01 20:16:09