You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(4) |
Feb
(10) |
Mar
|
Apr
(4) |
May
|
Jun
(2) |
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2003 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Phil B. <ph...@tc...> - 2002-01-15 02:51:44
|
Hi again, Having solved the last two problems I'm now onto logic sheets. From the documentation I am guessing that the best place for logic sheets would be in the WEB-INF/classes hierarchy. In my chello project I have created a logicsheets folder in the 'src' directory. I also have my java classes in various folders in 'src'. However, when I build, all the classes are compiled into WEB-INF/classes but the logicsheets (or any other non-java class resource) are not copied to WEB-INF/classes. Am I going about this the wrong way? Any advice would be appreciated. Thanks. Have fun, Phil |
|
From: Phil B. <ph...@tc...> - 2002-01-14 01:20:28
|
Hi everyone,
Just setting up chello for the first time and have a couple of questions:
1. Every time I access the chellobuild servlet I get:
org.apache.jasper.JasperException: Unable to compile class for JSP
/Users/phil/Applications/Servers/jakarta-
tomcat-4.0.1/work/localhost/chellobuild/cruise$jsp.java:347:
Incompatible type for method. Explicit cast needed to convert
java.lang.Throwable to java.lang.Exception.
if (pageContext != null) pageContext.handlePageException(t);
^
1 error
I understand what it means but have no idea what I've done to break it -
I certainly haven't added any code yet. Just want to get everything
running.
2. For some reason, xerces (i think) is broken by CVS. If I checkout a
new copy of chello from my own cvs, I get the following in the log file:
2002-01-14 12:04:42 WebappLoader[/SparkFlow]: Deploy JAR /WEB-
INF/lib/xerces_1_4_3.jar to
/Users/phil/Applications/Servers/jakarta-
tomcat-4.0.1/webapps/SparkFlow/WEB-INF/lib/xerces_1_4_3.jar
2002-01-14 12:04:42 WebappLoader[/SparkFlow]: Deploy JAR /WEB-
INF/lib/xt.jar to /Users/phil/Applications/Servers/jakarta-
tomcat-4.0.1/webapps/SparkFlow/WEB-INF/lib/xt.jar
2002-01-14 12:04:42 StandardManager[/SparkFlow]: Seeding random number
generator class java.security.SecureRandom
2002-01-14 12:04:42 StandardManager[/SparkFlow]: Seeding of random
number generator has been completed
2002-01-14 12:04:44 HostConfig[localhost] Error deploying web
application directory SparkFlow
java.lang.InternalError: jzentry == 0
at java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
at java.util.jar.JarFile$1.nextElement(JarFile.java:198)
at
org.apache.catalina.startup.ContextConfig.tldConfigJar(ContextConfig.java:
1096)
at
org.apache.catalina.startup.ContextConfig.tldConfig(ContextConfig.java:1063)
at
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:828)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:
224)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent
(LifecycleSupport.java:155)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3334)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:454)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:712)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:599)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:777)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:463)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent
(LifecycleSupport.java:155)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:612)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:307)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
at org.apache.catalina.startup.Catalina.start(Catalina.java:776)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
It appears that something is not being unzipp'd properly however, when I
replace the xerces jar, all works fine again. No other jar is broken by
CVS. Has anyone had this experience - or can you recommend a cvs wrapper
conf that will stop me breaking xerces?
Also, cvs constantly things xerces has been modified? Anyone had this
experience?
Thanks in advance,
Phil
|
|
From: Cyril C. <cca...@iv...> - 2001-10-01 14:03:10
|
* Moved to the new Cocoon2 Release Candidate 1 version Download it from http://sourceforge.net/projects/chello/ |