> Concerning the server initialization:
> Did you copy some configuration part of an older jboss version to the new
> jboss.jcml ?

Thanks for your help.

The installation, that I test, is a new installation.

> We had a similar problem and the reason was in jboss.jcml:
> The driver changed from 
> org.hsql.jdbcDriver to 
> org.hsqldb.jdbcDriver
> between jboss 2.1 and jboss 2.4
> 
> <mbean code="org.jboss.jdbc.JdbcProvider"
> name="DefaultDomain:service=JdbcProvider">
>   <attribute name="Drivers">org.hsqldb.jdbcDriver</attribute>
> </mbean>
> 
> An other reason may be that the directory jboss\db\hypersonic does not exist
> ??

The directory exist. The default config that comes with JBoss is:

  <mbean code="org.jboss.jdbc.HypersonicDatabase" 
name="DefaultDomain:service=Hypersonic">
    <attribute name="Port">1476</attribute>
    <attribute name="Silent">true</attribute>
    <attribute name="Database">default</attribute>
    <attribute name="Trace">false</attribute>
  </mbean>

  <mbean code="org.jboss.jdbc.XADataSourceLoader" 
name="DefaultDomain:service=XADataSource,name=DefaultDS">
    <attribute name="PoolName">DefaultDS</attribute>
    <attribute 
name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute>
    <attribute name="Properties"></attribute>
    <attribute name="URL">jdbc:hsqldb:hsql://localhost:1476</attribute>
    <attribute name="GCMinIdleTime">1200000</attribute>
    <attribute name="JDBCUser">sa</attribute>
    <attribute name="MaxSize">10</attribute>
    <attribute name="Password" />
    <attribute name="GCEnabled">false</attribute>
    <attribute name="InvalidateOnError">false</attribute>
    <attribute name="TimestampUsed">false</attribute>
    <attribute name="Blocking">true</attribute>
    <attribute name="GCInterval">120000</attribute>
    <attribute name="IdleTimeout">1800000</attribute>
    <attribute name="IdleTimeoutEnabled">false</attribute>
    <attribute name="LoggingEnabled">false</attribute>
    <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
    <attribute name="MinSize">0</attribute>
  </mbean>



This is the error:

...
[TransactionManagerService] Starting
[TransactionManagerService] Started
[ClientUserTransactionService] Starting
[ClientUserTransactionService] Started
[JaasSecurityManagerService] Starting
[JaasSecurityManagerService] startService, cachePolicy=null
[JaasSecurityManagerService] startService,
+SecurityProxyFactory=org.jboss.security.SubjectSecurityProxyFactory@228362
[JaasSecurityManagerService] Started
[JdbcProvider] Starting
[JdbcProvider] Started
[XADataSourceLoader] Starting
[bbwebDS] XA Connection pool myDS bound to java:/myDS
[XADataSourceLoader] Started
[HypersonicDatabase] Starting
[Default] Server 1.6 is running
[Default] Press [Ctrl]+[C] to abort
[HypersonicDatabase] Database started
[HypersonicDatabase] Started
[XADataSourceLoader] Starting
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS

That's the point at which the JBoss stops.



Thanks,

Quique

-- 
                                   _ ________  _________
J.Enrique Ruiz-Valenciano         (_) __/ __ \/ ___/ __ \
Software Architect               / /\ \/ /_/ / /__/ /_/ /
[EMAIL PROTECTED], +34 963467143  /_/___/\____/\___/\____/.com

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

Reply via email to