简体   繁体   English

尝试在 WS02 Developer Studio 中打开突触配置文件的设计视图时出现 Eclipse 保存错误

[英]Eclipse save error when trying to open the design view of a synapse config file in WS02 Developer Studio

I'm following the tutorials and samples of the official WSO2 ESB documentation .我正在关注官方WSO2 ESB 文档的教程和示例。 When I create (or load) a synapse configuration in the WSO2 Developer Studio I'm getting the error as shown below:当我在 WSO2 Developer Studio 中创建(或加载)一个突触配置时,我收到如下所示的错误:

Save problems保存问题

Save could not be completed.无法完成保存。

Reason: resources\\sunErrorHandler.esb_diagram (The system cannot find the path specified)原因:resources\\sunErrorHandler.esb_diagram(系统找不到指定的路径)

日食错误

This error shows up when I want to open anything in the Design view.当我想在“设计”视图中打开任何内容时会出现此错误。 Even when I'm not trying to save anything.即使我不想保存任何东西。

So far I have tried to add the path specified in the error, but without success.到目前为止,我已经尝试添加错误中指定的路径,但没有成功。 I already found a workaround to be able to save and deploy my ESB configurations.我已经找到了一种能够保存和部署我的 ESB 配置的解决方法。 By using "Save as" I'm able to keep the changes I made in the XML files.通过使用“另存为”,我可以保留我在 XML 文件中所做的更改。 However the error stills shows up when I open the new version of the file.但是,当我打开文件的新版本时,错误仍然出现。

Does anyone know a better solution to permanently resolve this error message?有没有人知道永久解决此错误消息的更好解决方案?

我也有这个问题,以管理员身份运行 eclipse.exe 修复了它。

Issue remains unresolved for my Eclipse + DevStudio 3.8.0 install on a Windows 10 environment.我在 Windows 10 环境中安装 Eclipse + DevStudio 3.8.0 的问题仍未解决。 However since I was experiencing some other issues with the WSO2 ESB I decided to migrate to a Linux (Ubuntu) environment.然而,由于我遇到了 WSO2 ESB 的其他一些问题,我决定迁移到 Linux (Ubuntu) 环境。 This seems to work much better, the eclipse does not seem to have this issue on Linux.这似乎工作得更好,eclipse 在 Linux 上似乎没有这个问题。

Eclipse want to write in C:\\Program Files\\eclipse\\resources. Eclipse 想写在 C:\\Program Files\\eclipse\\resources 中。 I solve problem by adding full permissions to group users on folder C:\\Program Files\\eclipse我通过向文件夹 C:\\Program Files\\eclipse 上的组用户添加完全权限来解决问题

如果在 Mac 中发生这种情况,您可以向“/Applications/IntegrationStudio.app/Contents/MacOS/resources”文件夹提供所需的权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM