You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Eric White <ew...@rocksteady.com> on 2002/12/05 17:49:43 UTC

turbine jsp errors after new user creation

I working with a 3Dec CVS snapshot.

Jetspeed's up under Tomcat 4.1.12 on a Linux box and humming along.

Logging in as admin/jetspeed, I create a new user ewhite/ewhite. I log
out of Jetspeed and log in as ewhite/ewhite and get a Java stack dump in
the browser.

Upon examining Jetspeed's logs, I see the following and notice the log
message:

JetspeedJSPLayout: set 'screenJSP' to: null

which I'm thinking is the root cause of my problem, but I don't know how
I got there.  I've set JSP to be my default scripting language.

Any help is appreciated. thanks

[Wed Dec 04 14:09:19 CST 2002] -- INFO -- JLoginUser: Credentials
expired for user: ewhite
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- Number of Cookies 1
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- Adding
jsessionid=2A0281C928EA9A7DCF50AC36DA628920
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- CapabilityMap: User-agent:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 mapped
to
mozillatext/html-text/xhtml-text/xml-HTML_3_2/HTML_4_0/HTML_JAVA/HTML_JAVA_JRE/HTML_JAVASCRIPT/HTML_TABLE/HTML_NESTED_TABLE/HTML_FORM/HTML_FRAME/HTML_IFRAME/HTML_IMAGE/HTML_CSS1/HTML_CSS2/HTML_CSSP/HTML_DOM_1/HTML_PLUGIN/HTTP_COOKIE/
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- Profiler: fallback called
with: BaseProfile[anon/en/US/html/default.psml]
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- DatabasePsmlManagerService:
Returning locator string:
User:anon$Page:default.psml$MediaType:html$Country:US$Language:en
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- DatabasePsmlManagerService:
Returning locator string:
User:anon$Page:default.psml$MediaType:html$Country:US$Language:en
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG --
DatabasePsmlManagerService.refresh: no document found: profile:
User:anon$Page:default.psml$MediaType:html$Country:US$Language:en
[Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- DatabasePsmlManagerService:
Returning locator string:
User:anon$Page:default.psml$MediaType:html$Language:en
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage: Setting
type to: text/html; charset=iso-8859-1
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage:
requested template = ChangePassword.jsp
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage:
calculated template = null
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- template exists:
/var/tomcat4/webapps/jetspeed/WEB-INF/templates/jsp/layouts/html/en/default.jsp returning /html/en/default.jsp
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage:
layoutTemplate is finally /html/en/default.jsp
[Wed Dec 04 14:09:20 CST 2002] -- INFO -- JetspeedJspLayout: set
response content type to text/html; charset=iso-8859-1
[Wed Dec 04 14:09:20 CST 2002] -- INFO -- JetspeedJspLayout: set
'screenJSP' to: null
[Wed Dec 04 14:09:20 CST 2002] -- INFO -- JetspeedJspLayout: forward
request to: /layouts/html/en/default.jsp
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- template exists:
/var/tomcat4/webapps/jetspeed/WEB-INF/templates/jsp/navigations/html/en/top_default.jsp returning /html/en/top_default.jsp
[Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- template exists:
/var/tomcat4/webapps/jetspeed/WEB-INF/templates/jsp/navigations/html/en/left.jsp returning /html/en/left.jsp
[Wed Dec 04 14:09:20 CST 2002] -- ERROR -- Turbine.handleException:
Error encountered processing a template:/layouts/html/en/default.jsp
[Wed Dec 04 14:09:20 CST 2002] -- ERROR -- 
	Exception:  org.apache.turbine.util.TurbineException: Error encountered
processing a template:/layouts/html/en/default.jsp
	Stack Trace follows:
	org.apache.jasper.JasperException
	at org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source)
	at org.apache.jasper.servlet.JspServlet.service(Unknown Source)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(Unknown
Source)
	at org.apache.catalina.core.ApplicationDispatcher.doInclude(Unknown
Source)
	at org.apache.catalina.core.ApplicationDispatcher.include(Unknown
Source)
	at
org.apache.turbine.services.jsp.TurbineJspService.handleRequest(TurbineJspService.java:202)
rethrown as org.apache.turbine.util.TurbineException: Error encountered
processing a template:/layouts/html/en/default.jsp





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: turbine jsp errors after new user creation

Posted by Mark Orciuch <ma...@ngsltd.com>.
Eric,

This is related to something that I'm still working on (see Bugzilla issues
5441 and 5442). Basically I need to translate ChangePassword.vm to JSP. I
may get around to it sometime today or tomorrow. Thanks for your patience.

Best regards,

Mark Orciuch - morciuch@apache.org
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


