2

我经历了“红色应用程序开发入门”。当 CERT 和 PROD 环境都无法访问时,Red App cab 似乎在沙盒模式下运行。我们正在获取 CERT 和 PROD 环境的登录凭证。同时,我想在沙盒模式下运行 RedApp 产品。

根据 'Getting Started with Red App Development' 文档,将以下 VM 参数添加到运行环境:

Dredapp.fake.session=true

运行 RedApp 产品,但无法通过 VPN 登录页面。

我在日志中发现了以下异常:

SEVERE: Exception occured during copying 'hssp-mapping_SVPNMapping_HSSP_sabre.com.properties' file to the workspace
java.io.FileNotFoundException: C:\Users\jjha\.jsapi\hssp-mapping_SVPNMapping_HSSP_sabre.com.properties (The system cannot find the path specified)
       at java.io.FileOutputStream.open(Native Method)
       at java.io.FileOutputStream.<init>(Unknown Source)
       at java.io.FileOutputStream.<init>(Unknown Source)



SEVERE: Exception occured during copying 'hssp-mapping_SVPNMapping_HSSP_sabre.com.properties' file to the workspace
java.io.FileNotFoundException: C:\Jay\runtime-RedAppRun\emulator_files\hostinfo_svpn.txt (The system cannot find the path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)

上述问题/异常的解决方法是什么?

4

2 回答 2

0

以下是该问题的修复:

  1. 启动红色应用程序
  2. 单击工具->选项-> Sabre系统>连接,然后选择“专用网络”而不是“SSL VPN”
于 2015-09-30T16:16:21.873 回答
0

您是否尝试过单击插件选项卡中的验证插件选项?

http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Flaunchers%2Fplugins.htm

于 2015-09-21T23:10:49.373 回答