FW: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-22 Thread Robert Schulz
g to a new version ... Here is the rest of the email: > -Original Message- > From: Robert Schulz > Sent: Sunday, 22 April 2001 17:59 > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > Haa .. another change we mad

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-20 Thread John Menke
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: Friday, April 20, 2001 1:19 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > I haven't been following your thread but if you leave > jboss-aut

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
David is quite correct (as is his wont) - when you make a configuration change it is usually a good idea to kill (expurgate, delete, elminiate, etc.) jboss-auto.conf. In more than good fun, danch David Jencks wrote: > I haven't been following your thread but if you leave jboss-auto.jcml lying

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread David Jencks
I haven't been following your thread but if you leave jboss-auto.jcml lying around ( and aren't using the -very- latest ( i think 2.3, maybe 2.2.1) sources you will keep getting all the mbeans from your previous runs even though you removed them from jboss.jcml. Delete jboss-auto.jcml and these

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
Robert, I used your versions of jboss.conf and jboss.jcml with the adjustments for jdbc url. (Thanks:)) It looks like it ran well. Take a look at the log though. I have this phantom datasource at the bottom again!! Where is DefaultDB coming from?? For that matter where is BlackBoxDB coming fr

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
Set loggingEnabled to true in your jcml. God willing, that will allow you to see the damned SQLException that's being thrown and eaten. -danch John Menke wrote: > It was related to that. (pg_hba.conf) I had an entry for localhost in the > pg_hba.conf. For some reason Postgresql was seeing th

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread Robert Schulz
t: Friday, 20 April 2001 7:20 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > It was related to that. (pg_hba.conf) I had an entry for > localhost in the > pg_hba.conf. For some reason Postgresql was seeing the JBoss > conn

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
tarted [jdbc/PostgresDB] Starting [jdbc/PostgresDB] XA Connection pool jdbc/PostgresDB bound to java:/jdbc/PostgresDB > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of danch > Sent: Thursday, April 19, 2001 4:11 PM > To: [EMAIL PROT

Re: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread danch
el > > Cardin > > Sent: Thursday, April 19, 2001 2:52 PM > > To: [EMAIL PROTECTED] > > Subject: RE: [JBoss-user] PostgreSQL 7.1 Datasource setup > > > > > > I can't say for sure, because I don't use Postgresql... but AFAIK, you > > shoul

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
I just tried that and it still doesn't work. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel > Cardin > Sent: Thursday, April 19, 2001 2:52 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] PostgreSQL 7.1 Data

RE: [JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread Daniel Cardin
rience, it indicates a connection to the datasource could not be established, either because the name is incorrect or the database is not reachable. HTH, Daniel -Message d'origine- De : John Menke [mailto:[EMAIL PROTECTED]] Envoyé : 19 avril, 2001 14:38 À : jboss Objet : [JBoss-user]

[JBoss-user] PostgreSQL 7.1 Datasource setup

2001-04-19 Thread John Menke
I have the following coded in my jboss.jcml and I have included postgresql.jar in my lib/ext folder, but JBoss hangs on startup. postmaster is running with the -i option when I try this and I have a database setup named ejb with ejbUser as a user and ejbUserPassword as the account password. My e