Configuration :

BEA WLS 6.0
NT 4

My Installation steps includes:
1) CVS for xml-cocoon2
2) edit build.bat to ->  set JAVA_HOME=D:\bea\jdk130
3) .\build.bat -Dinclude.webapp.libs=yes webapp
4) copy cocoon.war to \bea\wlserver6.0sp1\config\mydomain\applications  and
all the rest of WLS6.0 steps in the install.html (like copy xerces_1_4_0.jar
to d:\bea\jdk130\jre\lib\)
5) update my startweblogic.cmd to
set
CLASSPATH=.;d:\bea\jdk130\jre\lib\xerces_1_4_0.jar;.\lib\xalan-2.1.0.jar;.\l
ib\weblogic_sp.jar;.\lib\weblogic.jar;

Problem :
When I access http//<my-server>:7001/cocoon/ 
exception
org.apache.cocoon.ProcessingException: Exception in
Handler:java.util.zip.ZipException: The system cannot find the file
specified
java.util.zip.ZipException: The system cannot find the file specified
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.(ZipFile.java:110)
        at java.util.zip.ZipFile.(ZipFile.java:125)
        at
weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:49)
        at
org.apache.cocoon.environment.Source.getInputStream(Source.java:120)
        at
org.apache.cocoon.environment.Source.getInputSource(Source.java:165)
        at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generat
eResource(ProgramGeneratorImpl.java:237)
        at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr
ogramGeneratorImpl.java:159)
        at org.apache.cocoon.sitemap.Handler.run(Handler.java:214)
        at java.lang.Thread.run(Thread.java:484)

The steps seems simple, yet I have been suck for a few days. I tried the
mailing list but with not much success. Please give me some direction as to
how to go.

Thanks in advance
Ray









---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to