Re: [JBoss-user] jboss startup problems postgresql driver

2001-05-15 Thread Michael Bilow

I have a few suggestions.  First, if you are not using Hypersonic at all,
which appears to be the case, then you should remove the reference to
"org.hsql.jdbcDriver" as a JdbcProvider.  We had long hangs at the same
point you did, depending upon how much memory and CPU power we were
throwing at the installation.  On a throw-away 166 MHz machine with 64 MB
RAM running Debian Linux, we saw a hang of 45 minutes before jBoss woke
up and continued initializing!  Admittedly, we were specifically trying to
test how far down the hardware curve we could push this.

Second, I have heard that there is some sort of bug in connecting with
Postgres where a password must be specified.  I have not personally tried
using Postgres with a blank password, so I do not know if this is true.

-- Mike


On 2001-05-15 at 13:46 +0200, Haug Bürger wrote:

> Hi,
> 
> my jboss doesn't start propperly, it hangs at
> [myWMS] Starting
> [myWMS] XA Connection pool myWMS bound to java:/myWMS
> 
> I removed the jboss-auto config file and moved the drivers jar-file to
> lib/ext. I can access the database with isqlview which uses the same
> driver. I trimmed the jbos.jcml to the necessary stuff that i guess it's
> necessary.
> 
> What is wrong with my configuration?
* * *
> >   
>   
>  name="DefaultDomain:service=JdbcProvider">
>  name="Drivers">org.postgresql.Driver,org.hsql.jdbcDriver
>   
> 
>  name="DefaultDomain:service=XADataSource,name=myWMS">
> myWMS
>  
>name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
> 
> 
> jdbc:PostgreSQL://mona/myWMS
> 120
> buerger
> 10
> 
> false
> false
> false
> true
> 12
> 180
> false
> false
> 1.0
> 0
>   



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jboss startup problems postgresql driver

2001-05-15 Thread toby cabot


> What is wrong with my configuration?
>  name="DefaultDomain:service=XADataSource,name=myWMS">
> 

We had a similar problem.  Try adding a password, even if you don't need
one to connect.




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user