Sebastien, many thanks for the help. It looks like I'm getting closer. I created the database and it doesn't appear that I'm getting any errors, but I still can't connect to localsource:9000. Here's my latest log. Please be patient as I'm not highly skilled in databases and am running this on a Win2003 server. I don't have Unix experience.
2009-07-27 10:29:12,343 : 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-27 10:29:12,343 : INFO : main : PolicyProvider.init : Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider
2009-07-27 10:29:24,015 : INFO : main : NameServiceManager.startNonStartedNS : Name service for jeremie is started on port 2000
2009-07-27 10:29:24,078 : INFO : main : ServiceManager.startRegistry : registry service started
2009-07-27 10:29:24,859 : INFO : main : ServiceManager.startJmx : jmx service started
2009-07-27 10:29:25,421 : INFO : main : Current.<init> : JOTM 2.0.11
2009-07-27 10:29:25,453 : INFO : main : Current.setDefaultRecovery : Jotm Recovery= false
2009-07-27 10:29:25,484 : INFO : main : ServiceManager.startServices : jtm service started
2009-07-27 10:29:25,812 : SEVERE : main : ConnectionManager.getXAConnection : Could not get Connection on jdbc:postgresql://localhost:5432/libresource:
org.postgresql.util.PSQLException: Backend start-up failed: FATAL: database "libresource" does not exist.
at org.postgresql.core.v3.ConnectionFactoryImpl.readStartupMessages(ConnectionFactoryImpl.java:443)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:98)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>
…