You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Johan Vogelzang (JIRA)" <ji...@codehaus.org> on 2008/02/15 15:20:29 UTC

[jira] Issue Comment Edited: (CONTINUUM-1054) IllegalStateException stack adding pom

    [ http://jira.codehaus.org/browse/CONTINUUM-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123786 ] 

nahoj edited comment on CONTINUUM-1054 at 2/15/08 8:18 AM:
---------------------------------------------------------------------

We got the same problem. Running Continuum 1.2-SNAPSHOT standalone on linux. It is not possible to add a Maven2 project (multi module).. The wrapper log shows the same error as showed in this issue. 
Workaround:
- Edit $CONTINUUM_HOME/apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml
- Uncomment the line: <allowedScheme>file</allowedScheme>
- Restart Continuum
- On the commandline checkout the needed project from your SCM
- Open Continuum webinterface and add a Maven2 project by using a file url (file:///-path-to-local-checkout-/pom.xml)
I hope that at least the priority of this bug will be increased, because it seriously motivates users to look for alternative's if this core function of the webinterface does not work properly. 


      was (Author: nahoj):
    We got the same problem. Running Continuum 1.2-SNAPSHOT standalone on linux. It is not possible to add a Maven2 project (multi module).. The wrapper log shows the same error as showed in this issue. 
Workaround:
- Edit /home/pcsn-builduser/apache-continuum-1.2-SNAPSHOT/apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml
- Uncomment the line: <allowedScheme>file</allowedScheme>
- Restart Continuum
- On the commandline checkout the needed project from your SCM
- Open Continuum webinterface and add a Maven2 project by using a file url (file:///-path-to-local-checkout-/pom.xml)
I hope that at least the priority of this bug will be increased, because it seriously motivates users to look for alternative's if this core function of the webinterface does not work properly. 

  
> IllegalStateException stack adding pom
> --------------------------------------
>
>                 Key: CONTINUUM-1054
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1054
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web interface
>    Affects Versions: 1.1-alpha-1
>            Reporter: Carlos Sanchez
>            Priority: Minor
>             Fix For: Future
>
>
> Adding a m2 pom from a web location causes this stack trace, although seems to work fine
> 2006-12-13 10:46:07,109 [SocketListener0-1] INFO  DispatcherUtils                - Unable to find 'webwork.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir
> 2006-12-13 10:46:07,156 [SocketListener0-1] WARN  MultiPartRequest               - Item is a file upload of 0 size, ignoring
> 2006-12-13 10:46:07,156 [SocketListener0-1] ERROR DispatcherUtils                - Error setting character encoding to 'UTF-8' - ignoring.
> java.lang.IllegalStateException: getReader() or getInputStream() called
>         at org.mortbay.jetty.servlet.ServletHttpRequest.setCharacterEncoding(ServletHttpRequest.java:602)
>         at javax.servlet.ServletRequestWrapper.setCharacterEncoding(ServletRequestWrapper.java:112)
>         at com.opensymphony.webwork.dispatcher.DispatcherUtils.prepare(DispatcherUtils.java:392)
>         at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:160)
>         at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>         at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
>         at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
>         at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>         at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88)
>         at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>         at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
>         at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
>         at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>         at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
>         at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>         at org.mortbay.http.HttpServer.service(HttpServer.java:909)
>         at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>         at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
>         at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>         at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
>         at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>         at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

-- 
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