can not access the orbeon.war file after installation

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

can not access the orbeon.war file after installation

silverbuyer
HTTP Status 404 - /orbeon/
type Status report
message /orbeon/
description The requested resource is not available.
Apache Tomcat/7.0.42

manager says everything looks good when i start and stop the application, but get this below when i try to deploy through the manager:

type Exception report

message org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (61787238) exceeds the configured maximum (52428800)

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.IllegalStateException: org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (61787238) exceeds the configured maximum (52428800)
        org.apache.catalina.connector.Request.parseParts(Request.java:2789)
        org.apache.catalina.connector.Request.parseParameters(Request.java:3048)
        org.apache.catalina.connector.Request.getParameter(Request.java:1149)
        org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:383)
        org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:184)
        org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
root cause

org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (61787238) exceeds the configured maximum (52428800)
        org.apache.tomcat.util.http.fileupload.FileUploadBase$FileItemIteratorImpl.<init>(FileUploadBase.java:817)
        org.apache.tomcat.util.http.fileupload.FileUploadBase.getItemIterator(FileUploadBase.java:261)
        org.apache.tomcat.util.http.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:285)
        org.apache.catalina.connector.Request.parseParts(Request.java:2722)
        org.apache.catalina.connector.Request.parseParameters(Request.java:3048)
        org.apache.catalina.connector.Request.getParameter(Request.java:1149)
        org.apache.catalina.connector.RequestFacade.getParameter(RequestFacade.java:383)
        org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:184)
        org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.42 logs.

Apache Tomcat/7.0.42
Reply | Threaded
Open this post in threaded view
|

Re: can not access the orbeon.war file after installation

Alessandro  Vernet
Administrator
Hi,

Are you deploying Orbeon Forms by uploading the war to Tomcat? Maybe that would explain that error message. If that is indeed the case, I imagine you could either:

- Increase the file upload limit.
- Deploy Orbeon Forms by just uncompressing the orbeon.war yourself into an orbeon directory, and moving that orbeon directory under Tomcat's webapps, and restarting Tomcat.

This is kind of a long shot, but I hope it helps,

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet