You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by Brett Porter <br...@apache.org> on 2014/07/15 15:31:37 UTC

Re: Cannot start Archiva 1.3.x

That does seem odd - did it accidentally get configured to use something like gcj when it was changed?

Is there any more to the exception trace?

To narrow it down, you can try these changes in wrapper.conf:
- change wrapper.java.command=java to be the full path of the Java you want to use
- add wrapper.debug=TRUE to the file

These are if you are using the standalone install.

- Brett

On 15 Jul 2014, at 12:26 am, Mar4tin <sy...@msn.com> wrote:

> Hi,
> 
> For some obscure reason our Archiva cannot be restarted.  First I thought it
> was the upgrade to Java 8 that did it (something we did recently on our
> server), but reverting switching back to Java 6 doesn't seem to solve this
> issue.  Anyone can help? 
> 
> Caused by: java.lang.IllegalStateException: Context namespace element
> 'annotation-config' and its parser class
> [org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser]
> are only available on JDK 1.5 and higher
> 	at
> org.springframework.context.config.ContextNamespaceHandler$1.parse(ContextNamespaceHandler.java:65)
> 	at
> org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:69)
> 	at
> org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1297)
> 	at
> org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1287)
> 	at
> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:135)
> 	at
> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:92)
> 	at
> org.codehaus.plexus.spring.PlexusBeanDefinitionDocumentReader.registerBeanDefinitions(PlexusBeanDefinitionDocumentReader.java:85)
> 	at
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:507)
> 	at
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:398)
> 	... 43 more
> 
> 
> 
> --
> View this message in context: http://archiva.996284.n3.nabble.com/Cannot-start-Archiva-1-3-x-tp15686.html
> Sent from the Issues mailing list archive at Nabble.com.