cancel
Showing results for 
Search instead for 
Did you mean: 

tomcat does not start and no exception is thrown

maximilian123
Champ in-the-making
Champ in-the-making
Hi,

when I try to start the alfresco server I see following.
Starting Tomcat…
Using CATALINA_BASE: C:\Programme\Alfresco\tomcat
Using CATALINA_HOME: C:\Programme\Alfresco\tomcat
Using CATALINA_TMPDIR: C:\Programme\Alfresco\tomcat\temp
Using JRE_HOME: C:\Programme\Java\jre1.5.0_15

After that the process stops and there are no log files. When I try to start just the tomcat server, it succeeds once. When I shut down the server and start it again, there is the same problem. I do not know what I made wrong. Could someone help me please.

Maximilian
8 REPLIES 8

maximilian123
Champ in-the-making
Champ in-the-making
I am sorry but there is no C:\Programme\Alfresco\Alfresco.log or C:\Programme\Alfresco\tomcat\logs\catalina.out file.

maximilian123
Champ in-the-making
Champ in-the-making
I already had OpenOffice.org 2.4 and jre1.5.0_15 installed. So I decided to download the Alfresco-Labs-3a.r1032-Mini-Setup.exe. During the installation I chose to create a MySQL database. The database is there. I can log in with the command mysql -u alfresco -p alfresco. But there are no tables.

maximilian123
Champ in-the-making
Champ in-the-making
That are the environment variables.
ALFRESCO_HOME=C:\Programme\Alfresco
CATALINA_HOME=C:\Programme\Alfresco\tomcat
JAVA_HOME=C:\Programme\Java\jdk1.5.0_15
OPENOFFICE_HOME=C:\Programme\OpenOffice.org 2.4

Path
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Programme\ATI Technologies\ATI.ACE\Core-Static;%JAVA_HOME%\bin;C:\Programme\MySQL\MySQL Server 5.0\bin;%ALFRESCO_HOME%;%CATALINA_HOME%\bin

maximilian123
Champ in-the-making
Champ in-the-making
There is no alfresco folder in webapps.

custom-repository.properties

###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#
dir.root=C:/Programme/Alfresco/alf_data
dir.indexes=C:/Programme/Alfresco/alf_data/lucene-indexes

#
# Sample database connection properties
#
db.name=alfresco
db.username=alfresco
db.password=alfresco
#db.pool.initial=10
#db.pool.max=100

#
# Property to control whether schema updates are performed automatically.
# Updates must be enabled during upgrades as, apart from the static upgrade scripts,
# there are also auto-generated update scripts that will need to be executed.  After
# upgrading to a new version, this can be disabled.
#
#db.schema.update=true

#
# Derby connection
#
#derby#db.driver=org.apache.derby.jdbc.EmbeddedDriver
#derby#db.url=jdbc:derby:C:/Programme/Alfresco/alf_data/derby_data/alfresco;create=true

#
# HSQL connection
#
#hsql#db.driver=org.hsqldb.jdbcDriver
#hsql#db.url=jdbc:hsqldb:file:@@ALF_DATA/hsql_data/alfresco;ifexists=true;shutdown=true;

#
# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost:3306/alfresco

#
# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)
#
#postgresql#db.driver=org.postgresql.Driver
#postgresql#db.url=jdbcSmiley Tongueostgresql://localhost:3306/alfresco


hibernate-dialect.properties

#
# Sample Hibernate configuration for changing Database dialect
# For a full list: http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects
#

#
# Derby dialect
#
#derby#hibernate.dialect=org.hibernate.dialect.DerbyDialect

#
# HSQL dialect
#
#hsql#hibernate.dialect=org.hibernate.dialect.HSQLDialect

#
# MySQL dialect (default)
#
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect

#
# PostgreSQL dialect
#
#postgresql#hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
#postgresql#hibernate.query.substitutions=true TRUE, false FALSE

maximilian123
Champ in-the-making
Champ in-the-making
I cannot find the file. Thank you anyway.

maximilian123
Champ in-the-making
Champ in-the-making
I already tried to install the full setup. At home I installed this file http://www.alfresco.com/elqNow/elqRedir.htm?ref=http://eu.dl.alfresco.com/build-1164/Alfresco-Labs-3...
and it worked fine. But it does not work on this computer.

maximilian123
Champ in-the-making
Champ in-the-making
In the morning the Alfresco server was running. Later I ran the Intalio server. After I stopped the Intalio server the Alfresco server was not running any more. When I run them at the same time I think I have to change the port number in the server.xml and in the server-minimal.xml from 8080 to 8180. I think the problem has something to do with the Intalio server.

maximilian123
Champ in-the-making
Champ in-the-making
But I can always start the Intalio server. I think Intalio uses the apache geronimo 2.0.1 with tomcat 6.