new installation failed on tomcat6
Hi,
I'm trying to install youtrack 5.3 on tomcat6 without any luck.
installation is new, without any database. tomcat is running under root.
anyone have an ideas?
Entire stack trace is
Can't init servlet
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profileCheckboxes' defined in file http://forum.jetbrains.com/var/lib/tomcat6/webapps/youtrack.war/WEB-INF/classes/jetbrains/charisma/user/profile/profileCheckboxesConfiguration.xml: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'checkBoxes' threw exception; nested exception is java.lang.IllegalArgumentException: Checkboxes for disableTrackingOnlineStatus, exceptionsCollapsed, propertiesOnTheLeft are declared 2 or more times
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'checkBoxes' threw exception; nested exception is java.lang.IllegalArgumentException: Checkboxes for disableTrackingOnlineStatus, exceptionsCollapsed, propertiesOnTheLeft are declared 2 or more times
I'm trying to install youtrack 5.3 on tomcat6 without any luck.
installation is new, without any database. tomcat is running under root.
anyone have an ideas?
Entire stack trace is
Can't init servlet
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profileCheckboxes' defined in file http://forum.jetbrains.com/var/lib/tomcat6/webapps/youtrack.war/WEB-INF/classes/jetbrains/charisma/user/profile/profileCheckboxesConfiguration.xml: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'checkBoxes' threw exception; nested exception is java.lang.IllegalArgumentException: Checkboxes for disableTrackingOnlineStatus, exceptionsCollapsed, propertiesOnTheLeft are declared 2 or more times
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1279)…
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1279)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at jetbrains.springframework.configuration.runtime.AbstractServiceLocator.init(AbstractServiceLocator.java:69)
at jetbrains.springframework.configuration.runtime.ServiceLocator.init(ServiceLocator.java:99)
at jetbrains.charisma.main.ServletImpl.init(ServletImpl.java:66)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:809)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)…
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:104)
at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1276)
Please sign in to leave a comment.
Please, clarify on what OS did you try to install YouTrack and how (jar, war) ? Did you follow installation instructions ?
Thank you.
yes, I followed the instructions..
Please, unfortunately this is known problem, please take a look at related issue and its comments with workaround.
Thank you.