[Geoserver-devel] BUG with french localisation

Hello,

this is my configuration:

I use Geoserver 1.3PR1 with Windows XP SP2 and j2sdk1.4.2_08. I get geoserver in the .exe version.

this is the problem :
when I try to edit a datastore or a layer, I get an error:

Action 'Éditer' must be 'Éditer' or 'Supprimer' org.vfny.geoserver.action.data.DataDataStoresSelectAction.execute(DataDataStoresSelectAction.java:67)

    org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:98)
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)

    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)

    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)

    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

I think it's due to the french version and the "É" character of 'Éditer'. I can fix the bug with a little modification of the file ApplicationResources_fr.properties on line 107: replace "label.edit=&Eacutediter" by "label.edit=Éditer" and it works better. Buttons are well displayed either in IE6 and FireFox 1.5!

Best regards,

Pierre-Emmanuel

Could you submit the fix as a patch? That will ensure that it gets in
our next version, and doing it as a patch means that we won't have to
dig through to find the right line, can just apply the patch directly.
See: http://docs.codehaus.org/display/GEOSDOC/Creating+a+Patch and
http://docs.codehaus.org/display/GEOSDOC/Reporting+Bugs Thanks so
much for bringing this up, if you put it our tracker it'll help us to
get it in. Schedule it against version 1.3.1, and it will get in the
next release.

best regards,

Chris

Quoting "Alcer (Pierre-Emmanuel Balageas)" <geoserver@anonymised.com>:

Hello,

this is my configuration:

I use Geoserver 1.3PR1 with Windows XP SP2 and j2sdk1.4.2_08. I get
geoserver in the .exe version.

this is the problem :
when I try to edit a datastore or a layer, I get an error:

Action 'Éditer' must be '&Eacute;diter' or 'Supprimer'

org.vfny.geoserver.action.data.DataDataStoresSelectAction.execute(DataDataStoresSelectAction.java:67)

org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:98)

org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)

org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)

org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

I think it's due to the french version and the "É" character of
'Éditer'. I can fix the bug with a little modification of the file
ApplicationResources_fr.properties on line 107: replace
"label.edit=&Eacutediter" by "label.edit=Éditer" and it works better.
Buttons are well displayed either in IE6 and FireFox 1.5!

Best regards,

Pierre-Emmanuel

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

***
Chris Holmes
The Open Planning Project
thoughts at: http://cholmes.wordpress.com

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

Hello all,

Is it currently possible to run more than one GeoServer on the same
machine, with different datastores and different levels of functionality
(for example, one server with 'Basic' functionality and one with
transactions enabled)? I can't seem to find any mention of this in the
documentation.

Thanks very much,

Stephen Taylor

At the worst case, you could run two separate tomcat instances with geoservers. I think you might even be able to just deploy geoserver into two different places in one tomcat (geoserver1, and geoserver2) and things could work... from a deployment PoV geoserver is pretty isolated and clean. Since there is no documentation, you might just have to test! :slight_smile:
P

On Feb 11, 2006, at 8:44 PM, Stephen Taylor wrote:

Hello all,

Is it currently possible to run more than one GeoServer on the same
machine, with different datastores and different levels of functionality
(for example, one server with 'Basic' functionality and one with
transactions enabled)? I can't seem to find any mention of this in the
documentation.

Thanks very much,

Stephen Taylor

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

It does work--I currently have one instance that runs under the
included jetty, and another under tomcat. Different ports, of course.

The idea where the two instances have different names and run under
the same servlet container sounds better.

Alex

On 2/12/06, Paul Ramsey <pramsey@...12...> wrote:

At the worst case, you could run two separate tomcat instances with
geoservers. I think you might even be able to just deploy geoserver
into two different places in one tomcat (geoserver1, and geoserver2)
and things could work... from a deployment PoV geoserver is pretty
isolated and clean. Since there is no documentation, you might just
have to test! :slight_smile:
P

On Feb 11, 2006, at 8:44 PM, Stephen Taylor wrote:

