[Geoserver-users] Geoserver 2.0 WFS-T doesn't work?

Jim,

How can this be done?

When updating from my program (i updated the server now with 2.0.x 16nov) i
get an error (somethimes)

2009-11-16 17:15:22,437 ERROR [geoserver.ows] -
java.io.IOException: Mark invalid
  at java.io.BufferedReader.reset(BufferedReader.java:485)
  at org.geoserver.ows.Dispatcher.readOpPost(Dispatcher.java:1218)
  at org.geoserver.ows.Dispatcher.service(Dispatcher.java:317)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:193)
  at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
  at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
  at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
  at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
  at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
  at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
  at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
  at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
  at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
  at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
  at
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:124)
  at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
  at
org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
  at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
  at
org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
  at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
  at
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
  at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
  at
org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
  at
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
  at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:73)
  at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  at
org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183)
  at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:47)
  at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
  at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
  at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
  at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
  at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
  at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
  at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  at org.mortbay.jetty.Server.handle(Server.java:324)
  at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
  at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842)
  at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
  at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
  at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
  at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
  at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)

jimmy06100 wrote:

Hi dencop,

I think it's not a bug but geoserver needs more memory for resolved this
error.

Cheers

Jim

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26374808.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi dencop,

When you start geoserver you have to put this params -Xms1024m who give to java 1024mo for memory (put what you need 512/1024/2048). I don’t know on window where you put this. I use binary sources and I have put this params on the start script (startup.sh).

For your IOException I have no idea, I never had this error, sorry.

best regards,

Jim

2009/11/16 dencop <den_cop@anonymised.com95…>

Jim,

How can this be done?

When updating from my program (i updated the server now with 2.0.x 16nov) i
get an error (somethimes)

2009-11-16 17:15:22,437 ERROR [geoserver.ows] -
java.io.IOException: Mark invalid
at java.io.BufferedReader.reset(BufferedReader.java:485)
at org.geoserver.ows.Dispatcher.readOpPost(Dispatcher.java:1218)
at org.geoserver.ows.Dispatcher.service(Dispatcher.java:317)
at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:193)

at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:124)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at
org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at
org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
at
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
at
org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
at
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:73)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at
org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:47)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)

jimmy06100 wrote:

Hi dencop,

I think it’s not a bug but geoserver needs more memory for resolved this
error.

Cheers

Jim


View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn%27t-work–tp26126615p26374808.html

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


Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july


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

Hi Jim,

I found it. You can edit it in de wrapper in windows. Just edit wrapper.conf
in the bin dir.

But when i edit the max to 1024, it says 593M in server status.

But the IOExeption error still popups.

DenCop

jimmy06100 wrote:

Hi dencop,

When you start geoserver you have to put this params -Xms1024m who give to
java 1024mo for memory (put what you need 512/1024/2048). I don't know on
window where you put this. I use binary sources and I have put this params
on the start script (startup.sh).

For your IOException I have no idea, I never had this error, sorry.

best regards,

Jim

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26376917.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

DenCop,

For my exception. I found something about "readAheadLimit". Some say that
you can set it from 2k to 8k and the problems where solved.

Where can i find this item?

DenCop

http://www.mail-archive.com/geoserver-devel@lists.sourceforge.net/msg04318.html

dencop wrote:

Hi Jim,

I found it. You can edit it in de wrapper in windows. Just edit
wrapper.conf in the bin dir.

But when i edit the max to 1024, it says 593M in server status.

But the IOExeption error still popups.

DenCop

jimmy06100 wrote:

Hi dencop,

When you start geoserver you have to put this params -Xms1024m who give
to
java 1024mo for memory (put what you need 512/1024/2048). I don't know on
window where you put this. I use binary sources and I have put this
params
on the start script (startup.sh).

For your IOException I have no idea, I never had this error, sorry.

best regards,

Jim

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26377189.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi dencop

For the memory I put the param in this command
exec “$_RUNJAVA” -DGEOSERVER_DATA_DIR=“$GEOSERVER_DATA_DIR” -Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar -Xms1024m start.jar

Find a command like this one and put the param.

Cheers

Jim

2009/11/16 dencop <den_cop@anonymised.com>

Hi Jim,

I found it. You can edit it in de wrapper in windows. Just edit wrapper.conf
in the bin dir.

But when i edit the max to 1024, it says 593M in server status.

But the IOExeption error still popups.

