cancel
Showing results for 
Search instead for 
Did you mean: 

Error after star v1.1.2

bakihama
Champ in-the-making
Champ in-the-making
Hi
I stared my tomcat 5.5.15 ,there is something wrong at tomcat star:
ERROR: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
09:13:00,718 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\apache-tomcat-5.5.
15\temp\Alfresco\ImageMagickContentTransformer_init_source_28863.gif"  "C:\apache-tomcat-5.5.15\temp\Alfresco\ImageMagickContentTransformer_init_target_28864.png"
2006/3/22 AM 09:13:04 net.sf.joott.uno.UnoConnection connect
Information: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
2006/3/22 AM 09:13:05 net.sf.joott.uno.UnoConnection connect
ERROR: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
09:13:05,796 ERROR [alfresco.smb.protocol] Error accessing Win32 NetBIOS, check DLL is on the path
09:13:06,484 INFO  [service.descriptor.DescriptorService] Alfresco started (Open Source) - v1.1.2; repository v1.1.2
4 REPLIES 4

gavinc
Champ in-the-making
Champ in-the-making
The first error (java.net.ConnectException) is because you don't have OpenOffice running. You can safely ignore this error if you don't want transformations.

The next error about the image magick transformer is because the imconvert (available in the bundles) is not in your system's PATH environment variable.

The same goes for the error about the NETBIOS DLL.

bakihama
Champ in-the-making
Champ in-the-making
Thanks for the quick reply.

I set the Win32 NetBIOS.dll path on the path.
But the error is not die.

Please tell me , how to fix it ?

gavinc
Champ in-the-making
Champ in-the-making
Try putting it into c:\windows\system32

bakihama
Champ in-the-making
Champ in-the-making
Thanks!
The error is fix ok.