Well, that is saying that the application tried to process the error page but got an IllegalStateException. What we need to know now is why it tried to process the error page, because that's what the problem is.

There wasn't another stacktrace that printed before this one? You can also check the roller.log which may contain some useful information as well.



slowhome wrote:
Here's my console output from Eclipse when I tried to access
/roller-ui/yourWebsites.do?method=edit
Not sure what all of this means.

Regards,
Eric Skilling

SEVERE: Exception Processing ErrorPage[exceptionType=java.lang.Exception,
location=/WEB-INF/jsps/error.jsp]
java.lang.IllegalStateException
        at org.apache.coyote.Response.reset(Response.java:297)
        at org.apache.catalina.connector.Response.reset(Response.java:647)
        at org.apache.catalina.connector.Response.reset(Response.java:911)
        at
org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:357)
        at
org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:213)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
        at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
        at java.lang.Thread.run(Thread.java:613)




Allen Gilliland-3 wrote:
I see. Check your application server error log, not the roller.log. I bet there is something in there. Should be catalina.out if you are on tomcat.


slowhome wrote:
The problem is that yourWebsites.do is not displaying all the blogs that
I
belong to. All of them were showing up this morning. All of them are
still
in the website table of my mySQL database. All the entries, categories,
and
comments are still in the database.

http://www.nabble.com/file/p17634723/rollerError.jpg rollerError.jpg
Regards,
Eric Skilling





Allen Gilliland-3 wrote:
I'm not sure I understand what problem you are having.

The yourWebsites.do page, Main Menu, should show you all weblogs that you are a member of. So if you create a blog or are invited to a blog and accept then it should show up on that page.

If saying that you expect all blogs to show up if the user is an admin then that would also be incorrect. It only shows the weblogs you are specifically a member of. While an admin does have permission to work on all blogs they do not all show up on that page.

Hopefully that answers your question.

-- Allen


slowhome wrote:
As a follow up:

I tried manually adding a blog to my test user as per this post:

http://www.nabble.com/undo-of-Resign-action-td17467802s12275.html

Adding the blog to the test gave me the same issues where no blogs
would
show up in /roller-ui/yourWebsites.do.







slowhome wrote:
For whatever reason blogs aren't showing up in
/roller-ui/yourWebsites.do The weird thing is that it was working this morning. I created a test
user
and a new blog and that seems to work but the users that are able to
post
content to the other blogs don't seem to work.

Thanks in advance for any help.

Regards,
Eric Skilling



Reply via email to