NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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

permanent link

answered 13 Mar '14, 16:36

Zoifil's gravatar image

Zoifil
418811
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×21
×1

question asked: 28 Feb '14, 16:00

question was seen: 3,717 times

last updated: 16 Mar '14, 01:38

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum