Re: [Geoserver-users] Geoserver freezes on start up

2020-03-10 Thread Emilio Lahr-Vivaz
You can extract the contents of the commons-vfs2 jar and see the version 
in some of the files under META-INF. Regardless, I believe you can 
safely replace it with the latest version of commons-vfs2. You might 
want to ask on the Accumulo mailing lists, as they will have more expertise.


Thanks,

Emilio

On 3/10/20 5:04 AM, Maria Krommyda wrote:

Hello,

The localhost is correct, I am running a small setup in one machine. I 
never had access from outside.

It was like that before the whole mess with the certbot.

Surprisingly enough the monitor also works just fine and shows no 
errors at the logs.


Is there any way to find what version of Apache commons I am using and 
which one is the right one for my Accumulo version?


Thank you very much for your time,
Maria.


Στις Δευτέρα, 9 Μαρτίου 2020, 04:03:51 μ.μ. EET, ο χρήστης Emilio 
Lahr-Vivaz  έγραψε:



Hello,

It seems like your connection to accumulo is not working correctly, 
and the attempt to read out your feature types when geoserver starts 
up is hanging. Can you access your accumulo cluster outside of 
geoserver? One thing that looks suspicious is the reference to 
'localhost' in your logs - generally in a distributed accumulo 
installation you would be connecting to full hostnames. There is also 
an Accumulo ticket referencing your 'files-cache' error that may 
provide insight: https://github.com/apache/accumulo/issues/933


Thanks,

Emilio

On 3/9/20 5:44 AM, Maria Krommyda via Geoserver-users wrote:
I am using Accumulo with Geomesa. But I am not starting/closing the 
Accumulo through their services.


Upon further trials I occasionally receive when starting Accumulo the 
following:


Exception in thread "Thread-2" java.lang.RuntimeException: No 
files-cache implementation set.
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.getCache(AbstractFileSystem.java:209)
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.getFileFromCache(AbstractFileSystem.java:222)
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:332)
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:317)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.resolveFile(AbstractFileObject.java:2007)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.resolveFiles(AbstractFileObject.java:2052)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1222)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.checkForNewChildren(DefaultFileMonitor.java:553)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.check(DefaultFileMonitor.java:667)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.access$200(DefaultFileMonitor.java:423)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor.run(DefaultFileMonitor.java:376)

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

And I  have found in the logs:
[impl.MasterClient] DEBUG:  Failed to connect to 
master=localhost:, will retry...
org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused (Connection refused)


Not sure what is causing it though.

Maria.



Στις Σάββατο, 7 Μαρτίου 2020, 03:29:36 π.μ. EET, ο χρήστης Jody 
Garnett   έγραψε:



Good that the approach is working.

How are you using Accumulo? Any idea why it is not stopping -
- If it is part of a web application that web application will need to 
disconnect its client when asked...
- If it is via GeoServer (say GeoMesa plugin) you should speak to that 
team and they can look into their "dispose" methods and ensure any 
Accumulo client is shutdown correctly.

--
Jody Garnett


On Fri, 6 Mar 2020 at 02:50, Maria Krommyda > wrote:


So I tried the jstack command and I got the attached file.

To my understanding the problem is with Accumulo (?). I did a
force shut down to the service and then started it again.

Nothing changed to the logs or the jstack command after that, though.


Maria.

Στις Παρασκευή, 6 Μαρτίου 2020, 07:04:27 π.μ. EET, ο χρήστης Jody
Garnett mailto:jody.garn...@gmail.com>>
έγραψε:


Get a print out of what java things it is doing. Maybe we can spot
what is stuck?

Look up the process id:

ps -ef | grep java

And then:

Ask nicely:
   jstack -l  >> threads.log

Or just interrupt:
   kill -QUIT 

--
Jody Garnett


On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users
mailto:geoserver-users@lists.sourceforge.net>> wrote:

Hello everyone,

I tried to renew my web page certificate (running on Tomcat
independently from the Geoserver (version 2.12.2)).

I used the auto-renew option for the certbot.

After that the Geoserver stopped starting.

It freezes after:
 WARN [util.NativeCodeLoader] - Unable to load native-hadoop
library for 

Re: [Geoserver-users] Geoserver freezes on start up

2020-03-10 Thread Maria Krommyda via Geoserver-users
 Hello,
The localhost is correct, I am running a small setup in one machine. I never 
had access from outside. It was like that before the whole mess with the 
certbot.
Surprisingly enough the monitor also works just fine and shows no errors at the 
logs. 
Is there any way to find what version of Apache commons I am using and which 
one is the right one for my Accumulo version?
Thank you very much for your time, Maria. 

Στις Δευτέρα, 9 Μαρτίου 2020, 04:03:51 μ.μ. EET, ο χρήστης Emilio 
Lahr-Vivaz  έγραψε:  
 
  Hello,
 
 It seems like your connection to accumulo is not working correctly, and the 
attempt to read out your feature types when geoserver starts up is hanging. Can 
you access your accumulo cluster outside of geoserver? One thing that looks 
suspicious is the reference to 'localhost' in your logs - generally in a 
distributed accumulo installation you would be connecting to full hostnames. 
There is also an Accumulo ticket referencing your 'files-cache' error that may 
provide insight: https://github.com/apache/accumulo/issues/933
 
 Thanks,
 
 Emilio
 
 On 3/9/20 5:44 AM, Maria Krommyda via Geoserver-users wrote:
  
 
 I am using Accumulo with Geomesa. But I am not starting/closing the Accumulo 
through their services.  
  Upon further trials I occasionally receive when starting Accumulo the 
following: 
Exception in thread "Thread-2" java.lang.RuntimeException: No files-cache 
implementation set.  
atorg.apache.commons.vfs2.provider.AbstractFileSystem.getCache(AbstractFileSystem.java:209)
  
atorg.apache.commons.vfs2.provider.AbstractFileSystem.getFileFromCache(AbstractFileSystem.java:222)
  
atorg.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:332)
  
atorg.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:317)
  
atorg.apache.commons.vfs2.provider.AbstractFileObject.resolveFile(AbstractFileObject.java:2007)
  
atorg.apache.commons.vfs2.provider.AbstractFileObject.resolveFiles(AbstractFileObject.java:2052)
  
atorg.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1222)
  
atorg.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.checkForNewChildren(DefaultFileMonitor.java:553)
  
atorg.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.check(DefaultFileMonitor.java:667)
  
atorg.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.access$200(DefaultFileMonitor.java:423)
  
atorg.apache.commons.vfs2.impl.DefaultFileMonitor.run(DefaultFileMonitor.java:376)
  at java.lang.Thread.run(Thread.java:748) 
  And I  have found in the logs:   [impl.MasterClient] DEBUG:  Failed to 
connect to master=localhost:, will retry...  
org.apache.thrift.transport.TTransportException: java.net.ConnectException: 
Connection refused (Connection refused) 
   Not sure what is causing it though. 
  Maria. 
   
  
  Στις Σάββατο, 7 Μαρτίου 2020, 03:29:36 π.μ. EET, ο χρήστης Jody Garnett 
 έγραψε:  
  
 Good that the approach is working. 
  How are you using Accumulo? Any idea why it is not stopping -  - If it is 
part of a web application that web application will need to disconnect its 
client when asked...
  - If it is via GeoServer (say GeoMesa plugin) you should speak to that team 
and they can look into their "dispose" methods and ensure any Accumulo client 
is shutdown correctly.   -- Jody Garnett  
   
   On Fri, 6 Mar 2020 at 02:50, Maria Krommyda  wrote:
  
   So I tried the jstack command and I got the attached file.  
  To my understanding the problem is with Accumulo (?). I did a force shut down 
to the service and then started it again.  
  Nothing changed to the logs or the jstack command after that, though.  
  
  Maria.  
  Στις Παρασκευή, 6 Μαρτίου 2020, 07:04:27 π.μ. EET, ο χρήστης Jody Garnett 
 έγραψε:  
  
   Get a print out of what java things it is doing. Maybe we can spot what 
is stuck? 
  Look up the process id: 
  ps -ef | grep java 
  And then: 
  Ask nicely:    jstack -l  >> threads.log  
  Or just interrupt:    kill -QUIT  
-- Jody Garnett  
 
   On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users 
 wrote:
  
   Hello everyone,  
  I tried to renew my web page certificate (running on Tomcat independently 
from the Geoserver (version 2.12.2)). 
  I used the auto-renew option for the certbot.  
  After that the Geoserver stopped starting.  
  It freezes after:     WARN [util.NativeCodeLoader] - Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable 
  There are no changes on the log up to that point or any other errors that I 
can find. 
   I tried to reverse the changes certbot made, including uninstalling it, 
deleting its files and reinstalling apache2 but nothing seems to work.  
  Any ideas are more than welcome.  
  Best regards,  Maria.   ___
 Geoserver-users mailing list
 
 Please make sure 

Re: [Geoserver-users] Geoserver freezes on start up

2020-03-09 Thread Emilio Lahr-Vivaz

Hello,

It seems like your connection to accumulo is not working correctly, and 
the attempt to read out your feature types when geoserver starts up is 
hanging. Can you access your accumulo cluster outside of geoserver? One 
thing that looks suspicious is the reference to 'localhost' in your logs 
- generally in a distributed accumulo installation you would be 
connecting to full hostnames. There is also an Accumulo ticket 
referencing your 'files-cache' error that may provide insight: 
https://github.com/apache/accumulo/issues/933


Thanks,

Emilio

On 3/9/20 5:44 AM, Maria Krommyda via Geoserver-users wrote:
I am using Accumulo with Geomesa. But I am not starting/closing the 
Accumulo through their services.


Upon further trials I occasionally receive when starting Accumulo the 
following:


Exception in thread "Thread-2" java.lang.RuntimeException: No 
files-cache implementation set.
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.getCache(AbstractFileSystem.java:209)
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.getFileFromCache(AbstractFileSystem.java:222)
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:332)
at 
org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:317)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.resolveFile(AbstractFileObject.java:2007)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.resolveFiles(AbstractFileObject.java:2052)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1222)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.checkForNewChildren(DefaultFileMonitor.java:553)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.check(DefaultFileMonitor.java:667)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.access$200(DefaultFileMonitor.java:423)
at 
org.apache.commons.vfs2.impl.DefaultFileMonitor.run(DefaultFileMonitor.java:376)

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

And I  have found in the logs:
[impl.MasterClient] DEBUG:  Failed to connect to 
master=localhost:, will retry...
org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused (Connection refused)


Not sure what is causing it though.

Maria.



Στις Σάββατο, 7 Μαρτίου 2020, 03:29:36 π.μ. EET, ο χρήστης Jody 
Garnett  έγραψε:



Good that the approach is working.

How are you using Accumulo? Any idea why it is not stopping -
- If it is part of a web application that web application will need to 
disconnect its client when asked...
- If it is via GeoServer (say GeoMesa plugin) you should speak to that 
team and they can look into their "dispose" methods and ensure any 
Accumulo client is shutdown correctly.

--
Jody Garnett


On Fri, 6 Mar 2020 at 02:50, Maria Krommyda > wrote:


So I tried the jstack command and I got the attached file.

To my understanding the problem is with Accumulo (?). I did a
force shut down to the service and then started it again.

Nothing changed to the logs or the jstack command after that, though.


Maria.

Στις Παρασκευή, 6 Μαρτίου 2020, 07:04:27 π.μ. EET, ο χρήστης Jody
Garnett mailto:jody.garn...@gmail.com>>
έγραψε:


Get a print out of what java things it is doing. Maybe we can spot
what is stuck?

Look up the process id:

ps -ef | grep java

And then:

Ask nicely:
   jstack -l  >> threads.log

Or just interrupt:
   kill -QUIT 

--
Jody Garnett


On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users
mailto:geoserver-users@lists.sourceforge.net>> wrote:

Hello everyone,

I tried to renew my web page certificate (running on Tomcat
independently from the Geoserver (version 2.12.2)).

I used the auto-renew option for the certbot.

After that the Geoserver stopped starting.

It freezes after:
 WARN [util.NativeCodeLoader] - Unable to load native-hadoop
library for your platform... using builtin-java classes where
applicable

There are no changes on the log up to that point or any other
errors that I can find.

I tried to reverse the changes certbot made, including
uninstalling it, deleting its files and reinstalling apache2
but nothing seems to work.

Any ideas are more than welcome.

Best regards,
Maria.
___
Geoserver-users mailing list

Please make sure you read the following two resources before
posting to this list:
- Earning your support instead of buying it, but Ian Turton:
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines:
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an 

Re: [Geoserver-users] Geoserver freezes on start up

2020-03-09 Thread Maria Krommyda via Geoserver-users
 I am using Accumulo with Geomesa. But I am not starting/closing the Accumulo 
through their services. 
Upon further trials I occasionally receive when starting Accumulo the following:
Exception in thread "Thread-2" java.lang.RuntimeException: No files-cache 
implementation set. at 
org.apache.commons.vfs2.provider.AbstractFileSystem.getCache(AbstractFileSystem.java:209)
 at 
org.apache.commons.vfs2.provider.AbstractFileSystem.getFileFromCache(AbstractFileSystem.java:222)
 at 
org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:332)
 at 
org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:317)
 at 
org.apache.commons.vfs2.provider.AbstractFileObject.resolveFile(AbstractFileObject.java:2007)
 at 
org.apache.commons.vfs2.provider.AbstractFileObject.resolveFiles(AbstractFileObject.java:2052)
 at 
org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:1222)
 at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.checkForNewChildren(DefaultFileMonitor.java:553)
 at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.check(DefaultFileMonitor.java:667)
 at 
org.apache.commons.vfs2.impl.DefaultFileMonitor$FileMonitorAgent.access$200(DefaultFileMonitor.java:423)
 at 
org.apache.commons.vfs2.impl.DefaultFileMonitor.run(DefaultFileMonitor.java:376)
 at java.lang.Thread.run(Thread.java:748)
And I  have found in the logs:[impl.MasterClient] DEBUG:  Failed to connect to 
master=localhost:, will retry... 
org.apache.thrift.transport.TTransportException: java.net.ConnectException: 
Connection refused (Connection refused)
Not sure what is causing it though.
Maria.


Στις Σάββατο, 7 Μαρτίου 2020, 03:29:36 π.μ. EET, ο χρήστης Jody Garnett 
 έγραψε:  
 
 Good that the approach is working.
How are you using Accumulo? Any idea why it is not stopping - - If it is part 
of a web application that web application will need to disconnect its client 
when asked...
- If it is via GeoServer (say GeoMesa plugin) you should speak to that team and 
they can look into their "dispose" methods and ensure any Accumulo client is 
shutdown correctly.--Jody Garnett

On Fri, 6 Mar 2020 at 02:50, Maria Krommyda  wrote:

 So I tried the jstack command and I got the attached file. 
To my understanding the problem is with Accumulo (?). I did a force shut down 
to the service and then started it again. 
Nothing changed to the logs or the jstack command after that, though. 

Maria. 
Στις Παρασκευή, 6 Μαρτίου 2020, 07:04:27 π.μ. EET, ο χρήστης Jody Garnett 
 έγραψε:  
 
 Get a print out of what java things it is doing. Maybe we can spot what is 
stuck?
Look up the process id:
ps -ef | grep java
And then:
Ask nicely:   jstack -l  >> threads.log 
Or just interrupt:   kill -QUIT 
--Jody Garnett

On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users 
 wrote:

Hello everyone, 
I tried to renew my web page certificate (running on Tomcat independently from 
the Geoserver (version 2.12.2)).
I used the auto-renew option for the certbot. 
After that the Geoserver stopped starting. 
It freezes after:  WARN [util.NativeCodeLoader] - Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
There are no changes on the log up to that point or any other errors that I can 
find.
I tried to reverse the changes certbot made, including uninstalling it, 
deleting its files and reinstalling apache2 but nothing seems to work. 
Any ideas are more than welcome. 
Best regards, Maria. ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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

  
  ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Geoserver freezes on start up

2020-03-06 Thread Jody Garnett
Good that the approach is working.

How are you using Accumulo? Any idea why it is not stopping -
- If it is part of a web application that web application will need to
disconnect its client when asked...
- If it is via GeoServer (say GeoMesa plugin) you should speak to that team
and they can look into their "dispose" methods and ensure any Accumulo
client is shutdown correctly.
--
Jody Garnett


On Fri, 6 Mar 2020 at 02:50, Maria Krommyda  wrote:

