You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brice Ruzand (JIRA)" <ji...@codehaus.org> on 2007/11/24 16:26:57 UTC

[jira] Created: (CONTINUUM-1579) No ouput when adding maven 2 project through web interface

No ouput when adding maven 2 project through	web interface
----------------------------------------------------------

                 Key: CONTINUUM-1579
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1579
             Project: Continuum
          Issue Type: Bug
          Components: Web interface
    Affects Versions: 1.1
         Environment: Maven 2.0.7
            Reporter: Brice Ruzand


Each time I add a new Maven 2 project through the web interface by providing pom.xml Url, I got no output and the following stack trace. 
Despite I got this behavior the project is well added to continuum.


jvm 1    | 2007-11-24 16:07:50,318 [SocketListener0-4] ERROR com.opensymphony.webwork.dispatcher.multipart.MultiPartRequest  - org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the request was rejected because its size is unknown
jvm 1    | org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the request was rejected because its size is unknown
jvm 1    | 	at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:305)
jvm 1    | 	at com.opensymphony.webwork.dispatcher.multipart.JakartaMultiPartRequest.<init>(JakartaMultiPartRequest.java:51)
jvm 1    | 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
jvm 1    | 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
jvm 1    | 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
jvm 1    | 	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
jvm 1    | 	at com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper.<init>(MultiPartRequestWrapper.java:100)
jvm 1    | 	at com.opensymphony.webwork.dispatcher.DispatcherUtils.wrapRequest(DispatcherUtils.java:470)
jvm 1    | 	at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:70)
jvm 1    | 	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
jvm 1    | 	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
jvm 1    | 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
jvm 1    | 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
jvm 1    | 	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
jvm 1    | 	at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
jvm 1    | 	at org.mortbay.http.HttpServer.service(HttpServer.java:909)
jvm 1    | 	at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
jvm 1    | 	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
jvm 1    | 	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
jvm 1    | 	at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
jvm 1    | 	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
jvm 1    | 	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
jvm 1    | 2007-11-24 16:07:50,346 [SocketListener0-4] ERROR com.opensymphony.webwork.interceptor.FileUploadInterceptor  - the request was rejected because its size is unknown
jvm 1    | 2007-11-24 16:07:50,716 [SocketListener0-4] WARN  com.opensymphony.xwork.DefaultActionInvocation  - No result defined for action org.apache.maven.continuum.web.action.ProjectGroupAction and result input
jvm 1    | 2007-11-24 16:08:03,115 [pool-2-thread-1] INFO  org.apache.maven.continuum.scm.ContinuumScm:default  - Checked out 32 files.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira