[ODK Community] Installer failures

First, are you using Tomcat 6 ? We do not provide the configuration to run
on Tomcat 7.
If you haven't found it already, this page might be useful:

Yes, please open an issue (
http://code.google.com/p/opendatakit/issues/list) and attach the
catalina.log file to that.

A common failure is to download and install the MySQL Connector/J in the
lib directory of the Tomcat installation (if you are running against MySQL).

For other servers, see the bottom of this page:

Mitch

··· On Tue, Nov 20, 2012 at 8:42 PM, wrote:

I have tried 4 times now to get your war file to deploy. I have built a
ubuntu 12.04 server and configured java and tomcat. The war file will not
deploy. I followed the directions, and I am well versed in linux set up.
What am I missing?

There is a whole list of Java errors causing the war file not to start. I
could include them if you like. Is there an alternative to the ODK
solution, some other server that will work with the xml files and ODK
Collect?

{ov 20, 2012 11:32:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Nov 20, 2012 11:32:37 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/ODKAggregate] startup failed due to previous errors}

Thanks,
Brad

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Will try to install the MySQL J connector. Doing a full reinstall tonight
on my VM. I was using tomcat6.

thanks,
Brad

··· On Wednesday, November 21, 2012 11:53:09 AM UTC-5, Mitch wrote: > > First, are you using Tomcat 6 ? We do not provide the configuration to run > on Tomcat 7. > If you haven't found it already, this page might be useful: > http://opendatakit.org/use/aggregate/tomcat-install/ > > Yes, please open an issue ( > http://code.google.com/p/opendatakit/issues/list ) and attach the > catalina.log file to that. > > A common failure is to download and install the MySQL Connector/J in the > lib directory of the Tomcat installation (if you are running against MySQL). > > For other servers, see the bottom of this page: > http://opendatakit.org/use/aggregate/ > > Mitch > > On Tue, Nov 20, 2012 at 8:42 PM, <hurs...@gmail.com > wrote: > >> I have tried 4 times now to get your war file to deploy. I have built a >> ubuntu 12.04 server and configured java and tomcat. The war file will not >> deploy. I followed the directions, and I am well versed in linux set up. >> What am I missing? >> >> There is a whole list of Java errors causing the war file not to start. I >> could include them if you like. Is there an alternative to the ODK >> solution, some other server that will work with the xml files and ODK >> Collect? >> >> {ov 20, 2012 11:32:37 PM org.apache.catalina.core.StandardContext start >> SEVERE: Error listenerStart >> Nov 20, 2012 11:32:37 PM org.apache.catalina.core.StandardContext start >> SEVERE: Context [/ODKAggregate] startup failed due to previous errors} >> >> >> Thanks, >> Brad >> >> -- >> Post: opend...@googlegroups.com >> Unsubscribe: opendatakit...@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

It was the J connector thanks,

New issues.

Errors when uploading forms. Any Ideas?

java.lang.IllegalStateException
org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:407)
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper.sendError(SaveContextOnUpdateOrErrorResponseWrapper.java:64)
org.opendatakit.aggregate.servlet.FormUploadServlet.doPost(FormUploadServlet.java:364)
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.SecurityContextHolderAwareAuthPreservingRequestFilter.doFilter(SecurityContextHolderAwareAuthPreservingRequestFilter.java:66)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.OpenIDAuthenticationFilter.doFilter(OpenIDAuthenticationFilter.java:42)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.DigestAuthenticationFilter.doFilter(DigestAuthenticationFilter.java:42)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.OutOfBandUserFilter.doFilter(OutOfBandUserFilter.java:105)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.Oauth2ResourceFilter.doFilter(Oauth2ResourceFilter.java:352)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:144)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)

