Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Configuration Manager

Avatar

Former Community Member
Hi,



When I try to initialize the LiveCycle database with LC configuration manager, I have an error.



ALC-TTN-101-000



http://help.adobe.com/fr_FR/livecycle/es/errorCodeReference.pdf says that the host name must be wrong.



My server is Jboss v4, I can access it with internet explorer in typing http://sw0052:8080/ in the adress bar.



In CM, in the host box I put http://sw0052 and in the port http box : 8080.

but I have the error.



I tried sw0052, htp://ipadress but nothing works.



Any help will be appreciated. Thanks :)
3 Replies

Avatar

Level 2
Hi Jerome,



The host port only requires the hostname. Protocol prefixes are not required. Have you tried just the IP address? Java sometimes can't resolve hostnames.



Also, is host sw0052 different than the host on which LCM is running? If not, you could try 'localhost' too.

Avatar

Level 4
Look in the JBoss server.log for entries like as follows:

bindAddress=/192.150.28.4



Use that IP address:

http://192.150.28.4:8080

Avatar

Former Community Member
Hi, thanks



I find my error.



When I start Jboss, I start it with run.bat -C all or it will be run.bat -c all. So It started with the default configuration.



In the host box, I put sw0052 and 8080 in the http box and it works but I have a problem with the connection to sqlserver.



When I start Jboss, I have the following error :



com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: connect



I followed the instruction of the prepare_installed doc but I missed something.



Edit: It seems that I must activated the Protocols TCP/IP in the sql server configuration tools.