[Geoserver-users] GEOSERVER_DATA_DIR geoserver1.6.5 war

Hi,

I recently upgraded to geoserver-1.6.5-war. I am having a problem with the GEOSERVER_DATA_DIR

This test system uses Apache Tomcat 6.0.14 running on Vista

web.xml:

GEOSERVER_DATA_DIR

C:\geoserver-data\data

Tomcat console:

.

.

INFO: Loading Spring root WebApplicationContext

06 Oct 12:41:45 ERROR [geoserver.global] -


  • GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data

.

.

The GEOSERVER_DATA_DIR parameter is not recognized?

Has there been a change on the GEOSERVER_DATA_DIR?

Attempting geoserver-1.7.0-RC3-war:

INFO: Deploying web application archive geoserver.war

Oct 6, 2008 1:15:30 PM org.apache.catalina.core.ApplicationContext log

INFO: Initializing Spring root WebApplicationContext

06 Oct 13:15:30 INFO [context.ContextLoader] - Root WebApplicationContext: initialization started

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com: display name [Root WebApplicationContext]; startup date [Mon Oct 06 13:15:30 MDT 2008]; root of context hierarchy

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/gwc-0.1.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/validation-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs1_1-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs11-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfsv-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wms-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com.]: org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com4…

06 Oct 13:15:31 INFO [support.XmlWebApplicationContext] - Bean ‘resourceLoader’ is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

06 Oct 13:15:31 ERROR [geoserver.global] -


  • GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data

.

.

thanks

randy

Hi Randy,

A little while back another user had a similar problem as described here:

http://www.nabble.com/GEOSERVER_DATA_DIR-in-1.7.0-RC2-p19296535.html

Unfortunately we were not able to replicate it. I am going to try again upgrading from a previous version, changing the data directory and see what happens. A couple of questions:

Which version are you upgraing from? Also, can you described how you changed the data directory. For instance, in the old version did you also set to this location via web.xml. Then upgraded, and set web.xml again to the same location?

Hopefully we can nail this one down.

-Justin

Randy George wrote:

Hi,

                I recently upgraded to geoserver-1.6.5-war. I am having a problem with the GEOSERVER_DATA_DIR

This test system uses Apache Tomcat 6.0.14 running on Vista

web.xml:

    <context-param>

       <param-name>GEOSERVER_DATA_DIR</param-name>

        <param-value>C:\geoserver-data\data</param-value>

    </context-param>

Tomcat console:

                .

                .

INFO: Loading Spring root WebApplicationContext

06 Oct 12:41:45 ERROR [geoserver.global] -

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

- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data

      .

      .

The GEOSERVER_DATA_DIR parameter is not recognized?

Has there been a change on the GEOSERVER_DATA_DIR?

Attempting geoserver-1.7.0-RC3-war:

INFO: Deploying web application archive geoserver.war

Oct 6, 2008 1:15:30 PM org.apache.catalina.core.ApplicationContext log

INFO: Initializing Spring root WebApplicationContext

06 Oct 13:15:30 INFO [context.ContextLoader] - Root WebApplicationContext: initialization started

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com: display name [Root WebApplicationContext]; startup date [Mon Oct 06 13:15:30 MDT 2008]; root of context hierarchy

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/gwc-0.1.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/validation-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs1_1-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs11-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfsv-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wms-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com]: org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com

06 Oct 13:15:31 INFO [support.XmlWebApplicationContext] - Bean 'resourceLoader' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

06 Oct 13:15:31 ERROR [geoserver.global] -

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

- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data

      .

      .

thanks

randy

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

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

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi,

FYI, I was the one with that problem and didn’t find any solution nor proper logic for the problem. I just gave up and stayed waiting for the stable 1.7.0 version. What I suspected was that I might have had problems with the user rights in those directories. But in Windows case, that’s not likely to be the cause.

  • mika -

Justin Deoliveira kirjoitti:

Hi Randy. Perhaps I'm the only one who makes this error, but could you check in your web.xml file to see that your <context-param> block isn't surrounded by a comment block? (<!-- -->) (This block is commented out by default.)

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org

Randy George wrote:

Hi,

                I recently upgraded to geoserver-1.6.5-war. I am having a problem with the GEOSERVER_DATA_DIR

This test system uses Apache Tomcat 6.0.14 running on Vista

web.xml:

    <context-param>

       <param-name>GEOSERVER_DATA_DIR</param-name>

        <param-value>C:\geoserver-data\data</param-value>

    </context-param>

Tomcat console:

                .

                .

INFO: Loading Spring root WebApplicationContext

06 Oct 12:41:45 ERROR [geoserver.global] -

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

- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data

      .

      .

The GEOSERVER_DATA_DIR parameter is not recognized?

Has there been a change on the GEOSERVER_DATA_DIR?

Attempting geoserver-1.7.0-RC3-war:

INFO: Deploying web application archive geoserver.war

Oct 6, 2008 1:15:30 PM org.apache.catalina.core.ApplicationContext log

