Hello All,
I've been trying to get JetSpeed running on WebSphere. I
successfully deployed and setup the application using the Jetspeed
installer (running Tomcat on Debian, and using an Oracle Database) on
one computer. Running ./startup.sh everything works great. I then
repackaged this and deployed it as an EAR file to a WebSphere server
(different computer). Jetspeed came up great, all the portlets loaded,
but I am unable to log into the admin panel. Each time I put in the
login credentials it comes back to the same page I started with (no
error message). Checking the WebSphere error logs I received the
following:
[9/6/07 15:53:45:941 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 17]
: $decorator cannot be resolved.
[9/6/07 15:53:45:953 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 29]
: ${decoTop} cannot be resolved.
[9/6/07 15:53:45:964 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 42]
: ${decoBottom} cannot be resolved.
[9/6/07 15:53:46:011 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 17]
: $decorator cannot be resolved.
[9/6/07 15:53:46:027 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 29]
: ${decoTop} cannot be resolved.
[9/6/07 15:53:46:032 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 42]
: ${decoBottom} cannot be resolved.
[9/6/07 15:53:46:075 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 17]
: $decorator cannot be resolved.
[9/6/07 15:53:46:083 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 29]
: ${decoTop} cannot be resolved.
[9/6/07 15:53:46:088 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'/WEB-INF/templates/layout/html/columns/layout.vm', line 40, column 42]
: ${decoBottom} cannot be resolved.
[9/6/07 15:53:46:097 EDT] 00000067 velocity I
org.apache.jetspeed.webapp.logging.velocity.CommonsLoggingLog4JLogSystem
logVelocityMessage Null reference [template
'decorations/layout/tigris/header.vm', line 1, column 1] : $Id cannot be
resolved.
I verified that the files referenced are in fact in the EAR file (and
extracted when deployed to the appropriate paths). Any ideas of what is
going on? Thanks.
Doug Logan