The problem:

java.lang.NullPointerException
      
org.apache.roller.ui.rendering.servlets.PageServlet.doGet(PageServlet.java:168)

Looks like a 3.0 bug, your website is has a null lastmodified date.
You can work around the problem by setting lastmodified date to some
non null value, perhaps now() would work.

- Dave



On 10/23/06, Matt Raible <[EMAIL PROTECTED]> wrote:
To keep going after installing my database from raibledesigns.com...

1. Clicked on "Designate a frontpage weblog on the  Server Admin Page"
and received a Permission Denied error:


Roller Configuration
Permission Denied
Possible causes:

    * You requested a weblog entry that you do not have permission to
edit (perhaps one you've already submitted for review?).
    * You tried to save an object from "stale" web page, left by an
earlier login under a different user account.
    * You logged in using incorrect capitalization of your username.
To resolve this problem, logout and login again with your correct
username.
    * Your blog server's database connection is misconfigured. To
resolve this problem, see your system administrator.

2. Went to http://localhost:8080/page/rd (to eliminate the issue with
a previously created user) and got:

java.lang.NullPointerException
        
org.apache.roller.ui.rendering.servlets.PageServlet.doGet(PageServlet.java:168)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
org.apache.roller.ui.core.filters.CompressionFilter.doFilter(CompressionFilter.java:80)
        
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
        
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:97)
        
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
        
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
        
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)

All it has in my logs is:

ERROR 2006-10-23 16:40:29,934 ApplicationDispatcher:invoke -
Servlet.service() for servlet jsp threw exception
java.lang.IllegalStateException: getOutputStream() has already been
called for this response
        at org.apache.catalina.connector.Response.getWriter(Response.java:599)
        at 
org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:195)
        at 
org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:124)
        at 
org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:117)
        at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:172)
       at 
org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:887)
        at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:460)
       at 
org.apache.jsp.WEB_002dINF.jsps.error_jsp._jspx_meth_tiles_insert_0(error_jsp.java:274)
        at 
org.apache.jsp.WEB_002dINF.jsps.error_jsp._jspService(error_jsp.java:161)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
        at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:465)
        at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
        at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
        at 
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:363)
        at 
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:212)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:134)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:613)
INFO  2006-10-23 16:41:17,718 ContinuousWorkerThread:run - future
invalidations thread INTERRUPT: sleep interrupted

Matt

On 10/23/06, Matt Raible <[EMAIL PROTECTED]> wrote:
> Here's the steps I went through:
>
> 1. svn co 
https://svn.apache.org/repos/asf/incubator/roller/branches/roller_3.0
> roller_3.0 (since apache is down)
>
> 2. Ran "ant all" and deployed to local server ( as ROOT webapp) with
> Tomcat 5.5.17 and MySQL 5.0.20a-standard
>
> 3. Created new user and new weblog.  Impressive wizards btw, works pretty 
well.
>
> 4. Chose andreas08 theme and clicked create.  It created the blog, but
> has nothing but Velocity code in the output - like it's not being
> processed:
>
> #includePage("_css") #showRSSAutodiscoveryLink() #showRSDLink()
> #showThemeScript("andreas08" "prototype.js")
> #showThemeScript("andreas08" "scriptaculous.js?load=effects")
> #showThemeScript("andreas08" "lightbox.js")
> #showThemeStyle("andreas08" "lightbox.css" false)
> #showWebsiteTitle()
> #displayWeblogEntries()
> #showCssNavBar()
> #showEditorNavBar(true)
> Click me to subscribe
> #showWebsiteDescription()
> #showWeblogCalendar()
> Search This Site
> Recent Entries
> #showRecentEntries(10)
> Navigation
> #showCategoriesAsList('nil')
>
> Any ideas?
>
> Matt
>
> On 10/23/06, Dave <[EMAIL PROTECTED]> wrote:
> > How's that Roller 3.0 testing going folks?
> >
> > Any bugs / progress to report?
> >
> > - Dave
> >
> >
> > On 10/20/06, Matt Raible <[EMAIL PROTECTED]> wrote:
> > > I hope to try this out before voting on it.  Hopefully this weekend or
> > > sometime next week.
> > >
> > > Matt
> > >
> > > On 10/20/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
> > > > +1
> > > >
> > > > -- Allen
> > > >
> > > >
> > > > Dave wrote:
> > > > > I think we're ready to release 3.0 so please vote.
> > > > >
> > > > >
> > > > > Release summary is here:
> > > > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller_3.0_WhatsNew
> > > > >
> > > > > Issues fixed in release candidates here:
> > > > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller30Testing
> > > > >
> > > > > Release candidate 4 files are here:
> > > > > http://people.apache.org/~snoopdave/apache-roller-3.0-rc4-incubating/
> > > > >
> > > > > - Dave
> > > >
> > >
> > >
> > > --
> > > Blog @ http://raibledesigns.com
> > > Founder of AppFuse @ http://appfuse.org
> > >
> >
>
>
> --
> Blog @ http://raibledesigns.com
> Founder of AppFuse @ http://appfuse.org
>


--
Blog @ http://raibledesigns.com
Founder of AppFuse @ http://appfuse.org

Reply via email to