> Hello all,
>
> Is it currently possible to run more than one GeoServer on the same
> machine, with different datastores and different levels of
> functionality
> (for example, one server with 'Basic' functionality and one with
> transactions enabled)? I can't seem to find any mention of this in the
> documentation.
>
> Thanks very much,
>
> Stephen Taylor
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD
> SPLUNK!
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

People have also successfully deployed in application servers like jboss, which let you run multiple instances.

Could someone with knowledge of this add it to the documentation? Perhaps in the FAQ (http://docs.codehaus.org/display/GEOSDOC/FAQ) and give a link from: http://docs.codehaus.org/display/GEOSDOC/GeoServer+in+Production+Environment

thanks,

Chris

Alexander Petkov wrote:

It does work--I currently have one instance that runs under the
included jetty, and another under tomcat. Different ports, of course.

The idea where the two instances have different names and run under
the same servlet container sounds better.

Alex

On 2/12/06, Paul Ramsey <pramsey@anonymised.com> wrote:

At the worst case, you could run two separate tomcat instances with
geoservers. I think you might even be able to just deploy geoserver
into two different places in one tomcat (geoserver1, and geoserver2)
and things could work... from a deployment PoV geoserver is pretty
isolated and clean. Since there is no documentation, you might just
have to test! :slight_smile:
P

On Feb 11, 2006, at 8:44 PM, Stephen Taylor wrote:

Hello all,

Is it currently possible to run more than one GeoServer on the same
machine, with different datastores and different levels of
functionality
(for example, one server with 'Basic' functionality and one with
transactions enabled)? I can't seem to find any mention of this in the
documentation.

Thanks very much,

Stephen Taylor

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://sel.as-us.falkag.net/sel?
cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

�ą��^�����)�{(��[�*e�y���ʋ���m��.�h��z�讚�nW��+h�:0�Zv�^��

--
Chris Holmes
The Open Planning Project
thoughts at: http://cholmes.wordpress.com

Hello all,

I'm new to GeoServer, so perhaps this is more of a GeoTools issue. I get
the exception
java.lang.IllegalArgumentException: Dimension D:2 and L:0 denote
Coordiantes of 2 ordinates. This cannot be resolved withan ordinate array
of length 5
  at org.geotools.data.oracle.sdo.SDO.coordinates(SDO.java:2082)
  at org.geotools.data.oracle.sdo.SDO.create(SDO.java:2295)
  at
org.geotools.data.oracle.sdo.GeometryConverter.asGeometry(GeometryConverter.java:105)
  at
org.geotools.data.oracle.attributeio.SDOAttributeIO.read(SDOAttributeIO.java:98)
  at org.geotools.data.jdbc.QueryData.read(QueryData.java:183)
  at
org.geotools.data.jdbc.JDBCFeatureReader.readFeature(JDBCFeatureReader.java:106)
  at org.geotools.data.jdbc.JDBCFeatureReader.next(JDBCFeatureReader.java:86)

when I do a TestWfsPost with the URL
http://localhost:8080/geoserver/wfs/TestWfsPost
and the request

<?xml version="1.0" ?>
<wfs:GetFeature service="WFS" version="1.0.0"
  outputFormat="GML2"
  xmlns:actpla="http://www.openplans.org/actpla&quot;
  xmlns:wfs="http://www.opengis.net/wfs&quot;
  xmlns:ogc="http://www.opengis.net/ogc&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
  xsi:schemaLocation="http://www.opengis.net/wfs
                      http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd&quot;&gt;
  <wfs:Query typeName="actpla:STEPS" srsName="epsg:82474">
    <ogc:Filter>
    </ogc:Filter>
    </wfs:Query>
</wfs:GetFeature>

The SRS 82474 is a custom coordinate system which seems to parse and to be
accepted in general by GeoServer, other than generating the warning
message
WARNING: Could not map SRID 82474 to CRS:java.io.IOException: No CRS for
srid 82474.

I've also been receiving messages about "a null bounding box", but the
IllegalArgumentException seems more serious. (?)

Thanks very much in advance for any light you can shed on the matter,

Stephen