As far as the login failures, I believe the default or installer uses j_security_check (or I could be wrong about the installer), which means login's are delegated to the app server and you need some sort of authentication provider that hooks into default j2 authentication mechanism. For Weblogic, I use the ProtalFilter filter which is commented out in web.xml, that will allow you to bypass the j_security_check login mechanism.
Cheers Mohan -----Original Message----- From: Timony, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 3:47 PM To: [EMAIL PROTECTED]; [email protected] Subject: RE: Moved Install to Websphere - Can't Login to Admin I'm seeing a similar error message when running Jetspeed 2.1.2 on WAS 6.0 (I don't see it with on WAS 6.1). And the logs are being sent to SystemOut.log instead of to the velocity.log: [10/12/07 15:13:53:996 EDT] 00000078 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. One is a problem with velocity and WAS 6.0, and the other is an issue with commons-logging and WAS 6.0 ... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 4:11 PM To: [email protected] Subject: Moved Install to Websphere - Can't Login to Admin 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
