You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Nate Keegan <na...@cityofprescott.net> on 2008/01/22 23:35:39 UTC

JSPException

Solaris 10
MySQL 5.0.37
GlassFish/SJAS 9.1 update 1
JDK 1.5

Seeing this in my roller.log lately:

ERROR 2008-01-22 15:24:58,350 RenderTagSupport:doCatch - Error during 
rendering
javax.servlet.jsp.JspException: IO Error executing tag: JSPException 
while including path '/WEB-INF/jsps/editor/EntryEdit.jsp'. Serv
letException while including page.
        at 
org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:84)
        at 
org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
        at 
org.apache.jsp.WEB_002dINF.jsps.tiles.tiles_002dtabbedpage_jsp._jspx_meth_tiles_insertAttribute_5(tiles_002dtabbedpage_js
p.java:311)
        at 
org.apache.jsp.WEB_002dINF.jsps.tiles.tiles_002dtabbedpage_jsp._jspService(tiles_002dtabbedpage_jsp.java:94)
        at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:93)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:470)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:364)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)

Seeing this in server.log:

[#|2008-01-22T15:31:34.798-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=httpSSLWorker
Thread-80-1;_RequestID=f7e55e0e-834c-4489-a038-aa1a8f1a5674;|StandardWrapperValve[default]: 
PWC1406: Servlet.service() for servlet d
efault threw exception
<0.9.7-incubating fatal general error> 
org.apache.openjpa.persistence.PersistenceException: null
        at 
org.apache.openjpa.kernel.BrokerImpl.endOperation(BrokerImpl.java:1747)
        at 
org.apache.openjpa.kernel.BrokerImpl.isActive(BrokerImpl.java:1695)
        at 
org.apache.openjpa.kernel.DelegatingBroker.isActive(DelegatingBroker.java:417)
        at 
org.apache.openjpa.persistence.EntityManagerImpl.isActive(EntityManagerImpl.java:503)
        at 
org.apache.openjpa.persistence.PersistenceExceptions$2.translate(PersistenceExceptions.java:66)
        at 
org.apache.openjpa.kernel.DelegatingBroker.translate(DelegatingBroker.java:107)
        at 
org.apache.openjpa.kernel.DelegatingBroker.isActive(DelegatingBroker.java:419)
        at 
org.apache.openjpa.persistence.EntityManagerImpl.isActive(EntityManagerImpl.java:503)
        at 
org.apache.roller.weblogger.business.jpa.JPAPersistenceStrategy.isTransactionActive(JPAPersistenceStrategy.java:229)
        at 
org.apache.roller.weblogger.business.jpa.JPAPersistenceStrategy.release(JPAPersistenceStrategy.java:149)

Restarting GlassFish seems to fix everything for some time (first time 
this happened was on Friday the 18th).

Any ideas as to what this means?

Re: JSPException

Posted by Nate Keegan <na...@cityofprescott.net>.
Roller 4.0

I had not noticed this issue during testing. Seems to be after getting
aggregation to work.

I restarted Roller/GlasFish yesterday around 4 pm MST to address the
issue. Will see if the problem manifests itself again today.

Dave said:
> On Jan 22, 2008 5:35 PM, Nate Keegan <na...@cityofprescott.net>
> wrote:
>> Solaris 10
>> MySQL 5.0.37
>> GlassFish/SJAS 9.1 update 1
>> JDK 1.5
>>
>> Seeing this in my roller.log lately:
>>
>> ERROR 2008-01-22 15:24:58,350 RenderTagSupport:doCatch - Error during
>> rendering
>> javax.servlet.jsp.JspException: IO Error executing tag: JSPException
>> while including path '/WEB-INF/jsps/editor/EntryEdit.jsp'. Serv
>> letException while including page.
>>         at
>> org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:84)
>>
>> Seeing this in server.log:
>>
>> [#|2008-01-22T15:31:34.798-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=httpSSLWorker
>> Thread-80-1;_RequestID=f7e55e0e-834c-4489-a038-aa1a8f1a5674;|StandardWrapperValve[default]:
>> PWC1406: Servlet.service() for servlet d
>> efault threw exception
>> <0.9.7-incubating fatal general error>
>> org.apache.openjpa.persistence.PersistenceException: null
>>         at
>> org.apache.openjpa.kernel.BrokerImpl.endOperation(BrokerImpl.java:1747)
> org.apache.roller.weblogger.business.jpa.JPAPersistenceStrategy.release(JPAPersistenceStrategy.java:149>
>> Restarting GlassFish seems to fix everything for some time (first time
>> this happened was on Friday the 18th).
>>
>> Any ideas as to what this means?
>
>
> I haven't seen that one before. Which version of Roller are you using?
>
> Any other clues? How many days does Roller/GF run before this starts
> happening?
>
> - Dave




Re: JSPException

Posted by Dave <sn...@gmail.com>.
On Jan 22, 2008 5:35 PM, Nate Keegan <na...@cityofprescott.net> wrote:
> Solaris 10
> MySQL 5.0.37
> GlassFish/SJAS 9.1 update 1
> JDK 1.5
>
> Seeing this in my roller.log lately:
>
> ERROR 2008-01-22 15:24:58,350 RenderTagSupport:doCatch - Error during
> rendering
> javax.servlet.jsp.JspException: IO Error executing tag: JSPException
> while including path '/WEB-INF/jsps/editor/EntryEdit.jsp'. Serv
> letException while including page.
>         at
> org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:84)
>
> Seeing this in server.log:
>
> [#|2008-01-22T15:31:34.798-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=httpSSLWorker
> Thread-80-1;_RequestID=f7e55e0e-834c-4489-a038-aa1a8f1a5674;|StandardWrapperValve[default]:
> PWC1406: Servlet.service() for servlet d
> efault threw exception
> <0.9.7-incubating fatal general error>
> org.apache.openjpa.persistence.PersistenceException: null
>         at
> org.apache.openjpa.kernel.BrokerImpl.endOperation(BrokerImpl.java:1747)
org.apache.roller.weblogger.business.jpa.JPAPersistenceStrategy.release(JPAPersistenceStrategy.java:149>
> Restarting GlassFish seems to fix everything for some time (first time
> this happened was on Friday the 18th).
>
> Any ideas as to what this means?


I haven't seen that one before. Which version of Roller are you using?

Any other clues? How many days does Roller/GF run before this starts happening?

- Dave