# HG changeset patch # User Ingo Weinzierl # Date 1276163698 0 # Node ID 56b22bc68dfae5a8d01b528ba64384d51c6f37b6 # Parent e3301755bd3c28ddd796220a02dfc5254cdb56f3 Added error messages for Java heap size errors (issue177). gnv/trunk@1190 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r e3301755bd3c -r 56b22bc68dfa gnv/ChangeLog --- a/gnv/ChangeLog Tue Jun 08 14:49:11 2010 +0000 +++ b/gnv/ChangeLog Thu Jun 10 09:54:58 2010 +0000 @@ -1,3 +1,11 @@ +2010-06-10 Ingo Weinzierl + + Issue177 - Messages for Java heap size errors. + + * src/main/resources/applicationMessages.properties, + src/main/resources/applicationMessages_en.properties: Added an error + message for Java heap size errors. + 2010-06-08 Tim Englich * src/main/resources/applicationMessages.properties, diff -r e3301755bd3c -r 56b22bc68dfa gnv/src/main/resources/applicationMessages.properties --- a/gnv/src/main/resources/applicationMessages.properties Tue Jun 08 14:49:11 2010 +0000 +++ b/gnv/src/main/resources/applicationMessages.properties Thu Jun 10 09:54:58 2010 +0000 @@ -126,7 +126,7 @@ mismatching.checksum=Ung\u00fcltiges Artefakt Dokument gefunden. no.such.factory=Ung\u00fcltiges Artefakt Dokument gefunden. java.io.ioexception..no.such.artifact=Ihr Artefakt ist ung\u00fcltig oder bereits abgelaufen. - +java.io.ioexception..java.heap.space =Es ist ein interner Serverfehler aufgetreten. Bitte benachrichtigen Sie den Support. # the map client gnvview.mapclient.fullscreen = Vollbild @@ -146,4 +146,4 @@ gnviewer.mapclient.controls.nav.next.title = Springt zum vorherigen Kartenausschnitt gnviewer.mapclient.controls.navigate.title = Verschieben der Karte gnviewer.mapclient.controls.zoombox.title = Zum Zoomen ziehen Sie eine Box auf, indem Sie klicken und ziehen -gnviewer.mapclient.controls.info.title = Detailinformationen zu Objekten durch Klicken in die Karte \ No newline at end of file +gnviewer.mapclient.controls.info.title = Detailinformationen zu Objekten durch Klicken in die Karte diff -r e3301755bd3c -r 56b22bc68dfa gnv/src/main/resources/applicationMessages_en.properties --- a/gnv/src/main/resources/applicationMessages_en.properties Tue Jun 08 14:49:11 2010 +0000 +++ b/gnv/src/main/resources/applicationMessages_en.properties Thu Jun 10 09:54:58 2010 +0000 @@ -112,9 +112,9 @@ java.io.ioexception..connection.reset = The Connection to the ArtifactDatabase is interrupted. Please try again later. java.io.ioexception..unable.to.parse.the.response.http.version..end.of.stream.reached.too.early= The Connection to the ArtifactDatabase was interrupted unexpected. no.inputdata.given..please.select.at.least.one.entry = No Entry was chosen. Please select at least one entry. -de.intevation.gnv.geobackend.base.query.exception.queryexception..java.sql.sqlexception: A internal Server error has occurred. Please contact the Support. -java.io.ioexception..the.server.encountered.an.unexpected.condition.which.prevented.it.from.fulfilling.the.request = A internal Server error has occurred. Please contact the Support. -java.lang.illegalargumentexception..inputstream.cannot.be.null = A internal Server error has occurred. Please contact the Support. +de.intevation.gnv.geobackend.base.query.exception.queryexception..java.sql.sqlexception=An internal server error has occurred. Please contact the support. +java.io.ioexception..the.server.encountered.an.unexpected.condition.which.prevented.it.from.fulfilling.the.request=An internal server error has occurred. Please contact the support. +java.lang.illegalargumentexception..inputstream.cannot.be.null = An internal server error has occurred. Please contact the support. input.is.not.valid.for.this.state=You entered an invalid value. Please try again. input.not.a.integer= is not a valid integer. Please try again. input.not.a.double= is not a valid floating-point number. Please try again. @@ -124,7 +124,7 @@ mismatching.checksum=Invalid artifact found. no.such.factory=Invalid artifact found. java.io.ioexception..no.such.artifact=Your artifact is invalid or out of date. - +java.io.ioexception..java.heap.space = An internal server error has occurred. Please contact the support. # the map client gnvview.mapclient.fullscreen = Full screen @@ -144,4 +144,4 @@ gnviewer.mapclient.controls.nav.next.title = Jumps to the last Mapview gnviewer.mapclient.controls.navigate.title = Moves the map gnviewer.mapclient.controls.zoombox.title = Zoom by clicking an moving the mouse to generate a box -gnviewer.mapclient.controls.info.title = Identify features by clicking \ No newline at end of file +gnviewer.mapclient.controls.info.title = Identify features by clicking