英文:
Unable to create a Community Server Connector in VS Code
问题
我几天前使用了Community Server Connector扩展,一切都没有问题,可以让我托管Tomcat服务器来运行我的Web应用程序。但是今天,它不允许我创建新的服务器。我得到的响应只有:
无法启动服务器:扩展后端错误 - rsp错误 - Community Server Connector启动失败 - 无法读取未定义的属性(读取'rspreqreject')
我尝试删除扩展并重新安装它,还重新启动了我的系统,但错误仍然存在。
英文:
I was using the Community Server Connector extension a couple of days ago and it didn't cause any problems at all and allowed me to host a Tomcat server to run my webapp on but today it won't let me create a new server at all. All I get back as a response is:
Unable to start the server: Extension backend error - rsp error - community server connector failed to start
- cannot read properties of undefined (reading 'rspreqreject')
I have tried deleting the extension and reinstalling it and also restarted my system but the error persists.
答案1
得分: 3
我通过将扩展还原到版本0.25.7来解决了这个问题。
打开扩展列表 > 找到Community Server Connectors所在的位置并点击齿轮图标 > 选择"安装另一个版本..." > 选择"0.25.7" > 点击蓝色的重新加载按钮,问题就解决了。
英文:
I resolved this by reverting the extension to version 0.25.7.
Open the extensions list > find where Community Server Connectors is listed and click the gear icon > select "Install Another Version..." > select "0.25.7" > click the blue reload button and you're done.
答案2
得分: 2
今天我遇到了相同的“rspreqreject”问题。尝试降级“Community Server Connectors”(例如 v.0.25.7)。我怀疑协议存在差异。
英文:
Today I had the same "rspreqreject" Problem.
Try downgrading the "Community Server Connectors" (e.g. v.0.25.7) . I suspect there is a discrepancy in Protocol.
答案3
得分: 1
我已经成功使用社区服务器连接器数月。突然今天(2023年3月7日),我遇到了与作者完全相同的问题。
英文:
I have been using the Community Server Connector successfully for several months. Suddenly today (March 7th 2023) I get the exact same problem as the author.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论