cancel
Showing results for 
Search instead for 
Did you mean: 

Error after star 1.2RC2

bakihama
Champ in-the-making
Champ in-the-making
Hi!

I upgraded Alfresco 1.1.2 successfully to 1.2RC2.
Then i stared my tomcat 5.5.15 ,there is something wrong at tomcat star:


2006/2/15 AM 11:22:16 net.sf.joott.uno.UnoConnection connect
Information: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
2006/2/15 AM 11:22:18 net.sf.joott.uno.UnoConnection connect
ERROR: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
2006/2/15 AM 11:22:20 net.sf.joott.uno.UnoConnection connect
Information: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
2006/2/15 AM 11:22:21 net.sf.joott.uno.UnoConnection connect
ERROR: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
11:22:21,648 INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_03-b07; maximum heap size 63.563MB
11:22:21,648 WARN  [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 63.563MB is less than recommended 512MB
11:22:21,658 INFO  [service.descriptor.DescriptorService] Alfresco started (Open Source) - v1.2.0 (RC1); repository v1.2.0 (RC1); schema 4
What is the error mean?
2 REPLIES 2

gavinc
Champ in-the-making
Champ in-the-making
Neither items in the log are errors, Alfresco should have started and will be usable.

The first error below is because OpenOffice could not be found on the system path, this means some transformations won't be available. See the readme about setting up OpenOffice.

ERROR: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect

The warning below is telling you that you have not allocated the recommended amount of memory to the appserver.

WARN  [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 63.563MB is less than recommended 512MB

To increase the size of the memory given to Tomcat add "-Xmx512M" to the JAVA_OPTS variable in Tomcat's catalina.bat.

bakihama
Champ in-the-making
Champ in-the-making
This helps very in a big way to me.
Thank you very much.