[opencms-dev] Resource loader error in file - urgent -please hellp
Alexander Kandzior
alex at opencms.org
Wed Mar 10 16:04:03 CET 2004
I suspect this is in fact a null pointer exception hidden by the "Resource
loader error".
In general, if there is any exception not handled on a JSP, it will be
wrapped by a resource loader error. This issue is BTW fixed for the version
6 in CVS, which will display the "true" cause of the error.
Try putting something like this in you JSP:
try {
... your code
} catch (Throwable t) {
t.printStacktrace(System.err);
}
The output should lead you to the real cause of the error.
Best Regards,
Alex.
Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com
> -----Original Message-----
> From: opencms-dev-admin at opencms.org
> [mailto:opencms-dev-admin at opencms.org] On Behalf Of Armen Markarian
> Sent: Wednesday, March 10, 2004 3:43 PM
> To: opencms-dev at opencms.org
> Subject: [opencms-dev] Resource loader error in file - urgent
> -please hellp
>
>
> Hi Group, the following problem makes me crazy :)
>
> I use the following code to get some information about a resource.
>
> CmsResource currentSite =
> cmsObj.readFileHeader(reqContext.getUri());
> String parentResourceFolder =
> cms.getNavigation().getNavigationForResource().getParentFolderName();
>
> If the user is guest i get the Error described in the
> mail-subject. I have tried many permission-setting (also
> rwvrwvrwv) in the workplace, nothing helps :(?
>
> Generally i am searching for a way to handle with resources
> without logging a user.
>
> Is there any way?
>
>
> Thanx a lot
>
> Armen
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list,
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>
More information about the opencms-dev
mailing list