Dave, Thanks for the direction. I did get it working...
However, I had to update the package path a little from your last message. When I ran: unzip -t jspwiki-plugin-3.0.jar I found that the correct package was: net.java.dev.roller.plugins.weblogentry.jspwiki.RollerPageProvider Thanks for the help! - Nelz On 1/6/07, Dave <[EMAIL PROTECTED]> wrote:
Comments below... On 1/4/07, Nelson Carpentier <[EMAIL PROTECTED]> wrote: > Hey Dave, > > Thanks for the offer of help... I *am* having a problem... > > I followed the installation page as directed. When it tries to render > the post, I get the following on the page: > > $entry.displayContent($url.entry($entry.anchor)) > > ... with the following errors... (Let me know if you need more info...): > > INFO 2007-01-04 22:08:03,823 ApplicationContext:log - No > jspwiki.propertyfile defined for this context, using default from > /WEB-INF/jspwiki.properties > ERROR 2007-01-04 22:08:03,901 PageManager:<init> - Unable to locate > provider class net.java.roller.pageplugins.jspwiki.RollerPageProvider > java.lang.ClassNotFoundException: Class not found in search path! > at com.ecyrd.jspwiki.util.ClassUtil.findClass(ClassUtil.java:73) > at com.ecyrd.jspwiki.util.ClassUtil.findClass(ClassUtil.java:93) Looks like a bug in the jspwiki.properties file that we provide. Change the jspwiki.pageProvider property to this: jspwiki.pageProvider =net.java.dev.roller.pageplugins.jspwiki.RollerPageProvider Hopefully, that will resolve both of the exceptions. - Dave > ... > > FATAL 2007-01-04 22:08:03,920 WikiEngine:initialize - Failed to start managers. > com.ecyrd.jspwiki.WikiException: no provider class > at com.ecyrd.jspwiki.PageManager.<init>(PageManager.java:110) > at com.ecyrd.jspwiki.WikiEngine.initialize(WikiEngine.java:493) > at com.ecyrd.jspwiki.WikiEngine.<init>(WikiEngine.java:392) > at com.ecyrd.jspwiki.WikiEngine.getInstance(WikiEngine.java:288) > at net.java.dev.roller.plugins.weblogentry.jspwiki.WikiPlugin.init(WikiPlugin.java:83) > ... > > INFO 2007-01-04 22:08:03,933 ApplicationContext:log - JSPWiki: Unable > to load and setup properties from jspwiki.properties. Failed to start > managers: no provider class > ERROR 2007-01-04 22:08:04,170 WikiPlugin:render - ERROR rendering Wiki text > java.lang.NullPointerException > at com.ecyrd.jspwiki.WikiEngine.getVariable(WikiEngine.java:1640) > at com.ecyrd.jspwiki.TranslatorReader.initialize(TranslatorReader.java:318) > at com.ecyrd.jspwiki.TranslatorReader.<init>(TranslatorReader.java:210) > at net.java.dev.roller.plugins.weblogentry.jspwiki.WikiPlugin.render(WikiPlugin.java:110)
