2011/10/5 Reid McKinley <reidmckinley@gmail.com>:
> I am trying to setup Tomcat with Cocoon for the purpose of enabling PDF
> printing with Oracle APEX using FOP.
>
> I'm using Linux 64bit, Tomcat 7.0.22, Cocoon 2.1.11, and JDK (build
> 1.6.0_24-b07).
>
>
> Whenever, I attempt to hit the cocoon site (localhost:8080/cocoon/), I
> receive the following error:
> "org.apache.cocoon.
> ResourceNotFoundException: No pipeline matched request: index.html"
>
You would better ask it on a cocoon-related mailing list,
http://cocoon.apache.org/mail-lists.html
http://cocoon.apache.org/1275_1_1.html
> I can see this error in the Tomcat log:
>
> "SEVERE: The web application [/cocoon] appears to have started a thread
> named [HSQLDB Timer @6b033450] but has failed to stop it. This is very
> likely to create a memory leak."
A leak in HSQLDB. It would waste your memory, but it would not prevent
your app from functioning. I think that mitigation options were
already discussed several times -- search the archives of this mailing
list.
>
> Other than these errors, the Tomcat and Cocoon appear to be installed
> properly and functioning properly. However, I cannot get past these errors.
>
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|