One more - that was easily solved after looking at roller.log.  After
setting the frontpage, I got a 404 from Tomcat (not from Roller).
Looking at the log, it had:

ERROR 2006-11-07 21:27:34,142 WebsiteData:getDefaultPage -
org.apache.roller.ThemeNotFoundException: Couldn't find theme
[andreas08]
ERROR 2006-11-07 21:27:34,151 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._404_jsp._jspx_meth_tiles_insert_0(_404_jsp.java:274)
       at 
org.apache.jsp.WEB_002dINF.jsps._404_jsp._jspService(_404_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.status(StandardHostValve.java:284)
       at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136)
       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)

Simple enough to solve - and I believe I saw it solved in SVN today
(as far as response already committed).

Matt


On 11/7/06, Matt Raible <[EMAIL PROTECTED]> wrote:
I had to run the following SQL statements in order to fix these
problems.  My guess is these are not in the upgrade script.

insert into roller_properties values ('site.frontpage.weblog.handle', 'rd');
insert into roller_properties values
('site.frontpage.weblog.aggregated', 'true');

Matt

On 11/7/06, Matt Raible <[EMAIL PROTECTED]> wrote:
> Where is the "Handle of weblog to serve as frontpage blog" setting
> stored?  I still can't set mine as reported previously on this list.
> I'm fine with setting it in the database, but I don't see it in the
> roller_properties or rollerconfig tables.
>
> Matt
>
> On 11/7/06, Matt Raible <[EMAIL PROTECTED]> wrote:
> > Shouldn't we include a link to the required JARs from java.net?
> >
> > https://roller.dev.java.net/servlets/ProjectDocumentList?folderID=5958
> >
> > Matt
> >
> > On 11/7/06, Dave <[EMAIL PROTECTED]> wrote:
> > > The annoucement is here:
> > > http://rollerweblogger.org/project/entry/apache_roller_3.0_available_for
> > >
> > >
> > > Here's a text only version of the:
> > >
> > > Apache Roller (incubating) 3.0 is now available via the Apache
> > > incubator. For more information about the release see What's New in
> > > Roller 3.0 on the Roller wiki.
> > >
> > > http://rollerweblogger.org/wiki/Wiki.jsp?page=Roller_3.0_WhatsNew
> > >
> > > This is a new release, but the Roller 3.0 codebase has been in use for
> > > over a month at a number of production sites, including
> > > http://blogs.sun.com and this site. Here are direct links to the
> > > download files:
> > >
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.tar.gz
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.tar.gz.asc
> > >
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.zip
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-3.0-incubating.zip.asc
> > >
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.tar.gz
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.tar.gz.asc
> > >
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.zip
> > > 
http://people.apache.org/dist/incubator/roller/apache-roller-src-3.0-incubating.zip.asc
> > >
> > > Note that we no longer use the wiki for the user and installation
> > > guides. Instead, we're using OpenOffice format and generating HTML and
> > > PDF versions of these two documents. Here are links to the latest docs
> > > for Roller 3.0 in PDF format.
> > >
> > > http://people.apache.org/~snoopdave/roller30-user-guide.pdf
> > > http://people.apache.org/~snoopdave/roller30-template-guide.pdf
> > > http://people.apache.org/~snoopdave/roller30-install-guide.pdf
> > >
> > > Please report bugs and enhancement requests to Roller's JIRA-based
> > > issue tracker.
> > > http://opensource2.atlassian.com/projects/roller/secure/Dashboard.jspa
> > >
> > > NOTE: Roller is in the Apache Incubator, but this release is not an
> > > official release of or endorsed by the Apache Software Foundation.
> > > Roller itself is licensed under the Apache license v2.0, but requires
> > > some components that have more restrictive licenses (i.e. Hibernate).
> > >
> >
> >
> > --
> > http://raibledesigns.com
> >
>
>
> --
> http://raibledesigns.com
>


--
http://raibledesigns.com



--
http://raibledesigns.com

Reply via email to