cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot see login webpage, errors in catalina.out file

tmek
Champ in-the-making
Champ in-the-making
I have been testing the 1.4 version for awhile and now cannot login. I don't even see the login page. I looked at the catalina.out file and I got errors such as

1. NetBIOSNameServer setup error:
java.net.BindException: Address already in use

2.  Error rolling back transaction
java.lang.IllegalStateException: No user transaction is active

3. Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstra
p' defined in class path resource [alfresco/core-services-context.xml]: Initialization of bean failed; nested except
ion is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transa
ction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction;
nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
org.hibernate.exception.GenericJDBCException: Cannot open connection

4. Error initializing endpoint
java.net.BindException: Address already in use:8080


I just clicked on the links very fast and then I got those errors listed above.
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
This is the important message:
java.net.BindException: Address already in use:8080

This error is from TomCat (or JBoss or whatever appserver you are using) saying that some other process is already using that port - you need to find and stop that process before the server will start correctly.

Thanks,

Kevin

faultier2k
Champ in-the-making
Champ in-the-making
i go the same problem and I know now what to do…
I ran alfresco for a while an since 2 hours or 3 I couldn't connect to the web interface. I think there is a problem with the tomcat server because i couldn't reach the server under http://www.myhostxxx.com:8080.

Here is the catalina logfile:

Jan 9, 2007 2:40:59 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/local/alfresco/java/lib/i386/server:/usr/local/alfresco/java/lib/i386:/usr/local/alfresco/java/../lib/i386
Jan 9, 2007 2:41:00 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 9, 2007 2:41:00 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3542 ms
Jan 9, 2007 2:41:01 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 9, 2007 2:41:01 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
Jan 9, 2007 2:41:01 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jan 9, 2007 2:41:03 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
02:41:58,448 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: convert /usr/local/alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_source_40249.gif  /usr/local/alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_target_40250.png
02:42:21,805 INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
02:42:21,838 INFO  [admin.patch.PatchExecuter] No patches were required.
02:42:27,491 ERROR [alfresco.smb.protocol] Failed to get local domain/workgroup name, using default of WORKGROUP
02:42:27,491 ERROR [alfresco.smb.protocol] (This may be due to firewall settings or incorrect <broadcast> setting)
02:42:27,699 INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_08-b03; maximum heap size 217.563MB
02:42:27,699 WARN  [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 217.563MB is less than recommended 512MB
02:42:27,701 INFO  [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 1.4.0 (build-105) schema 21 - Installed version 1.4.0 (build-105) schema 21
Jan 9, 2007 2:42:35 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 9, 2007 2:42:36 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 9, 2007 2:42:36 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/326  config=null
Jan 9, 2007 2:42:36 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 9, 2007 2:42:36 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 96318 ms

Has anyone an idea what to do?

Best regards
Alex

P.S. running an dedicated linux-server