Adding the loggin statements does not produce any addtional logging. I changed the log level on everything to debug and got lots of debug statements for
DEBUG org.codehaus.plexus.spring.PlexusComponentFactoryBean DEBUG autoLoginCookies DEBUG interceptor#redbackSecureActionInterceptor ext but no debug for for 2008-09-23 11:07:57,514 [pool-1-thread-1] INFO buildController - Starting build of LRM-Latest 2008-09-23 11:07:57,554 [pool-1-thread-1] INFO buildController - Updating working dir 2008-09-23 11:07:57,554 [pool-1-thread-1] INFO buildController - Performing action check-working-directory 2008-09-23 11:07:57,554 [pool-1-thread-1] INFO buildController - Performing action checkout-project 2008-09-23 11:07:57,574 [pool-1-thread-1] INFO action#checkout-project - Checking out project: 'LRM-Latest', id: '7' to 'C:\apache-continuum-1.2\target\working-directory\7'. 2008-09-23 11:07:57,574 [pool-1-thread-1] WARN org.apache.continuum.scm.manager.Slf4jScmLogger Also - as the database is embedded, how can I issue select statements? thx Ed X 2852 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olivier Lamy Sent: Tuesday, September 23, 2008 10:32 AM To: [email protected] Subject: Re: Continuum 1.2 does not work with StarTeam Sure it looks :-) But I have an issue : I can test only with svn or cvs (I don't have others scm available here) :-(. Can you load an issue and attached a log of your instance with logger defined as it (in webapp/WEB-INF/classes/log4j.xml) : <logger name="org.apache.maven.scm"> <level value="debug" /> </logger> <logger name="org.apache.continuum.scm"> <level value="debug" /> </logger> Then can you look in your database (derby) (select * from project). Can you verify the content of the columns SCM_PASSWORD, SCM_USE_CACHE, SCM_USERNAME for your projects ? Thanks, -- Olivier 2008/9/23 leahpar <[EMAIL PROTECTED]>: > > It's funny how the 2 issues look like sisters ... > > -- > View this message in context: > http://www.nabble.com/login-issue-%3A-continuum-1.2-standalone-perforc > e-tp19624090p19628894.html Sent from the Continuum - Users mailing > list archive at Nabble.com. > > This email may contain confidential or privileged material. Use or disclosure of it by anyone other than the recipient is unauthorized. If you are not an intended recipient, please delete this email.
