cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Tomcat : Error Connecting Database

marwane
Champ in-the-making
Champ in-the-making
Hi all;

i just install alfresco like described in README.TXT  but i got problem with connection database mysql :

using the line command mysql it connect succesfull with user alfresco/alfresco.

thx

config :
——–

WINDOWS PROF
TOMCAT GIVEN WITH ALFRESCO
MYSQL 4.1
JDK 5


Log Tomcat :
—————
30 ao¹t 2005 10:15:25 org.apache.coyote.http11.Http11Protocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
30 ao¹t 2005 10:15:25 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3335 ms
30 ao¹t 2005 10:15:25 org.apache.catalina.core.StandardService start
INFO: DÚmarrage du service Catalina
30 ao¹t 2005 10:15:25 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
30 ao¹t 2005 10:15:25 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
30 ao¹t 2005 10:15:27 org.apache.catalina.startup.HostConfig deployWAR
INFO: DÚploiement de l'archive alfresco.war de l'application web
30 ao¹t 2005 10:15:49 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
30 ao¹t 2005 10:15:50 net.sf.joott.uno.UnoConnection connect
GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.C
onnectException: Connection refused: connect
30 ao¹t 2005 10:15:57 org.apache.coyote.http11.Http11Protocol start
INFO: DÚmarrage de Coyote HTTP/1.1 sur http-8080
30 ao¹t 2005 10:15:57 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
30 ao¹t 2005 10:15:57 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/90  config=null
30 ao¹t 2005 10:15:57 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
30 ao¹t 2005 10:15:58 org.apache.catalina.startup.Catalina start
INFO: Server startup in 32777 ms
4 REPLIES 4

kevinr
Star Contributor
Star Contributor
It should be working ok - this message:

GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.C
onnectException: Connection refused: connect

is not related to the database connection, it's simply from the optional Open Office integration we use to perform some document transformations. You should be able to use Alfresco ok without this or you can install it later, try going to the login URL:

http://localhost:8080/alfresco

Cheers,

Kevin

marwane
Champ in-the-making
Champ in-the-making
when i use this adress localhost:8080/alfresco it send me a login page of alfresco. what login/password should i use ? i used alfresco/alfresco but don t work [Unable to login - unknown username/password.]

thx for your reply Smiley Happy

kevinr
Star Contributor
Star Contributor
admin/admin is the default login.

you can then create users in the Manage Users page under the More… menu.

Kev

marwane
Champ in-the-making
Champ in-the-making
thx very mutch for your help. generaly the open source products are poor in gui (user interface); but this alfresco i find it very well … Smiley Very Happy