DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22916>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22916

Full path for logkit.xconf location fail

           Summary: Full path for logkit.xconf location fail
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Out of this ant expresion:


      <java classname="org.apache.cocoon.Main"
        fork="true"
        dir="/var/tmp/fs/build/tmp/context/"
        failonerror="true"
        maxmemory="64m">
        <jvmarg line=""/>
        <jvmarg
value="-Djava.endorsed.dirs=/home/cheche/xml/xml-forrest/build/dist/shbat/lib/endorsed${path.separator}${java.endorsed.dirs}"/>
        <arg value="--logLevel=INFO"/>
        <arg
value="--logKitconfig=/var/tmp/fs/build/tmp/context/WEB-INF/logkit.xconf"/>
        <arg value="--destDir=/var/tmp/fs/build/site"/>
        <arg value="--xconf=/var/tmp/fs/build/tmp/context/WEB-INF/cli.xconf"/>
        <arg value="index.html"/>
        <classpath>
          <path refid="forrest.cp"/>
        </classpath>
      </java>


I found this error:

FATAL_E 2003-09-04 00:03:55.165 [        ] (): Exception caught
java.io.FileNotFoundException:
./var/tmp/fs/build/tmp/context/WEB-INF/logkit.xconf (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:103)
        at org.apache.cocoon.bean.CocoonWrapper.initialize(CocoonWrapper.java:152)
        at org.apache.cocoon.bean.CocoonBean.initialize(CocoonBean.java:121)
        at org.apache.cocoon.Main.main(Main.java:391)
Exception in thread "main" java.io.FileNotFoundException:
./var/tmp/fs/build/tmp/context/WEB-INF/logkit.xconf (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:103)
        at org.apache.cocoon.bean.CocoonWrapper.initialize(CocoonWrapper.java:152)
        at org.apache.cocoon.bean.CocoonBean.initialize(CocoonBean.java:121)
        at org.apache.cocoon.Main.main(Main.java:391)



If I change /var/tmp/fs/build/tmp/context/WEB-INF/logkit.xconf to
/WEB-INF/logkit.xconf that works!

Reply via email to