MStumpp / pse13ss13-app

shares the application code for the PSE13SS13 project
1 stars 1 forks source link

Rundkurse #203

Closed floscher closed 11 years ago

floscher commented 11 years ago

Wenn ich momentan die Rundkursberechnung starten möchte, kommt folgendes statt dem JSON zurück:

HTTP Status 500 - java.lang.OutOfMemoryError: unable to create new native thread


type Exception report

message java.lang.OutOfMemoryError: unable to create new native thread

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: java.lang.OutOfMemoryError: unable to create new native thread

Die Anfrage war folgende:

{"latitude":48.746630200000006,"longitude":8.3410557}

(geschickt an die URL http://54.213.123.61:8080/walkaround/api/processor/computeRoundtrip/profile/3/length/1000)

MStumpp commented 11 years ago

solved