··· On Monday, November 26, 2012 9:00:05 AM UTC-5, Brad Kelley wrote: > > Will try to install the MySQL J connector. Doing a full reinstall tonight > on my VM. I was using tomcat6. > > thanks, > Brad > > On Wednesday, November 21, 2012 11:53:09 AM UTC-5, Mitch wrote: >> >> First, are you using Tomcat 6 ? We do not provide the configuration to >> run on Tomcat 7. >> If you haven't found it already, this page might be useful: >> http://opendatakit.org/use/aggregate/tomcat-install/ >> >> Yes, please open an issue ( >> http://code.google.com/p/opendatakit/issues/list ) and attach the >> catalina.log file to that. >> >> A common failure is to download and install the MySQL Connector/J in the >> lib directory of the Tomcat installation (if you are running against MySQL). >> >> For other servers, see the bottom of this page: >> http://opendatakit.org/use/aggregate/ >> >> Mitch >> >> On Tue, Nov 20, 2012 at 8:42 PM, wrote: >> >>> I have tried 4 times now to get your war file to deploy. I have built a >>> ubuntu 12.04 server and configured java and tomcat. The war file will not >>> deploy. I followed the directions, and I am well versed in linux set up. >>> What am I missing? >>> >>> There is a whole list of Java errors causing the war file not to start. >>> I could include them if you like. Is there an alternative to the ODK >>> solution, some other server that will work with the xml files and ODK >>> Collect? >>> >>> {ov 20, 2012 11:32:37 PM org.apache.catalina.core.StandardContext start >>> SEVERE: Error listenerStart >>> Nov 20, 2012 11:32:37 PM org.apache.catalina.core.StandardContext start >>> SEVERE: Context [/ODKAggregate] startup failed due to previous errors} >>> >>> >>> Thanks, >>> Brad >>> >>> -- >>> Post: opend...@googlegroups.com >>> Unsubscribe: opendatakit...@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >>> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com >> >

Would need to see more of the error chain. What client are you using?
Perhaps you have cookies disabled?

Mitch

··· On Mon, Nov 26, 2012 at 4:29 PM, Brad Kelley wrote:

It was the J connector thanks,

New issues.

Errors when uploading forms. Any Ideas?

java.lang.IllegalStateException
org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:407)
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper.sendError(SaveContextOnUpdateOrErrorResponseWrapper.java:64)
org.opendatakit.aggregate.servlet.FormUploadServlet.doPost(FormUploadServlet.java:364)
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.SecurityContextHolderAwareAuthPreservingRequestFilter.doFilter(SecurityContextHolderAwareAuthPreservingRequestFilter.java:66)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.OpenIDAuthenticationFilter.doFilter(OpenIDAuthenticationFilter.java:42)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.DigestAuthenticationFilter.doFilter(DigestAuthenticationFilter.java:42)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.OutOfBandUserFilter.doFilter(OutOfBandUserFilter.java:105)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.Oauth2ResourceFilter.doFilter(Oauth2ResourceFilter.java:352)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:144)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)

On Monday, November 26, 2012 9:00:05 AM UTC-5, Brad Kelley wrote:

Will try to install the MySQL J connector. Doing a full reinstall tonight
on my VM. I was using tomcat6.

thanks,
Brad

On Wednesday, November 21, 2012 11:53:09 AM UTC-5, Mitch wrote:

First, are you using Tomcat 6 ? We do not provide the configuration to
run on Tomcat 7.
If you haven't found it already, this page might be useful:
http://opendatakit.org/use/**aggregate/tomcat-install/http://opendatakit.org/use/aggregate/tomcat-install/

