[
http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149564#action_149564
]
Olivier Lamy commented on CONTINUUM-1907:
-----------------------------------------
We have here a weird issue.
the bundle can't start. My logs says :
{code}
10548 [WrapperSimpleAppMain] INFO org.mortbay.log - Started SelectChannelConnect
[EMAIL PROTECTED]:8080
java.lang.IllegalArgumentException
at sun.net.www.ParseUtil.decode(Unknown Source)
at sun.misc.URLClassPath$FileLoader.<init>(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.findResource(Unknown Source)
at java.net.URLClassLoader$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(Unknown Source)
at org.apache.jasper.servlet.JasperLoader.getResourceAsStream(JasperLoad
{code}
changing the wrapper.conf manually fix the issue.
> wrapper.conf strange defect with %PWD%/..
> -----------------------------------------
>
> Key: CONTINUUM-1907
> URL: http://jira.codehaus.org/browse/CONTINUUM-1907
> Project: Continuum
> Issue Type: Bug
> Components: Jetty Bundle
> Affects Versions: 1.2
> Environment: Windows, LDAP connection
> Reporter: Jimmy Conway
> Fix For: 1.2.1
>
>
> I have LDAP connection and I get this error in stderr:
> 148000 [btpool0-5] WARN
> org.apache.commons.configuration.DefaultConfigurationBuilder - Internal error
> org.apache.commons.configuration.ConfigurationException: URLDecoder:
> Illegal hex characters in escape (%) pattern - For input string: "PW" at...
> Finally, I changed this line in wrapper.conf:
> set.default.APP_BASE=%PWD%/..
> To this one:
> set.default.APP_BASE=c:/apache/continuum
> Now it has absolute path, and it works.
> I think that it's a defect...
--
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