> So I tried the jstack command and I got the attached file.
>
> To my understanding the problem is with Accumulo (?). I did a force shut
> down to the service and then started it again.
>
> Nothing changed to the logs or the jstack command after that, though.
>
>
> Maria.
>
> Στις Παρασκευή, 6 Μαρτίου 2020, 07:04:27 π.μ. EET, ο χρήστης Jody Garnett <
> jody.garn...@gmail.com> έγραψε:
>
>
> Get a print out of what java things it is doing. Maybe we can spot what is
> stuck?
>
> Look up the process id:
>
> ps -ef | grep java
>
> And then:
>
> Ask nicely:
>jstack -l  >> threads.log
>
> Or just interrupt:
>kill -QUIT 
>
> --
> Jody Garnett
>
>
> On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users <
> geoserver-users@lists.sourceforge.net> wrote:
>
> Hello everyone,
>
> I tried to renew my web page certificate (running on Tomcat independently
> from the Geoserver (version 2.12.2)).
>
> I used the auto-renew option for the certbot.
>
> After that the Geoserver stopped starting.
>
> It freezes after:
>  WARN [util.NativeCodeLoader] - Unable to load native-hadoop library for
> your platform... using builtin-java classes where applicable
>
> There are no changes on the log up to that point or any other errors that
> I can find.
>
> I tried to reverse the changes certbot made, including uninstalling it,
> deleting its files and reinstalling apache2 but nothing seems to work.
>
> Any ideas are more than welcome.
>
> Best regards,
> Maria.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Geoserver freezes on start up

2020-03-06 Thread Maria Krommyda via Geoserver-users
 So I tried the jstack command and I got the attached file. 
To my understanding the problem is with Accumulo (?). I did a force shut down 
to the service and then started it again. 
Nothing changed to the logs or the jstack command after that, though. 

Maria. 
Στις Παρασκευή, 6 Μαρτίου 2020, 07:04:27 π.μ. EET, ο χρήστης Jody Garnett 
 έγραψε:  
 
 Get a print out of what java things it is doing. Maybe we can spot what is 
stuck?
Look up the process id:
ps -ef | grep java
And then:
Ask nicely:   jstack -l  >> threads.log 
Or just interrupt:   kill -QUIT 
--Jody Garnett

On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users 
 wrote:

Hello everyone, 
I tried to renew my web page certificate (running on Tomcat independently from 
the Geoserver (version 2.12.2)).
I used the auto-renew option for the certbot. 
After that the Geoserver stopped starting. 
It freezes after:  WARN [util.NativeCodeLoader] - Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
There are no changes on the log up to that point or any other errors that I can 
find.
I tried to reverse the changes certbot made, including uninstalling it, 
deleting its files and reinstalling apache2 but nothing seems to work. 
Any ideas are more than welcome. 
Best regards, Maria. ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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

  

threads.log
Description: Binary data
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Geoserver freezes on start up

2020-03-05 Thread Jody Garnett
Get a print out of what java things it is doing. Maybe we can spot what is
stuck?

Look up the process id:

ps -ef | grep java

And then:

Ask nicely:
   jstack -l  >> threads.log

Or just interrupt:
   kill -QUIT 

--
Jody Garnett


On Thu, 5 Mar 2020 at 07:07, Maria Krommyda via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hello everyone,
>
> I tried to renew my web page certificate (running on Tomcat independently
> from the Geoserver (version 2.12.2)).
>
> I used the auto-renew option for the certbot.
>
> After that the Geoserver stopped starting.
>
> It freezes after:
>  WARN [util.NativeCodeLoader] - Unable to load native-hadoop library for
> your platform... using builtin-java classes where applicable
>
> There are no changes on the log up to that point or any other errors that
> I can find.
>
> I tried to reverse the changes certbot made, including uninstalling it,
> deleting its files and reinstalling apache2 but nothing seems to work.
>
> Any ideas are more than welcome.
>
> Best regards,
> Maria.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Geoserver freezes on start up

2020-03-05 Thread Maria Krommyda via Geoserver-users
Hello everyone, 
I tried to renew my web page certificate (running on Tomcat independently from 
the Geoserver (version 2.12.2)).
I used the auto-renew option for the certbot. 
After that the Geoserver stopped starting. 
It freezes after:  WARN [util.NativeCodeLoader] - Unable to load native-hadoop 
library for your platform... using builtin-java classes where applicable
There are no changes on the log up to that point or any other errors that I can 
find.
I tried to reverse the changes certbot made, including uninstalling it, 
deleting its files and reinstalling apache2 but nothing seems to work. 
Any ideas are more than welcome. 
Best regards, Maria. ___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-19 Thread Uwe Seher
Hi all!
Thank you for your help, I will follow your hints in the future.
We just decided do build our repository from scratch to remove some other
flaws in the structure and do a clean-up in the same procedure. Along with
this, we did an update of the whole machine including bringimg some client
applications to an actual state. This had to be done since a long time, so
it does not hurt very much. Most of the data is in a postgis database, so
the most work is reorganizing the data and coping the existing styles. So
we have a clean and shiny new datastore in the next days.
But along with this i have a following question, just for learning some
issues in the tomcat-world.
The old tomcat-installation ran on top of the oracle-jdk (installed by the
system), which i haven't found on the system. The only jdk i found was the
openjdk/Icedtea-jdk. On the new system, tomcat 9  runs on IcedTea from
scratch. After reading the internet about my problem, i found some hints,
that the i.e. strong encryption used by the different jdks are not the same
and maybe there are some other differences. My theory now is, that while
running an automatic update, someting changed in the underlying jdks. Maybe
Suse didn't want to be sued by oracle or something else, i do not
understand. When i restarted the tomcat these days, the problems popped up
because of the different jdks.
As you see, i am no java/tomcat expert, so my question here is, what
happend here, can this happen again and how can i handle it (in a growing
infrastructure without doing everything from scratch)? Any link or hint
would be helpful to understand this.
Thank you very much
Uwe Seher

Am Do., 13. Juni 2019 um 08:24 Uhr schrieb Andrea Aime <
andrea.a...@geo-solutions.it>:

> Hi Uwe,
> the logs you shared are part of the shutdown and you'll find them in any
> case, even when the startup succeeded.
> Can you share a full log of a failing startup, from the beginning?
>
> Cheers
> Andrea
>
> On Wed, Jun 5, 2019 at 5:09 PM Uwe Seher  wrote:
>
>> Hello group!
>> At the moment i have a hard problem. After a restart of my running
>> tomcat8 the geoserver-application (2.11) did not start up. some other
>> applications (geonetwork, jasper) run as good as before. After that i did
>> an update to 2.15.1, whicht starts up with a clean data-directory. When i
>> copy my old data-dir in the new installation, it does not start up again.
>>
>> in the catalina-log are the following lines, which i think descripbe the
>> error, but i am not able to understand what they want to tell me. Somewhere
>> else i found a reference to the encrytion used (
>> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
>> but i wanted to ask  someone before i do something weird. The whole logfile
>> can be delievered also.
>>
>> So please, can someone tell me, what happened here?
>>
>> Thanks in advance
>>
>> Uwe Seher
>>
>> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
>> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
>> The web application [geoserver] created a ThreadLocal with key of type
>> [java.lang.ThreadLocal] (value [j
>> ava.lang.ThreadLocal@437d4b79]) and a value of type
>> [org.springframework.security.core.context.SecurityContextImpl] (value
>> [org.springframework.security.core.context.SecurityContextImpl@:
>> Null authentication]) but failed to remov
>> e it when the web application was stopped. Threads are going to be
>> renewed over time to try and avoid a probable memory leak.
>>
>> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
>> java.util.prefs.FileSystemPreferences$1.run Couldn't create user
>> preferences directory. User preferences are unusable.
>>
>> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
>> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
>> file or directory
>>
>> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
>> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
>> The web application [geoserver] created a ThreadLocal with key of type
>> [java.lang.ThreadLocal] (value [j
>> ava.lang.ThreadLocal@286a76ba]) and a value of type
>> [org.geotools.referencing.operation.projection.TransverseMercator.Provider]
>> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
>> the web application was stopped. Thr
>> eads are going to be renewed over time to try and avoid a probable memory
>> leak.
>>
>> 05-Jun-2019 16:21:35.916 INFO [Finalizer]
>> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading
>> Illegal access: this web application instance has been stopped already.
>> Could not load [org.geotools.metadata.i18n.Lo
>> ggings]. The following stack trace is thrown for debugging purposes as
>> well as to attempt to terminate the thread which caused the illegal access.
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the 

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-13 Thread Andrea Aime
Hi Uwe,
the logs you shared are part of the shutdown and you'll find them in any
case, even when the startup succeeded.
Can you share a full log of a failing startup, from the beginning?

Cheers
Andrea

On Wed, Jun 5, 2019 at 5:09 PM Uwe Seher  wrote:

> Hello group!
> At the moment i have a hard problem. After a restart of my running tomcat8
> the geoserver-application (2.11) did not start up. some other applications
> (geonetwork, jasper) run as good as before. After that i did an update to
> 2.15.1, whicht starts up with a clean data-directory. When i copy my old
> data-dir in the new installation, it does not start up again.
>
> in the catalina-log are the following lines, which i think descripbe the
> error, but i am not able to understand what they want to tell me. Somewhere
> else i found a reference to the encrytion used (
> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
> but i wanted to ask  someone before i do something weird. The whole logfile
> can be delievered also.
>
> So please, can someone tell me, what happened here?
>
> Thanks in advance
>
> Uwe Seher
>
> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@437d4b79]) and a value of type
> [org.springframework.security.core.context.SecurityContextImpl] (value
> [org.springframework.security.core.context.SecurityContextImpl@:
> Null authentication]) but failed to remov
> e it when the web application was stopped. Threads are going to be renewed
> over time to try and avoid a probable memory leak.
>
> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run Couldn't create user
> preferences directory. User preferences are unusable.
>
> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
> file or directory
>
> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@286a76ba]) and a value of type
> [org.geotools.referencing.operation.projection.TransverseMercator.Provider]
> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
> the web application was stopped. Thr
> eads are going to be renewed over time to try and avoid a probable memory
> leak.
>
> 05-Jun-2019 16:21:35.916 INFO [Finalizer]
> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading
> Illegal access: this web application instance has been stopped already.
> Could not load [org.geotools.metadata.i18n.Lo
> ggings]. The following stack trace is thrown for debugging purposes as
> well as to attempt to terminate the thread which caused the illegal access.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 

Regards, Andrea Aime == GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime
@geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054
Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339
8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it
--- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by 

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Vera Green
That's a good suggestion.  Easier to change the config file than to move
backups back and forth which is what I did.
Vera

On Wed, Jun 12, 2019 at 6:49 PM Humphries, Graham (StateGrowth) <
graham.humphr...@stategrowth.tas.gov.au> wrote:

