[Geoserver-users] Geoserver-users Digest, Vol 9, Issue 16

Hi to all

im trying to install geoserver on ubuntu linux
When i start geoserver i get this message:

tsoler@…923…:~/geoserver/bin$ ./startup.sh
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program

Whetre to i set up the environment variable ??

On 2/8/07, geoserver-users-request@lists.sourceforge.net <geoserver-users-request@lists.sourceforge.net> wrote:

Send Geoserver-users mailing list submissions to
geoserver-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/geoserver-users
or, via email, send a message with subject or body ‘help’ to
geoserver-users-request@lists.sourceforge.net

You can reach the person managing the list at
geoserver-users-owner@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than “Re: Contents of Geoserver-users digest…”

Today’s Topics:

  1. Re: A exception on Geoserver1.4.0 (Andrea Aime)
  2. Re: Could not count Request All Features (Andrea Aime)
  3. Re: SQL Error building feature type (Virginie BERRE)

Message: 1
Date: Thu, 08 Feb 2007 14:54:07 +0100
From: Andrea Aime <aaime@…1…>
Subject: Re: [Geoserver-users] A exception on Geoserver1.4.0
To: taixingjason < taixingjason@…887…>, geoserver users
<geoserver-users@lists.sourceforge.net>
Message-ID: < 45CB2B7F.8030209@…1…>
Content-Type: text/plain; charset=x-gbk; format=flowed

Please, do use the users mailing list, don’t send me private mails.
The mailing list gives you a higher chance of finding someone that
knows how to address your issues, and makes my answers searchable
by other people too.

taixingjason ha scritto:

I try to use Geoserver1.4.0 . These are some exception like :
SEVERE: SQL Exception reading geometry column
org.geotools.data.DataSourceException: SQL Exception reading geometry column

Caused by: java.sql.SQLException: Logical handle no longer valid

at oracle.sql.StructDescriptor.toOracleArray(StructDescriptor.java:494)
at oracle.sql.STRUCT.getOracleAttributes(STRUCT.java:411)
at
org.geotools.data.oracle.sdo.GeometryConverter.asGeometry (GeometryConverter.java:99)

Yes, someone reported this issue already, but I have no idea on
how to reproduce it. Does this happen always, only when the
server is under load?

Cheers
Andrea


Message: 2
Date: Thu, 08 Feb 2007 14:55:33 +0100
From: Andrea Aime <aaime@…1…>
Subject: Re: [Geoserver-users] Could not count Request All Features
To: leewse@…440…
Cc: geoserver-users@lists.sourceforge.net
Message-ID: < 45CB2BD5.5080600@…1…>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

leewse@…440… ha scritto:

Hi,

We are still unable to resolve this issue. We have tried our best to
ensure what should be done are done.

The feature we are trying to create is from a view. What we did is to
create a view, ensure there is a record for it in the geometry_columns. We
have another very similar view to this one and everything worked out fine
for that view, thus we are really losing ideas of what could be wrong with
this.

To be more specific, here is the full stack trace:

2007-02-08 21:01:34 StandardWrapperValve[action]: Servlet.service() for
servlet action threw exception
org.geotools.data.DataSourceException: Could not count Request All Features

Caused by: org.postgresql.util.PSQLException: ERROR: function
extent(geometry) does not exist

!!! The extent function cannot be found?
How old is your postgis? The extent function has been around for quite a
bit of time as far as I know… The postgis change log seems to suggest
it has been introduced in August 2004. Can you try to run a direct
query? May it be that the postgis functions are not properly registered?

Cheers
Andrea


Message: 3
Date: Thu, 8 Feb 2007 15:18:19 +0100
From: “Virginie BERRE” <vberre@…81…>
Subject: Re: [Geoserver-users] SQL Error building feature type
To: “Andrea Aime” <aaime@…1…>
Cc: geoserver-users@lists.sourceforge.net
Message-ID: < 20D1EFF28EBD434E9DFC82683BBEB217347097@…849…>
Content-Type: text/plain; charset=“iso-8859-1”

Hi Andrea !

Let see the geoserver stack trace :

org.geotools.data.DataSourceException : SQL Error building FeatureType for adresse ERROR: relation “adresse” does not exist

at org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo(DefaultFIDMapperFactory.java:296)

at org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getMapper(DefaultFIDMapperFactory.java:95)

at org.geotools.data.jdbc.JDBC1DataStore.buildFIDMapper(JDBC1DataStore.java:1037)

at org.geotools.data.jdbc.FeatureTypeHandler.getFIDMapper(FeatureTypeHandler.java:234)

at org.geotools.data.jdbc.FeatureTypeHandler.getFeatureTypeInfo(FeatureTypeHandler.java:200)

at org.geotools.data.jdbc.FeatureTypeHandler.getSchema (FeatureTypeHandler.java:169)

at org.geotools.data.jdbc.JDBC1DataStore.getSchema(JDBC1DataStore.java:360)

at org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute(DataFeatureTypesNewAction.java :86)

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

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

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

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

at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:252)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

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

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)

at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java :178)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)

at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineValve.java:107)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)

at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)

at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java :527)

at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:595)

Caused by: org.postgresql.util.PSQLException: ERROR: relation “adresse” does not exist

at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse (QueryExecutorImpl.java:1525)

at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1309)

at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java :188)

at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)

at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)

at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:239)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at org.postgresql.ds.common.PooledConnectionImpl$StatementHandler.invoke(PooledConnectionImpl.java:474)

at $Proxy5.executeQuery(Unknown Source)

at org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.isAutoIncrement (DefaultFIDMapperFactory.java:345)

at org.geotools.data.postgis.fidmapper.PostgisFIDMapperFactory.isAutoIncrement(PostgisFIDMapperFactory.java:69)

at org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo (DefaultFIDMapperFactory.java:278)

About the structure of my table, nothing is interesting, its schema is not public that’s all. So my table’s name is paris.adresse and it contains a geometry column.

Thanks for your help!

Virginie

-----Message d’origine-----
De : Andrea Aime [mailto:aaime@…1…]
Envoy? : mercredi 7 f?vrier 2007 19:21
? : Virginie BERRE
Cc : geoserver-users@lists.sourceforge.net
Objet : Re: [Geoserver-users] SQL Error building feature type

Virginie BERRE ha scritto:

Dear all !

I have a postgis database and tables which schema is not public. I’ve

configured the datastore with success. When I try to create a new

entity, it lists me all the tables but when I select one a click “New”

(I have a French version so I hope the button’s label is what I wrote!)

it tells me : "SQL Error building feature type my_table ; relation

“my_table” does not exists". One the one hand I think it doesn’t care

about the schema because it would have tell “my_schema.my_table” and on

the other hand it lists me all the table which are in my schema…

It defaults to reporting only the tables in the public schema, unless

you specify one.

Unfortunately I don’t know what’s the issue, can you send me the

Geoserver logs by private mail? There I may find a stack trace,

which may inform me about the issue.

Also, can you dump the database structure for me?

If you use the command line psql tool, once logged in, you can get

it using “\d tablename”.

Cheers

Andrea Aime

-------------- next part --------------
An HTML attachment was scrubbed…



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642



Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

End of Geoserver-users Digest, Vol 9, Issue 16


Γεώργιος Τσολάκης - Περιβαλλοντολόγος
Γραφείο Περιβαλλοντικών Μελετών
Ζήνωνος 57. Περιστέρι. Αθήνα
tel: +30 210 5727615
fax: +30 210 5727995
mobile: + 30 6977 158693
email: tsoler@…832…
URL : www.mpe.gr

Brent Owens
(The Open Planning Project)

In linux bash shell you can use:

export JAVA_HOME=/home/java/bin

make sure to set it to your [java install]/bin directory

Set it in your .bashrc file to make the change permanent.

Brent Owens
(The Open Planning Project)

George Tsolakis wrote:

Hi to all

im trying to install geoserver on ubuntu linux
When i start geoserver i get this message:

tsoler@anonymised.com:~/geoserver/bin$ ./startup.sh
The JAVA_HOME environment variable is not defined
This environment variable is needed to run this program

Whetre to i set up the environment variable ??

On 2/8/07, * geoserver-users-request@lists.sourceforge.net <mailto:geoserver-users-request@lists.sourceforge.net>* <geoserver-users-request@lists.sourceforge.net <mailto:geoserver-users-request@lists.sourceforge.net>> wrote:

    Send Geoserver-users mailing list submissions to
            geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>

    To subscribe or unsubscribe via the World Wide Web, visit
            https://lists.sourceforge.net/lists/listinfo/geoserver-users
    or, via email, send a message with subject or body 'help' to
            geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>

    You can reach the person managing the list at
             geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>

    When replying, please edit your Subject line so it is more specific
    than "Re: Contents of Geoserver-users digest..."

    Today's Topics:

       1. Re: A exception on Geoserver1.4.0 (Andrea Aime)
       2. Re: Could not count Request All Features (Andrea Aime)
       3. Re: SQL Error building feature type (Virginie BERRE)

    ----------------------------------------------------------------------

    Message: 1
    Date: Thu, 08 Feb 2007 14:54:07 +0100
    From: Andrea Aime <aaime@anonymised.com <mailto:aaime@anonymised.com>>
    Subject: Re: [Geoserver-users] A exception on Geoserver1.4.0
    To: taixingjason < taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>, geoserver users
            <geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    Message-ID: < 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    Content-Type: text/plain; charset=x-gbk; format=flowed

    Please, do use the users mailing list, don't send me private mails.
    The mailing list gives you a higher chance of finding someone that
    knows how to address your issues, and makes my answers searchable
    by other people too.

    taixingjason ha scritto:
    > I try to use Geoserver1.4.0 . These are some exception like :
    > SEVERE: SQL Exception reading geometry column
    > org.geotools.data.DataSourceException: SQL Exception reading
    geometry column
    ...
    > Caused by: java.sql.SQLException: Logical handle no longer valid
    ....
    > at
    oracle.sql.StructDescriptor.toOracleArray(StructDescriptor.java:494)
    > at oracle.sql.STRUCT.getOracleAttributes(STRUCT.java:411)
    > at
    > org.geotools.data.oracle.sdo.GeometryConverter.asGeometry
    (GeometryConverter.java:99)

    Yes, someone reported this issue already, but I have no idea on
    how to reproduce it. Does this happen always, only when the
    server is under load?

    Cheers
    Andrea

    ------------------------------

    Message: 2
    Date: Thu, 08 Feb 2007 14:55:33 +0100
    From: Andrea Aime <aaime@anonymised.com <mailto:aaime@anonymised.com>>
    Subject: Re: [Geoserver-users] Could not count Request All Features
    To: leewse@anonymised.com <mailto:leewse@anonymised.com>
    Cc: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    Message-ID: < 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    leewse@anonymised.com <mailto:leewse@anonymised.com> ha scritto:
    > Hi,
    >
    > We are still unable to resolve this issue. We have tried our
    best to
    > ensure what should be done are done.
    >
    > The feature we are trying to create is from a view. What we did
    is to
    > create a view, ensure there is a record for it in the
    geometry_columns. We
    > have another very similar view to this one and everything worked
    out fine
    > for that view, thus we are really losing ideas of what could be
    wrong with
    > this.
    >
    > To be more specific, here is the full stack trace:
    >
    > 2007-02-08 21:01:34 StandardWrapperValve[action]:
    Servlet.service() for
    > servlet action threw exception
    > org.geotools.data.DataSourceException: Could not count Request
    All Features
    ...
    > Caused by: org.postgresql.util.PSQLException: ERROR: function
    > extent(geometry) does not exist

    !!! The extent function cannot be found?
    How old is your postgis? The extent function has been around for
    quite a
    bit of time as far as I know... The postgis change log seems to
    suggest
    it has been introduced in August 2004. Can you try to run a direct
    query? May it be that the postgis functions are not properly
    registered?

    Cheers
    Andrea

    ------------------------------

    Message: 3
    Date: Thu, 8 Feb 2007 15:18:19 +0100
    From: "Virginie BERRE" <vberre@anonymised.com
    <mailto:vberre@anonymised.com>>
    Subject: Re: [Geoserver-users] SQL Error building feature type
    To: "Andrea Aime" <aaime@anonymised.com <mailto:aaime@anonymised.com>>
    Cc: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    Message-ID: < 20D1EFF28EBD434E9DFC82683BBEB217347097@anonymised.com>
    Content-Type: text/plain; charset="iso-8859-1"

    Hi Andrea !

    Let see the geoserver stack trace :

    org.geotools.data.DataSourceException : SQL Error building
    FeatureType for adresse ERROR: relation "adresse" does not exist

            at
    org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo(DefaultFIDMapperFactory.java:296)

            at
    org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getMapper(DefaultFIDMapperFactory.java:95)

            at
    org.geotools.data.jdbc.JDBC1DataStore.buildFIDMapper(JDBC1DataStore.java:1037)

            at
    org.geotools.data.jdbc.FeatureTypeHandler.getFIDMapper(FeatureTypeHandler.java:234)

            at
    org.geotools.data.jdbc.FeatureTypeHandler.getFeatureTypeInfo(FeatureTypeHandler.java:200)

            at org.geotools.data.jdbc.FeatureTypeHandler.getSchema
    (FeatureTypeHandler.java:169)

            at
    org.geotools.data.jdbc.JDBC1DataStore.getSchema(JDBC1DataStore.java:360)

            at
    org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute(DataFeatureTypesNewAction.java
    :86)

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

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

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

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

            at
    org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)

            at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:709)

            at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

            at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    (ApplicationFilterChain.java:252)

            at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

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

            at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)

            at
    org.apache.catalina.core.ApplicationFilterChain.doFilter
    (ApplicationFilterChain.java:173)

            at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)

            at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java
    :178)

            at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)

            at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)

            at org.apache.catalina.core.StandardEngineValve.invoke
    (StandardEngineValve.java:107)

            at
    org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)

            at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)

            at
    org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)

            at
    org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java
    :527)

            at
    org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)

            at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

            at java.lang.Thread.run(Thread.java:595)

    Caused by: org.postgresql.util.PSQLException: ERROR: relation
    "adresse" does not exist

            at
    org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse
    (QueryExecutorImpl.java:1525)

            at
    org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1309)

            at
    org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java
    :188)

            at
    org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)

            at
    org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:340)

            at
    org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:239)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)

            at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:585)

            at
    org.postgresql.ds.common.PooledConnectionImpl$StatementHandler.invoke(PooledConnectionImpl.java:474)

            at $Proxy5.executeQuery(Unknown Source)

            at
    org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.isAutoIncrement
    (DefaultFIDMapperFactory.java:345)

            at
    org.geotools.data.postgis.fidmapper.PostgisFIDMapperFactory.isAutoIncrement(PostgisFIDMapperFactory.java:69)

            at
    org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo
    (DefaultFIDMapperFactory.java:278)

            ...

    About the structure of my table, nothing is interesting, its
    schema is not public that's all. So my table's name is
    paris.adresse and it contains a geometry column.

    Thanks for your help!

    Virginie

    -----Message d'origine-----
    De : Andrea Aime [mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>]
    Envoy? : mercredi 7 f?vrier 2007 19:21
    ? : Virginie BERRE
    Cc : geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    Objet : Re: [Geoserver-users] SQL Error building feature type

    Virginie BERRE ha scritto:

    > Dear all !

    >

    >

    >

    > I have a postgis database and tables which schema is not public.
    I've

    > configured the datastore with success. When I try to create a new

    > entity, it lists me all the tables but when I select one a click
    "New"

    > (I have a French version so I hope the button's label is what I
    wrote!)

    > it tells me : "SQL Error building feature type my_table ; relation

    > "my_table" does not exists". One the one hand I think it doesn't
    care

    > about the schema because it would have tell "my_schema.my_table"
    and on

    > the other hand it lists me all the table which are in my schema...

    It defaults to reporting only the tables in the public schema, unless

    you specify one.

    Unfortunately I don't know what's the issue, can you send me the

    Geoserver logs by private mail? There I may find a stack trace,

    which may inform me about the issue.

    Also, can you dump the database structure for me?

    If you use the command line psql tool, once logged in, you can get

    it using "\d tablename".

    Cheers

    Andrea Aime

    -------------- next part --------------
    An HTML attachment was scrubbed...

    ------------------------------

    -------------------------------------------------------------------------

    Using Tomcat but need to do more? Need to support web services,
    security?
    Get stuff done quickly with pre-integrated technology to make your
    job easier.
    Download IBM WebSphere Application Server v.1.0.1 based on Apache
    Geronimo
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;

    ------------------------------

    _______________________________________________
    Geoserver-users mailing list
    Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/geoserver-users

    End of Geoserver-users Digest, Vol 9, Issue 16
    **********************************************

