This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] Problem with jetty server(stopped) after executing a Java file

0

Hello, I have implemented a Java function in my graphhopper project and I import it in a JSP page, the problem is that: when I go to this JSP page, the page is running and after some second there is an error on the page:"Connection Failed" infact in my shell there is this message:

2014-02-28 16:37:47.648:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged 2014-02-28 16:37:47.649:INFO:oejsh.ContextHandler:stopped o.m.j.p.JettyWebAppContext{/,file:/home/catia/graphhopperLisa/web/src/main/webapp/},file:/home/catia/graphhopperLisa/web/src/main/webapp/ catia@catia:~/graphhopperLisa$

What is the problem? The Java file that I want to start is a Java file that open a XML file and modify it with DOM; the XML file is 26,7 MB.

asked 28 Feb '14, 16:00

Zoifil's gravatar image

Zoifil
418811
accept rate: 0%

closed 16 Mar '14, 01:38

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

The question has been closed for the following reason “Self-answered, closing since accepting own answers is not possible.” by aseerel4c26 16 Mar ‘14, 01:38


One Answer:

1

I have solved, the problem was in the java file, because I use an System.exit

answered 13 Mar '14, 16:36

Zoifil's gravatar image

Zoifil
418811
accept rate: 0%

Source code available on GitHub .