DenCop

jimmy06100 wrote:

Hi dencop,

When you start geoserver you have to put this params -Xms1024m who give to
java 1024mo for memory (put what you need 512/1024/2048). I don’t know on
window where you put this. I use binary sources and I have put this params
on the start script (startup.sh).

For your IOException I have no idea, I never had this error, sorry.

best regards,

Jim


View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn%27t-work–tp26126615p26376917.html

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


Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july


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

dencop ha scritto:

Jim,

How can this be done?

When updating from my program (i updated the server now with 2.0.x 16nov) i
get an error (somethimes)

2009-11-16 17:15:22,437 ERROR [geoserver.ows] - java.io.IOException: Mark invalid
  at java.io.BufferedReader.reset(BufferedReader.java:485)
  at org.geoserver.ows.Dispatcher.readOpPost(Dispatcher.java:1218)
  at org.geoserver.ows.Dispatcher.service(Dispatcher.java:317)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:193)
  at

It's something we've already seen reported, thought no developer has
ever managed to reproduce the problem (might have to do with the fact
no developer is working on Windows):

http://jira.codehaus.org/browse/GEOS-3393

How are your requests? Are you posting big ones?

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Hi Andrea,

Thanks for the response.

I`m not doing anything strange (no big ones). But when I use the standard
shp files from the demos, i can delete and update without any problem. But
when I connect to an postgis database I get this error every now and then. I
look at fiddler to my request but the are the same (only the response is an
error or a succes).

So i`ve i install geoserver on linux it will not occur?

How can i "upgrade" mark size as suggested in the issue?

Do you need more info?

I use java 1.6 update 16. Are there other java`s i can try?

Greetz,
DenCop

Andrea Aime-4 wrote:

dencop ha scritto:

It's something we've already seen reported, thought no developer has
ever managed to reproduce the problem (might have to do with the fact
no developer is working on Windows):

http://jira.codehaus.org/browse/GEOS-3393

How are your requests? Are you posting big ones?

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26404632.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi,

Maybe the user who connect to the postgis database have not rules to DELETE or UPDATE …

Cheers

Jim

2009/11/18 dencop <den_cop@anonymised.com>

Hi Andrea,

Thanks for the response.

I`m not doing anything strange (no big ones). But when I use the standard
shp files from the demos, i can delete and update without any problem. But
when I connect to an postgis database I get this error every now and then. I
look at fiddler to my request but the are the same (only the response is an
error or a succes).

So i`ve i install geoserver on linux it will not occur?

How can i “upgrade” mark size as suggested in the issue?

Do you need more info?

I use java 1.6 update 16. Are there other java`s i can try?

Greetz,

DenCop

Andrea Aime-4 wrote:

dencop ha scritto:

It’s something we’ve already seen reported, thought no developer has
ever managed to reproduce the problem (might have to do with the fact
no developer is working on Windows):

http://jira.codehaus.org/browse/GEOS-3393

How are your requests? Are you posting big ones?

Cheers
Andrea


Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.


Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july


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


View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn%27t-work–tp26126615p26404632.html

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


Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july


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

dencop ha scritto:

Hi Andrea,

Thanks for the response.

I`m not doing anything strange (no big ones). But when I use the standard
shp files from the demos, i can delete and update without any problem. But
when I connect to an postgis database I get this error every now and then. I
look at fiddler to my request but the are the same (only the response is an
error or a succes).

So i`ve i install geoserver on linux it will not occur?

I have no idea. I was just observing that we never saw that error on a Linux box.

How can i "upgrade" mark size as suggested in the issue?

A patch is needed in the code. There is nothing a user can do, a developer changing the code is needed

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Strange,

Is the possible to do the patch? Or is it not known where its for and what
it could do more?

Is there something I can do? Is it possible to get more info from geoserver?
Do you want access to my geoserver installation?

DenCop

Andrea Aime-4 wrote:

dencop ha scritto:

Hi Andrea,

Thanks for the response.

I`m not doing anything strange (no big ones). But when I use the standard
shp files from the demos, i can delete and update without any problem.
But
when I connect to an postgis database I get this error every now and
then. I
look at fiddler to my request but the are the same (only the response is
an
error or a succes).

So i`ve i install geoserver on linux it will not occur?

I have no idea. I was just observing that we never saw that error on a
Linux box.

How can i "upgrade" mark size as suggested in the issue?