Yes, please open an issue ( http://code.google.com/p/**
opendatakit/issues/listhttp://code.google.com/p/opendatakit/issues/list) and attach the catalina.log file to that.

A common failure is to download and install the MySQL Connector/J in the
lib directory of the Tomcat installation (if you are running against MySQL).

For other servers, see the bottom of this page:
http://opendatakit.org/use/**aggregate/http://opendatakit.org/use/aggregate/

Mitch

On Tue, Nov 20, 2012 at 8:42 PM, hurs...@gmail.com wrote:

I have tried 4 times now to get your war file to deploy. I have built a
ubuntu 12.04 server and configured java and tomcat. The war file will not
deploy. I followed the directions, and I am well versed in linux set up.
What am I missing?

There is a whole list of Java errors causing the war file not to start.
I could include them if you like. Is there an alternative to the ODK
solution, some other server that will work with the xml files and ODK
Collect?

{ov 20, 2012 11:32:37 PM org.apache.catalina.core.**StandardContext
start
SEVERE: Error listenerStart
Nov 20, 2012 11:32:37 PM org.apache.catalina.core.**StandardContext
start
SEVERE: Context [/ODKAggregate] startup failed due to previous errors}

Thanks,
Brad

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.**com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

There was an error in the form, it does not fail gracefully. I have the
form fixed and everything is running correctly. Thanks for all your help.

Brad

··· On Tue, Nov 27, 2012 at 12:03 PM, Mitch S wrote:

Would need to see more of the error chain. What client are you using?
Perhaps you have cookies disabled?

Mitch

On Mon, Nov 26, 2012 at 4:29 PM, Brad Kelley hursto75@gmail.com wrote:

It was the J connector thanks,

New issues.

Errors when uploading forms. Any Ideas?

java.lang.IllegalStateException
org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:407)
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:108)
org.springframework.security.web.context.SaveContextOnUpdateOrErrorResponseWrapper.sendError(SaveContextOnUpdateOrErrorResponseWrapper.java:64)
org.opendatakit.aggregate.servlet.FormUploadServlet.doPost(FormUploadServlet.java:364)
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.SecurityContextHolderAwareAuthPreservingRequestFilter.doFilter(SecurityContextHolderAwareAuthPreservingRequestFilter.java:66)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.OpenIDAuthenticationFilter.doFilter(OpenIDAuthenticationFilter.java:42)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.DigestAuthenticationFilter.doFilter(DigestAuthenticationFilter.java:42)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.OutOfBandUserFilter.doFilter(OutOfBandUserFilter.java:105)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.opendatakit.common.security.spring.Oauth2ResourceFilter.doFilter(Oauth2ResourceFilter.java:352)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:144)
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)

On Monday, November 26, 2012 9:00:05 AM UTC-5, Brad Kelley wrote:

Will try to install the MySQL J connector. Doing a full reinstall
tonight on my VM. I was using tomcat6.

thanks,
Brad

On Wednesday, November 21, 2012 11:53:09 AM UTC-5, Mitch wrote:

First, are you using Tomcat 6 ? We do not provide the configuration to
run on Tomcat 7.
If you haven't found it already, this page might be useful:
http://opendatakit.org/use/**aggregate/tomcat-install/http://opendatakit.org/use/aggregate/tomcat-install/

Yes, please open an issue ( http://code.google.com/p/**
opendatakit/issues/listhttp://code.google.com/p/opendatakit/issues/list) and attach the catalina.log file to that.

A common failure is to download and install the MySQL Connector/J in
the lib directory of the Tomcat installation (if you are running against
MySQL).

For other servers, see the bottom of this page:
http://opendatakit.org/use/**aggregate/http://opendatakit.org/use/aggregate/

Mitch

On Tue, Nov 20, 2012 at 8:42 PM, hurs...@gmail.com wrote:

I have tried 4 times now to get your war file to deploy. I have built
a ubuntu 12.04 server and configured java and tomcat. The war file will not
deploy. I followed the directions, and I am well versed in linux set up.
What am I missing?

There is a whole list of Java errors causing the war file not to
start. I could include them if you like. Is there an alternative to the ODK
solution, some other server that will work with the xml files and ODK
Collect?

{ov 20, 2012 11:32:37 PM org.apache.catalina.core.**StandardContext
start
SEVERE: Error listenerStart
Nov 20, 2012 11:32:37 PM org.apache.catalina.core.**StandardContext
start
SEVERE: Context [/ODKAggregate] startup failed due to previous errors}

Thanks,
Brad

--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.**com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en