Continuum

Continuum trunk failed to start on unix os

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2
  • Component/s: None
  • Labels:
    None
  • Environment:
    unix (tested on solaris)
  • Complexity:
    Intermediate
  • Number of attachments :
    1

Description

When I start continuum trunk (rev 673597) on a unix os, starting failed.

Activity

Hide
Olivier Lamy added a comment -

Here the stack trace.
What I don't understand is why commons-configuration search files with the following path :
Cannot locate configuration source org\/apache\/maven\/continuum\/security.properties
Which is not correct on a unix env.

Show
Olivier Lamy added a comment - Here the stack trace. What I don't understand is why commons-configuration search files with the following path : Cannot locate configuration source org\/apache\/maven\/continuum\/security.properties Which is not correct on a unix env.
Hide
Olivier Lamy added a comment -

More logs

2008-07-07 12:21:42,410 [btpool0-6] DEBUG org.apache.commons.configuration.ConfigurationUtils  - 
ConfigurationUtils.locate(): base is null, name is org\/apache\/maven\/continuum\/security.properties
2008-07-07 12:21:42.805::WARN:  EXCEPTION
org.apache.jasper.JasperException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManager#configurable': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'userConfiguration': Post-processing of the FactoryBean's object failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registry#commons-configuration': 
Post-processing of the FactoryBean's object failed; nested exception is org.springframework.beans.factory.BeanInitializationException: Failed to invoke plexus lifecycle Initializable.initialize on registry#commons-configuration; nested exception is org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException: org.apache.commons.configuration.ConfigurationRuntimeException: 
org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source org\/apache\/maven\/continuum\/security.properties

I don't really inderstand ! (arghh !)

Show
Olivier Lamy added a comment - More logs
2008-07-07 12:21:42,410 [btpool0-6] DEBUG org.apache.commons.configuration.ConfigurationUtils  - 
ConfigurationUtils.locate(): base is null, name is org\/apache\/maven\/continuum\/security.properties
2008-07-07 12:21:42.805::WARN:  EXCEPTION
org.apache.jasper.JasperException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userManager#configurable': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'userConfiguration': Post-processing of the FactoryBean's object failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registry#commons-configuration': 
Post-processing of the FactoryBean's object failed; nested exception is org.springframework.beans.factory.BeanInitializationException: Failed to invoke plexus lifecycle Initializable.initialize on registry#commons-configuration; nested exception is org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException: org.apache.commons.configuration.ConfigurationRuntimeException: 
org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source org\/apache\/maven\/continuum\/security.properties
I don't really inderstand ! (arghh !)
Hide
Olivier Lamy added a comment -

related to http://issues.apache.org/jira/browse/LANG-363.
StringEscapeUtils.escapeJavaScript now escape \ in commons-lang 2.4.
And this method is used in plexus-spring to escape attributes values from xml files.

Show
Olivier Lamy added a comment - related to http://issues.apache.org/jira/browse/LANG-363. StringEscapeUtils.escapeJavaScript now escape \ in commons-lang 2.4. And this method is used in plexus-spring to escape attributes values from xml files.
Hide
Olivier Lamy added a comment -

fixed in rev 674652.

Show
Olivier Lamy added a comment - fixed in rev 674652.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: