Hello, looking at the log, it looks like you used the dollar sign in your password and this threw an exception in String.replaceAll. Congratulations for detecting a bug, please open the issue in our JIRA: http://www.jahia.net/jira
Here is more infor about it: http://cephas.net/blog/2006/02/09/javalangillegalargumentexception-illegal-group-reference-replaceall-and-dollar-signs/ Meanwhile you could please try with a password without dollar. Greetings, Benjamin On 29.01.2008 21:19 PhillyG wrote: > Hello, > > We are attempting to install Jahia 5.0.3 professional evaluation on a 64-bit > instance of RHEL5, with the database and files stored on Microsoft SQL > Server, however there are many problems. > > 1) The installation and everything works fine with Hypersonic as the > database. > 2) Installing using Microsoft SQL server does not work. With a fresh > database created, all the tables are created and populated (verified looking > through the SQL manager), yet after the Jahia restart I get a message: > " Jahia is already installed and configured ! > Please follow the link below to be redirected to Jahia. " > > Following the link brings me back to the same page, namely > http://server/jahia/Jahia. > > 3) If I restart the Jahia application from the command line, I get stack > traces: > > "exception > > javax.servlet.ServletException: Servlet.init() for servlet Jahia threw > exception > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > java.lang.Thread.run(Thread.java:619) > > root cause > > org.springframework.context.ApplicationContextException: I/O error parsing > XML document for application context > [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=295688956]; > nested exception is java.io.FileNotFoundException: class path resource > [spring] cannot be resolved to URL because it does not exist > > org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:94) > > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:262) > > org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:111) > > org.jahia.hibernate.manager.SpringContextSingleton.init(SpringContextSingleton.java:77) > org.jahia.bin.Jahia.init(Jahia.java:435) > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > java.lang.Thread.run(Thread.java:619)" > > How can I resolve this? I've http://www.nabble.com/file/p15160395/logs.zip > attached the logs as well. :,( _______________________________________________ install_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/install_list
