On Sat, Jul 26, 2008 at 5:25 AM, Andrew Frayling <[EMAIL PROTECTED]> wrote: > We're getting the following error in all themes for the Calendar: "An ERROR > has occured CalendarTag" Stack trace of the error is: > > "ERROR 2008-07-25 10:24:45,419 CalendarTag:doStartTag - Calendar tag > exception > java.lang.NullPointerException at > org.apache.roller.weblogger.ui.core.tags.calendar.WeblogCalendarModel.computeUrl > (WeblogCalendarModel.java:275)
>From the looks of the code at line 275, it appears that something is going wrong in the database access layer. > We're running Roller 4.0 on Glassfish 2 using DB2 8.1 FP14 as the backend > database. Ah, DB2. I've never tried Roller with DB2. > Any ideas as to where to look to track this problem down? Are there any errors in the log file immediately before the stack trace that you sent? - Dave
