WebLogic 和 Java EE 连接拒绝
我的 WebLogic Oracle 服务器有问题,现在我在 Netbeans 中使用 Java EE 来制作一个简单的 Hello World 应用程序,但它一直给我这个错误:
org.netbeans.api.debugger.jpda.debuggerstartexception : connection Refused
知道吗?
I have a problem with my WebLogic Oracle server, now I'm using Java EE in Netbeans to make a simple Hello World application, and it keeps giving me this error:
org.netbeans.api.debugger.jpda.debuggerstartexception : connection Refused
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你在那里运行调试吗?看起来给定域中的 weblogic 服务器没有启用 JPDA 端口,或者您正在使用的端口与服务器中配置的端口不匹配。
如果您只想运行 hello world 测试,请不要使用 debug
Are you running a debug there? Looks like the weblogic server in the given domain has no JPDA port enabled or the port you are using does not match the one configured in the server.
If you just want to run the hello world test, don't use debug