Hello,
I followed the instructions on the Download page for a Windows Server 2003 install. When I tried to access the web server (localhost:9000), the page couldn't be found. It appears that no Libresource process is running on the server. It looks like the postgres database is running.
When I try to run the Libresource Start command, I see some errors. Below you'll find to Jonas log. I have TCPView and tried to find conflicting ports, but didn't find any.
Can someone help me figure out what happened? Many thanks.
Martin
2009-07-24 12:17:38,390 : INFO : main : Server.<init> : JVM used is 1.6.0_14 version of Sun Microsystems Inc. vendor on Windows 2003 5.2/x86 OS.
2009-07-24 12:17:38,390 : INFO : main : PolicyProvider.init : Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider
2009-07-24 12:17:50,015 : INFO : main : NameServiceManager.startNonStartedNS : Name service for jeremie is started on port 2000
2009-07-24 12:17:50,062 : INFO : main : ServiceManager.startRegistry : registry service started
2009-07-24 12:17:50,312 : INFO : main : ServiceManager.startJmx : jmx service started
2009-07-24 12:17:50,796 : INFO : main : Current.<init> : JOTM 2.0.11
2009-07-24 12:17:50,828 : INFO : main : Current.setDefaultRecovery : Jotm Recovery= false
2009-07-24 12:17:50,843 : INFO : main : ServiceManager.startServices : jtm service started
2009-07-24 12:17:51,031 : SEVERE : main : ConnectionManager.getXAConnection : Could not get Connection on jdbc:postgresql://localhost:5432/libresource:
org.postgresql.util.PSQLException: Connection rejected: FATAL: password authentication failed for user "postgres".
…