[Geoserver-users] Closing down GeoServer when building myself

How should I shut down GeoServer when I've built it myself?

Cheers,
Jon
--
View this message in context: http://www.nabble.com/Closing-down-GeoServer-when-building-myself-tp15587327p15587327.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

I usually just kill the process. If running jetty from command line a ctrl-C should do it, or from eclispe just right clicking on the process in the debug view and terminate.

Jon Britton wrote:

How should I shut down GeoServer when I've built it myself?

Cheers,
Jon

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

I was using Windows task manager to do it, but when I run it again I get
problems with locks being held on shapefiles and it won't load my postgis
data because it can't find the postgis database. It also keeps going on
about problems with java heap space. The first time I run it, none of this
happens and it seems to load up fine.

Another problem is that when it's running and I change something and need to
apply, GeoServer freezes.

Cheers,
Jon

jdeolive-2 wrote:

I usually just kill the process. If running jetty from command line a
ctrl-C should do it, or from eclispe just right clicking on the process
in the debug view and terminate.

Jon Britton wrote:

How should I shut down GeoServer when I've built it myself?

Cheers,
Jon

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Closing-down-GeoServer-when-building-myself-tp15587327p15590451.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Jon Britton ha scritto:

I was using Windows task manager to do it, but when I run it again I get
problems with locks being held on shapefiles and it won't load my postgis
data because it can't find the postgis database. It also keeps going on
about problems with java heap space. The first time I run it, none of this
happens and it seems to load up fine.

Another problem is that when it's running and I change something and need to
apply, GeoServer freezes.

All of this sounds very strange, I've never experienced anything like that... yet, I almost never run geoserver from the command line, I usually use the Start program included in the web module, and when I
want to stop it, I just kill the program.

Can you say again how are you starting GeoServer?
Cheers
Andrea

I'm running it from the web module with

mvn jetty:run -DGEOSERVER_DATA_DIR="D:\GeoServer 1.6.0-RC3\data_dir"

I'm trying again now, the following is a chronological list of my problems:

Running for the first time...

- I get "Exception in thread "Timer-1" java.lang.OutOfMemoryError: Java
heap space" but seems to still load up fine

Now I've changed the style of a layer and clicked "Apply". GeoServer is
trying to reload features...

- I get the postgis error:

20 Feb 16:37:28 INFO [geoserver.global] - Loading feature type
'osmuk:::coastlin
es' (layer 11/28)
20 Feb 16:37:28 WARN [geotools.data] - Postgis should be used, but could not
con
nect
org.geotools.data.DataSourceException: Connection test failed
        at
org.geotools.data.jdbc.datasource.DataSourceUtil.buildDefaultDataSour
ce(DataSourceUtil.java:122)
        at
org.geotools.data.postgis.PostgisDataStoreFactory.getDefaultDataSourc
e(PostgisDataStoreFactory.java:216)
        at
org.geotools.data.postgis.PostgisDataStoreFactory.createDataStore(Pos
tgisDataStoreFactory.java:193)
        at
org.geotools.data.DataStoreFinder.getDataStore(DataStoreFinder.java:1
10)
        at
org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.ja
va:67)
        at
org.vfny.geoserver.global.DataStoreInfo.getDataStore(DataStoreInfo.ja
va:207)
        at org.vfny.geoserver.global.Data.loadFeatureTypes(Data.java:557)
        at org.vfny.geoserver.global.Data.load(Data.java:238)
        at
org.vfny.geoserver.action.UpdateGSAction.updateGeoserver(UpdateGSActi
on.java:80)
        at
org.vfny.geoserver.action.UpdateGSAction.execute(UpdateGSAction.java:
48)
        at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)

        at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:431)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:236)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
6)
        at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445
)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
Handler.java:1050)
        at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCha
racterEncodingFilter.java:108)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
Handler.java:1041)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:264)
        at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(Filt
erSecurityInterceptor.java:107)
        at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Fi
lterSecurityInterceptor.java:72)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTra
nslationFilter.java:110)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFil
ter(AnonymousProcessingFilter.java:125)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(R
ememberMeProcessingFilter.java:142)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doF
ilter(SecurityContextHolderAwareRequestFilter.java:81)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProces
singFilter.java:217)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:1
06)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilte
r(HttpSessionContextIntegrationFilter.java:229)
        at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.java:274)
        at
org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.jav
a:148)
        at
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.j
ava:98)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
Handler.java:1041)
        at
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
Handler.java:1041)
        at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
        at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
Handler.java:1041)
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3
54)
        at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:2
26)
        at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:6
27)
        at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHand
lerCollection.java:149)
        at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.
java:123)
        at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1
41)
        at org.mortbay.jetty.Server.handle(Server.java:269)
        at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:43
0)
        at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo
nnection.java:687)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)
        at
org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.jav
a:270)
        at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool
.java:475)
Caused by: java.lang.IllegalStateException: Timer already cancelled.
        at java.util.Timer.sched(Timer.java:354)
        at java.util.Timer.schedule(Timer.java:222)
        at
