On Dec 18, 2007 2:39 PM, Stefan Edwards <[EMAIL PROTECTED]> wrote:
> I wrapped those two lines in a try block, compiled & inserted my new
> roller-web.jar into the WAR file. With good luck, Roller starts, creates
> its tables, then dies thusly:
> java.lang.NullPointerException
> at
> org.apache.roller.weblogger.ui.core.filters.PersistenceSessionFilter.
> doFilter(PersistenceSessionFilter.java:64)
>
> when continuing the install
>
> Lines 62-64 are rather simple:
> if (WebloggerFactory.isBootstrapped()) {
> log.debug("Releasing Roller Session");
> WebloggerFactory.getWeblogger().release();
>
> I assume that I must have missed something exceedingly crucial in the
> WebLogic deployment (I've never used WLS before, so it is quite likely).
> I'll poke around & write down the process once it's together.
> Any other ideas?
I think you are going to have to fix the root problem, i.e. make
getRealPath() return the real path or find some substitute for the
getRealPath() method.
- Dave