Unexpected JDWP Error 21

大憨熊 提交于 2019-12-23 12:58:15

问题


HttpConnection conn = (HttpConnection) Connector.open(strDefURL + strBloggersURL);

I have this line throwing "InternalException: Unexpected JDWP Error: 21", I am using it to get some XML back from a servlet I have created. The odd thing is that the string later gets filled with the XML from the servlet. I am not able to parse this though and obviously need to debug from the top down, this being the first error in my code.

Unable to find a resolved ticket to date, I have added one myself: http://netbeans.org/bugzilla/show_bug.cgi?id=224188

来源:https://stackoverflow.com/questions/14016343/unexpected-jdwp-error-21

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!