org.apache.commons.pool.impl.GenericObjectPool.startEvictor(GenericOb
jectPool.java:1077)
        at
org.apache.commons.pool.impl.GenericObjectPool.setTimeBetweenEviction
RunsMillis(GenericObjectPool.java:652)
        at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSou
rce.java:1173)
        at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource
.java:880)
        at
org.geotools.data.jdbc.datasource.DataSourceUtil.buildDefaultDataSour
ce(DataSourceUtil.java:120)
        ... 59 more
20 Feb 16:37:28 ERROR [geoserver.global] - FeatureTypeInfo
osmuk:::coastlines ig
nored - as DataStore osmuk is disabled!

- Geoserver then continues to load other features, it seems to work, then
it freezes on:

20 Feb 16:37:44 INFO [geoserver.filters] - 127.0.0.1 "POST
/geoserver/admin/save
ToGeoServer.do" took 49780ms
20 Feb 16:37:44 INFO [geoserver.filters] - 127.0.0.1 "POST
/geoserver/admin/save
ToGeoServer.do" took 16312ms

- GeoServer then doesn't work, so I close java.exe using window task
manager and load GeoServer again. I get these problems...

20 Feb 16:41:32 INFO [geoserver.global] - Loading feature type
'woodland_invento
ry_sc:::up2000_s' (layer 27/28)
Exception in thread "Timer-1" java.lang.OutOfMemoryError: Java heap space
        at java.util.Hashtable.getEnumeration(Hashtable.java:544)
        at java.util.Hashtable.keys(Hashtable.java:229)
        at java.util.Properties.enumerate(Properties.java:1059)20 Feb
16:41:50 E
RROR [geoserver.global] - FeatureTypeInfo woodland_inventory_sc:::up2000_s
ignor
ed - as DataStore woodland_inventory_sc is disabled!

        at java.util.Properties.propertyNames(Properties.java:971)
20 Feb 16:41:50 INFO [geoserver.global] - Loading feature type
'woodland_invento
ry_wa:::up2000_w' (layer 28/28)
        at org.postgresql.Driver.connect(Driver.java:217)
        at
org.apache.commons.dbcp.DriverConnectionFactory.createConnection(Driv
erConnectionFactory.java:38)
        at
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(Poolable
ConnectionFactory.java:294)
        at
org.apache.commons.pool.impl.GenericObjectPool.addObject(GenericObjec
tPool.java:1059)
        at
org.apache.commons.pool.impl.GenericObjectPool.ensureMinIdle(GenericO
bjectPool.java:1040)
        at
org.apache.commons.pool.impl.GenericObjectPool.access$100(GenericObje
ctPool.java:128)
        at
org.apache.commons.pool.impl.GenericObjectPool$Evictor.run(GenericObj
ectPool.java:1117)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
20 Feb 16:41:54 ERROR [data.shapefile] - The following locker still has a
lock?
read on file:/D:/GeoServer
1.6.0-RC3/data_dir/data/woodland_inventory/up2000_s.s
hx by org.geotools.data.shapefile.shp.IndexFile
it was created with the following stack trace
org.geotools.data.shapefile.ShpFilesLocker$Trace: Locking file:/D:/GeoServer
1.6
.0-RC3/data_dir/data/woodland_inventory/up2000_s.shx for read by
org.geotools.da
ta.shapefile.shp.IndexFile in thread main
        at
org.geotools.data.shapefile.ShpFilesLocker.setTraceException(ShpFiles
Locker.java:40)
        at
org.geotools.data.shapefile.ShpFilesLocker.<init>(ShpFilesLocker.java
:19)
        at
org.geotools.data.shapefile.ShpFiles.acquireRead(ShpFiles.java:339)
        at
org.geotools.data.shapefile.ShpFiles.getReadChannel(ShpFiles.java:734
)
        at
org.geotools.data.shapefile.shp.IndexFile.<init>(IndexFile.java:78)
        at
org.geotools.data.shapefile.indexed.ShapeFileIndexer.buildQuadTree(Sh
apeFileIndexer.java:241)
        at
org.geotools.data.shapefile.indexed.ShapeFileIndexer.index(ShapeFileI
ndexer.java:175)
        at
org.geotools.data.shapefile.indexed.IndexedShapefileDataStore.buildQu
adTree(IndexedShapefileDataStore.java:968)
        at
org.geotools.data.shapefile.indexed.IndexedShapefileDataStore.createS
patialIndex(IndexedShapefileDataStore.java:217)
        at
org.geotools.data.shapefile.indexed.IndexedShapefileDataStore.<init>(
IndexedShapefileDataStore.java:195)
        at
org.geotools.data.shapefile.ShapefileDataStoreFactory.createDataStore
Instance(ShapefileDataStoreFactory.java:346)
        at
org.geotools.data.shapefile.ShapefileDataStoreFactory.createDataStore
(ShapefileDataStoreFactory.java:189)
        at
