打开旅行计划器版本(0.11.x)Grizzly服务器错误

时间:2016-01-12 16:19:54

标签: java maven maven-plugin transport

我遇到了Grizzly Server的问题,成功运行'mvn clean package'

[INFO] OpenTripPlanner .................................... SUCCESS [  0.066 s]

[INFO] OpenTripPlanner Leaflet Client ..................... SUCCESS [  0.815 s]

[INFO] OpenTripPlanner Core ............................... SUCCESS [ 15.629 s]

[INFO] OpenTripPlanner REST API Servlet ................... SUCCESS [  4.179 s]

[INFO] OpenTripPlanner OpenLayers Client .................. SUCCESS [  1.527 s]

[INFO] OpenTripPlanner Analyst Client ..................... SUCCESS [  0.076 s]

[INFO] OpenTripPlanner Administration Client .............. SUCCESS [  0.312 s]

[INFO] OpenTripPlanner Municipal Boundary Reverse Geocoder  SUCCESS [  0.822 s]

并完美地创建了我的Graph.obj。

我使用了这个文档: https://docs.google.com/document/d/17Q8zxmnqQIQGBK7BL7iYrxWeEJQoII9UO4cpNTAxlCw/edit#heading=h.dsf84r8z5okd

但是,当我尝试运行此代码*(启动服务器)*:

bash otp -a -g /Users/username/documents/MYOTPworkspace/ -s

我收到以下错误:

ERROR (OTPMain.java:81) An uncaught ContainerException occurred inside OTP. Restarting server.

我的版本:Maven 3.3.9
我的Java版本: 1.8.0_65

我已经编辑了pom.xml文件:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.3</version>
    <configuration>
      <!-- Target Java versions -->
      <source>1.8</source>
      <target>1.8</target>
    </configuration>
</plugin>
你能帮帮我吗? 我怎样才能摆脱这个错误? 提前致谢。

0 个答案:

没有答案