Thanks Charles! So, I did what you said. Here are the first lines of the
log "localhost":
28 juin 2011 13:23:28 org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
28 juin 2011 13:23:30 org.apache.catalina.core.StandardContext
listenerStart
GRAVE: Exception lors de l'envoi de l'évènement contexte initialisé
(context initialized) à l'instance de classe d'écoute (listener)
org.geoserver.platform.GeoServerContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'gwcCatalogConfiguration' defined in URL
[jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/gwc-2.1.1.jar!/geowebcache-geoserver-context.xml]:
Cannot resolve reference to bean 'rawCatalog' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rawCatalog' defined in URL
[jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-2.1.1.jar!/applicationContext.xml]:
Initialization of bean failed; nested exception is
java.lang.UnsatisfiedLinkError: C:\Program Files
(x86)\Java\jre6\bin\nio.dll: La procédure spécifiée est introuvable
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:495)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:162)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
Below you will find some lines from the log "catalina":
INFO: The listener "org.geoserver.logging.LoggingStartupContextListener"
is already configured for this context. The duplicate definition has been
ignored.
28 juin 2011 13:23:27 org.apache.catalina.core.StandardContext
addApplicationListener
INFO: The listener "org.geoserver.platform.GeoServerContextLoaderListener"
is already configured for this context. The duplicate definition has been
ignored.
28 juin 2011 13:23:27 it.geosolutions.imageio.gdalframework.GDALUtilities
loadGDAL
ATTENTION: Failed to load the GDAL native libs. This is not a problem
unless you need to use the GDAL plugins: they won't be
enabled.java.lang.UnsatisfiedLinkError: no gdaljni in java.library.path
28 juin 2011 13:23:30 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
28 juin 2011 13:23:30 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/geoserver] suite aux erreurs
précédentes
28 juin 2011 13:23:30 org.geoserver.GeoserverInitStartupListener
contextDestroyed
INFO: Beginning GeoServer cleanup sequence
28 juin 2011 13:23:30 org.geoserver.GeoserverInitStartupListener
contextDestroyed
INFO: Unregistered JDBC driver org.h2.Driver@173a64a
28 juin 2011 13:23:30 org.geoserver.GeoserverInitStartupListener
contextDestroyed
INFO: Unregistered JDBC driver org.postgresql.Driver@54570a
28 juin 2011 13:23:30 org.geoserver.GeoserverInitStartupListener
contextDestroyed
ATTENTION: Error occurred trying to dispose authority factories
java.lang.NoClassDefFoundError: Could not initialize class
sun.nio.ch.FileChannelImpl
at java.io.RandomAccessFile.getChannel(Unknown Source)
at
org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory.acquireLock(ThreadedHsqlEpsgFactory.java:342)
at
org.geotools.referencing.factory.epsg.ThreadedHsqlEpsgFactory.createBackingStore(ThreadedHsqlEpsgFactory.java:279)
at
org.geotools.referencing.factory.epsg.ThreadedEpsgFactory.createBackingStore0(ThreadedEpsgFactory.java:396)
at
org.geotools.referencing.factory.epsg.ThreadedEpsgFactory.createBackingStore(ThreadedEpsgFactory.java:433)
at
org.geotools.referencing.factory.DeferredAuthorityFactory.getBackingStore(DeferredAuthorityFactory.java:132)
at
org.geotools.referencing.factory.BufferedAuthorityFactory.isAvailable(BufferedAuthorityFactory.java:234)
at
org.geotools.referencing.factory.DeferredAuthorityFactory.isAvailable(DeferredAuthorityFactory.java:118)
And finally, the first lines of the log "stdout":
28 juin 13:23:28 WARN [geoserver.logging] - log4jConfigFile
'DEFAULT_LOGGING.properties' couldn't be found in the data dir, so
GeoServer will install the various logging config file into the data dir,
and then try to find it again.
log4j:WARN File option not set for appender [geoserverlogfile].
log4j:WARN Are you using FileAppender instead of ConsoleAppender?
28 juin 13:23:29 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: C:\Program Files (x86)\Apache Software
Foundation\Tomcat 6.0\webapps\geoserver\data
----------------------------------
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'burg'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'capitals'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'cite_lakes'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'dem'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'giant_polygon'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'grass'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'green'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'line'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'poi'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'point'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'polygon'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'poly_landmarks'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'pophatch'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'population'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'rain'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'raster'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'restricted'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'simple_roads'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'simple_streams'
28 juin 13:23:29 INFO [org.geoserver] - Loaded style 'tiger_roads'
28 juin 13:23:29 WARN [org.geoserver] - No default workspace was found.
28 juin 13:23:29 INFO [org.geoserver] - Loaded workspace 'cite'
28 juin 13:23:30 INFO [org.geoserver] - Loaded workspace 'it.geosolutions'
28 juin 13:23:30 INFO [org.geoserver] - Loaded workspace 'nurc'
28 juin 13:23:30 INFO [org.geoserver] - Loaded workspace 'sde'
28 juin 13:23:30 INFO [org.geoserver] - Loaded workspace 'sf'
28 juin 13:23:30 INFO [org.geoserver] - Loaded workspace 'tiger'
28 juin 13:23:30 INFO [org.geoserver] - Loaded workspace 'topp'
28 juin 13:23:30 INFO [org.geoserver] - Loaded store 'arcGridSample',
enabled
28 juin 13:23:30 INFO [org.geoserver] - Loaded coverage store
'arcGridSample'
28 juin 13:23:30 WARN [support.DisposableBeanAdapter] - Invocation of
destroy method failed on bean with name 'geoServerLoader':
java.lang.NullPointerException
28 juin 13:23:30 ERROR [context.ContextLoader] - Context initialization
failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'gwcCatalogConfiguration' defined in URL
[jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/gwc-2.1.1.jar!/geowebcache-geoserver-context.xml]:
Cannot resolve reference to bean 'rawCatalog' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'rawCatalog' defined in URL
[jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-2.1.1.jar!/applicationContext.xml]:
Initialization of bean failed; nested exception is
java.lang.UnsatisfiedLinkError: C:\Program Files
(x86)\Java\jre6\bin\nio.dll: La procédure spécifiée est introuvable
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:495)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:162)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
My Tomcat works on port 8080, and an other web-application called
AJARIS/phototheque works through it.
Sorry for all theses lines, I don't know which log do you need! :s
Geoffrey
On Tue, 28 Jun 2011 13:04:50 +0200, Charles Galpin <[email protected]>
wrote:
> Let's start somewhere. Show us the earliest errors in the logs that can
> be pasted here in a few dozen lines.
>
> You can stop tomcat, change the .war to .zip and unzip it in the webapps
> directory, remove the zip file, delete the logs and start tomcat for a
> fresh start.
>
> charles
>
> On Jun 28, 2011, at 6:30 AM, gbrun wrote:
>
>> Hy everybody!
>>
>> I'm trying to install the new GeoServer version (2.1.1) to my server!
>>
>> Here is my configuration: Windows Server 2008 (32 bit) - Tomcat 6.0.16 -
>> JRE 6.
>>
>> I downloaded the new Webarchive and deployed it through the "deploy"
>> button of Tomcat (I tried other ways too, like put the .war in the
>> "webapps" folder). Then, it looks like there was no problem with the
>> deployment, but in fact, it didn't work. In the Tomcat Manager,
>> GeoServer
>> is set to "false". When I try to start it, I get an error with the
>> GeoServer path.
>>
>> I watched four different logs in the logs folder: each of them shows
>> that
>> an error occurred while the deployment. But I don't know how I may
>> interpret these logs! I found several leads on the Internet: install a
>> JDK
>> (and not a JRE), or a problem with a previous installation that failed,
>> or
>> a problem with the 6.0.16 version of Tomcat, or a problem with GDAL
>> libraries, or what else! ;)
>>
>> I hope someone may have an idea! I can send the logs which can help!
>>
>> Geoffrey
>>
>
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users