> Just to add my 2c worth
>
>
>
> Don’t install your data files into the
> /tomcat/webapps/geoserver/data directory. Host your data
> elsewhere on the file system.
>
>
>
> You can change the value for GEOSERVER_DATA_DIR in the web.xml file in
> /tomcat/webapps/geoserver/WEB-INF directory to point to this
> location.
>
>
>
> Eg:
>
>
>
>GEOSERVER_DATA_DIR
>
> /opt/spatial/geoserver/data
>
> 
>
>
>
> This way you can:
>
> · Install your new instance of Geoserver and check that it works.
>
> · Stop Geoserver
>
> · Change the web.xml file as outlined above
>
> · Start Geoserver.
>
>
>
> All your data should now be available
>
>
>
> *From:* Vera Green [mailto:vera.green...@gmail.com]
> *Sent:* Thursday, 13 June 2019 10:02 AM
> *To:* Uwe Seher 
> *Cc:* GeoServer Mailing List List 
> *Subject:* Re: [Geoserver-users] Geoserver does not start up again after
> tomcat-restart
>
>
>
> I have had a similar issue migrating from a much older GeoServer version
> to a new one and my solution was to NOT migrate the data folder in it's
> entirety but instead to migrate only some components.  I won't pretend to
> understand the underlying issue but it fixed it for me.  The components I
> migrated resulted in me having all of the important stuff in the new
> GeoServer version and a running GeoServer. I migrated the following in the
> order specified:
>
>- workspaces
>- security
>- styles
>
> If you want to try this here are the steps:
>
>1.  shut down tomcat
>2. go to your freshly installed data folder
>(your_tomcat/webapps/geoserver/data)
>3. mv -rf fullpath_to_your_backup/workspaces/* workspaces/.
>4. mv -rf fullpath_to_your_backup/security/*  security/.
>5. mv -rf fullpath_to_your_backup/styles/*   styles/.
>6. cd ..
>7. chown -R tomcat:tomcat data
>8. restart tomcat
>
> Hope this helps,
> Vera
>
>
>
> On Wed, Jun 5, 2019 at 9:03 AM Uwe Seher  wrote:
>
> Hello group!
> At the moment i have a hard problem. After a restart of my running tomcat8
> the geoserver-application (2.11) did not start up. some other applications
> (geonetwork, jasper) run as good as before. After that i did an update to
> 2.15.1, whicht starts up with a clean data-directory. When i copy my old
> data-dir in the new installation, it does not start up again.
>
> in the catalina-log are the following lines, which i think descripbe the
> error, but i am not able to understand what they want to tell me. Somewhere
> else i found a reference to the encrytion used (
> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
> but i wanted to ask  someone before i do something weird. The whole logfile
> can be delievered also.
>
>
>
> So please, can someone tell me, what happened here?
>
>
>
> Thanks in advance
>
>
>
> Uwe Seher
>
>
>
> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@437d4b79]) and a value of type
> [org.springframework.security.core.context.SecurityContextImpl] (value
> [org.springframework.security.core.context.SecurityContextImpl@:
> Null authentication]) but failed to remov
> e it when the web application was stopped. Threads are going to be renewed
> over time to try and avoid a probable memory leak.
>
> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run Couldn't create user
> preferences directory. User preferences are unusable.
>
> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
> file or directory
>
> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@286a76ba]) and a value of type
> [org.geotools.referencing.operation.projection.TransverseMercator.Provider]
> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
> the web application was stopped. Thr
> 

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Humphries, Graham (StateGrowth)
Just to add my 2c worth

Don’t install your data files into the /tomcat/webapps/geoserver/data 
directory. Host your data elsewhere on the file system.

You can change the value for GEOSERVER_DATA_DIR in the web.xml file in 
/tomcat/webapps/geoserver/WEB-INF directory to point to this location.

Eg:
   
   GEOSERVER_DATA_DIR
/opt/spatial/geoserver/data


This way you can:

· Install your new instance of Geoserver and check that it works.

· Stop Geoserver

· Change the web.xml file as outlined above

· Start Geoserver.


All your data should now be available

From: Vera Green [mailto:vera.green...@gmail.com]
Sent: Thursday, 13 June 2019 10:02 AM
To: Uwe Seher 
Cc: GeoServer Mailing List List 
Subject: Re: [Geoserver-users] Geoserver does not start up again after 
tomcat-restart

I have had a similar issue migrating from a much older GeoServer version to a 
new one and my solution was to NOT migrate the data folder in it's entirety but 
instead to migrate only some components.  I won't pretend to understand the 
underlying issue but it fixed it for me.  The components I migrated resulted in 
me having all of the important stuff in the new GeoServer version and a running 
GeoServer. I migrated the following in the order specified:

  *   workspaces
  *   security
  *   styles
If you want to try this here are the steps:

  1.   shut down tomcat
  2.  go to your freshly installed data folder 
(your_tomcat/webapps/geoserver/data)
  3.  mv -rf fullpath_to_your_backup/workspaces/* workspaces/.
  4.  mv -rf fullpath_to_your_backup/security/*  security/.
  5.  mv -rf fullpath_to_your_backup/styles/*   styles/.
  6.  cd ..
  7.  chown -R tomcat:tomcat data
  8.  restart tomcat
Hope this helps,
Vera

On Wed, Jun 5, 2019 at 9:03 AM Uwe Seher 
mailto:uwe.se...@gmail.com>> wrote:
Hello group!
At the moment i have a hard problem. After a restart of my running tomcat8 the 
geoserver-application (2.11) did not start up. some other applications 
(geonetwork, jasper) run as good as before. After that i did an update to 
2.15.1, whicht starts up with a clean data-directory. When i copy my old 
data-dir in the new installation, it does not start up again.
in the catalina-log are the following lines, which i think descripbe the error, 
but i am not able to understand what they want to tell me. Somewhere else i 
found a reference to the encrytion used 
(http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
 but i wanted to ask  someone before i do something weird. The whole logfile 
can be delievered also.

So please, can someone tell me, what happened here?

Thanks in advance

Uwe Seher

05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1] 
org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks 
The web application [geoserver] created a ThreadLocal with key of type 
[java.lang.ThreadLocal] (value [j
ava.lang.ThreadLocal@437d4b79<mailto:ava.lang.ThreadLocal@437d4b79>]) and a 
value of type [org.springframework.security.core.context.SecurityContextImpl] 
(value [org.springframework.security.core.context.SecurityContextImpl@: 
Null authentication]) but failed to remov
e it when the web application was stopped. Threads are going to be renewed over 
time to try and avoid a probable memory leak.

05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1] 
java.util.prefs.FileSystemPreferences$1.run Couldn't create user preferences 
directory. User preferences are unusable.

05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1] 
java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such file 
or directory

05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1] 
org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks 
The web application [geoserver] created a ThreadLocal with key of type 
[java.lang.ThreadLocal] (value [j
ava.lang.ThreadLocal@286a76ba<mailto:ava.lang.ThreadLocal@286a76ba>]) and a 
value of type 
[org.geotools.referencing.operation.projection.TransverseMercator.Provider] 
(value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when the 
web application was stopped. Thr
eads are going to be renewed over time to try and avoid a probable memory leak.

05-Jun-2019 16:21:35.916 INFO [Finalizer] 
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading 
Illegal access: this web application instance has been stopped already. Could 
not load [org.geotools.metadata.i18n.Lo
ggings]. The following stack trace is thrown for debugging purposes as well as 
to attempt to terminate the thread which caused the illegal access.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guide

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Vera Green
I have had a similar issue migrating from a much older GeoServer version to
a new one and my solution was to NOT migrate the data folder in it's
entirety but instead to migrate only some components.  I won't pretend to
understand the underlying issue but it fixed it for me.  The components I
migrated resulted in me having all of the important stuff in the new
GeoServer version and a running GeoServer. I migrated the following in the
order specified:

   - workspaces
   - security
   - styles

If you want to try this here are the steps:

   1.  shut down tomcat
   2. go to your freshly installed data folder
   (your_tomcat/webapps/geoserver/data)
   3. mv -rf fullpath_to_your_backup/workspaces/* workspaces/.
   4. mv -rf fullpath_to_your_backup/security/*  security/.
   5. mv -rf fullpath_to_your_backup/styles/*   styles/.
   6. cd ..
   7. chown -R tomcat:tomcat data
   8. restart tomcat

Hope this helps,
Vera

On Wed, Jun 5, 2019 at 9:03 AM Uwe Seher  wrote:

> Hello group!
> At the moment i have a hard problem. After a restart of my running tomcat8
> the geoserver-application (2.11) did not start up. some other applications
> (geonetwork, jasper) run as good as before. After that i did an update to
> 2.15.1, whicht starts up with a clean data-directory. When i copy my old
> data-dir in the new installation, it does not start up again.
>
> in the catalina-log are the following lines, which i think descripbe the
> error, but i am not able to understand what they want to tell me. Somewhere
> else i found a reference to the encrytion used (
> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
> but i wanted to ask  someone before i do something weird. The whole logfile
> can be delievered also.
>
> So please, can someone tell me, what happened here?
>
> Thanks in advance
>
> Uwe Seher
>
> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@437d4b79]) and a value of type
> [org.springframework.security.core.context.SecurityContextImpl] (value
> [org.springframework.security.core.context.SecurityContextImpl@:
> Null authentication]) but failed to remov
> e it when the web application was stopped. Threads are going to be renewed
> over time to try and avoid a probable memory leak.
>
> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run Couldn't create user
> preferences directory. User preferences are unusable.
>
> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
> file or directory
>
> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@286a76ba]) and a value of type
> [org.geotools.referencing.operation.projection.TransverseMercator.Provider]
> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
> the web application was stopped. Thr
> eads are going to be renewed over time to try and avoid a probable memory
> leak.
>
> 05-Jun-2019 16:21:35.916 INFO [Finalizer]
> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading
> Illegal access: this web application instance has been stopped already.
> Could not load [org.geotools.metadata.i18n.Lo
> ggings]. The following stack trace is thrown for debugging purposes as
> well as to attempt to terminate the thread which caused the illegal access.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 

[Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-05 Thread Uwe Seher
Hello group!
At the moment i have a hard problem. After a restart of my running tomcat8
the geoserver-application (2.11) did not start up. some other applications
(geonetwork, jasper) run as good as before. After that i did an update to
2.15.1, whicht starts up with a clean data-directory. When i copy my old
data-dir in the new installation, it does not start up again.

in the catalina-log are the following lines, which i think descripbe the
error, but i am not able to understand what they want to tell me. Somewhere
else i found a reference to the encrytion used (
http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
but i wanted to ask  someone before i do something weird. The whole logfile
can be delievered also.

So please, can someone tell me, what happened here?

Thanks in advance

Uwe Seher

05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
The web application [geoserver] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [j
ava.lang.ThreadLocal@437d4b79]) and a value of type
[org.springframework.security.core.context.SecurityContextImpl] (value
[org.springframework.security.core.context.SecurityContextImpl@:
Null authentication]) but failed to remov
e it when the web application was stopped. Threads are going to be renewed
over time to try and avoid a probable memory leak.

05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
java.util.prefs.FileSystemPreferences$1.run Couldn't create user
preferences directory. User preferences are unusable.

05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
file or directory

05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
The web application [geoserver] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [j
ava.lang.ThreadLocal@286a76ba]) and a value of type
[org.geotools.referencing.operation.projection.TransverseMercator.Provider]
(value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
the web application was stopped. Thr
eads are going to be renewed over time to try and avoid a probable memory
leak.

05-Jun-2019 16:21:35.916 INFO [Finalizer]
org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading
Illegal access: this web application instance has been stopped already.
Could not load [org.geotools.metadata.i18n.Lo
ggings]. The following stack trace is thrown for debugging purposes as well
as to attempt to terminate the thread which caused the illegal access.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces( > 3h )

2016-12-19 Thread shshin
Dear Andrea, 

Thanks for this. 

My colleagues have tested nightly build version with 3,000 layers from just one 
data store and got the results like this. It took around 3 minutes and 40 
seconds as opposed to 20 minutes with old GeoServer 2.10. It seems there’s much 
improvement. 

However my team also found that it took only 20 seconds in loading 9,000 layers 
with GeoServer 2.8.x without GWC. As you pointed out, we also found that 
there’s something wrong in GWC, so my team recompiled GeoServer 2.8.x without 
GWC to increase loading speed. And got the drastically reduced loading time to 
only 20 seconds. 

One interesting result is that when we removed GWC from nightly build version, 
the loading time was almost the same as nightly version’s with GWC. 

In short, the loading speed has been improved much with nightly version, 
however still there’s something to be improved. We’ll also dig into it. 

Kind regards, 
신상희 드림 
---
Shin, Sanghee
Gaia3D, Inc. - The GeoSpatial Company
http://www.gaia3d.com 

보낸 사람: Andrea Aime
보낸 날짜: 2016년 12월 19일 월요일 오전 4:59
받는 사람: Jaroslav Urik
참조: geoserver-users@lists.sourceforge.net
제목: Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces( > 3h 
)

On Sun, Dec 18, 2016 at 6:57 PM, Jaroslav Urik <jarda.u...@gmail.com> wrote:
Hi Andrea,
 
sorry for this late answer, I was AFK on vacation for last 14 days.
I would like to thank you for all this work you have done!
I am really looking forward to testing this

One of the two pull requests is still pending review, I guess nobody is worried
and I'll move on with merging it. This one is about having many stores (probably
more or your case).

The other one was about loading with many layers but few stores instead,
and got merged already, you can try it out using a nightly build, or just wait
for the 2.10.1 release (should be a few days).

Generally speaking best to try out early on a nightly build, when the release 
is out,
it's out, and then next one from the same series is going to be in two months

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime 
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i 
file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo 
è consentito esclusivamente al destinatario del messaggio, per le finalità 
indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne 
il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di 
procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro 
sistema. Conservare il messaggio stesso, divulgarlo anche in parte, 
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, 
costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
 
The information in this message and/or attachments, is intended solely for the 
attention and use of the named addressee(s) and may be confidential or 
proprietary in nature or covered by the provisions of privacy act (Legislative 
Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in 
accord with its purpose, any disclosure, reproduction, copying, distribution, 
or either dissemination, either whole or partial, is strictly forbidden except 
previous formal approval of the named addressee(s). If you are not the intended 
recipient, please contact immediately the sender by telephone, fax or e-mail 
and delete the information in this message that has been received in error. The 
sender does not give any warranty or accept liability as the content, accuracy 
or completeness of sent messages and accepts no responsibility  for changes 
made after they were sent or for other risks which arise as a result of e-mail 
transmission, viruses, etc.

---

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-18 Thread Andrea Aime
On Sun, Dec 18, 2016 at 6:57 PM, Jaroslav Urik  wrote:

> Hi Andrea,
>
> sorry for this late answer, I was AFK on vacation for last 14 days.
> I would like to thank you for all this work you have done!
> I am really looking forward to testing this
>

One of the two pull requests is still pending review, I guess nobody is
worried
and I'll move on with merging it. This one is about having many stores
(probably
more or your case).

The other one was about loading with many layers but few stores instead,
and got merged already, you can try it out using a nightly build, or just
wait
for the 2.10.1 release (should be a few days).

Generally speaking best to try out early on a nightly build, when the
release is out,
it's out, and then next one from the same series is going to be in two
months

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-18 Thread Jaroslav Urik
Hi Andrea,

sorry for this late answer, I was AFK on vacation for last 14 days.
I would like to thank you for all this work you have done!
I am really looking forward to testing this

Thank you very much and have a nice Christmas =)

Kind regards,

Jaroslav



On Sat, Dec 10, 2016 at 11:40 AM Andrea Aime <andrea.a...@geo-solutions.it>
wrote:

> Hi,
> for those interested, I've prepared a couple of pull requests to deal with
> these issues. Not sure
> when they are going to land on 2.10 and 2.9, right now they are pending
> review:
> https://github.com/geoserver/geoserver/pull/1999
> https://github.com/geoserver/geoserver/pull/2008
>
> Cheers
> Andrea
>
>
> On Tue, Dec 6, 2016 at 12:26 PM, Andrea Aime <andrea.a...@geo-solutions.it
> > wrote:
>
> I'm afraid this won't help as the code I've discovered is in the GWC
> integration and independent of
> how the storage is setup.
> The only way to get rid of it without changing the code would be to remove
> all gwc jars from GeoServer (which is btw completely feasible, if one does
> not need caching/WMTS)
>
> Cheers
> Andrea
>
> On Mon, Dec 5, 2016 at 8:46 PM, kweis...@harris.com <kweis...@harris.com>
> wrote:
>
> I haven’t tested this in a while, but we experienced this problem in the
> past and discovered that using the JDBC-Config plugin (from community
> modules) resolved the issue.  There is an initial hit during the first run
> with JDBC-Config enabled as it reads every resource file, validates it, and
> then inserts into the database, but then on subsequent startups the system
> is ready almost instantaneously.
>
> Kevin M. Weiss
> Software Engineer
> CRITICAL NETWORKS / HARRIS CORPORATION
> harris.com  / kevin.we...@harris.com
>
>
> From: Jaroslav Urik [mailto:jarda.u...@gmail.com]
> Sent: Thursday, December 01, 2016 8:30 AM
> To: Julian Hollingbery <jul...@northtech.dk>;
> geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] GeoServer Slow to Start with Lots of
> Namespaces ( > 3h )
>
> Yes, that might solve it, but I do not know how to achieve this.. Also I
> hope that geonetwork just check if file exist and does not read the whole
> file..
>
> On Thu, Dec 1, 2016 at 3:09 PM Julian Hollingbery <jul...@northtech.dk>
> wrote:
> … or possibly running these checks in parallel?
>
> Fra: Jaroslav Urik [mailto:jarda.u...@gmail.com]
> Sendt: 1. december 2016 14:36
> Til: geoserver-users@lists.sourceforge.net
> Emne: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces (
> > 3h )
>
> Hi,
> I have the same problem as described in [1] -- I am running GeoServer
> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
> very long time to start - about 3-4 hours.
> The problem seems to be in that GeoServer is checking all of those
> resources one by one each time it starts..
> My question is: Is there any way to disable these checks? Or do them only
> one a month or so?
> Or is there any other solution?
> It is quite annoying when server needs to be restarted and people are
> waiting for it..
>
> Thanks in advance
>
> Jaroslav Urik
>
>
> [1]
> http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-td5068101.html
>
> --
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
>
> --
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313 <+39%200584%20962313>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarl

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-10 Thread Andrea Aime
Hi,
for those interested, I've prepared a couple of pull requests to deal with
these issues. Not sure
when they are going to land on 2.10 and 2.9, right now they are pending
review:
https://github.com/geoserver/geoserver/pull/1999
https://github.com/geoserver/geoserver/pull/2008

Cheers
Andrea


On Tue, Dec 6, 2016 at 12:26 PM, Andrea Aime <andrea.a...@geo-solutions.it>
wrote:

> I'm afraid this won't help as the code I've discovered is in the GWC
> integration and independent of
> how the storage is setup.
> The only way to get rid of it without changing the code would be to remove
> all gwc jars from GeoServer (which is btw completely feasible, if one does
> not need caching/WMTS)
>
> Cheers
> Andrea
>
> On Mon, Dec 5, 2016 at 8:46 PM, kweis...@harris.com <kweis...@harris.com>
> wrote:
>
>> I haven’t tested this in a while, but we experienced this problem in the
>> past and discovered that using the JDBC-Config plugin (from community
>> modules) resolved the issue.  There is an initial hit during the first run
>> with JDBC-Config enabled as it reads every resource file, validates it, and
>> then inserts into the database, but then on subsequent startups the system
>> is ready almost instantaneously.
>>
>> Kevin M. Weiss
>> Software Engineer
>> CRITICAL NETWORKS / HARRIS CORPORATION
>> harris.com  / kevin.we...@harris.com
>>
>>
>> From: Jaroslav Urik [mailto:jarda.u...@gmail.com]
>> Sent: Thursday, December 01, 2016 8:30 AM
>> To: Julian Hollingbery <jul...@northtech.dk>;
>> geoserver-users@lists.sourceforge.net
>> Subject: Re: [Geoserver-users] GeoServer Slow to Start with Lots of
>> Namespaces ( > 3h )
>>
>> Yes, that might solve it, but I do not know how to achieve this.. Also I
>> hope that geonetwork just check if file exist and does not read the whole
>> file..
>>
>> On Thu, Dec 1, 2016 at 3:09 PM Julian Hollingbery <jul...@northtech.dk>
>> wrote:
>> … or possibly running these checks in parallel?
>>
>> Fra: Jaroslav Urik [mailto:jarda.u...@gmail.com]
>> Sendt: 1. december 2016 14:36
>> Til: geoserver-users@lists.sourceforge.net
>> Emne: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces (
>> > 3h )
>>
>> Hi,
>> I have the same problem as described in [1] -- I am running GeoServer
>> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
>> very long time to start - about 3-4 hours.
>> The problem seems to be in that GeoServer is checking all of those
>> resources one by one each time it starts..
>> My question is: Is there any way to disable these checks? Or do them only
>> one a month or so?
>> Or is there any other solution?
>> It is quite annoying when server needs to be restarted and people are
>> waiting for it..
>>
>> Thanks in advance
>>
>> Jaroslav Urik
>>
>>
>> [1] http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-
>> with-Lots-of-Namespaces-td5068101.html
>> 
>> --
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
>
> --
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313 <+39%200584%20962313>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
>
>
> The information in this message and/or attachments, is inte

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-06 Thread Andrea Aime
I'm afraid this won't help as the code I've discovered is in the GWC
integration and independent of
how the storage is setup.
The only way to get rid of it without changing the code would be to remove
all gwc jars from GeoServer (which is btw completely feasible, if one does
not need caching/WMTS)

Cheers
Andrea

On Mon, Dec 5, 2016 at 8:46 PM, kweis...@harris.com <kweis...@harris.com>
wrote:

> I haven’t tested this in a while, but we experienced this problem in the
> past and discovered that using the JDBC-Config plugin (from community
> modules) resolved the issue.  There is an initial hit during the first run
> with JDBC-Config enabled as it reads every resource file, validates it, and
> then inserts into the database, but then on subsequent startups the system
> is ready almost instantaneously.
>
> Kevin M. Weiss
> Software Engineer
> CRITICAL NETWORKS / HARRIS CORPORATION
> harris.com  / kevin.we...@harris.com
>
>
> From: Jaroslav Urik [mailto:jarda.u...@gmail.com]
> Sent: Thursday, December 01, 2016 8:30 AM
> To: Julian Hollingbery <jul...@northtech.dk>; geoserver-users@lists.
> sourceforge.net
> Subject: Re: [Geoserver-users] GeoServer Slow to Start with Lots of
> Namespaces ( > 3h )
>
> Yes, that might solve it, but I do not know how to achieve this.. Also I
> hope that geonetwork just check if file exist and does not read the whole
> file..
>
> On Thu, Dec 1, 2016 at 3:09 PM Julian Hollingbery <jul...@northtech.dk>
> wrote:
> … or possibly running these checks in parallel?
>
> Fra: Jaroslav Urik [mailto:jarda.u...@gmail.com]
> Sendt: 1. december 2016 14:36
> Til: geoserver-users@lists.sourceforge.net
> Emne: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces (
> > 3h )
>
> Hi,
> I have the same problem as described in [1] -- I am running GeoServer
> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
> very long time to start - about 3-4 hours.
> The problem seems to be in that GeoServer is checking all of those
> resources one by one each time it starts..
> My question is: Is there any way to disable these checks? Or do them only
> one a month or so?
> Or is there any other solution?
> It is quite annoying when server needs to be restarted and people are
> waiting for it..
>
> Thanks in advance
>
> Jaroslav Urik
>
>
> [1] http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-
> Start-with-Lots-of-Namespaces-td5068101.html
> 
> --
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-05 Thread kweis...@harris.com
I haven’t tested this in a while, but we experienced this problem in the past 
and discovered that using the JDBC-Config plugin (from community modules) 
resolved the issue.  There is an initial hit during the first run with 
JDBC-Config enabled as it reads every resource file, validates it, and then 
inserts into the database, but then on subsequent startups the system is ready 
almost instantaneously.  

Kevin M. Weiss
Software Engineer
CRITICAL NETWORKS / HARRIS CORPORATION
harris.com  / kevin.we...@harris.com


From: Jaroslav Urik [mailto:jarda.u...@gmail.com] 
Sent: Thursday, December 01, 2016 8:30 AM
To: Julian Hollingbery <jul...@northtech.dk>; 
geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces 
( > 3h )

Yes, that might solve it, but I do not know how to achieve this.. Also I hope 
that geonetwork just check if file exist and does not read the whole file..

On Thu, Dec 1, 2016 at 3:09 PM Julian Hollingbery <jul...@northtech.dk> wrote:
… or possibly running these checks in parallel?
 
Fra: Jaroslav Urik [mailto:jarda.u...@gmail.com] 
Sendt: 1. december 2016 14:36
Til: geoserver-users@lists.sourceforge.net
Emne: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )
 
Hi, 
I have the same problem as described in [1] -- I am running GeoServer under 
Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes very long 
time to start - about 3-4 hours. 
The problem seems to be in that GeoServer is checking all of those resources 
one by one each time it starts..
My question is: Is there any way to disable these checks? Or do them only one a 
month or so? 
Or is there any other solution?
It is quite annoying when server needs to be restarted and people are waiting 
for it..
 
Thanks in advance
 
Jaroslav Urik
 
 
[1] 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-td5068101.html
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces( > 3h )

2016-12-04 Thread Andrea Aime
Oook, think I've found it... yesterday I thought the startup was complete,
but I was wrong (was late, got tired).
In the trailing end of the startup GWC there is a check verifying that each
vector layer has as geometry
column (in other terms, that it's not geometryless).

This triggers the computation of the table structure for each and every
layer, taking ages and keeping
the database really busy for a long time.

Unfortunately I cannot talk with the original developer adding this code as
he left, but it seems to me
that a geometryless layer should not be allowed caching at creation time,
and verification at startup
time should be useless.

I was not involved in reviewing the original pull request, I'll check with
the ones that had a look at it:
https://github.com/geoserver/geoserver/pull/837

Cheers
Andrea


On Sat, Dec 3, 2016 at 9:55 PM, Andrea Aime <andrea.a...@geo-solutions.it>
wrote:

> Hi,
> I've tried to setup locally an artificial test case with lots of layers,
> checking if by any chance it's just that
> which is making things "bad".
> Local setup:
>
>- GeoServer development series (2.11.x)
>- Postgresql/Postgis
>- One store, one database
>- 1 layers, each one with its own style
>
>
> - Startup time: 21:45:20
> - All layers, store and styles loaded at 21:45:43
> - Startup complete at 21:45:59
> > total startup time, less than 30 seconds
>
> Now, by this I'm inclined to assume the issue is with having not a lot of
> layers, but a lot of stores,
> and the sanity check that GeoServer does when loading the store (there are
> none for the layers per se).
> The thing is, there is nothing new about these checks, they have been
> there for 10+ years.. it
> may be that what we do during this check has become more expensive
> recently.
>
> But it also points out clearly that a random setup with lots of layers
> does not incurs in the slow
> startup, and there is a need for more details on how to reproduce.
>
> Please everybody involved, share:
>
>- Version of GeoServer that starts fast, version that starts slow
>- How many workspaces
>- How many stores per workspace, and which type. Is there any type
>that feels slower than others?
>- If the store has the schema configured, or left blank
>- When configuring a new layer out of the store, how many tables are
>showing up?
>
>
> Cheers
> Andrea
>
>
> On Fri, Dec 2, 2016 at 2:53 AM, <shs...@gaia3d.com> wrote:
>
>> Hi Andrea,
>>
>>
>>
>> I filed a ticket since I think this symptom is very similar to the one I
>> posted a couple of days ago. I talked with Andy who experienced similar
>> issue but found no solution. Hope this get fixed soon.
>>
>>
>>
>> Warm regards,
>>
>> 신상희 드림
>>
>> [1] https://osgeo-org.atlassian.net/browse/GEOS-7884
>>
>> ---
>> Shin, Sanghee
>> Gaia3D, Inc. - The GeoSpatial Company
>> http://www.gaia3d.com
>>
>>
>>
>> *보낸 사람: *Andrea Aime <andrea.a...@geo-solutions.it>
>> *보낸 날짜: *2016년 12월 2일 금요일 오전 9:49
>> *받는 사람: *Jaroslav Urik <jarda.u...@gmail.com>
>> *참조: *GeoServer Mailing List List <geoserver-users@lists.sourceforge.net>
>> *제목: *Re: [Geoserver-users] GeoServer Slow to Start with Lots of
>> Namespaces( > 3h )
>>
>>
>>
>> Hi,
>>
>> we don't know why it's happening but you're not the first to report it.
>>
>> I already asked in vain for someone to report a ticket with some details
>> at https://osgeo-org.atlassian.net/projects/GEOS/issues ?
>>
>> If there is no bug report, for sure nobody will look into it when the
>> monthly bug fix code sprint comes (if there is it's still no guarantee,
>>
>> but at least a chance).
>>
>>
>>
>> Cheers
>>
>> Andrea
>>
>>
>>
>> On Thu, Dec 1, 2016 at 2:36 PM, Jaroslav Urik <jarda.u...@gmail.com>
>> wrote:
>>
>> Hi,
>>
>> I have the same problem as described in [1] -- I am running GeoServer
>> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
>> very long time to start - about 3-4 hours.
>>
>> The problem seems to be in that GeoServer is checking all of those
>> resources one by one each time it starts..
>>
>> My question is: Is there any way to disable these checks? Or do them only
>> one a month or so?
>>
>> Or is there any other solution?
>>
>> It is quite annoying when server needs to be restarted and people are
>> waiting for it..
>>
>>
>>
>> Thanks in advance
>&

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces( > 3h )

2016-12-03 Thread Andrea Aime
Hi,
I've tried to setup locally an artificial test case with lots of layers,
checking if by any chance it's just that
which is making things "bad".
Local setup:

   - GeoServer development series (2.11.x)
   - Postgresql/Postgis
   - One store, one database
   - 1 layers, each one with its own style


- Startup time: 21:45:20
- All layers, store and styles loaded at 21:45:43
- Startup complete at 21:45:59
> total startup time, less than 30 seconds

Now, by this I'm inclined to assume the issue is with having not a lot of
layers, but a lot of stores,
and the sanity check that GeoServer does when loading the store (there are
none for the layers per se).
The thing is, there is nothing new about these checks, they have been there
for 10+ years.. it
may be that what we do during this check has become more expensive recently.

But it also points out clearly that a random setup with lots of layers does
not incurs in the slow
startup, and there is a need for more details on how to reproduce.

Please everybody involved, share:

   - Version of GeoServer that starts fast, version that starts slow
   - How many workspaces
   - How many stores per workspace, and which type. Is there any type that
   feels slower than others?
   - If the store has the schema configured, or left blank
   - When configuring a new layer out of the store, how many tables are
   showing up?


Cheers
Andrea


On Fri, Dec 2, 2016 at 2:53 AM, <shs...@gaia3d.com> wrote:

> Hi Andrea,
>
>
>
> I filed a ticket since I think this symptom is very similar to the one I
> posted a couple of days ago. I talked with Andy who experienced similar
> issue but found no solution. Hope this get fixed soon.
>
>
>
> Warm regards,
>
> 신상희 드림
>
> [1] https://osgeo-org.atlassian.net/browse/GEOS-7884
>
> ---
> Shin, Sanghee
> Gaia3D, Inc. - The GeoSpatial Company
> http://www.gaia3d.com
>
>
>
> *보낸 사람: *Andrea Aime <andrea.a...@geo-solutions.it>
> *보낸 날짜: *2016년 12월 2일 금요일 오전 9:49
> *받는 사람: *Jaroslav Urik <jarda.u...@gmail.com>
> *참조: *GeoServer Mailing List List <geoserver-users@lists.sourceforge.net>
> *제목: *Re: [Geoserver-users] GeoServer Slow to Start with Lots of
> Namespaces( > 3h )
>
>
>
> Hi,
>
> we don't know why it's happening but you're not the first to report it.
>
> I already asked in vain for someone to report a ticket with some details
> at https://osgeo-org.atlassian.net/projects/GEOS/issues ?
>
> If there is no bug report, for sure nobody will look into it when the
> monthly bug fix code sprint comes (if there is it's still no guarantee,
>
> but at least a chance).
>
>
>
> Cheers
>
> Andrea
>
>
>
> On Thu, Dec 1, 2016 at 2:36 PM, Jaroslav Urik <jarda.u...@gmail.com>
> wrote:
>
> Hi,
>
> I have the same problem as described in [1] -- I am running GeoServer
> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
> very long time to start - about 3-4 hours.
>
> The problem seems to be in that GeoServer is checking all of those
> resources one by one each time it starts..
>
> My question is: Is there any way to disable these checks? Or do them only
> one a month or so?
>
> Or is there any other solution?
>
> It is quite annoying when server needs to be restarted and people are
> waiting for it..
>
>
>
> Thanks in advance
>
>
>
> Jaroslav Urik
>
>
>
>
>
> [1] http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-
> Start-with-Lots-of-Namespaces-td5068101.html
>
>
> 
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
>
> http://goo.gl/it488V for more information.
>
> ==
>
>
>
> Ing. Andrea Aime
>
> @geowolf
>
> Technical Lead
>
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
>
> phone: +39 0584 962313 <+39%200584%20962313>
>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
>
>
> http://www.geo-solutions.it
>
> http://twitter.com/geosolutions_it
>
>
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso.

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces( > 3h )

2016-12-01 Thread shshin
Hi Andrea, 

I filed a ticket since I think this symptom is very similar to the one I posted 
a couple of days ago. I talked with Andy who experienced similar issue but 
found no solution. Hope this get fixed soon. 

Warm regards, 
신상희 드림 

[1] https://osgeo-org.atlassian.net/browse/GEOS-7884 
---
Shin, Sanghee
Gaia3D, Inc. - The GeoSpatial Company
http://www.gaia3d.com 

보낸 사람: Andrea Aime
보낸 날짜: 2016년 12월 2일 금요일 오전 9:49
받는 사람: Jaroslav Urik
참조: GeoServer Mailing List List
제목: Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces( > 3h 
)

Hi,
we don't know why it's happening but you're not the first to report it.
I already asked in vain for someone to report a ticket with some details at 
https://osgeo-org.atlassian.net/projects/GEOS/issues ?
If there is no bug report, for sure nobody will look into it when the monthly 
bug fix code sprint comes (if there is it's still no guarantee,
but at least a chance).

Cheers
Andrea

On Thu, Dec 1, 2016 at 2:36 PM, Jaroslav Urik <jarda.u...@gmail.com> wrote:
Hi, 
I have the same problem as described in [1] -- I am running GeoServer under 
Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes very long 
time to start - about 3-4 hours. 
The problem seems to be in that GeoServer is checking all of those resources 
one by one each time it starts..
My question is: Is there any way to disable these checks? Or do them only one a 
month or so? 
Or is there any other solution?
It is quite annoying when server needs to be restarted and people are waiting 
for it..

Thanks in advance

Jaroslav Urik


[1] 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-td5068101.html

--

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




-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime 
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i 
file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo 
è consentito esclusivamente al destinatario del messaggio, per le finalità 
indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne 
il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di 
procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro 
sistema. Conservare il messaggio stesso, divulgarlo anche in parte, 
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, 
costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
 
The information in this message and/or attachments, is intended solely for the 
attention and use of the named addressee(s) and may be confidential or 
proprietary in nature or covered by the provisions of privacy act (Legislative 
Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in 
accord with its purpose, any disclosure, reproduction, copying, distribution, 
or either dissemination, either whole or partial, is strictly forbidden except 
previous formal approval of the named addressee(s). If you are not the intended 
recipient, please contact immediately the sender by telephone, fax or e-mail 
and delete the information in this message that has been received in error. The 
sender does not give any warranty or accept liability as the content, accuracy 
or completeness of sent messages and accepts no responsibility  for changes 
made after they were sent or for other risks which arise as a result of e-mail 
transmission, viruses, etc.

---

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-01 Thread Andrea Aime
On Thu, Dec 1, 2016 at 2:36 PM, Jaroslav Urik  wrote:

> Hi,
> I have the same problem as described in [1] -- I am running GeoServer
> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
> very long time to start - about 3-4 hours.
> The problem seems to be in that GeoServer is checking all of those
> resources one by one each time it starts..
> My question is: Is there any way to disable these checks? Or do them only
> one a month or so?
>

Btw, forgot about this part. The checks cannot be disabled right now, they
are there to protect the capabilites
document generation (that used to fail if only one layer/store was
misconfigured).
Now we have an option to make the caps document generation "tolerant", if
one layer fails it will still go on skipping it,
but there is no setting to disable the startup checks yet.

We'd need to write some code to control that, a new settings in the global
server options. Please open a ticket
https://osgeo-org.atlassian.net/projects/GEOS/summary requesting that
functionality.

Still, 65k layers should not take that long, even with the checks how
many workspaces and stores do you have?

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

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


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-01 Thread Andrea Aime
Hi,
we don't know why it's happening but you're not the first to report it.
I already asked in vain for someone to report a ticket with some details at
https://osgeo-org.atlassian.net/projects/GEOS/issues ?
If there is no bug report, for sure nobody will look into it when the
monthly bug fix code sprint comes (if there is it's still no guarantee,
but at least a chance).

Cheers
Andrea

On Thu, Dec 1, 2016 at 2:36 PM, Jaroslav Urik  wrote:

> Hi,
> I have the same problem as described in [1] -- I am running GeoServer
> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
> very long time to start - about 3-4 hours.
> The problem seems to be in that GeoServer is checking all of those
> resources one by one each time it starts..
> My question is: Is there any way to disable these checks? Or do them only
> one a month or so?
> Or is there any other solution?
> It is quite annoying when server needs to be restarted and people are
> waiting for it..
>
> Thanks in advance
>
> Jaroslav Urik
>
>
> [1] http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-
> Start-with-Lots-of-Namespaces-td5068101.html
>
> 
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

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


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-01 Thread Jaroslav Urik
Yes, that might solve it, but I do not know how to achieve this.. Also I
hope that geonetwork just check if file exist and does not read the whole
file..

On Thu, Dec 1, 2016 at 3:09 PM Julian Hollingbery <jul...@northtech.dk>
wrote:

> … or possibly running these checks in parallel?
>
>
>
> *Fra:* Jaroslav Urik [mailto:jarda.u...@gmail.com]
> *Sendt:* 1. december 2016 14:36
> *Til:* geoserver-users@lists.sourceforge.net
> *Emne:* [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces
> ( > 3h )
>
>
>
> Hi,
>
> I have the same problem as described in [1] -- I am running GeoServer
> under Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes
> very long time to start - about 3-4 hours.
>
> The problem seems to be in that GeoServer is checking all of those
> resources one by one each time it starts..
>
> My question is: Is there any way to disable these checks? Or do them only
> one a month or so?
>
> Or is there any other solution?
>
> It is quite annoying when server needs to be restarted and people are
> waiting for it..
>
>
>
> Thanks in advance
>
>
>
> Jaroslav Urik
>
>
>
>
>
> [1]
> http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-td5068101.html
>
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-01 Thread Julian Hollingbery
… or possibly running these checks in parallel?

Fra: Jaroslav Urik [mailto:jarda.u...@gmail.com]
Sendt: 1. december 2016 14:36
Til: geoserver-users@lists.sourceforge.net
Emne: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

Hi,
I have the same problem as described in [1] -- I am running GeoServer under 
Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes very long 
time to start - about 3-4 hours.
The problem seems to be in that GeoServer is checking all of those resources 
one by one each time it starts..
My question is: Is there any way to disable these checks? Or do them only one a 
month or so?
Or is there any other solution?
It is quite annoying when server needs to be restarted and people are waiting 
for it..

Thanks in advance

Jaroslav Urik


[1] 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-td5068101.html
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer Slow to Start with Lots of Namespaces ( > 3h )

2016-12-01 Thread Jaroslav Urik
Hi,
I have the same problem as described in [1] -- I am running GeoServer under
Tomcat with a lot of georeferenced maps ( about 65 000 ) and it takes very
long time to start - about 3-4 hours.
The problem seems to be in that GeoServer is checking all of those
resources one by one each time it starts..
My question is: Is there any way to disable these checks? Or do them only
one a month or so?
Or is there any other solution?
It is quite annoying when server needs to be restarted and people are
waiting for it..

Thanks in advance

Jaroslav Urik


[1]
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-td5068101.html
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start as daemon

2015-12-11 Thread brandon
Ian,
 You are correct. The script is /etc/init.d/geoserver with execute.

Brandon

On 2015-12-11 03:30, Ian Turton wrote:
> Where did you save the geoserver script? I'd expect it (on an ubuntu
> based machine anyway) to be called geoserver and be stored in
> /etc/init.d with execute permissions.
> 
> Ian
> 
> On 11 December 2015 at 06:49, Brandon @ Trending Geek
>  wrote:
> 
>> I setup geoserver to run as a daemon per the documentation. Below is
>> a copy of my geoserver file located in init.d. I have ensure the
>> permissions are set on the file. When I run service geoserver start
>> here is the error i receive.
>> 
>> root@vps61716:/usr/share/geoserver/logs# service geoserver start
>> Failed to start geoserver.service: Unit geoserver.service failed to
>> load: No such file or directory.
>> 
>> When I start it using the startup.sh I have no issues.
>> 
>> 
>> 
>> #! /bin/sh
>> ### BEGIN INIT INFO
>> # Provides: geoserver
>> # Required-Start: $local_fs $remote_fs
>> # Required-Stop: $local_fs $remote_fs
>> # Default-Start: 2 3 4 5
>> # Default-Stop: S 0 1 6
>> # Short-Description: GeoServer OGC server
>> ### END INIT INFO
>> 
>> # Author: Lennart Jütte 
>> 
>> # Geoserver configuration - use /etc/default/geoserver to override
>> these vars
>> # user that shall run GeoServer
>> USER=geoserver
>> GEOSERVER_DATA_DIR=/usr/share/geoserver/data_dir
>> GEOSERVER_HOME=/usr/share/geoserver
>> 
>> PATH=/usr/sbin:/usr/bin:/sbin:/bin
>> DESC="GeoServer daemon"
>> NAME=geoserver
>> JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
>> JAVA_OPTS="-Xms128m -Xmx512m"
>> DAEMON="$JAVA_HOME/bin/java"
>> PIDFILE=/var/run/$NAME.pid
>> SCRIPTNAME=/etc/init.d/$NAME
>> 
>> # Read configuration variable file if it is present
>> [ -r /etc/default/$NAME ] && . /etc/default/$NAME
>> 
>> DAEMON_ARGS="$JAVA_OPTS $DEBUG_OPTS
>> -DGEOSERVER_DATA_DIR=$GEOSERVER_DATA_DIR -Djava.awt.headless=true
>> -jar start.jar"
>> 
>> # Load the VERBOSE setting and other rcS variables
>> [ -f /etc/default/rcS ] && . /etc/default/rcS
>> 
>> # Define LSB log_* functions.
>> # Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
>> . /lib/lsb/init-functions
>> 
>> do_start(){
>> 
>> # Return
>> # 0 if daemon has been started
>> # 1 if daemon was already running
>> # 2 if daemon could not be started
>> 
>> start-stop-daemon --start --pidfile $PIDFILE --make-pidfile
>> --chuid $USER --chdir $GEOSERVER_HOME
>> -b --test --exec $DAEMON -- $DAEMON_ARGS > /dev/null
>> || return 1
>> 
>> start-stop-daemon --start --pidfile $PIDFILE --make-pidfile
>> --chuid $USER --chdir $GEOSERVER_HOME
>> -b --exec $DAEMON -- $DAEMON_ARGS
>> || return 2
>> }
>> 
>> do_stop(){
>> 
>> # Return
>> # 0 if daemon has been stopped
>> # 1 if daemon was already stopped
>> # 2 if daemon could not be stopped
>> # other if a failure occurred
>> 
>> start-stop-daemon --stop --pidfile $PIDFILE
>> --user $USER
>> --retry=TERM/30/KILL/5
>> 
>> RETVAL="$?"
>> [ "$RETVAL" = 2 ] && return 2
>> 
>> # Many daemons don't delete their pidfiles when they exit.
>> rm -f $PIDFILE
>> return "$RETVAL"
>> 
>> }
>> 
>> case "$1" in
>> start)
>> [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
>> do_start
>> case "$?" in
>> 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
>> 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
>> esac
>> ;;
>> stop)
>> [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
>> do_stop
>> case "$?" in
>> 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
>> 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
>> esac
>> ;;
>> restart|force-reload)
>> log_daemon_msg "Restarting $DESC" "$NAME"
>> do_stop
>> case "$?" in
>> 0|1)
>> do_start
>> case "$?" in
>> 0) log_end_msg 0 ;;
>> 1) log_end_msg 1 ;; # Old process is still running
>> *) log_end_msg 1 ;; # Failed to start
>> esac
>> ;;
>> *)
>> # Failed to stop
>> log_end_msg 1
>> ;;
>> esac
>> ;;
>> *)
>> #echo "Usage: $SCRIPTNAME
>> {start|stop|restart|reload|force-reload}" >&2
>> echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
>> exit 3
>> ;;
>> esac
>> 
>> :
>> 
>> 
> --
>> 
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users [1]
> 
> --
> 
> Ian Turton
> 
> 
> Links:
> --
> [1] https://lists.sourceforge.net/lists/listinfo/geoserver-users


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


Re: [Geoserver-users] Geoserver fails to start as daemon

2015-12-11 Thread Ian Turton
Where did you save the geoserver script? I'd expect it (on an ubuntu based
machine anyway) to be called geoserver and be stored in /etc/init.d with
execute permissions.

Ian

On 11 December 2015 at 06:49, Brandon @ Trending Geek <
bran...@trendinggeek.com> wrote:

> I setup geoserver to run as a daemon per the documentation. Below is a
> copy of my geoserver file located in init.d. I have ensure the permissions
> are set on the file. When I run service geoserver start here is the error i
> receive.
>
> root@vps61716:/usr/share/geoserver/logs# service geoserver start
> Failed to start geoserver.service: Unit geoserver.service failed to load:
> No such file or directory.
>
> When I start it using the startup.sh I have no issues.
>
> 
>
> #! /bin/sh
> ### BEGIN INIT INFO
> # Provides:  geoserver
> # Required-Start:$local_fs $remote_fs
> # Required-Stop: $local_fs $remote_fs
> # Default-Start: 2 3 4 5
> # Default-Stop:  S 0 1 6
> # Short-Description: GeoServer OGC server
> ### END INIT INFO
>
> # Author: Lennart Jütte 
>
> # Geoserver configuration - use /etc/default/geoserver to override these
> vars
> # user that shall run GeoServer
> USER=geoserver
> GEOSERVER_DATA_DIR=/usr/share/geoserver/data_dir
> GEOSERVER_HOME=/usr/share/geoserver
>
> PATH=/usr/sbin:/usr/bin:/sbin:/bin
> DESC="GeoServer daemon"
> NAME=geoserver
> JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
> JAVA_OPTS="-Xms128m -Xmx512m"
> DAEMON="$JAVA_HOME/bin/java"
> PIDFILE=/var/run/$NAME.pid
> SCRIPTNAME=/etc/init.d/$NAME
>
> # Read configuration variable file if it is present
> [ -r /etc/default/$NAME ] && . /etc/default/$NAME
>
> DAEMON_ARGS="$JAVA_OPTS $DEBUG_OPTS
> -DGEOSERVER_DATA_DIR=$GEOSERVER_DATA_DIR -Djava.awt.headless=true -jar
> start.jar"
>
> # Load the VERBOSE setting and other rcS variables
> [ -f /etc/default/rcS ] && . /etc/default/rcS
>
> # Define LSB log_* functions.
> # Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
> . /lib/lsb/init-functions
>
> do_start(){
>
># Return
>#   0 if daemon has been started
>#   1 if daemon was already running
>#   2 if daemon could not be started
>
>start-stop-daemon --start --pidfile $PIDFILE --make-pidfile \
>--chuid $USER --chdir $GEOSERVER_HOME \
>-b --test --exec $DAEMON -- $DAEMON_ARGS > /dev/null \
>|| return 1
>
>start-stop-daemon --start --pidfile $PIDFILE --make-pidfile \
>--chuid $USER --chdir $GEOSERVER_HOME \
>-b --exec $DAEMON -- $DAEMON_ARGS \
>|| return 2
> }
>
> do_stop(){
>
># Return
>#   0 if daemon has been stopped
>#   1 if daemon was already stopped
>#   2 if daemon could not be stopped
>#   other if a failure occurred
>
>start-stop-daemon --stop --pidfile  $PIDFILE \
>--user $USER \
>--retry=TERM/30/KILL/5
>
>RETVAL="$?"
>[ "$RETVAL" = 2 ] && return 2
>
># Many daemons don't delete their pidfiles when they exit.
>rm -f $PIDFILE
>return "$RETVAL"
>
> }
>
> case "$1" in
>  start)
>[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
>do_start
>case "$?" in
>0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
>2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
>esac
>;;
>  stop)
>[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
>do_stop
>case "$?" in
>0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
>2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
>esac
>;;
>  restart|force-reload)
>log_daemon_msg "Restarting $DESC" "$NAME"
>do_stop
>case "$?" in
>  0|1)
>do_start
>case "$?" in
>0) log_end_msg 0 ;;
>1) log_end_msg 1 ;; # Old process is still running
>*) log_end_msg 1 ;; # Failed to start
>esac
>;;
>  *)
>  # Failed to stop
>log_end_msg 1
>;;
>esac
>;;
>  *)
>#echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
>echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
>exit 3
>;;
> esac
>
> :
>
>
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


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


[Geoserver-users] Geoserver fails to start as daemon

2015-12-10 Thread Brandon @ Trending Geek
I setup geoserver to run as a daemon per the documentation. Below is a copy of 
my geoserver file located in init.d. I have ensure the permissions are set on 
the file. When I run service geoserver start here is the error i receive. 

root@vps61716:/usr/share/geoserver/logs# service geoserver start
Failed to start geoserver.service: Unit geoserver.service failed to load: No 
such file or directory.

When I start it using the startup.sh I have no issues.



#! /bin/sh
### BEGIN INIT INFO
# Provides:  geoserver
# Required-Start:$local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop:  S 0 1 6
# Short-Description: GeoServer OGC server
### END INIT INFO

# Author: Lennart Jütte 

# Geoserver configuration - use /etc/default/geoserver to override these vars
# user that shall run GeoServer
USER=geoserver
GEOSERVER_DATA_DIR=/usr/share/geoserver/data_dir
GEOSERVER_HOME=/usr/share/geoserver

PATH=/usr/sbin:/usr/bin:/sbin:/bin
DESC="GeoServer daemon"
NAME=geoserver
JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
JAVA_OPTS="-Xms128m -Xmx512m"
DAEMON="$JAVA_HOME/bin/java"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

# Read configuration variable file if it is present
[ -r /etc/default/$NAME ] && . /etc/default/$NAME

DAEMON_ARGS="$JAVA_OPTS $DEBUG_OPTS -DGEOSERVER_DATA_DIR=$GEOSERVER_DATA_DIR 
-Djava.awt.headless=true -jar start.jar"

# Load the VERBOSE setting and other rcS variables
[ -f /etc/default/rcS ] && . /etc/default/rcS

# Define LSB log_* functions.
# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
. /lib/lsb/init-functions

do_start(){
   
   # Return
   #   0 if daemon has been started
   #   1 if daemon was already running
   #   2 if daemon could not be started
   
   start-stop-daemon --start --pidfile $PIDFILE --make-pidfile \
   --chuid $USER --chdir $GEOSERVER_HOME \
   -b --test --exec $DAEMON -- $DAEMON_ARGS > /dev/null \
   || return 1
   
   start-stop-daemon --start --pidfile $PIDFILE --make-pidfile \
   --chuid $USER --chdir $GEOSERVER_HOME \
   -b --exec $DAEMON -- $DAEMON_ARGS \
   || return 2
}

do_stop(){
   
   # Return
   #   0 if daemon has been stopped
   #   1 if daemon was already stopped
   #   2 if daemon could not be stopped
   #   other if a failure occurred

   start-stop-daemon --stop --pidfile  $PIDFILE \
   --user $USER \
   --retry=TERM/30/KILL/5

   RETVAL="$?"
   [ "$RETVAL" = 2 ] && return 2
   
   # Many daemons don't delete their pidfiles when they exit.
   rm -f $PIDFILE
   return "$RETVAL"

}

case "$1" in
 start)
   [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
   do_start
   case "$?" in
   0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
   2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
   esac
   ;;
 stop)
   [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
   do_stop
   case "$?" in
   0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
   2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
   esac
   ;;
 restart|force-reload)
   log_daemon_msg "Restarting $DESC" "$NAME"
   do_stop
   case "$?" in
 0|1)
   do_start
   case "$?" in
   0) log_end_msg 0 ;;
   1) log_end_msg 1 ;; # Old process is still running
   *) log_end_msg 1 ;; # Failed to start
   esac
   ;;
 *)
 # Failed to stop
   log_end_msg 1
   ;;
   esac
   ;;
 *)
   #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
   echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
   exit 3
   ;;
esac

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


[Geoserver-users] geoserver does not start ???

2015-03-09 Thread marcelohack
Hi , 

Geoserver does not start, no logs, it simply stops at jetty initialization
(only port 8079 is open). 
Below is what is being shown in my console. 

Does anyone have any idea? 


root@bacabeira:~/geoserver-2.6.2/bin# ./startup.sh 
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 /root/geoserver-2.6.2/bin/../data_dir 
2015-03-06 13:01:32.027::INFO:  Logging to STDERR via
org.mortbay.log.StdErrLog 
2015-03-06 13:01:33.183::WARN:  Deprecated configuration used for
/root/geoserver-2.6.2/webapps 
2015-03-06 13:01:33.226::INFO:  jetty-6.1.8




Thanks, 
Marcelo 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/geoserver-does-not-start-tp5192296.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer does not start anymore

2014-11-21 Thread Antti J. Lind
Hello again,

Solved - hope so. I cannot find reason, but I did following.

-I undeployed geoserver and geowebcache from tomcat
-I deployed again 2.5.1 and started after installation
-Same for Geowebcache 1.5.2
-Both worked ok
-Then I restored geoserver data-directory from last week's backup
-I started tomcat both and geoserver staus up and working?!
-I checked catalina.out-log and noticed some messages Permission 
denied (about 10 xml-files). I forgot to restore ownership to backup 
files.
-Same again, I restored data-dir again and set all ownership to tomcat.
-Starting up tomcat, geoserver shuts down!
-I did data-dir restore again, without changing ownership and started 
tomcat and geoserver stays up.
-I change ownership of current files on data-dir to tomcat and restarted 
tomcat.
-All seems to stay up and running smoothly!

Maybe something which cannot been read, has run as default and after 
that written to config files?

--
Antti J. Lind
Birdlife Finland


Antti J. Lind kirjoitti 2014-11-20 20:47:
 Hi,
 
 I restored from backups version of data-directory from beginning on 
 last
 month. When starting up tomcat with geoserver, I still get the same
 error-message and geoserver shuts down.
 
 20 Nov 20:41:32 ERROR [context.ContextLoader] - Context initialization
 failed
 org.springframework.beans.factory.BeanCreationException: Error creating
 bean with name 'gwcFacade' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-gwc-2.5.1.jar!/applicationContext.xml]:
 Cannot resolve reference to bean 'dispatcher' while setting constructor
 argument; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error creating
 bean with name 'dispatcher' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Initialization of bean failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error creating
 bean with name 'workspaceLocal' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Cannot resolve reference to bean 'geoServer' while setting constructor
 argument; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error creating
 bean with name 'geoServer' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Initialization of bean failed; nested exception is
 java.lang.RuntimeException: java.lang.NullPointerException
 
 ?
 
 --
 AJL
 
 Jonathan Moules kirjoitti 2014-11-19 12:39:
 Hi Antti,
 Maybe one of the devs can advise on the error, but in a pique of
 irony, can you restore GeoServer from one of the backups that caused
 the issue in the first place? Does the issue still occur if you do?
 Cheers,
 Jonathan
 
 -Original Message-
 From: Antti J. Lind [mailto:anttij.l...@birdlife.fi]
 Sent: Tuesday, November 18, 2014 5:14 PM
 To: geoserver-users@lists.sourceforge.net
 Subject: [Geoserver-users] geoserver does not start anymore
 
 Hello all,
 
 We are currently using 2.5.1, now successfully about 5 months.
 
 Today we run out of disk space, due to daily backups. Disk space is
 now cleaned and there is about 40GB free on disk.
 After this cleaning I rebooted server, but Geoserver won't start
 anymore. Tomcat is ok.
 
  From system logs (catalina.out), I found following lines:
 
 18 Nov 18:23:39 INFO [storage.DefaultStorageBroker] - Destroying
 StorageBroker
 18 Nov 18:23:39 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!)
 18 Nov 18:23:39 ERROR [context.ContextLoader] - Context initialization
 failed
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'gwcFacade' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-gwc-2.5.1.jar!/applicationContext.xml]:
 Cannot resolve reference to bean 'dispatcher' while setting
 constructor argument; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'dispatcher' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Initialization of bean failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'workspaceLocal' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Cannot resolve reference to bean 'geoServer' while setting constructor
 argument; nested exception

Re: [Geoserver-users] GeoServer does not start anymore

2014-11-20 Thread Antti J. Lind
Hi,

I restored from backups version of data-directory from beginning on last 
month. When starting up tomcat with geoserver, I still get the same 
error-message and geoserver shuts down.

20 Nov 20:41:32 ERROR [context.ContextLoader] - Context initialization 
failed
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'gwcFacade' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-gwc-2.5.1.jar!/applicationContext.xml]:
 
Cannot resolve reference to bean 'dispatcher' while setting constructor 
argument; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'dispatcher' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'workspaceLocal' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 
Cannot resolve reference to bean 'geoServer' while setting constructor 
argument; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'geoServer' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver_old/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 
Initialization of bean failed; nested exception is 
java.lang.RuntimeException: java.lang.NullPointerException

?

--
AJL

Jonathan Moules kirjoitti 2014-11-19 12:39:
 Hi Antti,
 Maybe one of the devs can advise on the error, but in a pique of
 irony, can you restore GeoServer from one of the backups that caused
 the issue in the first place? Does the issue still occur if you do?
 Cheers,
 Jonathan
 
 -Original Message-
 From: Antti J. Lind [mailto:anttij.l...@birdlife.fi]
 Sent: Tuesday, November 18, 2014 5:14 PM
 To: geoserver-users@lists.sourceforge.net
 Subject: [Geoserver-users] geoserver does not start anymore
 
 Hello all,
 
 We are currently using 2.5.1, now successfully about 5 months.
 
 Today we run out of disk space, due to daily backups. Disk space is
 now cleaned and there is about 40GB free on disk.
 After this cleaning I rebooted server, but Geoserver won't start
 anymore. Tomcat is ok.
 
  From system logs (catalina.out), I found following lines:
 
 18 Nov 18:23:39 INFO [storage.DefaultStorageBroker] - Destroying 
 StorageBroker
 18 Nov 18:23:39 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!)
 18 Nov 18:23:39 ERROR [context.ContextLoader] - Context initialization 
 failed
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'gwcFacade' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-gwc-2.5.1.jar!/applicationContext.xml]:
 Cannot resolve reference to bean 'dispatcher' while setting
 constructor argument; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'dispatcher' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Initialization of bean failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'workspaceLocal' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Cannot resolve reference to bean 'geoServer' while setting constructor
 argument; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'geoServer' defined in URL
 [jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 Initialization of bean failed; nested exception is
 java.lang.RuntimeException: java.lang.NullPointerException
 at
 org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329)
 
 
 How to solve this?
 
 --
 Antti J. Lind
 Birdlife Finland ry
 
 
 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from
 Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration 
 more Get technology previously reserved for billion-dollar
 corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver

Re: [Geoserver-users] GeoServer does not start anymore

2014-11-19 Thread Jonathan Moules
Hi Antti,
Maybe one of the devs can advise on the error, but in a pique of irony, can you 
restore GeoServer from one of the backups that caused the issue in the first 
place? Does the issue still occur if you do?
Cheers,
Jonathan

-Original Message-
From: Antti J. Lind [mailto:anttij.l...@birdlife.fi]
Sent: Tuesday, November 18, 2014 5:14 PM
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] geoserver does not start anymore

Hello all,

We are currently using 2.5.1, now successfully about 5 months.

Today we run out of disk space, due to daily backups. Disk space is now cleaned 
and there is about 40GB free on disk.
After this cleaning I rebooted server, but Geoserver won't start anymore. 
Tomcat is ok.

 From system logs (catalina.out), I found following lines:

18 Nov 18:23:39 INFO [storage.DefaultStorageBroker] - Destroying StorageBroker
18 Nov 18:23:39 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!)
18 Nov 18:23:39 ERROR [context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'gwcFacade' defined in URL
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-gwc-2.5.1.jar!/applicationContext.xml]:
Cannot resolve reference to bean 'dispatcher' while setting constructor 
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'dispatcher' defined in URL
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'workspaceLocal' defined in URL
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
Cannot resolve reference to bean 'geoServer' while setting constructor 
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'geoServer' defined in URL
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
Initialization of bean failed; nested exception is
java.lang.RuntimeException: java.lang.NullPointerException
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329)


How to solve this?

--
Antti J. Lind
Birdlife Finland ry


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration  more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


This message has been scanned for viruses by MailControl - www.mailcontrol.com



Click 
https://www.mailcontrol.com/sr/ebgesP6c3h7GX2PQPOmvUoRq5N+0kMbN+vI82ODLS278SuFp3j8sYjxLSC0N5p0KAoUimWL08hchei1KLnaPDA==
 to report this email as spam.



HR Wallingford and its subsidiaries uses faxes and emails for confidential and 
legally privileged business communications. They do not of themselves create 
legal commitments. Disclosure to parties other than addressees requires our 
specific consent. We are not liable for unauthorised disclosures nor reliance 
upon them.
If you have received this message in error please advise us immediately and 
destroy all copies of it.

HR Wallingford Limited
Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
Registered in England No. 02562099



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] geoserver does not start anymore

2014-11-18 Thread Antti J. Lind
Hello all,

We are currently using 2.5.1, now successfully about 5 months.

Today we run out of disk space, due to daily backups. Disk space is now 
cleaned and there is about 40GB free on disk.
After this cleaning I rebooted server, but Geoserver won't start 
anymore. Tomcat is ok.

 From system logs (catalina.out), I found following lines:

18 Nov 18:23:39 INFO [storage.DefaultStorageBroker] - Destroying 
StorageBroker
18 Nov 18:23:39 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!)
18 Nov 18:23:39 ERROR [context.ContextLoader] - Context initialization 
failed
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'gwcFacade' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-gwc-2.5.1.jar!/applicationContext.xml]:
 
Cannot resolve reference to bean 'dispatcher' while setting constructor 
argument; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'dispatcher' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 
Initialization of bean failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'workspaceLocal' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 
Cannot resolve reference to bean 'geoServer' while setting constructor 
argument; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'geoServer' defined in URL 
[jar:file:/var/lib/tomcat6/webapps/geoserver/WEB-INF/lib/gs-main-2.5.1.jar!/applicationContext.xml]:
 
Initialization of bean failed; nested exception is 
java.lang.RuntimeException: java.lang.NullPointerException
at 
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:329)


How to solve this?

--
Antti J. Lind
Birdlife Finland ry


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver can´t Start - Error Creating Bean

2014-08-21 Thread Marcelo Pires


Hi All, 

My Box is a Centos-6.5, java 1.7.0.65, tomcat7, GeoServer 2.5.2. 

I´ve just installed GeoServer and can´t bring it up. (I have other machines 
with previous releases working fine) 

I´ve checked the jar files (gs-rest and gs-rest-config) and the mentioned file 
'storedFileFinder' is there. 


Any suggestions ? I´ ve browsed similar topics but the classpath continues 
enigmatic for me. 

Thanks in advance.

Marcelo Pires


Log Extract -- 

2014-08-21 09:55:24,300 ERROR [context.ContextLoader] - Context initialization 
failed
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'restWrapper' defined in URL 
[jar:file:/var/lib/tomcat/webapps/geoserver/WEB-INF/lib/gs-rest-2.5.2.jar!/applicationContext.xml]:
 Initialization of bean failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'storeFileFinder' defined in URL 
[jar:file:/var/lib/tomcat/webapps/geoserver/WEB-INF/lib/gs-restconfig-2.5.2.jar!/applicationContext.xml]:
 Instantiation of bean failed; nested exception is 
java.lang.NoClassDefFoundError: Could not initialize class 
org.geoserver.data.util.CoverageStoreUtils--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2013-12-03 Thread beach_defender
Hi,
Did you ever get this fixed? 

I have the same issue trying to install a simple new install of geoserver on
tomcat.

I am quite bemused that it seems so hard to get an answer to this.

I have simply tried to deploy the war file using tomcat's application
manager and it fails with the same errot you talk of.

I hope you got it or a replacement working.

Stay well,
Barry



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Geoserver-fails-to-start-tp5039301p5092287.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver does not start anymore:A valid WFS object must be provided

2013-08-26 Thread Pierluigi Santin Fintel
Hi
I have a Geoserver 2.1 instance running for years without problems. Suddently 
this has stopped working. If I try to start it from the tomcat manager, start 
process fails and in the logs I have:

Could not instantiate bean class [org.geoserver.wfs.response.CSVOutputFormat]

A valid WFS object must be provided in order for this class to work

It happears just after layer loading.
There should be a Layer that fails or something like this but I have no idea 
about how to fix this.
Any suggestions?

Thanks a lot!

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver does not start anymore:A valid WFS object must be provided

2013-08-26 Thread Andrea Aime
On Mon, Aug 26, 2013 at 2:54 PM, Pierluigi Santin Fintel 
p.san...@fintelengineering.it wrote:

 Hi
 I have a Geoserver 2.1 instance running for years without problems.
 Suddently this has stopped working. If I try to start it from the tomcat
 manager, start process fails and in the logs I have:

 Could not instantiate bean class
 [org.geoserver.wfs.response.CSVOutputFormat]

 A valid WFS object must be provided in order for this class to work

 It happears just after layer loading.
 There should be a Layer that fails or something like this but I have no
 idea about how to fix this.
 Any suggestions?


Searching the internet I see this issue has been reported a couple of times
in the past, but
we never managed to figure out what was causing it...

However, it seems to be a service configuration problem, not a data
problem... do you have anything else in the
logs before that?

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer does not start because of a GWC error

2013-08-23 Thread Paolo Corti
Hello list

I am using GeoServer 2.1-SNAPSHOT (unluckily upgrading is not an
option for now) and suddenly I am getting a GWC error (see below) that
prevents GeoServer to correctly start.
This can be easily fixed by removing the gwc directory, but I would
like to know if there is a way to fix it someway to recover the gwc
directory (I do not want to regenerate it).

...
19 Aug 08:51:18 INFO [org.geoserver] - Loaded service 'wcs', enabled
19 Aug 08:51:18 INFO [org.geoserver] - Loaded service 'wfs', enabled
19 Aug 08:51:18 INFO [org.geoserver] - Loaded service 'wms', enabled
19 Aug 08:51:18 INFO [gwc.config] - Initializing GeoServer specific
GWC configuration from gwc-gs.xml
19 Aug 08:51:18 INFO [storage.DefaultStorageFinder] -
***
19 Aug 08:51:18 INFO [storage.DefaultStorageFinder] - *** Reverting to
java.io.tmpdir null for storage. Please set GEOWEBCACHE_CACHE_DIR. ***
19 Aug 08:51:18 INFO [storage.DefaultStorageFinder] -
***
19 Aug 08:51:20 ERROR [jdbc.JDBCMetaBackend] - Failed to start JDBC
metastore: General error: java.lang.RuntimeException: Unexpected code
path [5-119]
19 Aug 08:51:20 WARN [jdbc.JDBCMetaBackend] - Disabling JDBC
metastore, not all functionality will be available!
19 Aug 08:51:20 INFO [config.XMLConfiguration] - Will look for
geowebcache.xml in
'/opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache'
19 Aug 08:51:20 INFO [config.XMLConfiguration] - Found configuration
file in /opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache
19 Aug 08:51:20 INFO [config.XMLConfiguration] - Configuration file
validated fine.
19 Aug 08:51:20 INFO [config.XMLConfiguration] - Initializing GridSets
from /opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache
19 Aug 08:51:20 INFO [config.XMLConfiguration] - Initializing layers
from /opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache
19 Aug 08:51:20 INFO [layer.TileLayerDispatcher] - Configuration
/opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache
contained no layers.
19 Aug 08:51:20 INFO [storage.EntityStoreBuilder] - Neither disk quota
page store' cache memory percent nor cache size was provided.
Defaulting to 25% Heap Size
19 Aug 08:51:22 INFO [storage.BDBQuotaStore] - Berkeley DB JE Disk
Quota page store configured at
/opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache/diskquota_page_store
19 Aug 08:51:22 INFO [storage.BDBQuotaStore] - Quota Store
initialized. Global quota: 11.62 GB
19 Aug 08:51:22 INFO [diskquota.ConfigLoader] - Quota config is:
/opt/tomcat7/prod/tomcat/apache-tomcat-7.0.34/temp/geowebcache/geowebcache-diskquota.xml
19 Aug 08:51:22 INFO [diskquota.DiskQuotaMonitor] - Setting up disk
quota periodic enforcement task
19 Aug 08:51:22 INFO [diskquota.DiskQuotaMonitor] - 0 layers
configured with their own quotas.
19 Aug 08:51:22 INFO [diskquota.DiskQuotaMonitor] - 228 layers
attached to global quota 15.0 GB
19 Aug 08:51:22 INFO [diskquota.DiskQuotaMonitor] - Disk quota
periodic enforcement task set up every 10 SECONDS
19 Aug 08:51:23 INFO [geowebcache.GeoWebCacheDispatcher] - Invoked
setServletPrefix(gwc)
19 Aug 08:51:23 INFO [georss.GeoRSSPoller] - Initializing GeoRSS
poller in a background job...
19 Aug 08:51:23 INFO [georss.GeoRSSPoller] - No enabled GeoRSS feeds
found, poller will not run.
19 Aug 08:51:23 INFO [rest.RESTDispatcher] - Created RESTDispatcher
with 11 paths
19 Aug 08:51:23 INFO [wms.WMSService] - Will NOT recombine tiles for
non-tiling clients.
19 Aug 08:51:23 INFO [wms.WMSService] - Will proxy requests to backend
that are not getmap or getcapabilities.
19 Aug 08:51:23 INFO [org.geoserver] - GeoServer configuration lock is enabled

In case it can be interesting, this is the geowebcache-diskquota.xml file:

gwcQuotaConfiguration
  enabledfalse/enabled
  diskBlockSize4096/diskBlockSize
  cacheCleanUpFrequency10/cacheCleanUpFrequency
  cacheCleanUpUnitsSECONDS/cacheCleanUpUnits
  maxConcurrentCleanUps2/maxConcurrentCleanUps
  globalExpirationPolicyNameLFU/globalExpirationPolicyName
  globalQuota
value15/value
unitsGiB/units
  /globalQuota
/gwcQuotaConfiguration

thanks
p

-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer does not start because of a GWC error

2013-08-23 Thread Andrea Aime
Hi,
the only error in the logs I see is this one:

On Fri, Aug 23, 2013 at 9:41 AM, Paolo Corti pco...@gmail.com wrote:

 19 Aug 08:51:20 ERROR [jdbc.JDBCMetaBackend] - Failed to start JDBC
 metastore: General error: java.lang.RuntimeException: Unexpected code
 path [5-119]


Maybe go and remove the HSQL database from the tile cache directory and try
again?
If you are using parameters in cached requests (e.g., time, cql filter,
elevation and so on)
you might also have to drop your tile cache.

Cheers
Andrea


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer does not start because of a GWC error

2013-08-23 Thread Paolo Corti
Hi Andrea


 Maybe go and remove the HSQL database from the tile cache directory and try
 again?
 If you are using parameters in cached requests (e.g., time, cql filter,
 elevation and so on)
 you might also have to drop your tile cache.


this seems to have fixed things, though I still see the same error in
the log, but now GeoServer starts successfully at least.

What is strange, though, is that now the disk quota is 949.41 MB out
of 15.0 GB, and from our last log (the one I posted) when GeoServer
could not start we had 11.62 Gb (but not sure if the logged message
means exactly that: 19 Aug 08:51:22 INFO [storage.BDBQuotaStore] -
Quota Store initialized. Global quota: 11.62 GB).
Any ideas?

Thanks a lot, highly appreciated here ;)

p

-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer does not start because of a GWC error

2013-08-23 Thread Andrea Aime
On Fri, Aug 23, 2013 at 10:25 AM, Paolo Corti pco...@gmail.com wrote:

 Hi Andrea

 
  Maybe go and remove the HSQL database from the tile cache directory and
 try
  again?
  If you are using parameters in cached requests (e.g., time, cql filter,
  elevation and so on)
  you might also have to drop your tile cache.
 

 this seems to have fixed things, though I still see the same error in
 the log, but now GeoServer starts successfully at least.

 What is strange, though, is that now the disk quota is 949.41 MB out
 of 15.0 GB, and from our last log (the one I posted) when GeoServer
 could not start we had 11.62 Gb (but not sure if the logged message
 means exactly that: 19 Aug 08:51:22 INFO [storage.BDBQuotaStore] -
 Quota Store initialized. Global quota: 11.62 GB).
 Any ideas?


I don't think the quota subsystem can properly survive the deletion of
the metastore, as said, you probably have to drop the cache.
(and drop the quota database too)

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-22 Thread ChrisInCambo
Hi Andrea,

Thnaks. I'm looking in the docs at the datastore endpoint and I don't see
anywhere to enable/disable. Am I looking in the right place?

Regards,

Chris


On Thu, Aug 22, 2013 at 12:51 PM, geowolf [via OSGeo.org] 
ml-node+s1560n5073700...@n6.nabble.com wrote:

 On Thu, Aug 22, 2013 at 6:42 AM, ChrisInCambo [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=5073700i=0
  wrote:

 Is it possible to enable and disable a datastore view the REST API?

 Although we have lots of users on the system many of them are inactive.
 I'm
 thinking the best way to get around this problem is to lazy load the the
 stores. If we shutdown Postgres then start GeoServer it starts quickly as
 it's not looping through and testing all of those connections, it then
 sets
 ENABLED on all JNDI datastores to false. I was thinking we could use the
 REST API to set that to true when a user becomes active.

 Sound possible?


 Should be, yeah, the moment you enable the store all layers in it should
 come
 to life as well

 Cheers
 Andrea

 --
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
 information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---

 --

 Introducing Performance Central, a new site from SourceForge and
 AppDynamics. Performance Central is your source for news, insights,
 analysis and resources for efficient Application Performance Management.
 Visit us today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk

 ___
 Geoserver-users mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=5073700i=1
 https://lists.sourceforge.net/lists/listinfo/geoserver-users


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5073700.html
  To unsubscribe from GeoServer Slow to Start with Lots of Namespaces, click
 herehttp://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=5068101code=Y2hyaXNpbmNhbWJvQGdtYWlsLmNvbXw1MDY4MTAxfDE2NjQxODQwNzU=
 .
 NAMLhttp://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5073723.html
Sent from the GeoServer - User mailing list archive at Nabble.com.--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-22 Thread Andrea Aime
On Thu, Aug 22, 2013 at 9:11 AM, ChrisInCambo chrisinca...@gmail.comwrote:

 Hi Andrea,

 Thnaks. I'm looking in the docs at the datastore endpoint and I don't see
 anywhere to enable/disable. Am I looking in the right place?


You are, but I'd suggest you do less docs looking and more REST hitting.
Get a store, see its representation, it should have a
enabledtrue/element

dataStore
  namestates_shapefile/name
  enabledtrue/enabled
  workspace
nametopp/name
atom:link xmlns:atom=http://www.w3.org/2005/Atom; rel=alternate
href=http://localhost:8080/geoserver/rest/workspaces/topp.xml;
type=application/xml/
  /workspace
  connectionParameters
entry key=urlfile:data/shapefiles/states.shp/entry
entry key=namespacehttp://www.openplans.org/topp/entry
  /connectionParameters
  __defaultfalse/__default
  featureTypes
atom:link xmlns:atom=http://www.w3.org/2005/Atom; rel=alternate
href=
http://localhost:8080/geoserver/rest/workspaces/topp/datastores/states_shapefile/featuretypes.xml;
type=application/xml/
  /featureTypes
/dataStore

Send the same representation back with enabledfalse/enabled in a PUT
request to
disable, the opposite to enable.
PUTting actually does attribute overlays, I believe you can also just put
the following:

dataStore
  namestates_shapefile/name
  enabledfalse/enabled
/dataStore

Cheers
Andrea


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-21 Thread ChrisInCambo
Is it possible to enable and disable a datastore view the REST API?

Although we have lots of users on the system many of them are inactive. I'm
thinking the best way to get around this problem is to lazy load the the
stores. If we shutdown Postgres then start GeoServer it starts quickly as
it's not looping through and testing all of those connections, it then sets
ENABLED on all JNDI datastores to false. I was thinking we could use the
REST API to set that to true when a user becomes active.

Sound possible?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5073693.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-21 Thread Andrea Aime
On Thu, Aug 22, 2013 at 6:42 AM, ChrisInCambo chrisinca...@gmail.comwrote:

 Is it possible to enable and disable a datastore view the REST API?

 Although we have lots of users on the system many of them are inactive. I'm
 thinking the best way to get around this problem is to lazy load the the
 stores. If we shutdown Postgres then start GeoServer it starts quickly as
 it's not looping through and testing all of those connections, it then sets
 ENABLED on all JNDI datastores to false. I was thinking we could use the
 REST API to set that to true when a user becomes active.

 Sound possible?


Should be, yeah, the moment you enable the store all layers in it should
come
to life as well

Cheers
Andrea

-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-14 Thread Zvi Kushnaroff
Hi Chris,

Do you run Geoserver under Tomcat?
If yes, you may want to to try (even for testing only) to run the standalone 
version with http redirect to port 8080.
Tomcat can be quite slow when dealing with large amount of data.

Cheers,
Zvi




 From: Andrea Aime andrea.a...@geo-solutions.it
To: Chris Brown chrisinca...@gmail.com 
Cc: GeoServer Mailing List List geoserver-users@lists.sourceforge.net 
Sent: Tuesday, August 13, 2013 11:01 PM
Subject: Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces
 


On Wed, Aug 14, 2013 at 5:30 AM, Chris Brown chrisinca...@gmail.com wrote:

Hi Jonathan,


In total it's over 5000 workspaces. Which I'm guessing is a long way north of 
average.

It's hard to say what makes such a setup slow. It may be loading the layers 
(each one is checked,
to make sure we can connect to its data source), users as you say, GWC doing 
its startup checks
layer by layer...
The startup of such beast would have to be profiled using yourkit, and then a 
few days of developer time
would have to be probably spent optimizing bits here and there.

Actually, maybe you could do a simple profile yourself using visualvm, you 
cannot exactly
profile it from the very beginning, but since it takes 40 minutes, you would 
not lose much.
You have to start visualvm on the same machine as the geoserver, attach to the 
process
running GeoServer, and start the profiler, let it accumulate data for a while, 
and send us
the results.
Maybe try it a few times until you're comfortable and quick enough to catch it 
from within
the first minute from startup.

The visualvm site has some instructions on this:
https://visualvm.java.net/profiler.html


Cheers
Andrea

-- 

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more 
information.
==

Ing. Andrea Aime 

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-14 Thread Chris Brown
Hi Zvi,

Yes we're running it under Tomcat. I was always under the impression that
it was the way to go when scaling things up?

Regards,

Chris


On Wed, Aug 14, 2013 at 1:19 PM, Zvi Kushnaroff kz...@yahoo.com wrote:

 Hi Chris,

 Do you run Geoserver under Tomcat?
 If yes, you may want to to try (even for testing only) to run the
 standalone version with http redirect to port 8080.
 Tomcat can be quite slow when dealing with large amount of data.

 Cheers,
 Zvi


   --
  *From:* Andrea Aime andrea.a...@geo-solutions.it
 *To:* Chris Brown chrisinca...@gmail.com
 *Cc:* GeoServer Mailing List List geoserver-users@lists.sourceforge.net
 *Sent:* Tuesday, August 13, 2013 11:01 PM
 *Subject:* Re: [Geoserver-users] GeoServer Slow to Start with Lots of
 Namespaces

 On Wed, Aug 14, 2013 at 5:30 AM, Chris Brown chrisinca...@gmail.comwrote:

 Hi Jonathan,

 In total it's over 5000 workspaces. Which I'm guessing is a long way north
 of average.


 It's hard to say what makes such a setup slow. It may be loading the
 layers (each one is checked,
 to make sure we can connect to its data source), users as you say, GWC
 doing its startup checks
 layer by layer...
 The startup of such beast would have to be profiled using yourkit, and
 then a few days of developer time
 would have to be probably spent optimizing bits here and there.

 Actually, maybe you could do a simple profile yourself using visualvm, you
 cannot exactly
 profile it from the very beginning, but since it takes 40 minutes, you
 would not lose much.
 You have to start visualvm on the same machine as the geoserver, attach to
 the process
 running GeoServer, and start the profiler, let it accumulate data for a
 while, and send us
 the results.
 Maybe try it a few times until you're comfortable and quick enough to
 catch it from within
 the first minute from startup.

 The visualvm site has some instructions on this:
 https://visualvm.java.net/profiler.html

 Cheers
 Andrea


 --
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
 information.
 ==

 Ing. Andrea Aime
 @geowolf
 Technical Lead

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob: +39  339 8844549

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver will not start in Weblogic

2013-08-13 Thread Paal Aaserud
Hello,

We receive this error message when attempting to start Geoserver 2.1.3 in 
Weblogic 10.3.4.0:

User defined listener org.geoserver.platform.GeoServerContextLoaderListener 
failed: org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'filterChainProxy' defined in URL 
[zip:/opt/Oracle/Middleware/user_projects/domains/domain-vt-u04/servers/server-vegvar-01/tmp/_WL_user/geoserver/m5j2wi/war/WEB-INF/lib/main-2.1.3.jar!/applicationSecurityContext.xml]:
 Invocation of init method failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'restFilterInvocationInterceptor' defined in URL 
[zip:/opt/Oracle/Middleware/user_projects/domains/domain-vt-u04/servers/server-vegvar-01/tmp/_WL_user/geoserver/m5j2wi/war/WEB-INF/lib/main-2.1.3.jar!/applicationSecurityContext.xml]:
 Invocation of init method failed; nested exception is 
java.lang.IllegalArgumentException: Unsupported configuration attributes: 
[ADMIN].

We have successfully deployed this version before and cannot see that we have 
changed anything, the configuration attribute [ADMIN] does not exist in our 
configuration only [ROLE_ADMINISTRATOR].

Does anyone has some clues to what's happening here?

BR
Paal Aaserud
[vianova eureka_PMS144]

Leif Tronstads Plass 4
Postboks 434
N-1302 Sandvika

Telefon

+47 67 81 70 00

Mobil

+4791161758


paal.aase...@vianova.no
www.vianova-eureka.nohttp://www.vianova-eureka.no/

inline: image003.png--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver will not start in Weblogic

2013-08-13 Thread Paal Aaserud
Hello,



We receive this error message when attempting to start Geoserver 2.1.3 in
Weblogic 10.3.4.0:



*User defined listener
org.geoserver.platform.GeoServerContextLoaderListener failed:
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'filterChainProxy' defined in URL
[zip:/opt/Oracle/Middleware/user_projects/domains/domain-vt-u04/servers/server-vegvar-01/tmp/_WL_user/geoserver/m5j2wi/war/WEB-INF/lib/main-2.1.3.jar!/applicationSecurityContext.xml]:
Invocation of init method failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'restFilterInvocationInterceptor' defined in URL
[zip:/opt/Oracle/Middleware/user_projects/domains/domain-vt-u04/servers/server-vegvar-01/tmp/_WL_user/geoserver/m5j2wi/war/WEB-INF/lib/main-2.1.3.jar!/applicationSecurityContext.xml]:
Invocation of init method failed; nested exception is
java.lang.IllegalArgumentException: Unsupported configuration attributes:
[ADMIN].*



We have successfully deployed this version before and cannot see that we
have changed anything, the configuration attribute [ADMIN] does not exist
in our configuration only [ROLE_ADMINISTRATOR].



Does anyone has some clues to what’s happening here?



BR

*Paal Aaserud*
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-08-13 Thread Chris Brown
Hi Jonathan,

In total it's over 5000 workspaces. Which I'm guessing is a long way north
of average.

Regards,

Chris


On Tue, Aug 13, 2013 at 6:59 PM, Jonathan Moules 
jonathanmou...@warwickshire.gov.uk wrote:

 Hi Chris,
   40 minutes is absurdly long. How many layers/namespaces/workspaces are
 we talking about here? Also how many

 How often are you restarting? We do it daily at about 6am, but to make
 things faster for folks once it has restarted we issue a wget request for
 the getCapabilities, this instantiates everything which would otherwise add
 a 30-60 second delay to the first request of the day which is a little long
 for my liking.
 Cheers,

 Jonathan



 On 23 July 2013 03:42, ChrisInCambo chrisinca...@gmail.com wrote:

 I hope you guys can help, we have a GeoServer deployment that has lots of
 NameSpaces/Workspaces (one for each of our users). We have several
 thousand
 users and now GeoServer has become very slow to start often taking over 40
 minutes, I'm guessing the users.xml, rules.xml which are now very large
 and
 these are being loaded into memory at load time and this is slowing things
 down?

 Is there any solution except breaking our users across multiple
 Tomcat/GeoServerer instances? I'm reluctant to do this because the server
 is
 handling the load just fine once it's started, it just takes too long to
 start.



 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101.html

 Sent from the GeoServer - User mailing list archive at Nabble.com.


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.

 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk

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



 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-07-25 Thread Simone Giannecchini
Ciao,
I am assuming your GeoServer is slow to start since you have many
stores configured to DBMS that do their own pooling.
Hence at start-up you have a large number of connections to create
which slow things down.

One optimization would be to move the pooling to the container using
JNDI. This might help with sharing the connections between various
stores
and reducing start-up times. Mind you creating connections will always
be slow, hence start-up times will go down only when the minimum
available connections in the pools X # of pools used will be a small
number. JNDI will just help improve the situation, is not the
solutions per se.

Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.
==

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---


On Tue, Jul 23, 2013 at 9:22 AM, ChrisInCambo chrisinca...@gmail.com wrote:
 Hi Jody,

 It's managed by GeoServer.

 Regards,

 Chris


 On Tue, Jul 23, 2013 at 2:13 PM, jody.garnett [via OSGeo.org] [hidden
 email] wrote:

 What is your setup? Connection pool managed by GeoServer? Or externalised
 to your application server...

 --
 Jody Garnett

 On Tuesday, 23 July 2013 at 2:17 PM, ChrisInCambo wrote:

 Okay we've investigated a little further and the delay is not the
 configuration files it seems to be the JNDI connections pool. Does anyone
 know anyway of speeding this up?



 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068108.html
 Sent from the GeoServer - User mailing list archive at Nabble.com.


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!

 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 [hidden email]
 https://lists.sourceforge.net/lists/listinfo/geoserver-users




 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!

 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 [hidden email]
 https://lists.sourceforge.net/lists/listinfo/geoserver-users


 
 If you reply to this email, your message will be added to the discussion
 below:

 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068122.html
 To unsubscribe from GeoServer Slow to Start with Lots of Namespaces, click
 here.
 NAML



 
 View this message in context: Re: GeoServer Slow to Start with Lots of
 Namespaces

 Sent from the GeoServer - User mailing list archive at Nabble.com.

 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-07-25 Thread Chris Brown
Hi Simone,

Thanks for your input it's much appreciated. We're already using GeoServers
JNDI configuration, are you referring to this or something else? Sorry I'm
not that familiar with the Java echosystem.

Regards,

Chris


On Thu, Jul 25, 2013 at 6:46 PM, Simone Giannecchini 
simone.giannecch...@geo-solutions.it wrote:

 Ciao,
 I am assuming your GeoServer is slow to start since you have many
 stores configured to DBMS that do their own pooling.
 Hence at start-up you have a large number of connections to create
 which slow things down.

 One optimization would be to move the pooling to the container using
 JNDI. This might help with sharing the connections between various
 stores
 and reducing start-up times. Mind you creating connections will always
 be slow, hence start-up times will go down only when the minimum
 available connections in the pools X # of pools used will be a small
 number. JNDI will just help improve the situation, is not the
 solutions per se.

 Regards,
 Simone Giannecchini
 ==
 Our support, Your Success! Visit http://opensdi.geo-solutions.it for
 more information.
 ==

 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---


 On Tue, Jul 23, 2013 at 9:22 AM, ChrisInCambo chrisinca...@gmail.com
 wrote:
  Hi Jody,
 
  It's managed by GeoServer.
 
  Regards,
 
  Chris
 
 
  On Tue, Jul 23, 2013 at 2:13 PM, jody.garnett [via OSGeo.org] [hidden
  email] wrote:
 
  What is your setup? Connection pool managed by GeoServer? Or
 externalised
  to your application server...
 
  --
  Jody Garnett
 
  On Tuesday, 23 July 2013 at 2:17 PM, ChrisInCambo wrote:
 
  Okay we've investigated a little further and the delay is not the
  configuration files it seems to be the JNDI connections pool. Does
 anyone
  know anyway of speeding this up?
 
 
 
  --
  View this message in context:
 
 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068108.html
  Sent from the GeoServer - User mailing list archive at Nabble.com.
 
 
 
 --
  See everything from the browser to the database with AppDynamics
  Get end-to-end visibility with application monitoring from AppDynamics
  Isolate bottlenecks and diagnose root cause in seconds.
  Start your free trial of AppDynamics Pro today!
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
  ___
  Geoserver-users mailing list
  [hidden email]
  https://lists.sourceforge.net/lists/listinfo/geoserver-users
 
 
 
 
 
 --
  See everything from the browser to the database with AppDynamics
  Get end-to-end visibility with application monitoring from AppDynamics
  Isolate bottlenecks and diagnose root cause in seconds.
  Start your free trial of AppDynamics Pro today!
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
  ___
  Geoserver-users mailing list
  [hidden email]
  https://lists.sourceforge.net/lists/listinfo/geoserver-users
 
 
  
  If you reply to this email, your message will be added to the discussion
  below:
 
 
 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068122.html
  To unsubscribe from GeoServer Slow to Start with Lots of Namespaces,
 click
  here.
  NAML
 
 
 
  
  View this message in context: Re: GeoServer Slow to Start with Lots of
  Namespaces
 
  Sent from the GeoServer - User mailing list archive at Nabble.com.
 
 
 --
  See everything from the browser to the database with AppDynamics
  Get end-to-end visibility with application monitoring from AppDynamics
  Isolate bottlenecks and diagnose root cause in seconds.
  Start your free trial of AppDynamics Pro today!
 
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
  ___
  Geoserver-users mailing list
  Geoserver-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/geoserver-users
 

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___

Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-07-23 Thread Jody Garnett
What is your setup? Connection pool managed by GeoServer? Or externalised to 
your application server... 

-- 
Jody Garnett


On Tuesday, 23 July 2013 at 2:17 PM, ChrisInCambo wrote:

 Okay we've investigated a little further and the delay is not the
 configuration files it seems to be the JNDI connections pool. Does anyone
 know anyway of speeding this up?
 
 
 
 --
 View this message in context: 
 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068108.html
 Sent from the GeoServer - User mailing list archive at Nabble.com 
 (http://Nabble.com).
 
 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net 
 (mailto:Geoserver-users@lists.sourceforge.net)
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
 
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-07-23 Thread ChrisInCambo
Hi Jody,

It's managed by GeoServer.

Regards,

Chris


On Tue, Jul 23, 2013 at 2:13 PM, jody.garnett [via OSGeo.org] 
ml-node+s1560n5068122...@n6.nabble.com wrote:

  What is your setup? Connection pool managed by GeoServer? Or
 externalised to your application server...

 --
 Jody Garnett

 On Tuesday, 23 July 2013 at 2:17 PM, ChrisInCambo wrote:

 Okay we've investigated a little further and the delay is not the
 configuration files it seems to be the JNDI connections pool. Does anyone
 know anyway of speeding this up?



 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068108.html
 Sent from the GeoServer - User mailing list archive at Nabble.com.


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=5068122i=0
 https://lists.sourceforge.net/lists/listinfo/geoserver-users



 --

 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=5068122i=1
 https://lists.sourceforge.net/lists/listinfo/geoserver-users


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068122.html
  To unsubscribe from GeoServer Slow to Start with Lots of Namespaces, click
 herehttp://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=5068101code=Y2hyaXNpbmNhbWJvQGdtYWlsLmNvbXw1MDY4MTAxfDE2NjQxODQwNzU=
 .
 NAMLhttp://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068124.html
Sent from the GeoServer - User mailing list archive at Nabble.com.--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Slow to Start with Lots of Namespaces

2013-07-22 Thread ChrisInCambo
Okay we've investigated a little further and the delay is not the
configuration files it seems to be the JNDI connections pool. Does anyone
know anyway of speeding this up?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-Slow-to-Start-with-Lots-of-Namespaces-tp5068101p5068108.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2013-03-14 Thread Antti J. Lind
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 anttij.l...@birdlife.fi

 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
 

Re: [Geoserver-users] Geoserver fails to start

2013-03-12 Thread Christian Mueller
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 anttij.l...@birdlife.fi

 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'
 

[Geoserver-users] Geoserver fails to start

2013-03-09 Thread Antti J. Lind
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 

Re: [Geoserver-users] Geoserver fails to start

2013-02-21 Thread Pena Kupen
Hi,

Thank's for your answer and sorry for direct posting, should be to list...

The file is not there at all. My directory contains following after failed 
start:
drwxr-xr-x 2 tomcat tomcat 4096 Feb 15 17:04 auth
drwxr-xr-x 2 tomcat tomcat 4096 Feb 15 17:04 filter
-rw-r--r-- 1 tomcat tomcat 1027 Feb 15 17:04 geoserver.jceks
-rw-r--r-- 1 tomcat tomcat  419 Jan 22 10:42 layers.properties
drwxr-xr-x 3 tomcat tomcat 4096 Feb 15 17:04 masterpw
-rw-r--r-- 1 tomcat tomcat  192 Feb 15 17:04 masterpw.info
-rw-r--r-- 1 tomcat tomcat   73 Feb 15 17:04 masterpw.xml
drwxr-xr-x 4 tomcat tomcat 4096 Feb 15 17:04 pwpolicy
-rw-r--r-- 1 tomcat tomcat  671 Feb 15 17:04 rest.properties
drwxr-xr-x 2 tomcat tomcat 4096 Feb 15 17:04 role
-rw-r--r-- 1 tomcat tomcat  436 Jan 22 10:42 service.properties
-rw-r--r-- 1 tomcat tomcat  436 Feb 15 17:04 services.properties
drwxr-xr-x 3 tomcat tomcat 4096 Feb 15 17:04 usergroup
-rw-r--r-- 1 tomcat tomcat  291 Jan 22 10:42 users.properties

All files are owned by tomcat and tomcat has also modification right for files 
and directories.

-pk


-- 
Wippies-vallankumous on täällä! Varmista paikkasi vallankumouksen eturintamassa 
ja liity Wippiesiin heti!
http://www.wippies.com/



--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2013-02-20 Thread cmaul
Maybe, I don't know.

There has not been any geoserver before and I'm installing it as a root.
Directory structure and files are made, when tomcat try to start geoserver.

-pk

Pena

So, it is not what I assumed. Have a look whether this file is there at all.
Have a look at what the read write and execute permits are. If the file is
there, please do a chmod 777 and see what happens. 

BTW you are better off to write to the list because there are many more to
help you and I am currently at a loss as to what to recommend because THIS
FILE IS PART OF THE GEOSERVER 2.2.4 INSTALL. It should be there. Grrr, sorry
that I can't be more help.

In my install on Tomcat are:
config.xml, masterpx.xml, layers-, rest-, service-, services-, users
property files and the masterpassword.digest and a geoserver.jceks (key)
file,

Cheers

Christian



-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Geoserver-fails-to-start-tp5034879p5035682.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2013-02-19 Thread cmaul
Pena,

the startup error message is very clear:

/usr/share/tomcat5/webapps/geoserver/data/security/config.xml (No such file
or directory) 

Could it be that you're starting your geoserver with your own data directory
from a 2.1.x version?
Because this file wouldn't be in there.


Cheers

Christian 



-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Geoserver-fails-to-start-tp5034879p5035384.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
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_feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Geoserver fails to start

2013-02-18 Thread Pena Kupen
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 
[orggeotools.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 

Re: [Geoserver-users] GeoServer Will Not Start

2013-02-18 Thread Jerome A. Wendell
Dr. Maul,

Thank you very much for your reply.  Since my last post I was able to
install geoserver for manual start/stop, so that I could continue working
with it.  I do want to get it installed as a service before we go into
production, so I appreciate the information.  I will try the steps that you
have recommended, and report back on my results.

Thanks again,

Jerome A. Wendell


-Original Message-
From: cmaul [mailto:christian.m...@dse.vic.gov.au] 
Sent: Sunday, February 17, 2013 7:38 PM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GeoServer Will Not Start

1053 is a generic message that will pop up if let's say a database
connection could not be made in a timely fashion. 

Please use the sc tool/command to clean up every geoserver service you have
installed so far.

http://support.microsoft.com/kb/251192

Make sure everything is gone in the registry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

and then start from scratch. 
Firstly leave the standard data directory where it is, second step change it
in web.xml and copy it to this destination on the disk still using the
default data directory start again and check logs, third step 'supplant' it
with your own data directory. I guess how things are left after several
installations Baby steps are the right way.

Cheers

Christian






-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment Level13, Marland House, 570
Bourke Street Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context:
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p50348
08.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly
thought leadership blogs to news, videos, case studies, tutorials, tech
docs, whitepapers, evaluation guides, and opinion stories. Check out the
most recent posts - join the conversation now.
http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Will Not Start

2013-02-18 Thread jawendell
Dr. Maul,

I made sure the geoserver service was cleaned up using the sc tool/command. 
I also verified in the registry that everything pertaining to geoserver was
gone.

I reinstalled geoserver as a service using the default location of the data
directory.  That is as far as I was able to go because the service did not
start.  When I try to start the service manually, I get the same Error 1053.

Just to provide the rest of the information on the server, it is a 64 bit
cloud server running Windows Server 2008 R2 SP1.  The Java Runtime
Environment (32 bit) Version 6 Update 39 is installed.

Thanks,

Jerome A. Wendell




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p5034978.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Will Not Start

2013-02-18 Thread jawendell
By doing a little bit more digging, and the assistance of the server support
team, it was determined that the problem was being logged in the wrapper.log
file.  There was a problem with the PYTHONPATH environment variable.  I had
set it up as documented, or at least I thought that I had.  I revised the
PYTHONPATH, and now I am able to start the service.

I appreciate the feedback.  As you can probably tell, I am new to a lot of
the concepts and applications that I am working with.  But, I guess the
problems encountered provide opportunities to learn.

Thanks,

Jerome A. Wendell




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p5034983.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Will Not Start

2013-02-17 Thread cmaul
1053 is a generic message that will pop up if let's say a database connection
could not be made in a timely fashion. 

Please use the sc tool/command to clean up every geoserver service you have
installed so far.

http://support.microsoft.com/kb/251192

Make sure everything is gone in the registry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

and then start from scratch. 
Firstly leave the standard data directory where it is, second step change it
in web.xml and copy it to this destination on the disk still using the
default data directory start again and check logs, third step 'supplant' it
with your own data directory. I guess how things are left after several
installations Baby steps are the right way.

Cheers

Christian






-


Dr Christian Maul
Project Manager

Information Services Branch
Department of Sustainability and Environment
Level13, Marland House, 570 Bourke Street
Melbourne 3000

PO Box 500, East Melbourne Vic 3002


Telephone:+61-3-8636 2325
Telefax:  +61-3-8636 2813
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p5034808.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Will Not Start

2013-02-13 Thread Andy Akins
What version is your .NET framework at on your server? In older versions,
there was an error 1053. 

http://support.microsoft.com/kb/839174

You could try reinstalling that.

You could also trying reinstalling Geoserver in a different directory. It
could be a registry issue and changing directories would be easier than
digging in the registry.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p5034099.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer Will Not Start

2013-02-13 Thread jawendell
Andy,

 

Thanks.  I actually saw a previous post that commented on that, but since
our server was just setup a week or so ago, I presumed all of that would be
up to date.  But, my presumption may be incorrect.  I will check that issue.
If the .Net framework is up to date, I will try reinstalling in another
directory.

 

Thanks for your quick reply.

 

Jerome

 

 

From: Andy Akins [via OSGeo.org]
[mailto:ml-node+s1560n503409...@n6.nabble.com] 
Sent: Wednesday, February 13, 2013 4:49 PM
To: jawendell
Subject: Re: GeoServer Will Not Start

 

What version is your .NET framework at on your server? In older versions,
there was an error 1053. 

http://support.microsoft.com/kb/839174

You could try reinstalling that. 

You could also trying reinstalling Geoserver in a different directory. It
could be a registry issue and changing directories would be easier than
digging in the registry. 

  _  

If you reply to this email, your message will be added to the discussion
below:

http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p50340
99.html 

To unsubscribe from GeoServer Will Not Start, click here
http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=unsubscr
ibe_by_codenode=5034090code=amF3ZW5kZWxsQGRpZ2l0YWxtYXBwaW5nLmNvbXw1MDM0MD
kwfC04ODk2OTU2NTE= .
 
http://osgeo-org.1560.n6.nabble.com/template/NamlServlet.jtp?macro=macro_vi
ewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.Basic
Namespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.
NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_e
mails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml NAML 





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090p5034101.html
Sent from the GeoServer - User mailing list archive at Nabble.com.--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer Will Not Start

2013-02-13 Thread jawendell
A few days ago I installed GeoServer 2.2.4 on a Windows server as a service. 
I have been reading through some of the documentation and went through the
basic configuration.  I worked through one of the shapefile examples, and
then published one of my own shapefiles.  All of this was done using the web
admin page.  I was having problems getting my data to display properly, so I
was doing some research on the web.  I ran across a post that suggested
having the data_dir in a different location than the program files.  So, I
moved it to another location on the same drive and changed the
GEOSERVER_DATA_DIR system variable to the new location.  I could not get the
web admin page to open, so I manually stopped the service.  When I tried to
restart the service, I got Error 1053: The service did not respond to the
start or control request in a timely fashion.  I tried moving the data_dir
to the old location and changing the system variable back, but it still did
not work.  So, I uninstalled the GeoServer program completely.  I
reinstalled the GeoServer program again as a service and used the default
data_dir, which is under the program installation folder.  The service will
not start.  I have tried to start it manually several times and each time I
get the Error 1053.

Any suggestions that you may have are GREATLY appreciated.

Thanks,

Jerome A. Wendell




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/GeoServer-Will-Not-Start-tp5034090.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2010-11-10 Thread Siddeswara.Guru
I don't get any exceptions in the log file. But getFeatureInfo works fine in 
geowebcache (war installation).

Regards
S. M. Guru

-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: Wednesday, 10 November 2010 6:04 PM
To: Guru, Siddeswara (CMAR, Hobart)
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Geoserver fails to start

On Wed, Nov 10, 2010 at 4:27 AM,  siddeswara.g...@csiro.au wrote:
 I upgrade the Geoserver to the latest version and now can see my layers but 
 getfeatureinfo is not working. But, if I use geowebcache for getfeatureinfo 
 query it works fine. There is no error message in the log file either.

Too generic of a report. What do you mean by is not working?
Do you get a service exception, do you have stack traces in the logs?
Remember we're not on your computer, all we see is what you tell us.

Cheers
Andrea

-
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584962313
fax:     +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2010-11-09 Thread Siddeswara.Guru
I upgrade the Geoserver to the latest version and now can see my layers but 
getfeatureinfo is not working. But, if I use geowebcache for getfeatureinfo 
query it works fine. There is no error message in the log file either.

Regards
S. M. Guru

-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: Tuesday, 9 November 2010 6:42 PM
To: Guru, Siddeswara (CMAR, Hobart)
Cc: GeoServer Mailing List List
Subject: Re: [Geoserver-users] Geoserver fails to start

On Mon, Nov 8, 2010 at 11:12 PM,  siddeswara.g...@csiro.au wrote:
 Hello Andrea,

Please keep the user mailing list cc'ed.

  Thank you for the info. I fixed what you have suggested. The error is more 
 to do with WFS, any idea of how to fix it. I was not aware of the data 
 directory compatibility issues. Thanks again for the info.

I'm not aware of any maxInputMemory field in the WFS configuration.
Once you fixed the wcs loading, is there any other
error besides the csv format one? The latter in your original mail was
just a by product of failures to properly load service
configurations

Cheers
Andrea

-
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584962313
fax:     +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2010-11-08 Thread Andrea Aime
On Mon, Nov 8, 2010 at 11:12 PM,  siddeswara.g...@csiro.au wrote:
 Hello Andrea,

Please keep the user mailing list cc'ed.

  Thank you for the info. I fixed what you have suggested. The error is more 
 to do with WFS, any idea of how to fix it. I was not aware of the data 
 directory compatibility issues. Thanks again for the info.

I'm not aware of any maxInputMemory field in the WFS configuration.
Once you fixed the wcs loading, is there any other
error besides the csv format one? The latter in your original mail was
just a by product of failures to properly load service
configurations

Cheers
Andrea

-
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584962313
fax:     +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver fails to start

2010-11-07 Thread Andrea Aime
On Mon, Nov 8, 2010 at 6:40 AM,  siddeswara.g...@csiro.au wrote:
 Hello All,

  The Geoserver is not starting and giving following exceptions. I had
 Geoserver 2.0.2 and for some reasons it started to throw following
 exception, I reinstalled geoserver2.0.2 still error persists with the data I
 was using before. If I don’t point to the old data directory, Geoserver
 works fine. Please help me in fixing the problem.

As far as I can see from the error you installed a more recent GeoServer
which altered the directory data structure a bit and then went back to 2.0.2
However 2.0.2 is encountering a field it does not know about.

To fix that locate wcs.xml in your data directory and remove from it
the tags named maxInputMemory and maxOutputMemory

For the future remember, you can always get a data directory from
version N and use it with version N+1, but once you've done that
it may be hard to go back: always make a backup of the data directory
if you plan to downgrade GeoServer

Cheers
Andrea

-
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584962313
fax:     +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users