cancel
Showing results for 
Search instead for 
Did you mean: 

RE:

cws1
Champ in-the-making
Champ in-the-making
Hi
I am installing the Liferay + Alfresco bundle on windows xp.
When I start the server I get 2 errors:

(1.) 
28-Sep-2006 15:00:40 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
28-Sep-2006 15:00:41 net.sf.joott.uno.UnoConnection connect
SEVERE: connection failed: com.sun.star.connection.NoConnectException: java.net.
ConnectException: Connection refused: connect

AND A WARNING

(2.)
15:00:44,227 WARN  [service.descriptor.DescriptorService] Alfresco JVM - WARNING
- maximum heap size 63.563MB is less than recommended 512MB

(1a)
With respect to the first error, I have checked and no other process is using that port. Could this be a permissions problem?
If not could you point me in the right direction.

(2a)
Could you tell me in where this should be set as I have set the heap size in the startup.bat file but I still get the warning.

Tony
1 REPLY 1

kevinr
Star Contributor
Star Contributor
1. Is not really an error, just a warning that the OpenOffice server cannot be found (used for some document transformations - see the README file). It does not stop the server from starting ok.

2. I would edit the catalina.bat, add something like this:

set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx512m

Thanks,

Kevin