--
----------------------------------------------------
Γεώργιος Τσολάκης - Περιβαλλοντολόγος
Γραφείο Περιβαλλοντικών Μελετών
Ζήνωνος 57. Περιστέρι. Αθήνα
tel: +30 210 5727615 fax: +30 210 5727995
mobile: + 30 6977 158693
email: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
URL : www.mpe.gr <http://www.mpe.gr>
------------------------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------------------

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
  

Hi,
Glad to see that it is working!
I'm mostly a windows developer, so I know how to get geoserver running at startup there, but not sure on linux. We have a windows service wrapper to do it on the windows side. Maybe one of the linux users on the list here has an idea how to get it running on startup.

Brent Owens
(The Open Planning Project)

George Tsolakis wrote:

Hello Brent

Ive finally set up ubuntu running geoserver and now is serving all my data :slight_smile:

here are the results http://www.mpe.gr/index.php?option=com_content&task=view&id=408&Itemid=77

Now i want to force ubuntu to open geoserver at startup

Any suggestions would be very helpfull !

Cheers
G. Tsolakis

On 2/16/07, * Brent Owens* <bowens@anonymised.com <mailto:bowens@anonymised.com>> wrote:

    I'm glad that it is working now.

    It's a common problem when there is another server running that
    takes up
    port 8080, happens to me all the time.

    cheers,

    Brent Owens
    (The Open Planning Project)

    George Tsolakis wrote:
    > Bingo,
    >
    > Geoserver started!!!
    >
    > with java -version i get
    >
    > java version "1.6.0"
    > Java(TM) SE Runtime Environment (build 1.6.0-b105)
    >
    > it doesnt mention jdk , but i can see the sample data and i think is
    > ok now :wink:
    >
    > i think the error
    > ava.net.BindException: Address already in use
    > WARN: Not listening on monitor port: 8079
    >
    > it was because geoserver it was already started ( i was using the
    > default jdk of ubuntu. geoserver wasnt starting properly but if
    i was
    > going to start it once again correctly , the port was already
    occupied )
    >
    > Thanks Brent, i wil to try to carry on ubuntu although im
    getting too
    > much difficulties cause i want to get rid of windows server.
    >
    > On 2/16/07, * Brent Owens* < bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto:bowens@anonymised.com>> wrote:
    >
    > hmm, odd error.
    > It might be that your JAVA_HOME variable is pointing to a
    JRE, not a
    > JDK. Make sure that it is pointing to your Java JDK.
    > Also put that path on your 'path' environment variable, where a
    > lot of
    > other paths are located:
    >
    > path=...;%JAVA_HOME%/bin
    >
    > For a quick check to see if the JDK is there and installed, open
    > up the
    > command line and type:
    > java -version
    >
    > You should have a 1.4 java version and it should say JDK.
    >
    > Then type
    > javac
    >
    > It should return a list of commands to use. If it says the
    program
    > cannot be found, then the JDK is not on your classpath.
    >
    > Brent Owens
    > (The Open Planning Project)
    >
    > George Tsolakis wrote:
    > > ok Brent here is my export of java
    > >
    > > tsoler@anonymised.com :~/geoserver/bin$ export
    > > JAVA_HOME=/usr/lib/jvm/java-gcj
    > > tsoler@anonymised.com:~/geoserver/bin$ ./startup.sh
    > >
    > > and here the results
    > >
    > > GEOSERVER_HOME environment variable not found, using current
    > > location. If not set then running this script from other
    > > directories will not work in the future.
    > > GEOSERVER DATA DIR is /home/tsoler/geoserver/bin/../data_dir
    > > java.net.BindException: Address already in use
    > > WARN: Not listening on monitor port: 8079
    > > 1 [main] INFO org.mortbay.log - Logging to
    > > org.slf4j.impl.SimpleLogger@anonymised.com via org.mortbay.log.Slf4jLog
    > > 601 [main] INFO org.mortbay.log - jetty-6.0.1
    > > 4853 [main] INFO
    org.springframework.web.context.ContextLoader -
    > Root
    > > WebApplicationContext: initialization started
    > > 4853 [main] INFO /geoserver - Loading Spring root
    > WebApplicationContext
    > > 5000 [main] INFO
    > >
    org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > Loading XML bean definitions from URL
    > >
    > [file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/classes/applicationContext.xml]
    > >
    > > 5142 [main] INFO
    > >
    org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > Loading XML bean definitions from URL
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/validation-1.4.0.jar!/applicationContext.xml
    > > ]
    > > 5230 [main] INFO
    > >
    org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > Loading XML bean definitions from URL
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/main-
    1.4.0.jar!/applicationContext.xml
    > > ]
    > > 5465 [main] INFO
    > >
    org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > Loading XML bean definitions from URL
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wfs-1.4.0.jar!/applicationContext.xml
    > > ]
    > > 5618 [main] INFO
    > >
    org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > Loading XML bean definitions from URL
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-1.4.0.jar!/applicationContext.xml
    > > ]
    > > 5788 [main] INFO
    > >
    org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > Loading XML bean definitions from URL
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/data-
    1.4.0.jar!/applicationContext.xml
    > > ]
    > > 5869 [main] INFO
    > >
    org.springframework.web.context.support.XmlWebApplicationContext -
    > > Bean factory for application context [Root
    WebApplicationContext]:
    > >
    org.springframework.beans.factory.support.DefaultListableBeanFactory
    > > defining beans
    > >
    > [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegisterar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServerRegisterar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfsRegisterar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfsLockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsService,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsGetMapLegacy,wmsPutStyles,kmlReflector,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapProducerFactory,PDFMapProducerFactory,catalog,serviceFinder];

    >
    > > root of BeanFactory hierarchy
    > > 5877 [main] INFO
    > >
    org.springframework.web.context.support.XmlWebApplicationContext
    > - 54
    > > beans defined in application context [Root
    WebApplicationContext]
    > > 5918 [main] INFO org.springframework.core.CollectionFactory -
    > JDK 1.4+
    > > collections available
    > > 5922 [main] INFO
    > >
    org.springframework.web.context.support.XmlWebApplicationContext -
    > > Unable to locate MessageSource with name 'messageSource':
    using
    > > default
    > >
    > [org.springframework.context.support.DelegatingMessageSource@anonymised.com. ]
    > > 5923 [main] INFO
    > >
    org.springframework.web.context.support.XmlWebApplicationContext -
    > > Unable to locate ApplicationEventMulticaster with name
    > > 'applicationEventMulticaster': using default
    > >
    > [org.springframework.context.event.SimpleApplicationEventMulticaster@...950...
    > > ]
    > > 5928 [main] INFO
    > >
    org.springframework.ui.context.support.UiApplicationContextUtils -
    > > Unable to locate ThemeSource with name 'themeSource':
    using default
    > >
    > [org.springframework.ui.context.support.ResourceBundleThemeSource@anonymised.com951...
    > > ]
    > > 5938 [main] INFO
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory -
    > > Pre-instantiating singletons in factory
    > >
    > [org.springframework.beans.factory.support.DefaultListableBeanFactory
    > > defining beans
    > >
    > [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegisterar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServerRegisterar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfsRegisterar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfsLockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsService,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsGetMapLegacy,wmsPutStyles,kmlReflector,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapProducerFactory,PDFMapProducerFactory,catalog,serviceFinder];

    >
    > > root of BeanFactory hierarchy]
    > > ----------------------------------
    > > - GEOSERVER_DATA_DIR: /home/tsoler/geoserver/bin/../data_dir
    > > ----------------------------------
    > > 1 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader -
    logging
    > > level is CONFIG
    > > 2 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader -
    > maxFeatures
    > > is 1000000
    > > 3 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader -
    > numDecimals
    > > returning is 8
    > > 3 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader -
    > charSet is
    > > UTF-8
    > > 6 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader -
    reading
    > > srsXmlStyle: [srsXmlStyle: null]
    > > 11 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    No baseMap
    > > groups defined yet
    > > 15 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > /home/tsoler/geoserver/bin/../data_dir/catalog.xml
    > > 71 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > namespace xmlns:topp=" http://www.openplans.org/topp&quot;,
    > isDefault=true
    > > 71 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > namespace xmlns:tiger=" http://www.census.gov",
    isDefault=false
    > > 71 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > namespace xmlns:cite="http://www.opengeospatial.net/cite
    > > < http://www.opengeospatial.net/cite >", isDefault=false
    > > 77 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore DS_giant_polygon
    > > 77 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore states_shapefile
    > > 78 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore DS_poi
    > > 78 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore tasmania_cities
    > > 78 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore tasmania_roads
    > > 79 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore tasmania_state_boundaries
    > > 79 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore DS_poly_landmarks
    > > 80 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore DS_tiger_roads
    > > 80 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > datastore tasmania_water_bodies
    > > 87 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style giant_polygon
    > > 87 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style capitals
    > > 87 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style tiger_roads
    > > 87 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style poly_landmarks
    > > 88 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style green
    > > 88 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style simple_roads
    > > 88 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style poi
    > > 88 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style cite_lakes
    > > 88 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style population
    > > 89 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style point
    > > 89 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style line
    > > 89 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loaded
    > > style polygon
    > > 90 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_giant_polygon_giant_polygon/info.xml

    >
    > > 155 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType giant_polygon
    > > 156 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: DS_giant_polygon:::giant_polygon
    > > 156 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_poi_poi/info.xml

    > > 169 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType poi
    > > 170 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: DS_poi:::poi
    > > 170 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_poly_landmarks_poly_landmarks/info.xml

    > > 199 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType poly_landmarks
    > > 199 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: DS_poly_landmarks:::poly_landmarks
    > > 199 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_tiger_roads_tiger_roads/info.xml

    > >
    > > 227 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType tiger_roads
    > > 245 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: DS_tiger_roads:::tiger_roads
    > > 246 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    /home/tsoler/geoserver/bin/../data_dir/featureTypes/states/info.xml
    > > 274 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType states
    > > 274 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: states_shapefile:::states
    > > 274 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_cities/info.xml

    > >
    > > 303 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType tasmania_cities
    > > 318 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: tasmania_cities:::tasmania_cities
    > > 319 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_roads/info.xml

    > > 329 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType tasmania_roads
    > > 347 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: tasmania_roads:::tasmania_roads
    > > 347 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_state_boundaries/info.xml

    > >
    > > 375 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType tasmania_state_boundaries
    > > 375 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name:
    tasmania_state_boundaries:::tasmania_state_boundaries
    > > 376 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader -
    > Loading
    > > configuration file:
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_water_bodies/info.xml
    > > 389 [CONFIG] org.vfny.geoserver.global.xml.XMLConfigReader
    - added
    > > featureType tasmania_water_bodies
    > > 389 [INFO] org.vfny.geoserver.global.xml.XMLConfigReader -
    Decoding
    > > file name: tasmania_water_bodies:::tasmania_water_bodies
    > > 1450 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category MathTransformFactory:
    > > org.geotools.referencing.operation.DefaultMathTransformFactory
    > > 1452 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category CoordinateOperationFactory:
    > >
    > org.geotools.referencing.operation.DefaultCoordinateOperationFactory
    > > 1471 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category
    CoordinateOperationAuthorityFactory:
    > > org.geotools.referencing.factory.epsg.DefaultFactory
    > > 1708 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category DatumFactory:
    > > org.geotools.referencing.factory.GeotoolsFactory
    > > 1710 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category CSFactory:
    > > org.geotools.referencing.factory.GeotoolsFactory
    > > 1712 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category CRSFactory:
    > > org.geotools.referencing.factory.GeotoolsFactory
    > > 2472 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category CRSAuthorityFactory:
    > > org.geotools.referencing.factory.epsg.DefaultFactory
    > > 3363 [CONFIG] org.geotools.factory.FactoryRegistry - Factory
    > > implementations for category FeatureTypeFactory:
    > > org.geotools.feature.DefaultFeatureTypeFactory
    > > 13651 [main] INFO
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory -
    > > Destroying singletons in factory
    > >
    > {org.springframework.beans.factory.support.DefaultListableBeanFactory
    > > defining beans
    > >
    > [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegisterar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServerRegisterar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfsRegisterar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfsLockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsService,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsGetMapLegacy,wmsPutStyles,kmlReflector,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapProducerFactory,PDFMapProducerFactory,catalog,serviceFinder];

    >
    > > root of BeanFactory hierarchy}
    > > 13772 [main] ERROR
    org.springframework.web.context.ContextLoader -
    > > Context initialization failed
    > > org.springframework.beans.factory.BeanCreationException :
    Error
    > > creating bean with name 'wmsGetMap' defined in URL
    > >
    [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-
    > > 1.4.0.jar!/applicationContext.xml]: Instantiation of bean
    failed;
    > > nested exception is
    org.springframework.beans.FatalBeanException:
    > > Could not instantiate class
    > [org.vfny.geoserver.wms.servlets.GetMap];
    > > constructor threw exception; nested exception is
    java.awt.AWTError :
    > > Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    > > org.springframework.beans.FatalBeanException: Could not
    instantiate
    > > class [org.vfny.geoserver.wms.servlets.GetMap ];
    constructor threw
    > > exception; nested exception is java.awt.AWTError: Cannot
    load AWT
    > > toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    > > java.awt.AWTError: Cannot load AWT toolkit:
    > > gnu.java.awt.peer.gtk.GtkToolkit
    > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > at
    > >
    > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment
    (libgcj.so.70)
    > > at
    java.awt.image.BufferedImage.createGraphics(libgcj.so.70)
    > > at java.awt.image.BufferedImage.getGraphics(libgcj.so.70)
    > > at org.vfny.geoserver.wms.servlets.GetMap
    .<init>(GetMap.java:62)
    > > at java.lang.reflect.Constructor.newInstance(libgcj.so.70)
    > > at
    > >
    > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java
    :100)
    > > at
    > >
    > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate
    > > (SimpleInstantiationStrategy.java :75)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:669)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean

    >
    > > (AbstractAutowireCapableBeanFactory.java:329)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:226)

    > > at
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    > > (AbstractBeanFactory.java:147)
    > > at
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
    > > at
    > >
    > org.springframework.context.support.AbstractApplicationContext.refresh

    >
    > > (AbstractApplicationContext.java:318)
    > > at
    > >
    > org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java
    :134)
    > > at
    > >
    > org.springframework.web.context.ContextLoader.createWebApplicationContext
    > > (ContextLoader.java:230)
    > > at
    > >
    > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java
    > :156)
    > > at
    > >
    > org.springframework.web.context.ContextLoaderListener.contextInitialized
    (ContextLoaderListener.java
    > > :48)
    > > at
    > >
    > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java
    > :450)
    > > at
    > >
    > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1129)
    > > at org.mortbay.jetty.handler.ContextHandler.doStart
    > > (ContextHandler.java:420)
    > > at
    > >
    > org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:457)
    > > at
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
    :38)
    > > at org.mortbay.jetty.handler.HandlerCollection.doStart
    > > (HandlerCollection.java:156)
    > > at
    > >
    > org.mortbay.jetty.handler.ContextHandlerCollection.doStart
    (ContextHandlerCollection.java:120)
    > > at
    > > org.mortbay.component.AbstractLifeCycle.start
    > (AbstractLifeCycle.java:38)
    > > at
    > >
    > org.mortbay.jetty.handler.HandlerCollection.doStart
    (HandlerCollection.java:156)
    > > at
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
    >
    > > at
    > >
    > org.mortbay.jetty.handler.HandlerWrapper.doStart
    (HandlerWrapper.java
    > :119)
    > > at org.mortbay.jetty.Server.doStart(Server.java:210)
    > > at
    > > org.mortbay.component.AbstractLifeCycle.start
    > (AbstractLifeCycle.java :38)
    > > at
    > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
    > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > at org.mortbay.start.Main.invokeMain (Main.java :184)
    > > at org.mortbay.start.Main.start(Main.java:508)
    > > at org.mortbay.start.Main.main(Main.java:116)
    > > Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer:
    > libgtkpeer.so:
    > > cannot open shared object file: No such file or directory
    > > at java.lang.Runtime._load(libgcj.so.70)
    > > at java.lang.Runtime.loadLibrary(libgcj.so.70 )
    > > at java.lang.System.loadLibrary(libgcj.so.70)
    > > at gnu.java.awt.peer.gtk.GtkToolkit.<clinit>( libgcj.so.70)
    > > at java.lang.Class.initializeClass(libgcj.so.70 )
    > > at java.lang.Class.forName(libgcj.so.70)
    > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > ...35 more
    > > 13860 [main] WARN org.mortbay.log - failed
    > >
    > ContextHandler@anonymised.com{/geoserver,file:/home/tsoler/geoserver/webapps/geoserver/}
    > > 13860 [main] WARN org.mortbay.log - failed
    > ContextHandlerCollection@anonymised.com
    > > 13877 [main] WARN org.mortbay.log - failed
    HandlerCollection@anonymised.com
    > > 13901 [main] WARN org.mortbay.log - failed
    SelectChannelConnector @
    > > 0.0.0.0:8080 <http://0.0.0.0:8080> < http://0.0.0.0:8080>
    <http://0.0.0.0:8080
    > <http://0.0.0.0:8080>>
    > > 13901 [main] WARN org.mortbay.log - failed Server@anonymised.com
    > > 13901 [main] WARN org.mortbay.log - EXCEPTION
    > >
    > org.mortbay.util.MultiException[org.springframework.beans.factory.BeanCreationException
    > :
    > > Error creating bean with name 'wmsGetMap' defined in URL
    > >
    [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-
    > > 1.4.0.jar!/applicationContext.xml]: Instantiation of bean
    failed;
    > > nested exception is
    org.springframework.beans.FatalBeanException :
    > > Could not instantiate class
    > [org.vfny.geoserver.wms.servlets.GetMap];
    > > constructor threw exception; nested exception is
    java.awt.AWTError :
    > > Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit,
    > > java.net.BindException: Address already in use]
    > > at org.mortbay.jetty.Server.doStart(Server.java:192)
    > > at org.mortbay.component.AbstractLifeCycle.start
    > > (AbstractLifeCycle.java:38)
    > > at
    > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
    > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > at org.mortbay.start.Main.invokeMain (Main.java:184)
    > > at org.mortbay.start.Main.start(Main.java:508)
    > > at org.mortbay.start.Main.main(Main.java:116)
    > > org.springframework.beans.factory.BeanCreationException :
    Error
    > > creating bean with name 'wmsGetMap' defined in URL
    > >
    [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-
    > > 1.4.0.jar!/applicationContext.xml]: Instantiation of bean
    failed;
    > > nested exception is
    org.springframework.beans.FatalBeanException :
    > > Could not instantiate class
    > [org.vfny.geoserver.wms.servlets.GetMap];
    > > constructor threw exception; nested exception is
    java.awt.AWTError:
    > > Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    > > org.springframework.beans.FatalBeanException: Could not
    instantiate
    > > class [org.vfny.geoserver.wms.servlets.GetMap ];
    constructor threw
    > > exception; nested exception is java.awt.AWTError: Cannot
    load AWT
    > > toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    > > java.awt.AWTError: Cannot load AWT toolkit:
    > > gnu.java.awt.peer.gtk.GtkToolkit
    > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > at
    > >
    > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment
    (libgcj.so.70)
    > > at
    java.awt.image.BufferedImage.createGraphics(libgcj.so.70)
    > > at java.awt.image.BufferedImage.getGraphics(libgcj.so.70)
    > > at org.vfny.geoserver.wms.servlets.GetMap
    .<init>(GetMap.java:62)
    > > at java.lang.reflect.Constructor.newInstance(libgcj.so.70)
    > > at
    > >
    > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java
    > :100)
    > > at
    > >
    > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate
    > > (SimpleInstantiationStrategy.java:75)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor
    > (AbstractAutowireCapableBeanFactory.java:669)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
    > > (AbstractAutowireCapableBeanFactory.java:329)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    (AbstractBeanFactory.java:226)
    > > at
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    > > (AbstractBeanFactory.java :147)
    > > at
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:275)
    > > at
    > >
    > org.springframework.context.support.AbstractApplicationContext.refresh

    >
    > > (AbstractApplicationContext.java:318)
    > > at
    > >
    > org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java
    :134)
    > > at
    > >
    > org.springframework.web.context.ContextLoader.createWebApplicationContext
    > > (ContextLoader.java:230)
    > > at
    > >
    > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java
    > :156)
    > > at
    > >
    > org.springframework.web.context.ContextLoaderListener.contextInitialized
    (ContextLoaderListener.java
    > > :48)
    > > at
    > >
    > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java
    > :450)
    > > at
    > >
    > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1129)
    > > at org.mortbay.jetty.handler.ContextHandler.doStart
    > > (ContextHandler.java:420)
    > > at
    > >
    > org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:457)
    > > at
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
    :38)
    > > at org.mortbay.jetty.handler.HandlerCollection.doStart
    > > (HandlerCollection.java:156)
    > > at
    > >
    > org.mortbay.jetty.handler.ContextHandlerCollection.doStart
    (ContextHandlerCollection.java:120)
    > > at
    > > org.mortbay.component.AbstractLifeCycle.start
    > (AbstractLifeCycle.java:38)
    > > at
    > >
    > org.mortbay.jetty.handler.HandlerCollection.doStart
    (HandlerCollection.java:156)
    > > at
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
    >
    > > at
    > >
    > org.mortbay.jetty.handler.HandlerWrapper.doStart
    (HandlerWrapper.java
    > :119)
    > > at org.mortbay.jetty.Server.doStart(Server.java:210)
    > > at
    > > org.mortbay.component.AbstractLifeCycle.start
    > (AbstractLifeCycle.java :38)
    > > at
    > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
    > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > at org.mortbay.start.Main.invokeMain (Main.java :184)
    > > at org.mortbay.start.Main.start(Main.java:508)
    > > at org.mortbay.start.Main.main(Main.java:116)
    > > Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer:
    > libgtkpeer.so:
    > > cannot open shared object file: No such file or directory
    > > at java.lang.Runtime._load(libgcj.so.70)
    > > at java.lang.Runtime.loadLibrary(libgcj.so.70 )
    > > at java.lang.System.loadLibrary(libgcj.so.70)
    > > at gnu.java.awt.peer.gtk.GtkToolkit.<clinit>( libgcj.so.70)
    > > at java.lang.Class.initializeClass(libgcj.so.70 )
    > > at java.lang.Class.forName(libgcj.so.70)
    > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > ...35 more
    > > java.net.BindException : Address already in use
    > > at gnu.java.net.PlainSocketImpl.bind(libgcj.so.70)
    > > at java.net.ServerSocket.bind(libgcj.so.70 )
    > > at
    > >
    > org.mortbay.jetty.nio.SelectChannelConnector.open
    (SelectChannelConnector.java
    > :152)
    > > at
    > >
    > org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:313)
    > > at org.mortbay.jetty.nio.SelectChannelConnector.doStart
    > > (SelectChannelConnector.java:124)
    > > at
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
    > > at org.mortbay.jetty.Server.doStart (Server.java:217)
    > > at org.mortbay.component.AbstractLifeCycle.start
    > > (AbstractLifeCycle.java :38)
    > > at
    > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java
    :905)
    > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > at org.mortbay.start.Main.invokeMain(Main.java:184)
    > > at org.mortbay.start.Main.start(Main.java:508)
    > > at org.mortbay.start.Main.main(Main.java:116)
    > >
    > > thats all...
    > >
    > > On 2/14/07, *Brent Owens* < bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto:bowens@anonymised.com>
    > > <mailto:bowens@anonymised.com
    <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>>> wrote:
    > >
    > > hmm
    > > Are you sure the server is started? That error occurs when
    > the server
    > > hasn't fully started up, usually because of an error.
    When
    > it has
    > > started up, one of the last few lines in the log
    should say
    > something
    > > along the lines of "started in #ms" and "port:8080"
    > >
    > > So if the url (http://localhost:8080/geoserver/welcome.do)
    > does not
    > > work, then the server hasn't started up because of an
    error.
    > The logs
    > > should display the error. If you can send me the log I
    will
    > have a
    > > better time figuring out what happened.
    > >
    > > cheers,
    > >
    > > Brent Owens
    > > (The Open Planning Project)
    > >
    > > George Tsolakis wrote:
    > > > I think ive made a steo forward now im getting this
    mistake
    > > >
    > > > HTTP ERROR: 404
    > > >
    > > > NOT_FOUND
    > > >
    > > > RequestURI=/geoserver
    > > >
    > > > /Powered by jetty:// <http://jetty.mortbay.org/&gt;/
    > > >
    > > > How can i solve this now?
    > > >
    > > > On 2/8/07, *Brent Owens* < bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>
    > > <mailto: bowens@anonymised.com
    <mailto:bowens@anonymised.com> <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>>
    > > > <mailto: bowens@anonymised.com
    <mailto:bowens@anonymised.com> <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>
    > <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>>> wrote:
    > > >
    > > > Brent Owens
    > > > (The Open Planning Project)
    > > >
    > > > In linux bash shell you can use:
    > > >
    > > > export JAVA_HOME=/home/java/bin
    > > >
    > > > make sure to set it to your [java install]/bin
    directory
    > > >
    > > > Set it in your .bashrc file to make the change
    permanent.
    > > >
    > > > Brent Owens
    > > > (The Open Planning Project)
    > > >
    > > > George Tsolakis wrote:
    > > > > Hi to all
    > > > >
    > > > > im trying to install geoserver on ubuntu linux
    > > > > When i start geoserver i get this message:
    > > > >
    > > > > tsoler@anonymised.com:~/geoserver/bin$
    ./startup.sh
    > > > > The JAVA_HOME environment variable is not defined
    > > > > This environment variable is needed to run
    this program
    > > > >
    > > > > Whetre to i set up the environment variable ??
    > > > >
    > > > > On 2/8/07, *
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>*
    > > > > <
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>> wrote:
    > > > >
    > > > > Send Geoserver-users mailing list
    submissions to
    > > > > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > >
    > > > > To subscribe or unsubscribe via the World Wide
    > Web, visit
    > > > >
    > > >
    > https://lists.sourceforge.net/lists/listinfo/geoserver-users
    > > > > or, via email, send a message with subject
    or body
    > > 'help' to
    > > > >
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > >
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>
    > > > >
    > > > > You can reach the person managing the list at
    > > > >
    > geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>>

    > > > > <mailto:
    > geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>>>
    > > > >
    > > > > When replying, please edit your Subject
    line so
    > it is more
    > > > specific
    > > > > than "Re: Contents of Geoserver-users
    digest..."
    > > > >
    > > > > Today's Topics:
    > > > >
    > > > > 1. Re: A exception on Geoserver1.4.0
    (Andrea
    > Aime)
    > > > > 2. Re: Could not count Request All
    Features
    > (Andrea
    > > Aime)
    > > > > 3. Re: SQL Error building feature type
    > (Virginie BERRE)
    > > > >
    > > >
    > >
    > ----------------------------------------------------------------------
    > > > >
    > > > > Message: 1
    > > > > Date: Thu, 08 Feb 2007 14:54:07 +0100
    > > > > From: Andrea Aime < aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto:aaime@anonymised.com
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>>>
    > > > > Subject: Re: [Geoserver-users] A exception on
    > > Geoserver1.4.0
    > > > > To: taixingjason < taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto: taixingjason@anonymised.com <mailto:taixingjason@anonymised.com>>
    > > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>
    > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto:taixingjason@anonymised.com>
    <mailto:taixingjason@anonymised.com
    > <mailto:taixingjason@anonymised.com>>>
    > > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto: taixingjason@anonymised.com <mailto:taixingjason@anonymised.com>>
    <mailto:taixingjason@anonymised.com
    > <mailto:taixingjason@anonymised.com>>
    > > > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>
    > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>>>>, geoserver users
    > > > > <
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>>
    > > > > Message-ID: <
    45CB2B7F.8030209@anonymised.com <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>
    > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>>
    > > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>
    > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>>>>
    > > > > Content-Type: text/plain; charset=x-gbk;
    > format=flowed
    > > > >
    > > > > Please, do use the users mailing list,
    don't send me
    > > private
    > > > mails.
    > > > > The mailing list gives you a higher chance of
    > finding
    > > > someone that
    > > > > knows how to address your issues, and
    makes my
    > answers
    > > > searchable
    > > > > by other people too.
    > > > >
    > > > > taixingjason ha scritto:
    > > > > > I try to use Geoserver1.4.0 . These are some
    > > exception like :
    > > > > > SEVERE: SQL Exception reading geometry
    column
    > > > > > org.geotools.data.DataSourceException : SQL
    > > Exception reading
    > > > > geometry column
    > > > > ...
    > > > > > Caused by: java.sql.SQLException: Logical
    > handle no
    > > longer
    > > > valid
    > > > > ....
    > > > > > at
    > > > >
    > > >
    > > oracle.sql.StructDescriptor.toOracleArray
    > (StructDescriptor.java:494)
    > > > > > at
    > > oracle.sql.STRUCT.getOracleAttributes (STRUCT.java:411)
    > > > > > at
    > > > > >
    > > org.geotools.data.oracle.sdo.GeometryConverter.asGeometry
    > > > > ( GeometryConverter.java:99)
    > > > >
    > > > > Yes, someone reported this issue already,
    but I have
    > > no idea on
    > > > > how to reproduce it. Does this happen
    always, only
    > > when the
    > > > > server is under load?
    > > > >
    > > > > Cheers
    > > > > Andrea
    > > > >
    > > > > ------------------------------
    > > > >
    > > > > Message: 2
    > > > > Date: Thu, 08 Feb 2007 14:55:33 +0100
    > > > > From: Andrea Aime < aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>>>
    > > > > Subject: Re: [Geoserver-users] Could not count
    > Request All
    > > > Features
    > > > > To: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>> <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>
    > > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>> > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>>
    > > > > Cc: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > Message-ID: <
    45CB2BD5.5080600@anonymised.com <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>
    > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>>
    > > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>
    > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>>>>
    > > > > Content-Type: text/plain; charset=ISO-8859-1;
    > > format=flowed
    > > > >
    > > > > leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>> <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>> ha
    > > > scritto:
    > > > > > Hi,
    > > > > >
    > > > > > We are still unable to resolve this
    issue. We
    > have
    > > tried our
    > > > > best to
    > > > > > ensure what should be done are done.
    > > > > >
    > > > > > The feature we are trying to create is
    from a
    > view. What
    > > > we did
    > > > > is to
    > > > > > create a view, ensure there is a record
    for it
    > in the
    > > > > geometry_columns. We
    > > > > > have another very similar view to this
    one and
    > > everything
    > > > worked
    > > > > out fine
    > > > > > for that view, thus we are really losing
    ideas
    > of what
    > > > could be
    > > > > wrong with
    > > > > > this.
    > > > > >
    > > > > > To be more specific, here is the full
    stack trace:
    > > > > >
    > > > > > 2007-02-08 21:01:34
    StandardWrapperValve[action]:
    > > > > Servlet.service() for
    > > > > > servlet action threw exception
    > > > > > org.geotools.data.DataSourceException:
    Could not
    > > count Request
    > > > > All Features
    > > > > ...
    > > > > > Caused by:
    org.postgresql.util.PSQLException :
    > > ERROR: function
    > > > > > extent(geometry) does not exist
    > > > >
    > > > > !!! The extent function cannot be found?
    > > > > How old is your postgis? The extent
    function has
    > been
    > > around for
    > > > > quite a
    > > > > bit of time as far as I know... The postgis
    > change log
    > > seems to
    > > > > suggest
    > > > > it has been introduced in August 2004. Can you
    > try to
    > > run a
    > > > direct
    > > > > query? May it be that the postgis
    functions are not
    > > properly
    > > > > registered?
    > > > >
    > > > > Cheers
    > > > > Andrea
    > > > >
    > > > > ------------------------------
    > > > >
    > > > > Message: 3
    > > > > Date: Thu, 8 Feb 2007 15:18:19 +0100
    > > > > From: "Virginie BERRE"
    <vberre@anonymised.com <mailto:vberre@anonymised.com>
    > <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>>
    > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>
    > > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>
    <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>>>
    > > > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>
    > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>
    > <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>
    <mailto:vberre@anonymised.com>
    > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>>>>
    > > > > Subject: Re: [Geoserver-users] SQL Error
    building
    > > feature type
    > > > > To: "Andrea Aime" <aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com
    > <mailto:aaime@anonymised.com>>>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>>>
    > > > > Cc: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > Message-ID: <
    > > 20D1EFF28EBD434E9DFC82683BBEB217347097@anonymised.com >
    > > > > Content-Type: text/plain;
    charset="iso-8859-1"
    > > > >
    > > > > Hi Andrea !
    > > > >
    > > > > Let see the geoserver stack trace :
    > > > >
    > > > > org.geotools.data.DataSourceException : SQL
    > Error building
    > > > > FeatureType for adresse ERROR: relation
    > "adresse" does
    > > not exist
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo
    > > > (DefaultFIDMapperFactory.java:296)
    > > > >

    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getMapper(DefaultFIDMapperFactory.java:95)
    >
    > > > >
    > > > > at
    > > > >
    > > > org.geotools.data.jdbc.JDBC1DataStore.buildFIDMapper
    > > (JDBC1DataStore.java:1037)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.FeatureTypeHandler.getFIDMapper(FeatureTypeHandler.java:234)

    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.FeatureTypeHandler.getFeatureTypeInfo
    (FeatureTypeHandler.java:200)
    > > > >
    > > > > at
    > > org.geotools.data.jdbc.FeatureTypeHandler.getSchema
    > > > > ( FeatureTypeHandler.java :169)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.JDBC1DataStore.getSchema
    (JDBC1DataStore.java:360)
    > > > >
    > > > > at
    > > > >
    > > >

    > org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute
    > > > (DataFeatureTypesNewAction.java
    > > > > :86)
    > > > >
    > > > > at
    > > > >
    > > >
    > > org.vfny.geoserver.action.ConfigAction.execute
    > (ConfigAction.java:98)
    > > > >
    > > > > at
    > > > >
    > > >
    > org.apache.struts.action.RequestProcessor.processActionPerform
    > > > ( RequestProcessor.java:484)
    > > > >
    > > > > at
    > > org.apache.struts.action.RequestProcessor.process
    > > > > (RequestProcessor.java:274)
    > > > >
    > > > > at
    > > > > org.apache.struts.action.ActionServlet.process
    > > > (ActionServlet.java:1482)
    > > > >
    > > > > at
    > > > >
    > > > org.apache.struts.action.ActionServlet.doPost
    > > (ActionServlet.java:525)
    > > > >
    > > > > at
    > > > > javax.servlet.http.HttpServlet.service(
    > > HttpServlet.java:709)
    > > > >
    > > > > at
    > > > >
    > > javax.servlet.http.HttpServlet.service(HttpServlet.java :802)
    > > > >
    > > > > at
    > > > >
    > > >
    > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    > > > > ( ApplicationFilterChain.java :252)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    > > > >
    > > > > at
    > > > >
    > > org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter
    > > > > (SetCharacterEncodingFilter.java :122)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
    > > > ApplicationFilterChain.java :202)
    > > > >
    > > > > at
    > > > >
    > org.apache.catalina.core.ApplicationFilterChain.doFilter
    > > > > (ApplicationFilterChain.java:173)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java
    > > > > :178)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    > > > >
    > > > > at
    > > > >
    > > > org.apache.catalina.valves.ErrorReportValve.invoke
    > > (ErrorReportValve.java
    > > > :105)
    > > > >
    > > > > at
    > > org.apache.catalina.core.StandardEngineValve.invoke
    > > > > (StandardEngineValve.java:107)
    > > > >
    > > > > at
    > > > > org.apache.catalina.connector.CoyoteAdapter.service
    > > > (CoyoteAdapter.java:148)
    > > > >
    > > > > at
    > > > >
    > > > org.apache.coyote.http11.Http11Processor.process
    > > (Http11Processor.java:869)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection

    >
    > > > (Http11BaseProtocol.java :664)
    > > > >
    > > > > at
    > > > >
    > > >
    > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
    > (PoolTcpEndpoint.java
    > > > > :527)
    > > > >
    > > > > at
    > > > >
    > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
    > > > (LeaderFollowerWorkerThread.java:80)
    > > > >
    > > > > at
    > > > >
    > > >
    > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
    > > (ThreadPool.java:684)
    > > > >
    > > > > at
    java.lang.Thread.run(Thread.java :595)
    > > > >
    > > > > Caused by: org.postgresql.util.PSQLException :
    > ERROR:
    > > relation
    > > > > "adresse" does not exist
    > > > >
    > > > > at
    > > > >
    > > org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse
    > > > > ( QueryExecutorImpl.java:1525)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1309)

    > > > >
    > > > > at
    > > > > org.postgresql.core.v3.QueryExecutorImpl.execute
    > > > (QueryExecutorImpl.java
    > > > > :188)
    > > > >
    > > > > at
    > > > >
    > > > org.postgresql.jdbc2.AbstractJdbc2Statement.execute
    > > (AbstractJdbc2Statement.java:452)
    > > > >
    > > > > at
    > > > >
    > > org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags
    > > > (AbstractJdbc2Statement.java:340)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:239)
    > > > >
    > > > > at
    > sun.reflect.NativeMethodAccessorImpl.invoke0
    > > > (Native Method)
    > > > >
    > > > > at
    > sun.reflect.NativeMethodAccessorImpl.invoke
    > > > > ( NativeMethodAccessorImpl.java:39)
    > > > >
    > > > > at
    > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke
    > > > ( DelegatingMethodAccessorImpl.java:25)
    > > > >
    > > > > at
    > > java.lang.reflect.Method.invoke (Method.java:585)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.postgresql.ds.common.PooledConnectionImpl$StatementHandler.invoke
    > > > ( PooledConnectionImpl.java:474)
    > > > >
    > > > > at $Proxy5.executeQuery(Unknown
    Source)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.isAutoIncrement
    > > > > ( DefaultFIDMapperFactory.java :345)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.postgis.fidmapper.PostgisFIDMapperFactory.isAutoIncrement
    (PostgisFIDMapperFactory.java:69)
    > > > >
    > > > > at
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo

    > > > > (DefaultFIDMapperFactory.java:278)
    > > > >
    > > > > ...
    > > > >
    > > > > About the structure of my table, nothing is
    > > interesting, its
    > > > > schema is not public that's all. So my
    table's
    > name is
    > > > > paris.adresse and it contains a geometry
    column.
    > > > >
    > > > > Thanks for your help!
    > > > >
    > > > > Virginie
    > > > >
    > > > > -----Message d'origine-----
    > > > > De : Andrea Aime
    [mailto:aaime@anonymised.com
    > <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>]
    > > > > Envoy? : mercredi 7 f?vrier 2007 19:21
    > > > > ? : Virginie BERRE
    > > > > Cc : geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > Objet : Re: [Geoserver-users] SQL Error
    building
    > > feature type
    > > > >
    > > > > Virginie BERRE ha scritto:
    > > > >
    > > > > > Dear all !
    > > > >
    > > > > >
    > > > >
    > > > > >
    > > > >
    > > > > >
    > > > >
    > > > > > I have a postgis database and tables which
    > schema is
    > > not
    > > > public.
    > > > > I've
    > > > >
    > > > > > configured the datastore with success.
    When I
    > try to
    > > > create a new
    > > > >
    > > > > > entity, it lists me all the tables but
    when I
    > select
    > > one a
    > > > click
    > > > > "New"
    > > > >
    > > > > > (I have a French version so I hope the
    > button's label is
    > > > what I
    > > > > wrote!)
    > > > >
    > > > > > it tells me : "SQL Error building
    feature type
    > > my_table ;
    > > > relation
    > > > >
    > > > > > "my_table" does not exists". One the one
    hand I
    > > think it
    > > > doesn't
    > > > > care
    > > > >
    > > > > > about the schema because it would have tell
    > > > "my_schema.my_table"
    > > > > and on
    > > > >
    > > > > > the other hand it lists me all the table
    which
    > are in my
    > > > schema...
    > > > >
    > > > > It defaults to reporting only the tables
    in the
    > public
    > > > schema, unless
    > > > >
    > > > > you specify one.
    > > > >
    > > > > Unfortunately I don't know what's the
    issue, can you
    > > send me the
    > > > >
    > > > > Geoserver logs by private mail? There I
    may find a
    > > stack trace,
    > > > >
    > > > > which may inform me about the issue.
    > > > >
    > > > > Also, can you dump the database structure
    for me?
    > > > >
    > > > > If you use the command line psql tool, once
    > logged in,
    > > you
    > > > can get
    > > > >
    > > > > it using "\d tablename".
    > > > >
    > > > > Cheers
    > > > >
    > > > > Andrea Aime
    > > > >
    > > > > -------------- next part --------------
    > > > > An HTML attachment was scrubbed...
    > > > >
    > > > > ------------------------------
    > > > >
    > > >
    > >
    > -------------------------------------------------------------------------
    > >
    > > >
    > > > >
    > > > > Using Tomcat but need to do more? Need to
    > support web
    > > services,
    > > > > security?
    > > > > Get stuff done quickly with pre-integrated
    > technology to
    > > > make your
    > > > > job easier.
    > > > > Download IBM WebSphere Application Server
    > v.1.0.1 based on
    > > > Apache
    > > > > Geronimo
    > > > >
    > > >
    > >
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > >
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;
    > > > >
    > > >
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > >
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > > <
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;&gt;
    > > > >
    > > > > ------------------------------
    > > > >
    > > > > _______________________________________________
    > > > > Geoserver-users mailing list
    > > > > Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>>>
    > > > >
    > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
    <https://lists.sourceforge.net/lists/listinfo/geoserver-users&gt;
    > <https://lists.sourceforge.net/lists/listinfo/geoserver-users&gt;
    > > >
    > < https://lists.sourceforge.net/lists/listinfo/geoserver-users&gt;
    > > > >
    > > > > End of Geoserver-users Digest, Vol 9,
    Issue 16
    > > > > **********************************************
    > > > >
    > > > > --
    > > > >
    ----------------------------------------------------
    > > > > Γεώργιος Τσολάκης - Περιβαλλοντολόγος
    > > > > Γραφείο Περιβαλλοντικών Μελετών
    > > > > Ζήνωνος 57. Περιστέρι. Αθήνα
    > > > > tel: +30 210 5727615
    > > > > fax: +30 210 5727995
    > > > > mobile: + 30 6977 158693
    > > > > email: tsoler@anonymised.com
    <mailto:tsoler@anonymised.com> <mailto:tsoler@anonymised.com
    <mailto:tsoler@anonymised.com>>
    > <mailto: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>> <mailto:
    > > tsoler@anonymised.com <mailto:tsoler@anonymised.com> <mailto:
    tsoler@anonymised.com <mailto:tsoler@anonymised.com>> <mailto:
    > tsoler@anonymised.com <mailto:tsoler@anonymised.com>

    <mailto:tsoler@anonymised.com>>>
    > > > <mailto: tsoler@anonymised.com
    <mailto:tsoler@anonymised.com> <mailto:tsoler@anonymised.com
    <mailto:tsoler@anonymised.com>>
    > <mailto:tsoler@anonymised.com <mailto:
    tsoler@anonymised.com <mailto:tsoler@anonymised.com>>>
    > > <mailto: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>
    > <mailto: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>>>>
    > > > > URL : www.mpe.gr <http://www.mpe.gr>
    <http://www.mpe.gr>
    > <http://www.mpe.gr> <http://www.mpe.gr>
    > > < http://www.mpe.gr
    > > > <http://www.mpe.gr>>
    > > > >
    > > >
    > >
    > ------------------------------------------------------------------------

    > > > >
    > > >
    > >
    > -------------------------------------------------------------------------
    >
    > > > > Using Tomcat but need to do more? Need to
    support web
    > > services,
    > > > security?
    > > > > Get stuff done quickly with pre-integrated
    > technology to make
    > > > your job easier.
    > > > > Download IBM WebSphere Application Server v.1.0.1
    > based on
    > > > Apache Geronimo
    > > > >
    > > >
    > >
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > > <
    > >
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;
    > > > >
    > > >
    > >
    > ------------------------------------------------------------------------

    > >
    > > > >
    > > > > _______________________________________________
    > > > > Geoserver-users mailing list
    > > > > Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>>
    > > > >
    > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
    <https://lists.sourceforge.net/lists/listinfo/geoserver-users&gt;
    > > <
    https://lists.sourceforge.net/lists/listinfo/geoserver-users&gt;
    > > > >
    > > >
    > > > --
    > > > ----------------------------------------------------
    > > > Γεώργιος Τσολάκης - Περιβαλλοντολόγος
    > > > Γραφείο Περιβαλλοντικών Μελετών
    > > > Ζήνωνος 57. Περιστέρι. Αθήνα
    > > > tel: +30 210 5727615
    > > > fax: +30 210 5727995
    > > > mobile: + 30 6977 158693
    > > > email: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>
    > <mailto:tsoler@anonymised.com
    <mailto:tsoler@anonymised.com>>
    > > <mailto: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>
    > <mailto:tsoler@anonymised.com
    <mailto:tsoler@anonymised.com>>>
    > > > URL : www.mpe.gr <http://www.mpe.gr>
    <http://www.mpe.gr> <http://www.mpe.gr> <
    > http://www.mpe.gr>
    > >
    > > --
    > > ----------------------------------------------------
    > > Γεώργιος Τσολάκης - Περιβαλλοντολόγος
    > > Γραφείο Περιβαλλοντικών Μελετών
    > > Ζήνωνος 57. Περιστέρι. Αθήνα
    > > tel: +30 210 5727615
    > > fax: +30 210 5727995
    > > mobile: + 30 6977 158693
    > > email: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com> <mailto:
    > tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>>
    > > URL : www.mpe.gr <http://www.mpe.gr> <http://www.mpe.gr>
    <http://www.mpe.gr>
    >
    > --
    > ----------------------------------------------------
    > Γεώργιος Τσολάκης - Περιβαλλοντολόγος
    > Γραφείο Περιβαλλοντικών Μελετών
    > Ζήνωνος 57. Περιστέρι. Αθήνα
    > tel: +30 210 5727615
    > fax: +30 210 5727995
    > mobile: + 30 6977 158693
    > email: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
    <mailto:tsoler@anonymised.com>
    > URL : www.mpe.gr <http://www.mpe.gr> <http://www.mpe.gr>

