无法在沙盒模式下运行Sabre Red App

时间:2015-09-21 20:08:01

标签: java exception sabre

我经历了“红色应用程序开发入门”#39;当CERT和PROD环境都不可访问时,看起来Red App cab可以在Sandbox模式下运行。我们正在获取CERT和PROD环境的登录凭据。同时,我想在Sandbox模式下运行RedApp产品。

根据“红色应用程序开发入门”文档,将以下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)

上述问题/例外的解决方法是什么?

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

以下是问题的解决方法:

  1. 启动红色应用
  2. 点击工具 - &gt;选项 - &gt; Sabre系统&gt;连接,然后选择“专用网络”代替“SSL VPN”