You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Jimmy Conway (JIRA)" <ji...@codehaus.org> on 2008/10/01 10:05:45 UTC

[jira] Created: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

wrapper.conf strange defect with %PWD%/..
-----------------------------------------

                 Key: CONTINUUM-1907
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1907
             Project: Continuum
          Issue Type: Bug
          Components: Web - Configuration
    Affects Versions: 1.3
         Environment: Windows, LDAP connection
            Reporter: Jimmy Conway


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

        

[jira] Updated: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1907:
------------------------------------

    Attachment: 2008_10_02.stderrout.log

Attach log. wrapper failed on a solaris env.
Here I don't really know why ??

> 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
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.2.1
>
>         Attachments: 2008_10_02.stderrout.log
>
>
> 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

        

[jira] Updated: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1907:
------------------------------------

    Priority: Blocker  (was: Major)

> 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
>            Priority: Blocker
>             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

        

[jira] Closed: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed CONTINUUM-1907.
-----------------------------------

    Resolution: Fixed

I close it because the jetty bundle works fine for zip one on solaris.
It looks there is an issue  with the tar.gz and the solaris tar xf cli :
{code}
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file
{code}

Using /usr/sfw/bin/gtar xf apache-continuum-1.2.1-SNAPSHOT-bin.tar works better and I can start continuum.


> 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
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.2.1
>
>         Attachments: 2008_10_02.stderrout.log
>
>
> 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

        

[jira] Updated: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1907:
------------------------------------

    Affects Version/s:     (was: 1.3)
                       1.2
        Fix Version/s: 1.2.1
          Component/s:     (was: Web - Configuration)
                       Jetty Bundle

> 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

        

[jira] Reopened: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reopened CONTINUUM-1907:
-------------------------------------


reopened as the jetty bundle doesn't start on solaris.
argh !

> 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
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             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

        

[jira] Closed: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed CONTINUUM-1907.
-----------------------------------

    Resolution: Fixed

fixed rev 700936 in 1.2.x branch
merged in rev 700938

> 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
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             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

        

[jira] Assigned: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reassigned CONTINUUM-1907:
---------------------------------------

    Assignee: Olivier Lamy

> 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
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             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

        

[jira] Commented: (CONTINUUM-1907) wrapper.conf strange defect with %PWD%/..

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ 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
or@0.0.0.0: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