org.geotools.data.shapefile.ShapefileDataStoreFactory.createDataStore
(ShapefileDataStoreFactory.java:58)
        at
org.geotools.data.DataStoreFinder.getDataStore(DataStoreFinder.java:1
10)
        at
org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.ja
va:67)
        at
org.vfny.geoserver.global.DataStoreInfo.getDataStore(DataStoreInfo.ja
va:207)
        at org.vfny.geoserver.global.Data.loadFeatureTypes(Data.java:557)
        at org.vfny.geoserver.global.Data.load(Data.java:238)
        at org.vfny.geoserver.global.Data.<init>(Data.java:181)
        at org.vfny.geoserver.global.Data.<init>(Data.java:191)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:1
00)
        at
org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:75)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:669)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.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.BeanDefinitionValueResolver
.resolveReference(BeanDefinitionValueResolver.java:176)
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver
.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.resolveConstructorArguments(AbstractAutowireCapableBeanFactory.java:713)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:611)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.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.BeanDefinitionValueResolver
.resolveReference(BeanDefinitionValueResolver.java:176)
        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver
.resolveValueIfNecessary(BeanDefinitionValueResolver.java:105)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.resolveConstructorArguments(AbstractAutowireCapableBeanFactory.java:713)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:611)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.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.refres
h(AbstractApplicationContext.java:318)
        at
org.springframework.web.context.support.AbstractRefreshableWebApplica
tionContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
        at
org.springframework.web.context.ContextLoader.createWebApplicationCon
text(ContextLoader.java:230)
        at
org.springframework.web.context.ContextLoader.initWebApplicationConte
xt(ContextLoader.java:156)
        at
org.springframework.web.context.ContextLoaderListener.contextInitiali
zed(ContextLoaderListener.java:48)
        at
org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.
java:450)
        at
org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.jav
a: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(ContextHan
dlerCollection.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.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.
java:134)
        at
org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMo
jo.java:327)
        at
org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.
java:272)
        at
org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRu
nMojo.java:177)
        at
org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183
)
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:447)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:539)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
Goal(DefaultLifecycleExecutor.java:493)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:463)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:311)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:278)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
2008-02-20 16:41:55.821:/geoserver:INFO: Initializing WebApplicationContext
for
Struts ActionServlet 'action', module ''
2008-02-20 16:41:55.930::INFO: Started SelectChannelConnector @
0.0.0.0:8080
[INFO] Started Jetty Server

aaime wrote:

Jon Britton ha scritto:

I was using Windows task manager to do it, but when I run it again I get
problems with locks being held on shapefiles and it won't load my postgis
data because it can't find the postgis database. It also keeps going on
about problems with java heap space. The first time I run it, none of
this
happens and it seems to load up fine.

Another problem is that when it's running and I change something and need
to
apply, GeoServer freezes.

All of this sounds very strange, I've never experienced anything like
that... yet, I almost never run geoserver from the command line, I
usually use the Start program included in the web module, and when I
want to stop it, I just kill the program.

Can you say again how are you starting GeoServer?
Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Closing-down-GeoServer-when-building-myself-tp15587327p15591619.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Jon Britton ha scritto:

I'm running it from the web module with

mvn jetty:run -DGEOSERVER_DATA_DIR="D:\GeoServer 1.6.0-RC3\data_dir"

I'm trying again now, the following is a chronological list of my problems:

I've never seen any of them... so weird. What jdk are you using?
Cheers
Andrea

I'm not in work at the moment, but I'm pretty sure I'm using the latest JDK,
whichever that is. I'd test it here but my laptop just can't handle it!

It's very odd since there a number of error and they all seem to be quite
different :S

Jon

aaime wrote:

Jon Britton ha scritto:

I'm running it from the web module with

mvn jetty:run -DGEOSERVER_DATA_DIR="D:\GeoServer 1.6.0-RC3\data_dir"

I'm trying again now, the following is a chronological list of my
problems:

I've never seen any of them... so weird. What jdk are you using?
Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Closing-down-GeoServer-when-building-myself-tp15587327p15596043.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi Jon,

Strange indeed. My best guess is that the locking problems and memory are occurring because there are a bunch of rogue java processes running wild. I would ensure that all java processes are indeed dead, reboot if need be, and then start over. Run from the command line, kill the process, and ensure that it is indeed dead.

Jon Britton wrote:

I'm not in work at the moment, but I'm pretty sure I'm using the latest JDK,
whichever that is. I'd test it here but my laptop just can't handle it!

It's very odd since there a number of error and they all seem to be quite
different :S

Jon

aaime wrote:

Jon Britton ha scritto:

I'm running it from the web module with

mvn jetty:run -DGEOSERVER_DATA_DIR="D:\GeoServer 1.6.0-RC3\data_dir"

I'm trying again now, the following is a chronological list of my
problems:

I've never seen any of them... so weird. What jdk are you using?
Cheers
Andrea

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com