INFO: Initializing Spring root WebApplicationContext

06 Oct 13:15:30 INFO [context.ContextLoader] - Root WebApplicationContext: initialization started

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com: display name [Root WebApplicationContext]; startup date [Mon Oct 06 13:15:30 MDT 2008]; root of context hierarchy

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/gwc-0.1.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/validation-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs1_1-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs11-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfsv-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wms-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com]: org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com

06 Oct 13:15:31 INFO [support.XmlWebApplicationContext] - Bean 'resourceLoader' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

06 Oct 13:15:31 ERROR [geoserver.global] -

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

- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data

      .

      .

thanks

randy

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

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

Hi Justin and Mika,

  Yes I saw the 1.7.0 discussion.

After some additional investigation, apparently this is another bizarre
Vista issue, not geoserver's problem, related to the Vista UAC. Also note I
have a trial version of Live OneCare running which may add to the UAC
difficulties.

When UAC is 'on', it appears that the geoserver subdirectory in Tomcat
webapps can be deleted but still exist. In particular I can delete web.xml
or replace it with the correct web.xml and the previous web.xml still
returns to haunt! Even using 7-Zip to manually unpack a geoserver.war,
prompts for replacing files that have already been deleted? Emptying Recycle
bin does not appear to help. It is quite difficult to actually replace
web.xml with UAC enabled, even though the file appears to be replaced with
all of the appropriate Admin commit responses.

My Solution:
Disable UAC, stop the tomcat service, edit web.xml, and start Tomcat again.

Here is a helpful link for disabling UAC:
http://www.petri.co.il/disable_uac_in_windows_vista.htm

I disabled UAC, made the web.xml change, and then enabled UAC again, since
it is a valuable restriction for avoiding viruses and root kits.
Unfortunately changing UAC status requires a system reboot each time :frowning:
Vista is apparently not a good choice for hosting live webapps in Tomcat.
Fortunately there are lots of alternatives.

Thanks
randy

-----Original Message-----
From: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Sent: Monday, October 06, 2008 9:44 PM
To: rkgeorge@anonymised.com
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GEOSERVER_DATA_DIR geoserver1.6.5 war

Hi Randy,

A little while back another user had a similar problem as described here:

http://www.nabble.com/GEOSERVER_DATA_DIR-in-1.7.0-RC2-p19296535.html

Unfortunately we were not able to replicate it. I am going to try again
upgrading from a previous version, changing the data directory and see
what happens. A couple of questions:

Which version are you upgraing from? Also, can you described how you
changed the data directory. For instance, in the old version did you
also set to this location via web.xml. Then upgraded, and set web.xml
again to the same location?

Hopefully we can nail this one down.

-Justin

Randy George wrote:

Hi,

                I recently upgraded to geoserver-1.6.5-war. I am having
a problem with the GEOSERVER_DATA_DIR

This test system uses Apache Tomcat 6.0.14 running on Vista

web.xml:

    <context-param>

       <param-name>GEOSERVER_DATA_DIR</param-name>

        <param-value>C:\geoserver-data\data</param-value>

    </context-param>

Tomcat console:

                .

                .

INFO: Loading Spring root WebApplicationContext

06 Oct 12:41:45 ERROR [geoserver.global] -

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

- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat
6.0\webapps\geoserver\data

      .

      .

The GEOSERVER_DATA_DIR parameter is not recognized?

Has there been a change on the GEOSERVER_DATA_DIR?

Attempting geoserver-1.7.0-RC3-war:

INFO: Deploying web application archive geoserver.war

Oct 6, 2008 1:15:30 PM org.apache.catalina.core.ApplicationContext log

INFO: Initializing Spring root WebApplicationContext

06 Oct 13:15:30 INFO [context.ContextLoader] - Root
WebApplicationContext: initialization started

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Refreshing
org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com:
display name [Root WebApplicationContext]; startup date [Mon Oct 06
13:15:30 MDT 2008]; root of context hierarchy

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapp
s/geoserver/WEB-INF/classes/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/gwc-0.1.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/validation-1.7.0-RC3.jar!/applicationContext.xml
]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/wcs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/wcs1_1-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/wfs-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/wfs11-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/wfsv-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/wms-1.7.0-RC3.jar!/applicationContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapp
s/geoserver/WEB-INF/classes/applicationSecurityContext.xml]

06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean
definitions from URL

[jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/we
bapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationSecurityContext.x
ml]

06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Bean factory
for application context

[org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com]:

org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com

06 Oct 13:15:31 INFO [support.XmlWebApplicationContext] - Bean
'resourceLoader' is not eligible for getting processed by all
BeanPostProcessors (for example: not eligible for auto-proxying)

06 Oct 13:15:31 ERROR [geoserver.global] -

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

- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat
6.0\webapps\geoserver\data

      .

      .

thanks

randy

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's

challenge

Build the coolest Linux based applications with Moblin SDK & win great

prizes

Grand prize is a trip for two to an Open Source event anywhere in the

world

http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

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

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.