Hi,

I deleted all, preset JAVA_OPT and redeploy it. Seems to help.
Thank's!

--
AJL

Christian Mueller kirjoitti 12.3.2013 13:03:
> Looks like the security migration code did not finish successful.
> Please try a new fresh installation and set the JAVA_OPTS environment
> variable in advance.
>
>  2013/2/18 Antti J. Lind <[email protected]>
>
>> Hello all,
>>
>> I have installed on centos 5.9 tomcat5 ja deployed on it geoserver
>> 2.2.4.
>> First start was not successful, because of "out-of-memory".
>> I did some google-search and add on environment for java
>> JAVA_OPTS="-Xms128m -Xmx512m -XX:MaxPermSize=256m"
>>
>> After that when trying to start geoserver, I get error and logs 
>> shows
>> as following:
>> 2013-02-18 10:04:49,720 WARN [config.CustomEditorConfigurer] - 
>> Passing
>> PropertyEditor instances into CustomEditorConfigurer is deprecated: 
>> use
>> PropertyEditorRegistrars or PropertyEditor class names instead.
>> Offending key [org.geotools.util.Version; offending editor instance:
>> org.geoserver.platform.util.VersionPropertyEditor@18fb397
>> 2013-02-18 10:04:50,070 ERROR [geoserver.global] -
>> ----------------------------------
>> - GEOSERVER_DATA_DIR: /usr/share/tomcat5/webapps/geoserver/data
>> ----------------------------------
>> 2013-02-18 10:04:50,219 INFO [org.geoserver] - Loaded style
>> 'tiger_roads'
>> 2013-02-18 10:04:50,233 INFO [org.geoserver] - Loaded style 'point'
>> 2013-02-18 10:04:50,234 INFO [org.geoserver] - Loaded style
>> 'restricted'
>> 2013-02-18 10:04:50,249 INFO [org.geoserver] - Loaded style 
>> 'capitals'
>> 2013-02-18 10:04:50,255 INFO [org.geoserver] - Loaded style 
>> 'pophatch'
>> 2013-02-18 10:04:50,263 INFO [org.geoserver] - Loaded style
>> 'cite_lakes'
>> 2013-02-18 10:04:50,268 INFO [org.geoserver] - Loaded style 
>> 'polygon'
>> 2013-02-18 10:04:50,269 INFO [org.geoserver] - Loaded style 'rain'
>> 2013-02-18 10:04:50,270 INFO [org.geoserver] - Loaded style 'poi'
>> 2013-02-18 10:04:50,276 INFO [org.geoserver] - Loaded style 'grass'
>> 2013-02-18 10:04:50,277 INFO [org.geoserver] - Loaded style 'raster'
>> 2013-02-18 10:04:50,288 INFO [org.geoserver] - Loaded style 'dem'
>> 2013-02-18 10:04:50,289 INFO [org.geoserver] - Loaded style
>> 'poly_landmarks'
>> 2013-02-18 10:04:50,290 INFO [org.geoserver] - Loaded style
>> 'population'
>> 2013-02-18 10:04:50,301 INFO [org.geoserver] - Loaded style 'line'
>> 2013-02-18 10:04:50,312 INFO [org.geoserver] - Loaded style
>> 'simple_streams'
>> 2013-02-18 10:04:50,316 INFO [org.geoserver] - Loaded style 'green'
>> 2013-02-18 10:04:50,320 INFO [org.geoserver] - Loaded style
>> 'simple_roads'
>> 2013-02-18 10:04:50,339 INFO [org.geoserver] - Loaded style 'burg'
>> 2013-02-18 10:04:50,344 INFO [org.geoserver] - Loaded style
>> 'giant_polygon'
>> 2013-02-18 10:04:50,355 INFO [org.geoserver] - Loaded default 
>> workspace
>> it.geosolutions
>> 2013-02-18 10:04:50,377 INFO [org.geoserver] - Loaded workspace
>> 'it.geosolutions'
>> 2013-02-18 10:04:50,396 INFO [org.geoserver] - Loaded workspace 
>> 'tiger'
>> 2013-02-18 10:04:50,426 INFO [org.geoserver] - Loaded workspace 'sf'
>> 2013-02-18 10:04:50,442 INFO [org.geoserver] - Loaded workspace 
>> 'cite'
>> 2013-02-18 10:04:50,445 INFO [org.geoserver] - Loaded workspace 
>> 'topp'
>> 2013-02-18 10:04:50,466 INFO [org.geoserver] - Loaded workspace 
>> 'nurc'
>> 2013-02-18 10:04:50,483 INFO [org.geoserver] - Loaded workspace 
>> 'sde'
>> 2013-02-18 10:04:51,929 INFO [org.geoserver] - Loaded store 'nyc',
>> enabled
>> 2013-02-18 10:04:51,935 INFO [org.geoserver] - Loaded data store 
>> 'nyc'
>> 2013-02-18 10:04:53,853 WARN [referencing.factory] - Axis elements
>> found in a wkt definition, the force longitude first axis order hint
>> might not be respected:
>> PROJCS["WGS84 / Simple Mercator", GEOGCS["WGS 84", DATUM["WGS_1984",
>> SPHEROID["WGS_1984", 6378137.0, 298.257223563]], PRIMEM["Greenwich",
>> 0.0], UNIT["degree", 0.017453292519943295]],
>> PROJECTION["Mercator_1SP_Google"], PARAMETER["latitude_of_origin", 
>> 0.0],
>> PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0],
>> PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0],
>> UNIT["m", 1.0], AXIS["x", EAST], AXIS["y", NORTH],
>> AUTHORITY["EPSG","54004"]]
>> 2013-02-18 10:04:54,278 INFO [org.geoserver] - Loaded feature type
>> 'giant_polygon', enabled
>> 2013-02-18 10:04:54,287 INFO [org.geoserver] - Loaded feature type
>> 'nyc'
>> 2013-02-18 10:04:54,307 INFO [org.geoserver] - Loaded layer
>> 'giant_polygon'
>> 2013-02-18 10:04:54,319 INFO [org.geoserver] - Loaded feature type
>> 'poi', enabled
>> 2013-02-18 10:04:54,320 INFO [org.geoserver] - Loaded feature type
>> 'nyc'
>> 2013-02-18 10:04:54,322 INFO [org.geoserver] - Loaded layer 'poi'
>> 2013-02-18 10:04:54,329 INFO [org.geoserver] - Loaded feature type
>> 'tiger_roads', enabled
>> 2013-02-18 10:04:54,329 INFO [org.geoserver] - Loaded feature type
>> 'nyc'
>> 2013-02-18 10:04:54,340 INFO [org.geoserver] - Loaded layer
>> 'tiger_roads'
>> 2013-02-18 10:04:54,346 INFO [org.geoserver] - Loaded feature type
>> 'poly_landmarks', enabled
>> 2013-02-18 10:04:54,347 INFO [org.geoserver] - Loaded feature type
>> 'nyc'
>> 2013-02-18 10:04:54,350 INFO [org.geoserver] - Loaded layer
>> 'poly_landmarks'
>> 2013-02-18 10:04:54,370 INFO [org.geoserver] - Loaded store 'sf',
>> enabled
>> 2013-02-18 10:04:54,371 INFO [org.geoserver] - Loaded data store 
>> 'sf'
>> 2013-02-18 10:04:54,925 INFO [org.geoserver] - Loaded feature type
>> 'restricted', enabled
>> 2013-02-18 10:04:54,925 INFO [org.geoserver] - Loaded feature type 
>> 'sf'
>> 2013-02-18 10:04:54,941 INFO [org.geoserver] - Loaded layer
>> 'restricted'
>> 2013-02-18 10:04:54,953 INFO [org.geoserver] - Loaded feature type
>> 'roads', enabled
>> 2013-02-18 10:04:54,953 INFO [org.geoserver] - Loaded feature type 
>> 'sf'
>> 2013-02-18 10:04:54,955 INFO [org.geoserver] - Loaded layer 'roads'
>> 2013-02-18 10:04:54,973 INFO [org.geoserver] - Loaded feature type
>> 'bugsites', enabled
>> 2013-02-18 10:04:54,974 INFO [org.geoserver] - Loaded feature type 
>> 'sf'
>> 2013-02-18 10:04:54,975 INFO [org.geoserver] - Loaded layer 
>> 'bugsites'
>> 2013-02-18 10:04:54,984 INFO [org.geoserver] - Loaded feature type
>> 'archsites', enabled
>> 2013-02-18 10:04:54,985 INFO [org.geoserver] - Loaded feature type 
>> 'sf'
>> 2013-02-18 10:04:54,987 INFO [org.geoserver] - Loaded layer 
>> 'archsites'
>> 2013-02-18 10:04:54,995 INFO [org.geoserver] - Loaded feature type
>> 'streams', enabled
>> 2013-02-18 10:04:54,996 INFO [org.geoserver] - Loaded feature type 
>> 'sf'
>> 2013-02-18 10:04:54,998 INFO [org.geoserver] - Loaded layer 
>> 'streams'
>> 2013-02-18 10:04:55,013 INFO [org.geoserver] - Loaded store 'sfdem',
>> enabled
>> 2013-02-18 10:04:55,021 INFO [org.geoserver] - Loaded coverage store
>> 'sfdem'
>> 2013-02-18 10:04:55,072 INFO [org.geoserver] - Loaded coverage 
>> 'sfdem',
>> enabled
>> 2013-02-18 10:04:55,081 INFO [org.geoserver] - Loaded coverage 
>> 'sfdem'
>> 2013-02-18 10:04:56,397 INFO [org.geoserver] - Loaded layer 'sfdem'
>> 2013-02-18 10:04:56,418 INFO [org.geoserver] - Loaded store
>> 'states_shapefile', enabled
>> 2013-02-18 10:04:56,418 INFO [org.geoserver] - Loaded data store
>> 'states_shapefile'
>> 2013-02-18 10:04:56,434 INFO [org.geoserver] - Loaded feature type
>> 'states', enabled
>> 2013-02-18 10:04:56,434 INFO [org.geoserver] - Loaded feature type
>> 'states_shapefile'
>> 2013-02-18 10:04:56,444 INFO [org.geoserver] - Loaded layer 'states'
>> 2013-02-18 10:04:56,469 INFO [org.geoserver] - Loaded store
>> 'taz_shapes', enabled
>> 2013-02-18 10:04:56,471 INFO [org.geoserver] - Loaded data store
>> 'taz_shapes'
>> 2013-02-18 10:04:56,491 INFO [org.geoserver] - Loaded feature type
>> 'tasmania_cities', enabled
>> 2013-02-18 10:04:56,491 INFO [org.geoserver] - Loaded feature type
>> 'taz_shapes'
>> 2013-02-18 10:04:56,492 INFO [org.geoserver] - Loaded layer
>> 'tasmania_cities'
>> 2013-02-18 10:04:56,495 INFO [org.geoserver] - Loaded feature type
>> 'tasmania_state_boundaries', enabled
>> 2013-02-18 10:04:56,495 INFO [org.geoserver] - Loaded feature type
>> 'taz_shapes'
>> 2013-02-18 10:04:56,496 INFO [org.geoserver] - Loaded layer
>> 'tasmania_state_boundaries'
>> 2013-02-18 10:04:56,499 INFO [org.geoserver] - Loaded feature type
>> 'tasmania_water_bodies', enabled
>> 2013-02-18 10:04:56,500 INFO [org.geoserver] - Loaded feature type
>> 'taz_shapes'
>> 2013-02-18 10:04:56,503 INFO [org.geoserver] - Loaded layer
>> 'tasmania_water_bodies'
>> 2013-02-18 10:04:56,505 INFO [org.geoserver] - Loaded feature type
>> 'tasmania_roads', enabled
>> 2013-02-18 10:04:56,506 INFO [org.geoserver] - Loaded feature type
>> 'taz_shapes'
>> 2013-02-18 10:04:56,507 INFO [org.geoserver] - Loaded layer
>> 'tasmania_roads'
>> 2013-02-18 10:04:56,525 INFO [org.geoserver] - Loaded store
>> 'arcGridSample', enabled
>> 2013-02-18 10:04:56,525 INFO [org.geoserver] - Loaded coverage store
>> 'arcGridSample'
>> 2013-02-18 10:04:56,535 INFO [org.geoserver] - Loaded coverage
>> 'Arc_Sample', enabled
>> 2013-02-18 10:04:56,536 INFO [org.geoserver] - Loaded coverage
>> 'arcGridSample'
>> 2013-02-18 10:04:56,667 INFO [org.geoserver] - Loaded layer
>> 'Arc_Sample'
>> 2013-02-18 10:04:56,681 INFO [org.geoserver] - Loaded store
>> 'worldImageSample', enabled
>> 2013-02-18 10:04:56,682 INFO [org.geoserver] - Loaded coverage store
>> 'worldImageSample'
>> 2013-02-18 10:04:56,686 INFO [org.geoserver] - Loaded coverage
>> 'Img_Sample', enabled
>> 2013-02-18 10:04:56,687 INFO [org.geoserver] - Loaded coverage
>> 'worldImageSample'
>> 2013-02-18 10:04:56,889 INFO [org.geoserver] - Loaded layer
>> 'Img_Sample'
>> 2013-02-18 10:04:56,908 INFO [org.geoserver] - Loaded store
>> 'img_sample2', disabled
>> 2013-02-18 10:04:56,908 INFO [org.geoserver] - Loaded coverage store
>> 'img_sample2'
>> 2013-02-18 10:04:56,979 INFO [org.geoserver] - Loaded coverage
>> 'Pk50095', disabled
>> 2013-02-18 10:04:56,979 INFO [org.geoserver] - Loaded coverage
>> 'img_sample2'
>> 2013-02-18 10:04:56,980 INFO [org.geoserver] - Loaded layer 
>> 'Pk50095'
>> 2013-02-18 10:04:56,987 INFO [org.geoserver] - Loaded store 
>> 'mosaic',
>> enabled
>> 2013-02-18 10:04:56,987 INFO [org.geoserver] - Loaded coverage store
>> 'mosaic'
>> 2013-02-18 10:04:57,003 INFO [org.geoserver] - Loaded coverage
>> 'mosaic', enabled
>> 2013-02-18 10:04:57,004 INFO [org.geoserver] - Loaded coverage 
>> 'mosaic'
>> 2013-02-18 10:04:57,095 WARN [imagemosaic.catalog] -
>> BBOXFilterExtractor::extractBasicProperties(): passed typename is 
>> null,
>> using: mosaic
>> 2013-02-18 10:04:57,496 WARN [imagemosaic.Utils] - Unable to find
>> sample image for path
>> 
>> /usr/share/tomcat5/webapps/geoserver/data/coverages/mosaic_sample/sample_image
>> 2013-02-18 10:04:57,496 WARN [gce.imagemosaic] - Unable to find 
>> sample
>> image for path
>> 
>> file:/usr/share/tomcat5/webapps/geoserver/data/coverages/mosaic_sample/mosaic.shp
>> 2013-02-18 10:04:57,496 INFO [org.geoserver] - Loaded layer 'mosaic'
>> 2013-02-18 10:04:57,512 INFO [org.geoserver] - Loaded layer group
>> 'tiger-ny'
>> 2013-02-18 10:04:57,524 INFO [org.geoserver] - Loaded layer group
>> 'tasmania'
>> 2013-02-18 10:04:57,525 INFO [org.geoserver] - Loaded layer group
>> 'spearfish'
>> 2013-02-18 10:04:57,588 INFO [storage.DefaultStorageFinder] -
>> 
>> ***************************************************************************************
>> 2013-02-18 10:04:57,588 INFO [storage.DefaultStorageFinder] - ***
>> Reverting to java.io.tmpdir null for storage. Please set
>> GEOWEBCACHE_CACHE_DIR. ***
>> 2013-02-18 10:04:57,588 INFO [storage.DefaultStorageFinder] -
>> 
>> ***************************************************************************************
>> 2013-02-18 10:04:57,588 INFO [config.XMLConfiguration] - Will look 
>> for
>> geowebcache.xml in '/usr/share/tomcat5/temp/geowebcache'
>> 2013-02-18 10:04:58,781 INFO [jdbc.JDBCMBWrapper] - MetaStore 
>> database
>> is version 120
>> 2013-02-18 10:04:58,873 INFO [org.geoserver] - Loaded service 'wcs',
>> enabled
>> 2013-02-18 10:04:58,899 INFO [org.geoserver] - Loaded service 'wfs',
>> enabled
>> 2013-02-18 10:04:58,921 INFO [org.geoserver] - Loaded service 'wms',
>> enabled
>> 2013-02-18 10:04:58,938 INFO [gwc.config] - Initializing GeoServer
>> specific GWC configuration from gwc-gs.xml
>> 2013-02-18 10:04:58,970 INFO [gwc.layer] - Initializing GWC
>> configuration based on GeoServer's Catalog
>> 2013-02-18 10:04:58,970 INFO [gwc.layer] - GeoServer TileLayer store
>> base directory is: 
>> /usr/share/tomcat5/webapps/geoserver/data/gwc-layers
>> 2013-02-18 10:04:58,981 INFO [gwc.layer] - Loading tile layers from
>> /usr/share/tomcat5/webapps/geoserver/data/gwc-layers
>> 2013-02-18 10:04:59,209 INFO [gwc.layer] - GWC configuration based 
>> on
>> GeoServer's Catalog loaded successfuly
>> 2013-02-18 10:04:59,218 INFO [config.XMLConfiguration] - Found
>> configuration file in /usr/share/tomcat5/temp/geowebcache
>> 2013-02-18 10:04:59,269 INFO [config.XMLConfiguration] - 
>> Configuration
>> file validated fine.
>> 2013-02-18 10:04:59,276 INFO [config.XMLConfiguration] - 
>> Initializing
>> GridSets from /usr/share/tomcat5/temp/geowebcache
>> 2013-02-18 10:04:59,276 INFO [config.XMLConfiguration] - 
>> Initializing
>> layers from /usr/share/tomcat5/temp/geowebcache
>> 2013-02-18 10:04:59,276 INFO [layer.TileLayerDispatcher] -
>> Configuration /usr/share/tomcat5/temp/geowebcache contained no 
>> layers.
>> 2013-02-18 10:04:59,444 INFO [storage.EntityStoreBuilder] - Neither
>> disk quota page store' cache memory percent nor cache size was 
>> provided.
>> Defaulting to 25% Heap Size
>> 2013-02-18 10:05:01,977 INFO [storage.BDBQuotaStore] - Berkeley DB 
>> JE
>> Disk Quota page store configured at
>> /usr/share/tomcat5/temp/geowebcache/diskquota_page_store
>> 2013-02-18 10:05:01,978 INFO [storage.BDBQuotaStore] - Quota Store
>> initialized. Global quota: 0.0 B
>> 2013-02-18 10:05:01,986 INFO [diskquota.ConfigLoader] - DiskQuota
>> configuration not found:
>> /usr/share/tomcat5/temp/geowebcache/geowebcache-diskquota.xml
>> 2013-02-18 10:05:01,990 INFO [diskquota.DiskQuotaMonitor] - Setting 
>> up
>> disk quota periodic enforcement task
>> 2013-02-18 10:05:01,993 INFO [diskquota.DiskQuotaMonitor] - 0 layers
>> configured with their own quotas.
>> 2013-02-18 10:05:01,993 INFO [diskquota.DiskQuotaMonitor] - 22 
>> layers
>> attached to global quota 500.0 MB
>> 2013-02-18 10:05:02,008 INFO [diskquota.DiskQuotaMonitor] - Disk 
>> quota
>> periodic enforcement task set up every 10 SECONDS
>> 2013-02-18 10:05:02,247 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/gwc/service/**] onto handler 'dispatcher'
>> 2013-02-18 10:05:02,318 INFO [geowebcache.GeoWebCacheDispatcher] -
>> Invoked setServletPrefix(gwc)
>> 2013-02-18 10:05:02,341 INFO [georss.GeoRSSPoller] - Initializing
>> GeoRSS poller in a background job...
>> 2013-02-18 10:05:02,417 INFO [rest.RESTDispatcher] - Created
>> RESTDispatcher with 13 paths
>> 2013-02-18 10:05:02,449 INFO [wms.WMSService] - Will NOT recombine
>> tiles for non-tiling clients.
>> 2013-02-18 10:05:02,449 INFO [wms.WMSService] - Will proxy requests 
>> to
>> backend that are not getmap or getcapabilities.
>> 2013-02-18 10:05:02,487 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/ows/**] onto handler 'dispatcher'
>> 2013-02-18 10:05:02,487 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/ows] onto handler 'dispatcher'
>> 2013-02-18 10:05:02,497 INFO [org.geoserver] - GeoServer 
>> configuration
>> lock is enabled
>> 2013-02-18 10:05:02,574 INFO [georss.GeoRSSPoller] - No enabled 
>> GeoRSS
>> feeds found, poller will not run.
>> 2013-02-18 10:05:02,748 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/wcs] onto handler 'dispatcher'
>> 2013-02-18 10:05:02,748 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/wcs/**] onto handler 'dispatcher'
>> 2013-02-18 10:05:04,102 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/wfs/*] onto handler 'dispatcher'
>> 2013-02-18 10:05:04,102 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/TestWfsPost] onto handler 'wfsTestServlet'
>> 2013-02-18 10:05:04,102 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/wfs] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,485 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/wms/*] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,485 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/wms] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,636 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/kml] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,636 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/kml/*] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,638 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/animate] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,638 INFO [ows.OWSHandlerMapping] - Mapped URL 
>> path
>> [/animate/*] onto handler 'dispatcher'
>> 2013-02-18 10:05:08,731 WARN [geoserver.security] -
>> /var/lib/tomcat5/webapps/geoserver/data/security/masterpw.info [1] 
>> is a
>> security risk. Please read this file and remove it afterward
>> 2013-02-18 10:05:08,738 ERROR [[localhost].[/geoserver]] - Exception
>> sending context initialized event to listener instance of class
>> org.geoserver.platform.GeoServerContextLoaderListener
>> org.springframework.beans.factory.BeanCreationException: Error 
>> occured
>> reading security configuration; nested exception is
>> java.io.FileNotFoundException:
>> /usr/share/tomcat5/webapps/geoserver/data/security/config.xml (No 
>> such
>> file or directory)
>>          at
>> 
>> org.geoserver.security.GeoServerSecurityManager.onApplicationEvent(GeoServerSecurityManager.java:329)
>>          at
>> 
>> org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
>>          at
>> 
>> org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:324)
>>          at
>> 
>> org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:21)
>>          at
>> 
>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
>>          at
>> 
>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4212)
>>          at
>> 
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
>>          at
>> 
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
>>          at
>> 
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
>>          at
>> 
>> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:880)
>>          at
>> 
>> org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:732)
>>          at
>> 
>> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
>>          at
>> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1193)
>>          at
>> 
>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)
>>          at
>> 
>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
>>          at
>> 
>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
>>          at
>> org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
>>          at
>> 
>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
>>          at
>> 
>> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
>>          at
>> 
>> org.apache.catalina.core.StandardService.start(StandardService.java:448)
>>          at
>> 
>> org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
>>          at
>> org.apache.catalina.startup.Catalina.start(Catalina.java:552)
>>          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
>> Method)
>>          at
>> 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>          at
>> 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>          at java.lang.reflect.Method.invoke(Method.java:616)
>>          at
>> org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
>>          at
>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
>> Caused by: java.io.FileNotFoundException:
>> /usr/share/tomcat5/webapps/geoserver/data/security/config.xml (No 
>> such
>> file or directory)
>>          at java.io.FileInputStream.open(Native Method)
>>          at java.io.FileInputStream.<init>(FileInputStream.java:137)
>>          at
>> 
>> org.geoserver.security.GeoServerSecurityManager.loadConfigFile(GeoServerSecurityManager.java:2237)
>>          at
>> 
>> org.geoserver.security.GeoServerSecurityManager.loadConfigFile(GeoServerSecurityManager.java:2251)
>>          at
>> 
>> org.geoserver.security.GeoServerSecurityManager.loadSecurityConfig(GeoServerSecurityManager.java:2221)
>>          at
>> 
>> org.geoserver.security.GeoServerSecurityManager.init(GeoServerSecurityManager.java:403)
>>          at
>> 
>> org.geoserver.security.GeoServerSecurityManager.onApplicationEvent(GeoServerSecurityManager.java:322)
>>          ... 27 more
>> 2013-02-18 10:05:08,741 INFO [georss.GeoRSSPoller] - destroy() 
>> invoked
>> 2013-02-18 10:05:08,742 INFO [geowebcache.GeoWebCacheDispatcher] -
>> GeoWebCacheDispatcher.destroy() was invoked, shutting down.
>> 2013-02-18 10:05:08,746 INFO [diskquota.DiskQuotaMonitor] - Disk 
>> quota
>> monitor shutting down...
>> 2013-02-18 10:05:08,746 INFO [diskquota.DiskQuotaMonitor] - Shutting
>> down quota usage monitor...
>> 2013-02-18 10:05:08,746 INFO [diskquota.QuotaUpdatesMonitor] - 
>> Shutting
>> down quota usage monitor...
>> 2013-02-18 10:05:08,746 INFO [diskquota.QueuedQuotaUpdatesConsumer] 
>> -
>> Shutting down quota update background task due to 
>> InterruptedException
>> 2013-02-18 10:05:08,746 INFO [diskquota.DiskQuotaMonitor] - Shutting
>> down quota statistics gathering monitor...
>> 2013-02-18 10:05:08,747 INFO [diskquota.QueuedUsageStatsConsumer] -
>> Shutting down quota update background task due to interrupted 
>> exception
>> 2013-02-18 10:05:08,747 INFO [storage.BDBQuotaStore] - Requesting to
>> close quota store...
>> 2013-02-18 10:05:08,752 INFO [storage.BDBQuotaStore] - Quota store
>> closed.
>> 2013-02-18 10:05:08,752 INFO [seed.SeederThreadPoolExecutor] -
>> Initiating shut down for running and pending seed tasks...
>> 2013-02-18 10:05:08,752 INFO [seed.SeederThreadPoolExecutor] - 
>> Seeder
>> thread pool executor shut down complete.
>> 2013-02-18 10:05:08,753 INFO [storage.StorageBroker] - Destroying
>> StorageBroker
>> 2013-02-18 10:05:10,043 WARN [support.DisposableBeanAdapter] -
>> Invocation of destroy method failed on bean with name 
>> 'geoServerLoader':
>> org.springframework.beans.factory.BeanCreationNotAllowedException: 
>> Error
>> creating bean with name 'GWCLifeCycleHandler': Singleton bean 
>> creation
>> not allowed while the singletons of this factory are in destruction 
>> (Do
>> not request a bean from a BeanFactory in a destroy method
>> implementation!)
>>
>> I haven't found anything for this.
>> Can somebody help me?
>>
>> --
>> AJL
>>
>> 
>> ------------------------------------------------------------------------------
>> Symantec Endpoint Protection 12 positioned as A LEADER in The 
>> Forrester
>> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in 
>> the
>> endpoint security space. For insight on selecting the right partner 
>> to
>> tackle endpoint security challenges, access the full report.
>> http://p.sf.net/sfu/symantec-dev2dev [2]
>> _______________________________________________
>> Geoserver-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users [3]
>
>
>
> Links:
> ------
> [1] http://masterpw.info
> [2] http://p.sf.net/sfu/symantec-dev2dev
> [3] https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to