Charles,

I think I may have found the problem but still unsure how to back out of it.

The Geoserver service had a path to executable (registry entry) that included a third wrapper.java.additional entry. Therefore the JVM may now have multiple entries numbered #3.

So, now I'm trying to determine how to list the jvm options so I can see if this is the case. Ideas?

Thanks for the reply again and the troubleshooting page.

Abe.



On 10/7/2010 12:56 PM, Charles Galpin wrote:
I wish I could give you a specific pointer other than restore the wrapper.conf before your changes (you did back it up right ;) )

But here is troubleshooting page for the wrapper software

http://wrapper.tanukisoftware.com/doc/english/troubleshooting.html#5

It recommends enabling debugging, so maybe that will lead you in the right direction.

I don't know how to run it without the wrapper or I'd suggest you do that with and without these parameters to make sure they work. Someone else might know how to do this and chime in.

hth
charles
p.s. If you can't back out your changes I can send you my wrapper.conf if needed

On Oct 7, 2010, at 6:30 PM, Richard (Abe) Coughlin wrote:

Thanks Charles,

Found the wrapper.conf and made the adjustments. But Geoserver failed to start after that. Removing the entries didn't fix the problem either. Geoserver still won't start. Tried server restart also but Geoserver still out.

I definitely think you're on the right track but is there something else missing that might have been required. Any ideas?

No harm done. Only in development phase. Can always reinstall.


  Abe




On 10/7/2010 11:00 AM, Charles Galpin wrote:
Hi Abe

You have to give these options to the JVM when you start geoserver. On windows you are running it as a service, which uses a wrapper script, and this has a configuration file "wrapper.conf" that you can set it in. A typical location will be something like

C:\Program Files (x86)\GeoServer 2.0.2\wrapper\

In wrapper.conf, you will see a line like

wrapper.java.additional.2=-DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%"

Just add more consecutively numbered additional parameters

wrapper.java.additional.3=-DADVANCED_PROJECTION_ HANDLING=true
wrapper.java.additional.4=-DUSE_STREAMING_RENDERER=true

save and restart the service.

hth
charles

On Oct 7, 2010, at 4:14 PM, Richard (Abe) Coughlin wrote:

I've looked at the blog page 'GeoServer continuouse map wrapping' [http://blog.geoserver.org/2010/02/23/geoserver-map-wrapping/], seen the details at the GeoSolutions site [http://geo-solutions.blogspot.com/2010/02/geoserver-continuous-map-wrapping.html] and tried to apply the two JVM options:
-DADVANCED_PROJECTION_ HANDLING=true
-DUSE_STREAMING_RENDERER=true


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to