A patch is needed in the code. There is nothing a user can do, a
developer changing the code is needed

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26405494.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

So there is only one solution? Install linux?

DenCop

dencop wrote:

Strange,

Is the possible to do the patch? Or is it not known where its for and what
it could do more?

Is there something I can do? Is it possible to get more info from
geoserver? Do you want access to my geoserver installation?

DenCop

Andrea Aime-4 wrote:

dencop ha scritto:

Hi Andrea,

Thanks for the response.

I`m not doing anything strange (no big ones). But when I use the
standard
shp files from the demos, i can delete and update without any problem.
But
when I connect to an postgis database I get this error every now and
then. I
look at fiddler to my request but the are the same (only the response is
an
error or a succes).

So i`ve i install geoserver on linux it will not occur?

I have no idea. I was just observing that we never saw that error on a
Linux box.

How can i "upgrade" mark size as suggested in the issue?

A patch is needed in the code. There is nothing a user can do, a
developer changing the code is needed

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and
focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26421270.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi all,

I`m still searching for the solution for my problem.

I downloaded the sourcecode of stack 2.0.x and build geoserver myself. These
where my steps.

install maven (latest)
install subversion (latest)
Download eclipse (latest)

set PATH="c:\maven\bin";%PATH%
set PATH="C:\Program Files\Java\jdk1.6.0_17\bin";%PATH%

svn co https://svn.codehaus.org/geoserver/branches/2.0.x/ geoserver-20
cd geoserver-20
cd src
mvn -DskipTests clean install
mvn eclipse:eclipse

Then in eclipse i imported the files from geoserver-20/src
I started the apllication
changed configuration
-DGEOSERVER_DATA_DIR=C:\GIS_DATA -Xmx1024M -Xms64m
restarted

and tested it with mapinfo....

So now i got a issue, the "problem" does popup anymore.

So two questions:
1. Whats the difference between eclipse and an normal build
2. how can i build the program files so i can run without eclipse?

DenCop

PS. this eclipse is running on windows.

Andrea Aime-4 wrote:

dencop ha scritto:

Hi Andrea,

Thanks for the response.

I`m not doing anything strange (no big ones). But when I use the standard
shp files from the demos, i can delete and update without any problem.
But
when I connect to an postgis database I get this error every now and
then. I
look at fiddler to my request but the are the same (only the response is
an
error or a succes).

So i`ve i install geoserver on linux it will not occur?

I have no idea. I was just observing that we never saw that error on a
Linux box.

How can i "upgrade" mark size as suggested in the issue?

A patch is needed in the code. There is nothing a user can do, a
developer changing the code is needed

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26496429.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi Again,

I think this is not interesting enough. But for people that get this problem
in the future the solution that worked for me:

Install your Geoserver of your choice (select the same when downloading the
source)
install maven (latest)
http://maven.apache.org/download.html 'Maven 2.2.1 (zip)
I installed it to c:\Maven

install subversion (latest)
http://subversion.tigris.org/getting.html#windows
http://subversion.tigris.org/files/documents/15/46906/Setup-Subversion-1.6.6.msi

‘Open command prompt
‘set it to your maven\bin directory
set PATH="c:\maven\bin";%PATH%

‘set it to your jdk
set PATH="C:\Program Files\Java\jdk1.6.0_17\bin";%PATH%

‘Use your branch or trunk
svn co https://svn.codehaus.org/geoserver/branches/2.0.x/ geoserver-20

‘Open
maven\geoserver-20\src\ows\src\main\java\org\geoserver\ows\dispatcher.java
‘replace 2048 with 8192 (only two times)
‘save file

cd geoserver-20
cd src
(maybe 'cd ows)

‘Run building
mvn -DskipTests clean install
mvn eclipse:eclipse

‘Copy maven\geoserver-20\src\ows\target\ows-2.0.1-SNAPSHOT.jar to
GEOSERVER DIR \webapps\geoserver\WEB-INF\lib

Maybe there are some steps to much but it works for me….

DenCop

dencop wrote:

Hi all,

I`m still searching for the solution for my problem.

I downloaded the sourcecode of stack 2.0.x and build geoserver myself.
These where my steps.
..........

--
View this message in context: http://old.nabble.com/Geoserver-2.0-WFS-T-doesn't-work--tp26126615p26517735.html
Sent from the GeoServer - User mailing list archive at Nabble.com.