[opencms-dev] Unknown Java Exception

Christian Steinert christian_steinert at web.de
Fri Jan 19 21:46:48 CET 2007


Donovan Kennedy schrieb:
> Hi
>
> I'm getting a Java exception when a page is called on my opencms site
> (I can't tell which one at the moment), which I think is subsequently
> causing my cpu utilisation to max out. The stack trace is below.
>
> Please, can anyone give me any insight?
this looks like too  much recursion in your includes - the include
method always runs through the same spot. Do you really have so many
includes being nested one into another?

If not, it may be worth to check your template, template-elements  and
include references
This is not directly related to the null pointer exception  - the null
pointer exc. really looks as if you have null somewhere where there
should be a file name, or that you try to include something that doesn't
exist. But the sheer number of recursive include attempts seems also
very strange to me

christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3269 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20070119/adfe5e6f/attachment.bin>


More information about the opencms-dev mailing list