cancel
Showing results for 
Search instead for 
Did you mean: 

Bootstrap Fails

bodgeit
Champ in-the-making
Champ in-the-making
Hi, New Alfresco user and still on shallow part of steep learning curve.
I have been evaluating Alfresco on Server 2003 using HSQL database but now want to transfer to MySQL.
I downloaded latest MySQL version (5.051b community) and installed…all good.

I did a full export of existing repository and extracted files from CIFS to another dir….all good.
I then changed the appropriate entries for MySQL and created a new database using the script via command line…all good.
I then configured my existing install of alfresco for bootstrap as per Wiki. Basically adding 'restore' folder inc files extracted and altering context of packages.
I then restarted Alfresco and got lots of errors, I wondered then if maybe I needed to start with a clean install of Alfresco, so I did that and applied all the above elements again and started….same errors.

I have no idea what any of them mean or what they relate to and wonder if someone could provide me some assistance?

My output from console (Not sure if large outputs are appreciated so I posted at pastebin):

http://pastebin.ca/1066554

Any help would be appreciated…I'm a bit stuck.
3 REPLIES 3

bodgeit
Champ in-the-making
Champ in-the-making
Is there anyone out there who could provide me any support, even pointers to where I could try and understand the errors?.

anthonyleroux
Champ in-the-making
Champ in-the-making
I encounter the same problem, thank you to bring your help!

Anthony

bodgeit
Champ in-the-making
Champ in-the-making
Somewhat disappointed with the response from the community.  The lack of support of concerns me especially as I am not the only one experiencing this issue.
In an attempt to move forward I have now downloaded and installed the 2.9b setup and I am still getting problems.  After install, things seem to work.  I start Tomcat and get the following:

CompilerOracle: exclude org/apache/lucene/index/IndexReader$1 doBody
CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger mergeIndexes
CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger mergeDeletions
28-Jul-2008 20:48:14 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
28-Jul-2008 20:48:15 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 953 ms
28-Jul-2008 20:48:15 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
28-Jul-2008 20:48:15 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
28-Jul-2008 20:48:15 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
28-Jul-2008 20:48:31 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
28-Jul-2008 20:49:15 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
28-Jul-2008 20:49:15 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
28-Jul-2008 20:49:15 org.apache.catalina.startup.Catalina start
INFO: Server startup in 60157 ms

I then try and connect and the following appears in the log:

20:58:08,796  ERROR [[localhost].[/alfresco].[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?
        at org.springframework.web.context.support.WebApplicationContextUtils.getRequiredWebApplicationContext(WebApplicationContextUtils.java:86)
        at org.apache.jsp.index_jsp._jspService(index_jsp.java:85)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
        at java.lang.Thread.run(Thread.java:619)

Is there ANY one who could provide ANY information that could help me move forward?
Thanks
Gary