> -----Original Message-----
> From: Eric White [mailto:ewhite@rocksteady.com]
> Sent: Thursday, December 05, 2002 10:50 AM
> To: Jetspeed Users List
> Subject: turbine jsp errors after new user creation
>
>
> I working with a 3Dec CVS snapshot.
>
> Jetspeed's up under Tomcat 4.1.12 on a Linux box and humming along.
>
> Logging in as admin/jetspeed, I create a new user ewhite/ewhite. I log
> out of Jetspeed and log in as ewhite/ewhite and get a Java stack dump in
> the browser.
>
> Upon examining Jetspeed's logs, I see the following and notice the log
> message:
>
> JetspeedJSPLayout: set 'screenJSP' to: null
>
> which I'm thinking is the root cause of my problem, but I don't know how
> I got there.  I've set JSP to be my default scripting language.
>
> Any help is appreciated. thanks
>
> [Wed Dec 04 14:09:19 CST 2002] -- INFO -- JLoginUser: Credentials
> expired for user: ewhite
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- Number of Cookies 1
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- Adding
> jsessionid=2A0281C928EA9A7DCF50AC36DA628920
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- CapabilityMap: User-agent:
> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 mapped
> to
> mozillatext/html-text/xhtml-text/xml-HTML_3_2/HTML_4_0/HTML_JAVA/H
TML_JAVA_JRE/HTML_JAVASCRIPT/HTML_TABLE/HTML_NESTED_TABLE/HTML_FORM/HTML_FRA
ME/HTML_IFRAME/HTML_IMAGE/HTML_CSS1/HTML_CSS2/HTML_CSSP/HTML_D>
OM_1/HTML_PLUGIN/HTTP_COOKIE/
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- Profiler: fallback called
> with: BaseProfile[anon/en/US/html/default.psml]
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- DatabasePsmlManagerService:
> Returning locator string:
> User:anon$Page:default.psml$MediaType:html$Country:US$Language:en
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- DatabasePsmlManagerService:
> Returning locator string:
> User:anon$Page:default.psml$MediaType:html$Country:US$Language:en
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG --
> DatabasePsmlManagerService.refresh: no document found: profile:
> User:anon$Page:default.psml$MediaType:html$Country:US$Language:en
> [Wed Dec 04 14:09:19 CST 2002] -- DEBUG -- DatabasePsmlManagerService:
> Returning locator string:
> User:anon$Page:default.psml$MediaType:html$Language:en
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage: Setting
> type to: text/html; charset=iso-8859-1
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage:
> requested template = ChangePassword.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage:
> calculated template = null
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- template exists:
> /var/tomcat4/webapps/jetspeed/WEB-INF/templates/jsp/layouts/html/e
> n/default.jsp returning /html/en/default.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- JetspeedTemplatePage:
> layoutTemplate is finally /html/en/default.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- INFO -- JetspeedJspLayout: set
> response content type to text/html; charset=iso-8859-1
> [Wed Dec 04 14:09:20 CST 2002] -- INFO -- JetspeedJspLayout: set
> 'screenJSP' to: null
> [Wed Dec 04 14:09:20 CST 2002] -- INFO -- JetspeedJspLayout: forward
> request to: /layouts/html/en/default.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- template exists:
> /var/tomcat4/webapps/jetspeed/WEB-INF/templates/jsp/navigations/ht
> ml/en/top_default.jsp returning /html/en/top_default.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- DEBUG -- template exists:
> /var/tomcat4/webapps/jetspeed/WEB-INF/templates/jsp/navigations/ht
> ml/en/left.jsp returning /html/en/left.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- ERROR -- Turbine.handleException:
> Error encountered processing a template:/layouts/html/en/default.jsp
> [Wed Dec 04 14:09:20 CST 2002] -- ERROR --
> 	Exception:  org.apache.turbine.util.TurbineException: Error
> encountered
> processing a template:/layouts/html/en/default.jsp
> 	Stack Trace follows:
> 	org.apache.jasper.JasperException
> 	at
> org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source)
> 	at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source)
> 	at org.apache.jasper.servlet.JspServlet.service(Unknown Source)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java)
> 	at org.apache.catalina.core.ApplicationDispatcher.invoke(Unknown
> Source)
> 	at org.apache.catalina.core.ApplicationDispatcher.doInclude(Unknown
> Source)
> 	at org.apache.catalina.core.ApplicationDispatcher.include(Unknown
> Source)
> 	at
> org.apache.turbine.services.jsp.TurbineJspService.handleRequest(Tu
> rbineJspService.java:202)
> rethrown as org.apache.turbine.util.TurbineException: Error encountered
> processing a template:/layouts/html/en/default.jsp
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>