Team Elements

Status: Caution PostgreSQL Open Source Initiative (OSI) Java
PUBLIC PROFILE

Back to topics

Administrator Community

Installation broken?

You need to be logged in to post messages

This question is unanswered

Installation broken?

7/4/2008 1:20 AM EDT

Hello!

I just downloaded Team Elements to trial it locally and followed the installation guide (which basically summarises to: download the .war, put it in the tomcat directory and restart tomcat, creating a postgres db for setup).

However, when I then go to

http://<machine>:8080/team I get the following error:

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 33

30: // If the site is setup, then check to see if this is an upgraded version of the app
31: if (ApplicationVersion.isOutOfDate(applicationPrefs))
32: RequestDispatcher upgrade = getServletConfig().getServletContext().getRequestDispatcher("/Upgrade.do?command=Default&style=true");
33: upgrade.forward(request, response);
34: }
35: // If the site supports a portal, go to the portal
36: if ("true".equals(applicationPrefs.get("PORTAL")))

Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:410)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

root cause

java.lang.IllegalStateException: Cannot forward after response has been committed
org.apache.jsp.index_jsp._jspService(index_jsp.java:82)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.16 logs.

Anyone any ideas what is causing that?

Cheers,
David

1. 7/5/2008 10:15 AM EDT
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

There is a bug running Team Elements under Tomcat 5.5.26. The problem is in the theseus library which we'll update. Can you try under 5.5.25 and see if that works for now?

2. 7/17/2008 12:17 AM EDT

Sorry for the slow reply - just got back from a short break.

I'll give this a go. I just tried installing the default Redhat tomcat, but am having issues with it. I'll try again and get back to you.

3. 7/17/2008 12:43 AM EDT

Thanks - that solved it. I downgraded to tomcat 5.5.15 as that was the latest RPM I could find that worked.

3 results found