--
----------------------------------------------------
Γεώργιος Τσολάκης - Περιβαλλοντολόγος
Γραφείο Περιβαλλοντικών Μελετών
Ζήνωνος 57. Περιστέρι. Αθήνα
tel: +30 210 5727615 fax: +30 210 5727995
mobile: + 30 6977 158693
email: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
URL : www.mpe.gr <http://www.mpe.gr> !DSPAM:1005,45e3032728052207481331!

Is this happening for WMS getMap requests?
I haven't tried to use special characters with geoserver, but I know people have gotten it working.
Lets send this to the list and see what people there think.

Also, for the list, if anyone has some notes or tips to share, I can put them online on the wiki.

Brent Owens
(The Open Planning Project)

George Tsolakis wrote:

ΟΚ Brent . I wiil make a question on the list

Brent im now having a different problem
Im trying to show greek names on my data but they do not appear correctly. They look like they are on cyrilic alphabet.
Any suggestion on what do i need top change on geoserver to make them appear correctly?

On 2/26/07, *Brent Owens* <bowens@anonymised.com <mailto:bowens@anonymised.com>> wrote:

    Hi,
    Glad to see that it is working!
    I'm mostly a windows developer, so I know how to get geoserver running
    at startup there, but not sure on linux. We have a windows service
    wrapper to do it on the windows side. Maybe one of the linux users on
    the list here has an idea how to get it running on startup.

    Brent Owens
    (The Open Planning Project)

    George Tsolakis wrote:
    > Hello Brent
    >
    > Ive finally set up ubuntu running geoserver and now is serving
    all my
    > data :slight_smile:
    >
    > here are the results
    >
    http://www.mpe.gr/index.php?option=com_content&task=view&id=408&Itemid=77
    <http://www.mpe.gr/index.php?option=com_content&task=view&id=408&Itemid=77&gt;
    >
    <http://www.mpe.gr/index.php?option=com_content&task=view&id=408&Itemid=77
    <http://www.mpe.gr/index.php?option=com_content&task=view&id=408&Itemid=77&gt;&gt;
    >
    > Now i want to force ubuntu to open geoserver at startup
    >
    > Any suggestions would be very helpfull !
    >
    > Cheers
    > G. Tsolakis
    >
    > On 2/16/07, * Brent Owens* <bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>> wrote:
    >
    > I'm glad that it is working now.
    >
    > It's a common problem when there is another server running that
    > takes up
    > port 8080, happens to me all the time.
    >
    > cheers,
    >
    > Brent Owens
    > (The Open Planning Project)
    >
    > George Tsolakis wrote:
    > > Bingo,
    > >
    > > Geoserver started!!!
    > >
    > > with java -version i get
    > >
    > > java version "1.6.0"
    > > Java(TM) SE Runtime Environment (build 1.6.0-b105)
    > >
    > > it doesnt mention jdk , but i can see the sample data and
    i think is
    > > ok now :wink:
    > >
    > > i think the error
    > > ava.net.BindException: Address already in use
    > > WARN: Not listening on monitor port: 8079
    > >
    > > it was because geoserver it was already started ( i was
    using the
    > > default jdk of ubuntu. geoserver wasnt starting properly
    but if
    > i was
    > > going to start it once again correctly , the port was already
    > occupied )
    > >
    > > Thanks Brent, i wil to try to carry on ubuntu although im
    > getting too
    > > much difficulties cause i want to get rid of windows server.
    > >
    > > On 2/16/07, * Brent Owens* < bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto:bowens@anonymised.com>
    > > <mailto:bowens@anonymised.com
    <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>>> wrote:
    > >
    > > hmm, odd error.
    > > It might be that your JAVA_HOME variable is pointing to a
    > JRE, not a
    > > JDK. Make sure that it is pointing to your Java JDK.
    > > Also put that path on your 'path' environment
    variable, where a
    > > lot of
    > > other paths are located:
    > >
    > > path=...;%JAVA_HOME%/bin
    > >
    > > For a quick check to see if the JDK is there and
    installed, open
    > > up the
    > > command line and type:
    > > java -version
    > >
    > > You should have a 1.4 java version and it should say JDK.
    > >
    > > Then type
    > > javac
    > >
    > > It should return a list of commands to use. If it says
    the
    > program
    > > cannot be found, then the JDK is not on your classpath.
    > >
    > > Brent Owens
    > > (The Open Planning Project)
    > >
    > > George Tsolakis wrote:
    > > > ok Brent here is my export of java
    > > >
    > > > tsoler@anonymised.com :~/geoserver/bin$ export
    > > > JAVA_HOME=/usr/lib/jvm/java-gcj
    > > > tsoler@anonymised.com:~/geoserver/bin$ ./startup.sh
    > > >
    > > > and here the results
    > > >
    > > > GEOSERVER_HOME environment variable not found, using
    current
    > > > location. If not set then running this script from
    other
    > > > directories will not work in the future.
    > > > GEOSERVER DATA DIR is
    /home/tsoler/geoserver/bin/../data_dir
    > > > java.net.BindException: Address already in use
    > > > WARN: Not listening on monitor port: 8079
    > > > 1 [main] INFO org.mortbay.log - Logging to
    > > > org.slf4j.impl.SimpleLogger@anonymised.com via
    org.mortbay.log.Slf4jLog
    > > > 601 [main] INFO org.mortbay.log - jetty-6.0.1
    > > > 4853 [main] INFO
    > org.springframework.web.context.ContextLoader -
    > > Root
    > > > WebApplicationContext: initialization started
    > > > 4853 [main] INFO /geoserver - Loading Spring root
    > > WebApplicationContext
    > > > 5000 [main] INFO
    > > >
    > org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > > Loading XML bean definitions from URL
    > > >
    > >
    > [file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/classes/applicationContext.xml]
    > > >
    > > > 5142 [main] INFO
    > > >
    > org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > > Loading XML bean definitions from URL
    > > >
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/validation-
    1.4.0.jar!/applicationContext.xml
    > > > ]
    > > > 5230 [main] INFO
    > > >
    > org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > > Loading XML bean definitions from URL
    > > >
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/main-
    > 1.4.0.jar!/applicationContext.xml
    > > > ]
    > > > 5465 [main] INFO
    > > >
    > org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > > Loading XML bean definitions from URL
    > > >
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wfs-
    1.4.0.jar!/applicationContext.xml
    > > > ]
    > > > 5618 [main] INFO
    > > >
    > org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > > Loading XML bean definitions from URL
    > > >
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-1.4.0.jar!/applicationContext.xml
    > > > ]
    > > > 5788 [main] INFO
    > > >
    > org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
    > > > Loading XML bean definitions from URL
    > > >
    > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/data-
    > 1.4.0.jar!/applicationContext.xml
    > > > ]
    > > > 5869 [main] INFO
    > > >
    > org.springframework.web.context.support.XmlWebApplicationContext -
    > > > Bean factory for application context [Root
    > WebApplicationContext]:
    > > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory
    > > > defining beans
    > > >
    > >
    > [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegisterar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServerRegisterar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfsRegisterar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfsLockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsService,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsGetMapLegacy,wmsPutStyles,kmlReflector,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapProducerFactory,PDFMapProducerFactory,catalog,serviceFinder];

    >
    > >
    > > > root of BeanFactory hierarchy
    > > > 5877 [main] INFO
    > > >
    > org.springframework.web.context.support.XmlWebApplicationContext
    > > - 54
    > > > beans defined in application context [Root
    > WebApplicationContext]
    > > > 5918 [main] INFO
    org.springframework.core.CollectionFactory -
    > > JDK 1.4+
    > > > collections available
    > > > 5922 [main] INFO
    > > >
    > org.springframework.web.context.support.XmlWebApplicationContext -
    > > > Unable to locate MessageSource with name
    'messageSource':
    > using
    > > > default
    > > >
    > >
    > [org.springframework.context.support.DelegatingMessageSource@anonymised.com. ]
    > > > 5923 [main] INFO
    > > >
    > org.springframework.web.context.support.XmlWebApplicationContext -
    > > > Unable to locate ApplicationEventMulticaster with name
    > > > 'applicationEventMulticaster': using default
    > > >
    > >
    > [org.springframework.context.event.SimpleApplicationEventMulticaster@...950...
    > > > ]
    > > > 5928 [main] INFO
    > > >
    > org.springframework.ui.context.support.UiApplicationContextUtils -
    > > > Unable to locate ThemeSource with name 'themeSource':
    > using default
    > > >
    > >
    > [org.springframework.ui.context.support.ResourceBundleThemeSource@anonymised.com951...
    > > > ]
    > > > 5938 [main] INFO
    > > >
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory -
    > > > Pre-instantiating singletons in factory
    > > >
    > >
    > [org.springframework.beans.factory.support.DefaultListableBeanFactory
    > > > defining beans
    > > >
    > >
    > [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegisterar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServerRegisterar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfsRegisterar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfsLockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsService,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsGetMapLegacy,wmsPutStyles,kmlReflector,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapProducerFactory,PDFMapProducerFactory,catalog,serviceFinder];

    >
    > >
    > > > root of BeanFactory hierarchy]
    > > > ----------------------------------
    > > > - GEOSERVER_DATA_DIR:
    /home/tsoler/geoserver/bin/../data_dir
    > > > ----------------------------------
    > > > 1 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > logging
    > > > level is CONFIG
    > > > 2 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > > maxFeatures
    > > > is 1000000
    > > > 3 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > > numDecimals
    > > > returning is 8
    > > > 3 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > > charSet is
    > > > UTF-8
    > > > 6 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > reading
    > > > srsXmlStyle: [srsXmlStyle: null]
    > > > 11 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > No baseMap
    > > > groups defined yet
    > > > 15 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > /home/tsoler/geoserver/bin/../data_dir/catalog.xml
    > > > 71 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > namespace xmlns:topp=" http://www.openplans.org/topp
    <http://www.openplans.org/topp&gt;&quot;,
    > > isDefault=true
    > > > 71 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > namespace xmlns:tiger=" http://www.census.gov",
    > isDefault=false
    > > > 71 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > namespace xmlns:cite="
    http://www.opengeospatial.net/cite
    > > > < http://www.opengeospatial.net/cite >", isDefault=false
    > > > 77 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore DS_giant_polygon
    > > > 77 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore states_shapefile
    > > > 78 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore DS_poi
    > > > 78 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore tasmania_cities
    > > > 78 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore tasmania_roads
    > > > 79 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore tasmania_state_boundaries
    > > > 79 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore DS_poly_landmarks
    > > > 80 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore DS_tiger_roads
    > > > 80 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > datastore tasmania_water_bodies
    > > > 87 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style giant_polygon
    > > > 87 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style capitals
    > > > 87 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style tiger_roads
    > > > 87 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style poly_landmarks
    > > > 88 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style green
    > > > 88 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style simple_roads
    > > > 88 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style poi
    > > > 88 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style cite_lakes
    > > > 88 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style population
    > > > 89 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style point
    > > > 89 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style line
    > > > 89 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loaded
    > > > style polygon
    > > > 90 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_giant_polygon_giant_polygon/info.xml

    >
    > >
    > > > 155 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType giant_polygon
    > > > 156 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: DS_giant_polygon:::giant_polygon
    > > > 156 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_poi_poi/info.xml
    >
    > > > 169 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType poi
    > > > 170 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: DS_poi:::poi
    > > > 170 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_poly_landmarks_poly_landmarks/info.xml

    >
    > > > 199 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType poly_landmarks
    > > > 199 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: DS_poly_landmarks:::poly_landmarks
    > > > 199 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/DS_tiger_roads_tiger_roads/info.xml
    >
    > > >
    > > > 227 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType tiger_roads
    > > > 245 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: DS_tiger_roads:::tiger_roads
    > > > 246 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/states/info.xml
    > > > 274 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType states
    > > > 274 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: states_shapefile:::states
    > > > 274 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_cities/info.xml
    >
    > > >
    > > > 303 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType tasmania_cities
    > > > 318 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: tasmania_cities:::tasmania_cities
    > > > 319 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_roads/info.xml

    >
    > > > 329 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType tasmania_roads
    > > > 347 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name: tasmania_roads:::tasmania_roads
    > > > 347 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_state_boundaries/info.xml
    >
    > > >
    > > > 375 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType tasmania_state_boundaries
    > > > 375 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name:
    > tasmania_state_boundaries:::tasmania_state_boundaries
    > > > 376 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > > Loading
    > > > configuration file:
    > > >
    > >
    > /home/tsoler/geoserver/bin/../data_dir/featureTypes/tasmania_water_bodies/info.xml
    > > > 389 [CONFIG]
    org.vfny.geoserver.global.xml.XMLConfigReader
    > - added
    > > > featureType tasmania_water_bodies
    > > > 389 [INFO]
    org.vfny.geoserver.global.xml.XMLConfigReader -
    > Decoding
    > > > file name:
    tasmania_water_bodies:::tasmania_water_bodies
    > > > 1450 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category MathTransformFactory:
    > > >
    > org.geotools.referencing.operation.DefaultMathTransformFactory
    > > > 1452 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory

    > > > implementations for category CoordinateOperationFactory:
    > > >
    > >
    > org.geotools.referencing.operation.DefaultCoordinateOperationFactory
    > > > 1471 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category
    > CoordinateOperationAuthorityFactory:
    > > > org.geotools.referencing.factory.epsg.DefaultFactory
    > > > 1708 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category DatumFactory:
    > > > org.geotools.referencing.factory.GeotoolsFactory
    > > > 1710 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category CSFactory:
    > > > org.geotools.referencing.factory.GeotoolsFactory
    > > > 1712 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category CRSFactory:
    > > > org.geotools.referencing.factory.GeotoolsFactory
    > > > 2472 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category CRSAuthorityFactory:
    > > > org.geotools.referencing.factory.epsg.DefaultFactory
    > > > 3363 [CONFIG] org.geotools.factory.FactoryRegistry -
    Factory
    > > > implementations for category FeatureTypeFactory:
    > > > org.geotools.feature.DefaultFeatureTypeFactory
    > > > 13651 [main] INFO
    > > >
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory -
    > > > Destroying singletons in factory
    > > >
    > >
    > {org.springframework.beans.factory.support.DefaultListableBeanFactory
    > > > defining beans
    > > >
    > >
    > [applicationState,applicationStateRegisterar,validation,validationConfig,validationRegisterar,validationConfigRegisterar,config,geoServer,globalConfig,data,dataConfig,dataRegisterar,dataConfigRegisterar,globalConfigRegisterar,geoServerRegisterar,speedServiceStrategy,fileServiceStrategy,bufferServiceStrategy,partialBufferServiceStrategy,wfs,wfsConfig,wfsRegisterar,wfsConfigRegisterar,wfsAbstractService,wfsService,wfsGetCapabilities,wfsDescribeFeatureType,wfsGetFeature,wfsLockFeature,wfsGetFeatureWithLock,wfsTransaction,wms,wmsConfig,wmsRegisterar,wmsConfigRegisterar,wmsAbstractService,wmsService,wmsGetCapabilities,wmsDescribeFeatureType,wmsGetFeatureInfo,wmsGetLegendGraphic,wmsGetMap,wmsGetMapLegacy,wmsPutStyles,kmlReflector,PNGMapProducerFactory,JAIMapProducerFactory,SVGMapProducerFactory,GIFMapProducerFactory,KMLMapProducerFactory,KMZMapProducerFactory,PDFMapProducerFactory,catalog,serviceFinder];

    >
    > >
    > > > root of BeanFactory hierarchy}
    > > > 13772 [main] ERROR
    > org.springframework.web.context.ContextLoader -
    > > > Context initialization failed
    > > >
    org.springframework.beans.factory.BeanCreationException :
    > Error
    > > > creating bean with name 'wmsGetMap' defined in URL
    > > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-
    > > > 1.4.0.jar!/applicationContext.xml]: Instantiation of
    bean
    > failed;
    > > > nested exception is
    > org.springframework.beans.FatalBeanException:
    > > > Could not instantiate class
    > > [org.vfny.geoserver.wms.servlets.GetMap];
    > > > constructor threw exception; nested exception is
    > java.awt.AWTError :
    > > > Cannot load AWT toolkit:
    gnu.java.awt.peer.gtk.GtkToolkit
    > > > org.springframework.beans.FatalBeanException: Could not
    > instantiate
    > > > class [org.vfny.geoserver.wms.servlets.GetMap ];
    > constructor threw
    > > > exception; nested exception is java.awt.AWTError: Cannot
    > load AWT
    > > > toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    > > > java.awt.AWTError: Cannot load AWT toolkit:
    > > > gnu.java.awt.peer.gtk.GtkToolkit
    > > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > > at
    > > >
    > > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment
    > (libgcj.so.70)
    > > > at
    > java.awt.image.BufferedImage.createGraphics(libgcj.so.70)
    > > > at
    java.awt.image.BufferedImage.getGraphics(libgcj.so.70)
    > > > at org.vfny.geoserver.wms.servlets.GetMap
    > .<init>(GetMap.java:62)
    > > > at
    java.lang.reflect.Constructor.newInstance(libgcj.so.70)
    > > > at
    > > >
    > >
    > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java
    > :100)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate

    > > > (SimpleInstantiationStrategy.java :75)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor
    (AbstractAutowireCapableBeanFactory.java:669)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
    >
    > >
    > > > (AbstractAutowireCapableBeanFactory.java:329)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    (AbstractBeanFactory.java:226)
    >
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    > > > ( AbstractBeanFactory.java:147)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java
    :275)
    > > > at
    > > >
    > >
    > org.springframework.context.support.AbstractApplicationContext.refresh
    >
    > >
    > > > (AbstractApplicationContext.java :318)
    > > > at
    > > >
    > >
    > org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java

    > :134)
    > > > at
    > > >
    > >
    > org.springframework.web.context.ContextLoader.createWebApplicationContext
    > > > (ContextLoader.java :230)
    > > > at
    > > >
    > >
    > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java
    > > :156)
    > > > at
    > > >
    > >
    > org.springframework.web.context.ContextLoaderListener.contextInitialized
    > (ContextLoaderListener.java
    > > > :48)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java
    > > :450)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1129)
    > > > at org.mortbay.jetty.handler.ContextHandler.doStart
    > > > (ContextHandler.java:420)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:457)
    > > > at
    > > >
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
    > :38)
    > > > at
    org.mortbay.jetty.handler.HandlerCollection.doStart
    > > > (HandlerCollection.java :156)
    > > > at
    > > >
    > > org.mortbay.jetty.handler.ContextHandlerCollection.doStart
    > (ContextHandlerCollection.java:120)
    > > > at
    > > > org.mortbay.component.AbstractLifeCycle.start
    > > (AbstractLifeCycle.java:38)
    > > > at
    > > >
    > > org.mortbay.jetty.handler.HandlerCollection.doStart
    > (HandlerCollection.java:156)
    > > > at
    > > >
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
    > >
    > > > at
    > > >
    > > org.mortbay.jetty.handler.HandlerWrapper.doStart
    > (HandlerWrapper.java
    > > :119)
    > > > at org.mortbay.jetty.Server.doStart (Server.java:210)
    > > > at
    > > > org.mortbay.component.AbstractLifeCycle.start
    > > (AbstractLifeCycle.java :38)
    > > > at
    > > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
    > > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > > at org.mortbay.start.Main.invokeMain (Main.java
    :184)
    > > > at org.mortbay.start.Main.start(Main.java:508)
    > > > at org.mortbay.start.Main.main(Main.java:116)
    > > > Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer:
    > > libgtkpeer.so:
    > > > cannot open shared object file: No such file or
    directory
    > > > at java.lang.Runtime._load(libgcj.so.70)
    > > > at java.lang.Runtime.loadLibrary(libgcj.so.70 )
    > > > at java.lang.System.loadLibrary(libgcj.so.70)
    > > > at gnu.java.awt.peer.gtk.GtkToolkit.<clinit>(
    libgcj.so.70)
    > > > at java.lang.Class.initializeClass(libgcj.so.70 )
    > > > at java.lang.Class.forName(libgcj.so.70)
    > > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > > ...35 more
    > > > 13860 [main] WARN org.mortbay.log - failed
    > > >
    > >
    > ContextHandler@anonymised.com{/geoserver,file:/home/tsoler/geoserver/webapps/geoserver/}
    > > > 13860 [main] WARN org.mortbay.log - failed
    > > ContextHandlerCollection@anonymised.com
    > > > 13877 [main] WARN org.mortbay.log - failed
    > HandlerCollection@anonymised.com
    > > > 13901 [main] WARN org.mortbay.log - failed
    > SelectChannelConnector @
    > > > 0.0.0.0:8080 <http://0.0.0.0:8080>
    <http://0.0.0.0:8080> < http://0.0.0.0:8080>
    > <http://0.0.0.0:8080
    > > <http://0.0.0.0:8080>>
    > > > 13901 [main] WARN org.mortbay.log - failed Server@anonymised.com5...
    > > > 13901 [main] WARN org.mortbay.log - EXCEPTION
    > > >
    > >
    > org.mortbay.util.MultiException[org.springframework.beans.factory.BeanCreationException

    > > :
    > > > Error creating bean with name 'wmsGetMap' defined in URL
    > > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-
    > > > 1.4.0.jar!/applicationContext.xml]: Instantiation of
    bean
    > failed;
    > > > nested exception is
    > org.springframework.beans.FatalBeanException :
    > > > Could not instantiate class
    > > [org.vfny.geoserver.wms.servlets.GetMap];
    > > > constructor threw exception; nested exception is
    > java.awt.AWTError :
    > > > Cannot load AWT toolkit:
    gnu.java.awt.peer.gtk.GtkToolkit,
    > > > java.net.BindException: Address already in use]
    > > > at org.mortbay.jetty.Server.doStart(Server.java:192)
    > > > at org.mortbay.component.AbstractLifeCycle.start
    > > > (AbstractLifeCycle.java:38)
    > > > at
    > > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
    > > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > > at org.mortbay.start.Main.invokeMain (Main.java:184)
    > > > at org.mortbay.start.Main.start(Main.java :508)
    > > > at org.mortbay.start.Main.main(Main.java:116)
    > > >
    org.springframework.beans.factory.BeanCreationException :
    > Error
    > > > creating bean with name 'wmsGetMap' defined in URL
    > > >
    > [jar:file:/home/tsoler/geoserver/webapps/geoserver/WEB-INF/lib/wms-
    > > > 1.4.0.jar!/applicationContext.xml]: Instantiation of
    bean
    > failed;
    > > > nested exception is
    > org.springframework.beans.FatalBeanException :
    > > > Could not instantiate class
    > > [org.vfny.geoserver.wms.servlets.GetMap];
    > > > constructor threw exception; nested exception is
    > java.awt.AWTError:
    > > > Cannot load AWT toolkit:
    gnu.java.awt.peer.gtk.GtkToolkit
    > > > org.springframework.beans.FatalBeanException: Could not
    > instantiate
    > > > class [org.vfny.geoserver.wms.servlets.GetMap ];
    > constructor threw
    > > > exception; nested exception is java.awt.AWTError: Cannot
    > load AWT
    > > > toolkit: gnu.java.awt.peer.gtk.GtkToolkit
    > > > java.awt.AWTError: Cannot load AWT toolkit:
    > > > gnu.java.awt.peer.gtk.GtkToolkit
    > > > at java.awt.Toolkit.getDefaultToolkit (libgcj.so.70)
    > > > at
    > > >
    > > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment
    > (libgcj.so.70)
    > > > at
    > java.awt.image.BufferedImage.createGraphics(libgcj.so.70)
    > > > at
    java.awt.image.BufferedImage.getGraphics(libgcj.so.70)
    > > > at org.vfny.geoserver.wms.servlets.GetMap
    > .<init>( GetMap.java:62)
    > > > at
    java.lang.reflect.Constructor.newInstance(libgcj.so.70)
    > > > at
    > > >
    > >
    > org.springframework.beans.BeanUtils.instantiateClass
    (BeanUtils.java
    > > :100)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate
    > > > ( SimpleInstantiationStrategy.java:75)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor
    > > (AbstractAutowireCapableBeanFactory.java:669)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean

    > > > (AbstractAutowireCapableBeanFactory.java:329)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    > (AbstractBeanFactory.java:226)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    > > > ( AbstractBeanFactory.java :147)
    > > > at
    > > >
    > >
    > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java
    :275)
    > > > at
    > > >
    > >
    > org.springframework.context.support.AbstractApplicationContext.refresh
    >
    > >
    > > > (AbstractApplicationContext.java :318)
    > > > at
    > > >
    > >
    > org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java

    > :134)
    > > > at
    > > >
    > >
    > org.springframework.web.context.ContextLoader.createWebApplicationContext
    > > > (ContextLoader.java :230)
    > > > at
    > > >
    > >
    > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java
    > > :156)
    > > > at
    > > >
    > >
    > org.springframework.web.context.ContextLoaderListener.contextInitialized
    > (ContextLoaderListener.java
    > > > :48)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java
    > > :450)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1129)
    > > > at org.mortbay.jetty.handler.ContextHandler.doStart
    > > > (ContextHandler.java:420)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:457)
    > > > at
    > > >
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
    > :38)
    > > > at
    org.mortbay.jetty.handler.HandlerCollection.doStart
    > > > (HandlerCollection.java :156)
    > > > at
    > > >
    > > org.mortbay.jetty.handler.ContextHandlerCollection.doStart
    > (ContextHandlerCollection.java:120)
    > > > at
    > > > org.mortbay.component.AbstractLifeCycle.start
    > > (AbstractLifeCycle.java:38)
    > > > at
    > > >
    > > org.mortbay.jetty.handler.HandlerCollection.doStart
    > (HandlerCollection.java:156)
    > > > at
    > > >
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
    > >
    > > > at
    > > >
    > > org.mortbay.jetty.handler.HandlerWrapper.doStart
    > (HandlerWrapper.java
    > > :119)
    > > > at org.mortbay.jetty.Server.doStart (Server.java:210)
    > > > at
    > > > org.mortbay.component.AbstractLifeCycle.start
    > > (AbstractLifeCycle.java :38)
    > > > at
    > > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:905)
    > > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > > at org.mortbay.start.Main.invokeMain (Main.java
    :184)
    > > > at org.mortbay.start.Main.start(Main.java:508)
    > > > at org.mortbay.start.Main.main(Main.java:116)
    > > > Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer:
    > > libgtkpeer.so:
    > > > cannot open shared object file: No such file or
    directory
    > > > at java.lang.Runtime._load(libgcj.so.70)
    > > > at java.lang.Runtime.loadLibrary(libgcj.so.70 )
    > > > at java.lang.System.loadLibrary(libgcj.so.70)
    > > > at gnu.java.awt.peer.gtk.GtkToolkit.<clinit>(
    libgcj.so.70)
    > > > at java.lang.Class.initializeClass(libgcj.so.70 )
    > > > at java.lang.Class.forName(libgcj.so.70)
    > > > at java.awt.Toolkit.getDefaultToolkit(libgcj.so.70)
    > > > ...35 more
    > > > java.net.BindException : Address already in use
    > > > at gnu.java.net.PlainSocketImpl.bind(libgcj.so.70)
    > > > at java.net.ServerSocket.bind(libgcj.so.70 )
    > > > at
    > > >
    > > org.mortbay.jetty.nio.SelectChannelConnector.open
    > (SelectChannelConnector.java
    > > :152)
    > > > at
    > > >
    > >
    > org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:313)
    > > > at
    org.mortbay.jetty.nio.SelectChannelConnector.doStart
    > > > ( SelectChannelConnector.java:124)
    > > > at
    > > >
    > >
    > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:38)
    > > > at org.mortbay.jetty.Server.doStart (Server.java:217)
    > > > at org.mortbay.component.AbstractLifeCycle.start
    > > > (AbstractLifeCycle.java :38)
    > > > at
    > > org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java
    > :905)
    > > > at java.lang.reflect.Method.invoke(libgcj.so.70)
    > > > at org.mortbay.start.Main.invokeMain (Main.java:184)
    > > > at org.mortbay.start.Main.start(Main.java:508)
    > > > at org.mortbay.start.Main.main(Main.java:116)
    > > >
    > > > thats all...
    > > >
    > > > On 2/14/07, *Brent Owens* < bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>
    > > <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com> <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>>
    > > > <mailto: bowens@anonymised.com
    <mailto:bowens@anonymised.com> <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>
    <mailto:bowens@anonymised.com>>>> wrote:
    > > >
    > > > hmm
    > > > Are you sure the server is started? That error
    occurs when
    > > the server
    > > > hasn't fully started up, usually because of an
    error.
    > When
    > > it has
    > > > started up, one of the last few lines in the log
    > should say
    > > something
    > > > along the lines of "started in #ms" and "port:8080"
    > > >
    > > > So if the url (
    http://localhost:8080/geoserver/welcome.do)
    > > does not
    > > > work, then the server hasn't started up because
    of an
    > error.
    > > The logs
    > > > should display the error. If you can send me the
    log I
    > will
    > > have a
    > > > better time figuring out what happened.
    > > >
    > > > cheers,
    > > >
    > > > Brent Owens
    > > > (The Open Planning Project)
    > > >
    > > > George Tsolakis wrote:
    > > > > I think ive made a steo forward now im getting
    this
    > mistake
    > > > >
    > > > > HTTP ERROR: 404
    > > > >
    > > > > NOT_FOUND
    > > > >
    > > > > RequestURI=/geoserver
    > > > >
    > > > > /Powered by jetty:// <http://jetty.mortbay.org/&gt;/
    > > > >
    > > > > How can i solve this now?
    > > > >
    > > > > On 2/8/07, *Brent Owens* <
    bowens@anonymised.com <mailto:bowens@anonymised.com>
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>
    > > <mailto: bowens@anonymised.com
    <mailto:bowens@anonymised.com> <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>>
    > > > <mailto: bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto:bowens@anonymised.com>
    <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>
    > <mailto:bowens@anonymised.com>>>
    > > > > <mailto: bowens@anonymised.com
    <mailto:bowens@anonymised.com>
    > <mailto:bowens@anonymised.com>
    <mailto:bowens@anonymised.com
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>>>
    > > <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com> <mailto:bowens@anonymised.com
    <mailto:bowens@anonymised.com>>
    > <mailto: bowens@anonymised.com <mailto:bowens@anonymised.com>
    <mailto:bowens@anonymised.com>>>>> wrote:
    > > > >
    > > > > Brent Owens
    > > > > (The Open Planning Project)
    > > > >
    > > > > In linux bash shell you can use:
    > > > >
    > > > > export JAVA_HOME=/home/java/bin
    > > > >
    > > > > make sure to set it to your [java
    install]/bin
    > directory
    > > > >
    > > > > Set it in your .bashrc file to make the change
    > permanent.
    > > > >
    > > > > Brent Owens
    > > > > (The Open Planning Project)
    > > > >
    > > > > George Tsolakis wrote:
    > > > > > Hi to all
    > > > > >
    > > > > > im trying to install geoserver on ubuntu
    linux
    > > > > > When i start geoserver i get this message:
    > > > > >
    > > > > > tsoler@anonymised.com:~/geoserver/bin$
    > ./startup.sh
    > > > > > The JAVA_HOME environment variable is
    not defined
    > > > > > This environment variable is needed to run
    > this program
    > > > > >
    > > > > > Whetre to i set up the environment
    variable ??
    > > > > >
    > > > > > On 2/8/07, *
    > > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>>*
    > > > > > <
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>>> wrote:
    > > > > >
    > > > > > Send Geoserver-users mailing list
    > submissions to
    > > > > >
    > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>>
    > > > > >
    > > > > > To subscribe or unsubscribe via the
    World Wide
    > > Web, visit
    > > > > >
    > > > >
    > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
    > > > > > or, via email, send a message with
    subject
    > or body
    > > > 'help' to
    > > > > >
    > > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>
    > > > > >
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>
    > > <mailto:geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>
    > <mailto: geoserver-users-request@lists.sourceforge.net
    <mailto:geoserver-users-request@lists.sourceforge.net>>>>>>
    > > > > >
    > > > > > You can reach the person managing
    the list at
    > > > > >
    > > geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>>>

    > > > > > <mailto:
    > > geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>>
    > > > > <mailto:
    > geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>
    > > > <mailto:
    geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto:geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>
    > > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>
    > <mailto: geoserver-users-owner@lists.sourceforge.net
    <mailto:geoserver-users-owner@lists.sourceforge.net>>>>>>
    > > > > >
    > > > > > When replying, please edit your Subject
    > line so
    > > it is more
    > > > > specific
    > > > > > than "Re: Contents of Geoserver-users
    > digest..."
    > > > > >
    > > > > > Today's Topics:
    > > > > >
    > > > > > 1. Re: A exception on Geoserver1.4.0
    > (Andrea
    > > Aime)
    > > > > > 2. Re: Could not count Request All
    > Features
    > > (Andrea
    > > > Aime)
    > > > > > 3. Re: SQL Error building feature
    type
    > > (Virginie BERRE)
    > > > > >
    > > > >
    > > >
    > >
    > ----------------------------------------------------------------------
    > > > > >
    > > > > > Message: 1
    > > > > > Date: Thu, 08 Feb 2007 14:54:07 +0100
    > > > > > From: Andrea Aime <
    aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>>>
    > > > > > Subject: Re: [Geoserver-users] A
    exception on
    > > > Geoserver1.4.0
    > > > > > To: taixingjason <
    taixingjason@anonymised.com <mailto:taixingjason@anonymised.com>
    > <mailto: taixingjason@anonymised.com <mailto:taixingjason@anonymised.com>>
    > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>
    > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto:taixingjason@anonymised.com>
    <mailto:taixingjason@anonymised.com
    > <mailto:taixingjason@anonymised.com>>>
    > > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto: taixingjason@anonymised.com <mailto:taixingjason@anonymised.com>>
    > > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>
    > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>>>
    > > > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto:taixingjason@anonymised.com>
    > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>
    > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com> <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>>
    > > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto:taixingjason@anonymised.com>
    <mailto:taixingjason@anonymised.com
    > <mailto: taixingjason@anonymised.com <mailto:taixingjason@anonymised.com>>>
    > > > <mailto: taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>
    > <mailto:taixingjason@anonymised.com >
    > > <mailto:taixingjason@anonymised.com7…>
    > <mailto:taixingjason@anonymised.com
    <mailto:taixingjason@anonymised.com>>>>>>>, geoserver users
    > > > > > <
    > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>>>
    > > > > > Message-ID: <
    > 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>
    > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>>
    > > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>
    > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>>>
    > > > > > <mailto:
    45CB2B7F.8030209@anonymised.com <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>
    > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>>
    > > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>
    > > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>
    > > <mailto: 45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>
    > <mailto:45CB2B7F.8030209@anonymised.com
    <mailto:45CB2B7F.8030209@anonymised.com>>>>>>>
    > > > > > Content-Type: text/plain;
    charset=x-gbk;
    > > format=flowed
    > > > > >
    > > > > > Please, do use the users mailing list,
    > don't send me
    > > > private
    > > > > mails.
    > > > > > The mailing list gives you a higher
    chance of
    > > finding
    > > > > someone that
    > > > > > knows how to address your issues, and
    > makes my
    > > answers
    > > > > searchable
    > > > > > by other people too.
    > > > > >
    > > > > > taixingjason ha scritto:
    > > > > > > I try to use Geoserver1.4.0 .
    These are some
    > > > exception like :
    > > > > > > SEVERE: SQL Exception reading geometry
    > column
    > > > > > >
    org.geotools.data.DataSourceException : SQL
    > > > Exception reading
    > > > > > geometry column
    > > > > > ...
    > > > > > > Caused by: java.sql.SQLException:
    Logical
    > > handle no
    > > > longer
    > > > > valid
    > > > > > ....
    > > > > > > at
    > > > > >
    > > > >
    > > > oracle.sql.StructDescriptor.toOracleArray
    > > (StructDescriptor.java:494)
    > > > > > > at
    > > > oracle.sql.STRUCT.getOracleAttributes
    (STRUCT.java:411)
    > > > > > > at
    > > > > > >
    > > > org.geotools.data.oracle.sdo.GeometryConverter.asGeometry
    > > > > > ( GeometryConverter.java:99)
    > > > > >
    > > > > > Yes, someone reported this issue
    already,
    > but I have
    > > > no idea on
    > > > > > how to reproduce it. Does this happen
    > always, only
    > > > when the
    > > > > > server is under load?
    > > > > >
    > > > > > Cheers
    > > > > > Andrea
    > > > > >
    > > > > > ------------------------------
    > > > > >
    > > > > > Message: 2
    > > > > > Date: Thu, 08 Feb 2007 14:55:33 +0100
    > > > > > From: Andrea Aime <
    aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>>>
    > > > > > Subject: Re: [Geoserver-users] Could
    not count
    > > Request All
    > > > > Features
    > > > > > To: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>
    > > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>> <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>>
    > > > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>> > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>>>
    > > > > > Cc:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>>
    > > > > > Message-ID: <
    > 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>
    > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>>
    > > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>
    > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>>>
    > > > > > <mailto:
    45CB2BD5.5080600@anonymised.com <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>
    > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>>
    > > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>
    > > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>
    > > <mailto: 45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>
    > <mailto:45CB2BD5.5080600@anonymised.com
    <mailto:45CB2BD5.5080600@anonymised.com>>>>>>>
    > > > > > Content-Type: text/plain;
    charset=ISO-8859-1;
    > > > format=flowed
    > > > > >
    > > > > > leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>>> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>>
    > > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>> <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto: leewse@anonymised.com <mailto:leewse@anonymised.com>>
    > > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com> <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>
    > > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com>
    > > <mailto: leewse@anonymised.com
    <mailto:leewse@anonymised.com>
    > <mailto:leewse@anonymised.com
    <mailto:leewse@anonymised.com>>>>>> ha
    > > > > scritto:
    > > > > > > Hi,
    > > > > > >
    > > > > > > We are still unable to resolve this
    > issue. We
    > > have
    > > > tried our
    > > > > > best to
    > > > > > > ensure what should be done are done.
    > > > > > >
    > > > > > > The feature we are trying to
    create is
    > from a
    > > view. What
    > > > > we did
    > > > > > is to
    > > > > > > create a view, ensure there is a
    record
    > for it
    > > in the
    > > > > > geometry_columns. We
    > > > > > > have another very similar view to this
    > one and
    > > > everything
    > > > > worked
    > > > > > out fine
    > > > > > > for that view, thus we are really
    losing
    > ideas
    > > of what
    > > > > could be
    > > > > > wrong with
    > > > > > > this.
    > > > > > >
    > > > > > > To be more specific, here is the full
    > stack trace:
    > > > > > >
    > > > > > > 2007-02-08 21:01:34
    > StandardWrapperValve[action]:
    > > > > > Servlet.service() for
    > > > > > > servlet action threw exception
    > > > > > > org.geotools.data.DataSourceException:
    > Could not
    > > > count Request
    > > > > > All Features
    > > > > > ...
    > > > > > > Caused by:
    > org.postgresql.util.PSQLException :
    > > > ERROR: function
    > > > > > > extent(geometry) does not exist
    > > > > >
    > > > > > !!! The extent function cannot be found?
    > > > > > How old is your postgis? The extent
    > function has
    > > been
    > > > around for
    > > > > > quite a
    > > > > > bit of time as far as I know... The
    postgis
    > > change log
    > > > seems to
    > > > > > suggest
    > > > > > it has been introduced in August
    2004. Can you
    > > try to
    > > > run a
    > > > > direct
    > > > > > query? May it be that the postgis
    > functions are not
    > > > properly
    > > > > > registered?
    > > > > >
    > > > > > Cheers
    > > > > > Andrea
    > > > > >
    > > > > > ------------------------------
    > > > > >
    > > > > > Message: 3
    > > > > > Date: Thu, 8 Feb 2007 15:18:19 +0100
    > > > > > From: "Virginie BERRE"
    > <vberre@anonymised.com <mailto:vberre@anonymised.com>
    <mailto:vberre@anonymised.com>
    > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>
    > > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>>
    <mailto:vberre@anonymised.com
    > <mailto:vberre@anonymised.com>>>
    > > > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>
    > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>
    > <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>
    <mailto:vberre@anonymised.com>
    > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>>>
    > > > > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>>
    > > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>>>
    > > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>
    <mailto: vberre@anonymised.com <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>>>
    > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com> <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>>
    > <mailto:vberre@anonymised.com
    <mailto:vberre@anonymised.com>>
    > > > <mailto: vberre@anonymised.com
    <mailto:vberre@anonymised.com>
    > <mailto:vberre@anonymised.com>
    <mailto:vberre@anonymised.com
    > <mailto:vberre@anonymised.com>>>>>>
    > > > > > Subject: Re: [Geoserver-users] SQL Error
    > building
    > > > feature type
    > > > > > To: "Andrea Aime"
    <aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com
    > <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com >>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>>>
    > > > > > Cc:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>>
    > > > > > Message-ID: <
    > > > 20D1EFF28EBD434E9DFC82683BBEB217347097@anonymised.com >
    > > > > > Content-Type: text/plain;
    > charset="iso-8859-1"
    > > > > >
    > > > > > Hi Andrea !
    > > > > >
    > > > > > Let see the geoserver stack trace :
    > > > > >
    > > > > > org.geotools.data.DataSourceException : SQL
    > > Error building
    > > > > > FeatureType for adresse ERROR: relation
    > > "adresse" does
    > > > not exist
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo
    > > > > (DefaultFIDMapperFactory.java:296)
    > > > > >
    >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getMapper(DefaultFIDMapperFactory.java
    :95)
    > >
    > > > > >
    > > > > > at
    > > > > >
    > > > > org.geotools.data.jdbc.JDBC1DataStore.buildFIDMapper
    > > > (JDBC1DataStore.java:1037)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.FeatureTypeHandler.getFIDMapper(FeatureTypeHandler.java:234)
    >
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > > org.geotools.data.jdbc.FeatureTypeHandler.getFeatureTypeInfo
    > (FeatureTypeHandler.java :200)
    > > > > >
    > > > > > at
    > > > org.geotools.data.jdbc.FeatureTypeHandler.getSchema
    > > > > > ( FeatureTypeHandler.java :169)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > > org.geotools.data.jdbc.JDBC1DataStore.getSchema
    > (JDBC1DataStore.java:360)
    > > > > >
    > > > > > at
    > > > > >
    > > > >

    > >
    > org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute
    > > > > (DataFeatureTypesNewAction.java
    > > > > > :86)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > > org.vfny.geoserver.action.ConfigAction.execute
    > > (ConfigAction.java:98)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > org.apache.struts.action.RequestProcessor.processActionPerform
    > > > > ( RequestProcessor.java:484)
    > > > > >
    > > > > > at
    > > > org.apache.struts.action.RequestProcessor.process
    > > > > > (RequestProcessor.java:274)
    > > > > >
    > > > > > at
    > > > > > org.apache.struts.action.ActionServlet.process
    > > > > (ActionServlet.java:1482)
    > > > > >
    > > > > > at
    > > > > >
    > > > > org.apache.struts.action.ActionServlet.doPost
    > > > (ActionServlet.java:525)
    > > > > >
    > > > > > at
    > > > > > javax.servlet.http.HttpServlet.service(
    > > > HttpServlet.java:709)
    > > > > >
    > > > > > at
    > > > > >
    > > >
    > javax.servlet.http.HttpServlet.service(HttpServlet.java :802)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    > > > > > ( ApplicationFilterChain.java :252)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    > > > > >
    > > > > > at
    > > > > >
    > > >
    > org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter
    > > > > > ( SetCharacterEncodingFilter.java :122)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
    > > > > ApplicationFilterChain.java :202)
    > > > > >
    > > > > > at
    > > > > >
    > > org.apache.catalina.core.ApplicationFilterChain.doFilter
    > > > > > ( ApplicationFilterChain.java:173)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java
    > > > > > :178)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    > > > > >
    > > > > > at
    > > > > >
    > > > > org.apache.catalina.valves.ErrorReportValve.invoke
    > > > (ErrorReportValve.java
    > > > > :105)
    > > > > >
    > > > > > at
    > > > org.apache.catalina.core.StandardEngineValve.invoke
    > > > > > (StandardEngineValve.java:107)
    > > > > >
    > > > > > at
    > > > > >
    > org.apache.catalina.connector.CoyoteAdapter.service
    > > > > ( CoyoteAdapter.java:148)
    > > > > >
    > > > > > at
    > > > > >
    > > > > org.apache.coyote.http11.Http11Processor.process
    > > > (Http11Processor.java:869)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection
    >
    > >
    > > > > (Http11BaseProtocol.java :664)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
    > > (PoolTcpEndpoint.java
    > > > > > :527)
    > > > > >
    > > > > > at
    > > > > >
    > > >
    > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
    > > > > (LeaderFollowerWorkerThread.java:80)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
    > > > (ThreadPool.java:684)
    > > > > >
    > > > > > at
    > java.lang.Thread.run(Thread.java :595)
    > > > > >
    > > > > > Caused by:
    org.postgresql.util.PSQLException :
    > > ERROR:
    > > > relation
    > > > > > "adresse" does not exist
    > > > > >
    > > > > > at
    > > > > >
    > > >
    > org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse
    > > > > > ( QueryExecutorImpl.java:1525)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.postgresql.core.v3.QueryExecutorImpl.processResults
    (QueryExecutorImpl.java:1309)
    >
    > > > > >
    > > > > > at
    > > > > >
    > org.postgresql.core.v3.QueryExecutorImpl.execute
    > > > > (QueryExecutorImpl.java
    > > > > > :188)
    > > > > >
    > > > > > at
    > > > > >
    > > > > org.postgresql.jdbc2.AbstractJdbc2Statement.execute
    > > > (AbstractJdbc2Statement.java:452)
    > > > > >
    > > > > > at
    > > > > >
    > > >
    > org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags
    > > > > ( AbstractJdbc2Statement.java:340)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:239)
    > > > > >
    > > > > > at
    > > sun.reflect.NativeMethodAccessorImpl.invoke0
    > > > > (Native Method)
    > > > > >
    > > > > > at
    > > sun.reflect.NativeMethodAccessorImpl.invoke
    > > > > > ( NativeMethodAccessorImpl.java:39)
    > > > > >
    > > > > > at
    > > > > >
    > sun.reflect.DelegatingMethodAccessorImpl.invoke
    > > > > ( DelegatingMethodAccessorImpl.java:25)
    > > > > >
    > > > > > at
    > > > java.lang.reflect.Method.invoke (Method.java:585)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.postgresql.ds.common.PooledConnectionImpl$StatementHandler.invoke
    > > > > ( PooledConnectionImpl.java:474)
    > > > > >
    > > > > > at $Proxy5.executeQuery(Unknown
    > Source)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.isAutoIncrement

    > > > > > ( DefaultFIDMapperFactory.java :345)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.geotools.data.postgis.fidmapper.PostgisFIDMapperFactory.isAutoIncrement
    > (PostgisFIDMapperFactory.java:69)
    > > > > >
    > > > > > at
    > > > > >
    > > > >
    > > >
    > >
    > org.geotools.data.jdbc.fidmapper.DefaultFIDMapperFactory.getPkColumnInfo

    >
    > > > > > (DefaultFIDMapperFactory.java:278)
    > > > > >
    > > > > > ...
    > > > > >
    > > > > > About the structure of my table,
    nothing is
    > > > interesting, its
    > > > > > schema is not public that's all. So my
    > table's
    > > name is
    > > > > > paris.adresse and it contains a
    geometry
    > column.
    > > > > >
    > > > > > Thanks for your help!
    > > > > >
    > > > > > Virginie
    > > > > >
    > > > > > -----Message d'origine-----
    > > > > > De : Andrea Aime
    > [mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>
    > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>
    > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>>>>
    > > > > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto: aaime@anonymised.com

    <mailto:aaime@anonymised.com>>>
    > > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>
    > > <mailto: aaime@anonymised.com
    <mailto:aaime@anonymised.com> <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>>
    > <mailto:aaime@anonymised.com
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>>>
    > > > <mailto:aaime@anonymised.com
    <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>
    <mailto: aaime@anonymised.com <mailto:aaime@anonymised.com>
    > <mailto:aaime@anonymised.com>>>>>]
    > > > > > Envoy? : mercredi 7 f?vrier 2007 19:21
    > > > > > ? : Virginie BERRE
    > > > > > Cc :
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>
    > > > > >
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>

    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>
    > > <mailto:geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>
    > <mailto: geoserver-users@lists.sourceforge.net
    <mailto:geoserver-users@lists.sourceforge.net>>>>>>
    > > > > > Objet : Re: [Geoserver-users] SQL Error
    > building
    > > > feature type
    > > > > >
    > > > > > Virginie BERRE ha scritto:
    > > > > >
    > > > > > > Dear all !
    > > > > >
    > > > > > >
    > > > > >
    > > > > > >
    > > > > >
    > > > > > >
    > > > > >
    > > > > > > I have a postgis database and
    tables which
    > > schema is
    > > > not
    > > > > public.
    > > > > > I've
    > > > > >
    > > > > > > configured the datastore with
    success.
    > When I
    > > try to
    > > > > create a new
    > > > > >
    > > > > > > entity, it lists me all the tables
    but
    > when I
    > > select
    > > > one a
    > > > > click
    > > > > > "New"
    > > > > >
    > > > > > > (I have a French version so I hope the
    > > button's label is
    > > > > what I
    > > > > > wrote!)
    > > > > >
    > > > > > > it tells me : "SQL Error building
    > feature type
    > > > my_table ;
    > > > > relation
    > > > > >
    > > > > > > "my_table" does not exists". One
    the one
    > hand I
    > > > think it
    > > > > doesn't
    > > > > > care
    > > > > >
    > > > > > > about the schema because it would
    have tell
    > > > > "my_schema.my_table"
    > > > > > and on
    > > > > >
    > > > > > > the other hand it lists me all the
    table
    > which
    > > are in my
    > > > > schema...
    > > > > >
    > > > > > It defaults to reporting only the
    tables
    > in the
    > > public
    > > > > schema, unless
    > > > > >
    > > > > > you specify one.
    > > > > >
    > > > > > Unfortunately I don't know what's the
    > issue, can you
    > > > send me the
    > > > > >
    > > > > > Geoserver logs by private mail? There I
    > may find a
    > > > stack trace,
    > > > > >
    > > > > > which may inform me about the issue.
    > > > > >
    > > > > > Also, can you dump the database
    structure
    > for me?
    > > > > >
    > > > > > If you use the command line psql
    tool, once
    > > logged in,
    > > > you
    > > > > can get
    > > > > >
    > > > > > it using "\d tablename".
    > > > > >
    > > > > > Cheers
    > > > > >
    > > > > > Andrea Aime
    > > > > >
    > > > > > -------------- next part --------------
    > > > > > An HTML attachment was scrubbed...
    > > > > >
    > > > > > ------------------------------
    > > > > >
    > > > >
    > > >
    > >
    > -------------------------------------------------------------------------

    > > >
    > > > >
    > > > > >
    > > > > > Using Tomcat but need to do more?
    Need to
    > > support web
    > > > services,
    > > > > > security?
    > > > > > Get stuff done quickly with
    pre-integrated
    > > technology to
    > > > > make your
    > > > > > job easier.
    > > > > > Download IBM WebSphere Application
    Server
    > > v.1.0.1 based on
    > > > > Apache
    > > > > > Geronimo
    > > > > >
    > > > >
    > > >
    > >
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > >
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > > <
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;
    > > > >
    > > >
    > > <
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > >
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;&gt;
    > > > > >
    > > > >
    > > >
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > >
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > > <
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;
    > > > >
    > > >
    > > <
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;
    > > > <
    > >
    > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;
    > >
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;
    > <
    http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642&gt;&gt;&gt;&gt;&gt;&gt;
    > > > > >
    > > > > > ------------------------------
    > > > > >
    > _______________________________________________
    > > > > > Geoserver-users mailing list
    > > > > > Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:
    Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>>>
    > > > > > <mailto:
    > Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>>
    > > > > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>
    > > <mailto: Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    > <mailto:Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>>>
    > > > <mailto: G...

    [Message clipped]

--
----------------------------------------------------
Γεώργιος Τσολάκης - Περιβαλλοντολόγος
Γραφείο Περιβαλλοντικών Μελετών
Ζήνωνος 57. Περιστέρι. Αθήνα
tel: +30 210 5727615 fax: +30 210 5727995
mobile: + 30 6977 158693
email: tsoler@anonymised.com <mailto:tsoler@anonymised.com>
URL : www.mpe.gr <http://www.mpe.gr> !DSPAM:1005,45e84b216261775926497!