从 Eclipse 中运行客户端时出现问题
每当我们从 Eclipse 中运行 Java 客户端以使用 RMI 联系服务器应用程序时,都会遇到异常: java.io.StreamCorruptedException: invalid type code: 01
这只发生在 Eclipse 中,不会发生在其他地方(IntelliJ、命令行等)。
有谁知道发生了什么事吗?
Whenever we run our Java client from within Eclipse to contact a server app using RMI, we get an exception:
java.io.StreamCorruptedException: invalid type code: 01
This only happens from within Eclipse, nowhere else (IntelliJ, command line, etc.).
Does anyone know what's going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
会不会是服务器和客户端代码不兼容? 你用什么 JVM 来编译每一个?
Could it be incompatibility between server and client code? What JVM did you use to compile each one?
您似乎之前遇到过此问题;),它是在 JBoss 中也见过。
通常是:
示例如下:
You seem to have encountered this issue before ;) and it is seen with JBoss too.
It usually is a:
example below: