Skip to Content
0
Former Member
Oct 10, 2005 at 02:57 AM

iView Error

18 Views

I am running NW Portal SP13.

Trying to render a custom java iview.

My error is:

Error occurs during the rendering of jsp component.

Exception id: 09:52_09/10/05_0008_2522050

See the details for the exception ID in the log file

Can anyone tell me what log file to look in? The location of the log file?

Also, my code may be outdated. In my java source, I am declaring:

private ILogger log = PortalRuntime.getLogger("iview_logger");

Also, writing to THIS log file with:

log.info("My info");