cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR - App. with context path /alfresco could not be starte

hr61369256
Champ in-the-making
Champ in-the-making
I've got the following error while starting after installing the war file (MySQL is running well):

"FEHLER - Anwendung mit Kontext Pfad /alfresco konnte nicht gestartet werden"

English: ERROR - Application With Context Path /alfresco couldn't be started

The catalina logfile:

27.09.2006 16:42:17 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
27.09.2006 16:42:18 net.sf.joott.uno.UnoConnection connect
SCHWERWIEGEND: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
27.09.2006 16:42:18 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
27.09.2006 16:42:19 net.sf.joott.uno.UnoConnection connect
SCHWERWIEGEND: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
27.09.2006 16:56:06 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
27.09.2006 16:56:06 org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
27.09.2006 16:56:06 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1723 ms
27.09.2006 16:56:07 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
27.09.2006 16:56:07 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
27.09.2006 16:56:07 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
27.09.2006 16:56:08 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
27.09.2006 16:56:26 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
27.09.2006 16:56:27 net.sf.joott.uno.UnoConnection connect
SCHWERWIEGEND: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
27.09.2006 16:56:27 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
27.09.2006 16:56:28 net.sf.joott.uno.UnoConnection connect
SCHWERWIEGEND: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
27.09.2006 16:56:44 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
27.09.2006 16:56:44 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context [/alfresco] startup failed due to previous errors
27.09.2006 16:56:45 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive contineo.war
27.09.2006 16:56:50 org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
27.09.2006 16:56:51 org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
27.09.2006 16:56:51 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
27.09.2006 16:56:51 org.apache.catalina.startup.Catalina start
INFO: Server startup in 44286 ms
27.09.2006 16:57:25 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Illegal access: this web application instance has been stopped already.  Could not load org.quartz.StatefulJob.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the
3 REPLIES 3

hr61369256
Champ in-the-making
Champ in-the-making
Additional information:
I have executed the sql-script db_setup.sql. This has created only the user alfresco … but no tables.
When will those tables be created? … or does Alfresco use a database without tables??  😉

kevinr
Star Contributor
Star Contributor
The tables are created on the first start of the Alfresco server during it's bootstrap process, it's magic (or umm Hibernate)

Cheers,

Kevin

hr61369256
Champ in-the-making
Champ in-the-making
Please see my follow-up topic: http://forums.alfresco.com/viewtopic.php?t=3461

I realy don't know if I am some steps further or still on the same position.