cancel
Showing results for 
Search instead for 
Did you mean: 

If you start me up, I'll never stop

direland
Champ in-the-making
Champ in-the-making
I'm trying to start a fresh install for the first time, but get this in the Tomcat log:

Feb 9, 2006 12:14:25 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 9, 2006 12:14:25 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1261 ms
Feb 9, 2006 12:14:25 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 9, 2006 12:14:25 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
Feb 9, 2006 12:14:25 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Feb 9, 2006 12:14:26 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
Feb 9, 2006 12:14:55 PM net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
Feb 9, 2006 12:14:56 PM net.sf.joott.uno.UnoConnection connect
SEVERE: connection failed: com.sun.star.connection.NoConnectException: java.net.
ConnectException: Connection refused: connect
12:14:57,281 ERROR [transform.magick.AbstractImageMagickContentTransformer] Imag
eMagickContentTransformer not available: Failed to execute command: imconvert "C
:\alfresco\tomcat\temp\Alfresco\ImageMagickContentTransformer_init_source_40259.
gif"  "C:\alfresco\tomcat\temp\Alfresco\ImageMagickContentTransformer_init_targe
t_40260.png"
Feb 9, 2006 12:15:00 PM net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
Feb 9, 2006 12:15:00 PM net.sf.joott.uno.UnoConnection connect
SEVERE: connection failed: com.sun.star.connection.NoConnectException: java.net.
ConnectException: Connection refused: connect
12:15:01,677 ERROR [alfresco.smb.protocol] Error accessing Win32 NetBIOS, check
DLL is on the path
12:15:02,008 INFO  [service.descriptor.DescriptorService] Alfresco started (Open
Source) - v1.1.2; repository v1.1.2
Feb 9, 2006 12:15:06 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 9, 2006 12:15:06 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 9, 2006 12:15:06 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/120  config=null
Feb 9, 2006 12:15:06 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Feb 9, 2006 12:15:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 41330 ms

Any ideas?

Thanks much.

Dave
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
The Alfresco server has started successfully. You are seeing the messages as Alfresco is trying to communicate with 3rd party apps or needs a DLL copied to a certain location. The README file provided in the bundle tells you how to setup the 3rd party apps and remove the various non-critical start-up messages.

Thanks,

Kevin

direland
Champ in-the-making
Champ in-the-making
Got it. Thanks for the speedy response - I'm up and running.