[JBoss-user] [Messaging, JMS JBossMQ] - Persistance of JMS messages in filesystem instead of Hyperso

2005-05-15 Thread helly15
Hi,

how do I configure JBoss-4.0.1sp1 to persist JMS messages in the filesystem 
instead of the Hypersonic database?

Thank you,
Peter

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=387#387

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=387


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393alloc_id=16281op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: jboss-4.0.1 startup slow (Entitybean SQL generation prob

2005-03-17 Thread helly15

Hi Joachim,

thank you for your suggestion, I have set the JVM memory allocation pool 
parameters to  -Xms128m  and -Xmx768m ( was -Xmx512m before),
bit it did not help: startup time 12m:18s
 

 
  | 15:16:19,470 INFO  [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: 
CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Started in 12m:18s:662ms

Best regards,
Peter

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870561#3870561

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870561


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: jboss-4.0.1 startup slow (Entitybean SQL generation prob

2005-03-16 Thread helly15
Any suggestions?  Alexey maybe?

Thanks,
Peter

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870355#3870355

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870355


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - 4 times longer startup time after migrating to jboss-4.0.1

2005-03-16 Thread helly15
Hello,

I am trying to migrate our application to JBoss-4.0.1, but I am facing
a problem: The startup time with JBoss-3.2.1 was around 2.5 min and
now it is over 10 min! I noticed that JBoss-4.0.1 uses the major part oft the 
startup time to create the SQL statements for the entitybeans (see code below). 


  | 
  | 2005-03-14 17:40:38,956 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.SequenceEnti
  | ty#findByPrimaryKey] SQL: SELECT t0_SequenceEntity.OBJECT_TYPE FROM 
TDVB_KEY_INDEX t0_SequenceEntity
  |  WHERE t0_SequenceEntity.OBJECT_TYPE=?
  | 2005-03-14 17:40:38,966 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.SequenceEntity] Added
  |  findByPrimaryKey query command for local home interface
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.JurPartnerEnti
  | ty] Insert Entity SQL: INSERT INTO TDVB_JUR_PARTNER (Partner_Nr, 
FIRMA_ZUSATZ) VALUES (?, ?)
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.JurPartnerEnti
  | ty] Entity Exists SQL: SELECT COUNT(*) FROM TDVB_JUR_PARTNER WHERE 
Partner_Nr=?
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.JurPartnerEntity] e
  | ntity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEnti
  | tyCommand,attributes={}]
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.JurPartnerEnti
  | ty] Remove SQL: DELETE FROM TDVB_JUR_PARTNER WHERE Partner_Nr=?
  | 2005-03-14 17:40:56,811 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.JurPartnerEntity] Tab
  | le not create as requested: TDVB_JUR_PARTNER
  | 
  | etc, etc...
  | 



Has anyone an explanation for this? 

Regards, Peter

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870403#3870403

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870403


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: jboss-4.0.1 startup slow (Entitybean SQL generation prob

2005-03-15 Thread helly15
Hi, 

and here I post the corresponding log statements generated by 
JBoss-3.2.1 when generating the SQL statements for the entitybeans. 
It takes only 2.5 sec to generate the statements! 

Any help would be very much appreciated, 
best regards, 
peter 



  | 2005-03-15 10:09:47,259 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.InternetOfferteEntity] 
Initializing CMP plugin for InternetOfferteEntity
  | 2005-03-15 10:09:48,681 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.SequenceEntity] Insert 
Entity SQL: INSERT INTO TDVB_KEY_INDEX (OBJECT_TYPE, COUNTER) VALUES (?, ?)
  | 2005-03-15 10:09:48,681 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.SequenceEntity] Entity 
Exists SQL: SELECT COUNT(*) FROM TDVB_KEY_INDEX WHERE OBJECT_TYPE=?
  | 2005-03-15 10:09:48,681 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.SequenceEntity] 
entity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand,attributes={}]
  | 2005-03-15 10:09:48,691 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.SequenceEntity] Remove 
SQL: DELETE FROM TDVB_KEY_INDEX WHERE OBJECT_TYPE=?
  | 2005-03-15 10:09:48,741 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.SequenceEntity] Table not 
create as requested: TDVB_KEY_INDEX
  | 2005-03-15 10:09:48,751 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.SequenceEntity.findByPrimaryKey]
 SQL: SELECT OBJECT_TYPE FROM TDVB_KEY_INDEX WHERE OBJECT_TYPE=?
  | 2005-03-15 10:09:48,761 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.SequenceEntity] Added 
findByPrimaryKey query command for local home interface
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.JurPartnerEntity] 
Insert Entity SQL: INSERT INTO TDVB_JUR_PARTNER (Partner_Nr, FIRMA_ZUSATZ) 
VALUES (?, ?)
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.JurPartnerEntity] 
Entity Exists SQL: SELECT COUNT(*) FROM TDVB_JUR_PARTNER WHERE Partner_Nr=?
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.JurPartnerEntity] 
entity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand,attributes={}]
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.JurPartnerEntity] 
Remove SQL: DELETE FROM TDVB_JUR_PARTNER WHERE Partner_Nr=?
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.JurPartnerEntity] Table not 
create as requested: TDVB_JUR_PARTNER
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.JurPartnerEntity.findByPrimaryKey]
 SQL: SELECT Partner_Nr FROM TDVB_JUR_PARTNER WHERE Partner_Nr=?
  | 2005-03-15 10:09:48,772 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.JurPartnerEntity] Added 
findByPrimaryKey query command for local home interface
  | 2005-03-15 10:09:48,782 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.RisikoZusatzEntity] 
Insert Entity SQL: INSERT INTO TDVB_RISIKO_Z_ATTR (RISIKO_ID, ZUSATZ_NR, 
ZUSATZ_CODE, ZUSATZ_ATTR_CODE, ZUSATZ_ATTR_WERT, ERSTELLUNGSDATUM, 
ERSTELLUNG_ID, AENDERUNGSDATUM, AENDERUNG_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
  | 2005-03-15 10:09:48,782 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.RisikoZusatzEntity] 
Entity Exists SQL: SELECT COUNT(*) FROM TDVB_RISIKO_Z_ATTR WHERE RISIKO_ID=? 
AND ZUSATZ_NR=? AND ZUSATZ_CODE=? AND ZUSATZ_ATTR_CODE=?
  | 2005-03-15 10:09:48,782 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.RisikoZusatzEntity] 
entity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand,attributes={}]
  | 2005-03-15 10:09:48,792 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.RisikoZusatzEntity] 
Remove SQL: DELETE FROM TDVB_RISIKO_Z_ATTR WHERE RISIKO_ID=? AND ZUSATZ_NR=? 
AND ZUSATZ_CODE=? AND ZUSATZ_ATTR_CODE=?
  | 2005-03-15 10:09:48,792 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.RisikoZusatzEntity] Table not 
create as requested: TDVB_RISIKO_Z_ATTR
  | 2005-03-15 10:09:48,792 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.RisikoZusatzEntity.findByPrimaryKey]
 SQL: SELECT RISIKO_ID, ZUSATZ_NR, ZUSATZ_CODE, ZUSATZ_ATTR_CODE, 
ZUSATZ_ATTR_WERT, ERSTELLUNGSDATUM, ERSTELLUNG_ID, AENDERUNGSDATUM, 
AENDERUNG_ID FROM TDVB_RISIKO_Z_ATTR WHERE RISIKO_ID=? AND ZUSATZ_NR=? AND 
ZUSATZ_CODE=? AND ZUSATZ_ATTR_CODE=?
  | 2005-03-15 10:09:48,792 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.RisikoZusatzEntity] Added 
findByPrimaryKey query command for local home interface
  | 2005-03-15 10:09:48,812 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.FremdvertragEntity] 
Insert Entity SQL: INSERT INTO TDVB_FREMDVERTRAG (Fremdvertrag_Nr, 
Beziehung_Art, Vers_Gesellschaft, Risiko_Art, AblaufDatum, RisikoBeschreibung, 

[JBoss-user] [Persistence CMP/JBoss] - jboss-4.0.1 startup slow (Entitybean SQL generation problem)

2005-03-14 Thread helly15
Hello everybody,

i am moving from jboss jboss-3.2.1 to jboss-4.0.1. The problem
I am facing is that it takes jboss-4.0.1 over 10min to start,
while jboss-3.2.1 started up in under 3min. I noticed that jboss-4.0.1
uses a large part of the startup time to generate the sql for the 
entity beans (see code snipplet).


 17:43:28,409 DEBUG [DruckStatusEntity] Remove SQL: DELETE FROM 
TDVB_DRUCK_STATUS WHERE DRUCK_STATUS_ID=?


 The sql-generation is really slow, jboss generates about 1 statement in 15 sec.

Can somebody give me a hint...what could be my problem?

Best regards,
Peter

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870052#3870052

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870052


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: jboss-4.0.1 startup slow (Entitybean SQL generation prob

2005-03-14 Thread helly15
Hello again,
I exaggerated a little in my post: the generation of 1 sql
statement does take less than 15sec.

But the whole of the sql-generation  takes over 8min, that's
a large part of the  total startup time. I will post the log
statements of the sql-generation below.

greetings,
Peter

   
  | 2005-03-14 17:40:19,347 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.InternetOfferteEntity] 
Initializing CMP plugin for InternetOfferteEntity
  | 2005-03-14 17:40:21,020 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.SequenceEntity] Insert 
Entity SQL: INSERT INTO TDVB_KEY_INDEX (OBJECT_TYPE, COUNTER) VALUES (?, ?)
  | 2005-03-14 17:40:21,020 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.SequenceEntity] Entity 
Exists SQL: SELECT COUNT(*) FROM TDVB_KEY_INDEX WHERE OBJECT_TYPE=?
  | 2005-03-14 17:40:21,020 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.SequenceEntity] 
entity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand,attributes={}]
  | 2005-03-14 17:40:21,030 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.SequenceEntity] Remove 
SQL: DELETE FROM TDVB_KEY_INDEX WHERE OBJECT_TYPE=?
  | 2005-03-14 17:40:38,896 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.SequenceEntity] Table not 
create as requested: TDVB_KEY_INDEX
  | 2005-03-14 17:40:38,956 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.SequenceEntity#findByPrimaryKey]
 SQL: SELECT t0_SequenceEntity.OBJECT_TYPE FROM TDVB_KEY_INDEX 
t0_SequenceEntity WHERE t0_SequenceEntity.OBJECT_TYPE=?
  | 2005-03-14 17:40:38,966 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.SequenceEntity] Added 
findByPrimaryKey query command for local home interface
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.JurPartnerEntity] 
Insert Entity SQL: INSERT INTO TDVB_JUR_PARTNER (Partner_Nr, FIRMA_ZUSATZ) 
VALUES (?, ?)
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.JurPartnerEntity] 
Entity Exists SQL: SELECT COUNT(*) FROM TDVB_JUR_PARTNER WHERE Partner_Nr=?
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.JurPartnerEntity] 
entity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand,attributes={}]
  | 2005-03-14 17:40:38,976 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.JurPartnerEntity] 
Remove SQL: DELETE FROM TDVB_JUR_PARTNER WHERE Partner_Nr=?
  | 2005-03-14 17:40:56,811 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.JurPartnerEntity] Table not 
create as requested: TDVB_JUR_PARTNER
  | 2005-03-14 17:40:56,811 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.JurPartnerEntity#findByPrimaryKey]
 SQL: SELECT t0_JurPartnerEntit.Partner_Nr FROM TDVB_JUR_PARTNER 
t0_JurPartnerEntit WHERE t0_JurPartnerEntit.Partner_Nr=?
  | 2005-03-14 17:40:56,811 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.JurPartnerEntity] Added 
findByPrimaryKey query command for local home interface
  | 2005-03-14 17:40:56,851 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.RisikoZusatzEntity] 
Insert Entity SQL: INSERT INTO TDVB_RISIKO_Z_ATTR (RISIKO_ID, ZUSATZ_NR, 
ZUSATZ_CODE, ZUSATZ_ATTR_CODE, ZUSATZ_ATTR_WERT, ERSTELLUNGSDATUM, 
ERSTELLUNG_ID, AENDERUNGSDATUM, AENDERUNG_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
  | 2005-03-14 17:40:56,851 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.RisikoZusatzEntity] 
Entity Exists SQL: SELECT COUNT(*) FROM TDVB_RISIKO_Z_ATTR WHERE RISIKO_ID=? 
AND ZUSATZ_NR=? AND ZUSATZ_CODE=? AND ZUSATZ_ATTR_CODE=?
  | 2005-03-14 17:40:56,851 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.RisikoZusatzEntity] 
entity-command: [commandName=default,commandClass=class 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand,attributes={}]
  | 2005-03-14 17:40:56,851 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand.RisikoZusatzEntity] 
Remove SQL: DELETE FROM TDVB_RISIKO_Z_ATTR WHERE RISIKO_ID=? AND ZUSATZ_NR=? 
AND ZUSATZ_CODE=? AND ZUSATZ_ATTR_CODE=?
  | 2005-03-14 17:41:14,497 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.RisikoZusatzEntity] Table not 
create as requested: TDVB_RISIKO_Z_ATTR
  | 2005-03-14 17:41:14,497 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.RisikoZusatzEntity#findByPrimaryKey]
 SQL: SELECT t0_RisikoZusatzEnt.RISIKO_ID, t0_RisikoZusatzEnt.ZUSATZ_NR, 
t0_RisikoZusatzEnt.ZUSATZ_CODE, t0_RisikoZusatzEnt.ZUSATZ_ATTR_CODE, 
t0_RisikoZusatzEnt.ZUSATZ_ATTR_WERT, t0_RisikoZusatzEnt.ERSTELLUNGSDATUM, 
t0_RisikoZusatzEnt.ERSTELLUNG_ID, t0_RisikoZusatzEnt.AENDERUNGSDATUM, 
t0_RisikoZusatzEnt.AENDERUNG_ID FROM TDVB_RISIKO_Z_ATTR t0_RisikoZusatzEnt 
WHERE t0_RisikoZusatzEnt.RISIKO_ID=? AND t0_RisikoZusatzEnt.ZUSATZ_NR=? AND 
t0_RisikoZusatzEnt.ZUSATZ_CODE=? AND t0_RisikoZusatzEnt.ZUSATZ_ATTR_CODE=?
  | 

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMSException when starting JBoss server...

2004-05-28 Thread helly15
Hello fellow developpers,

today, I found out what the reason for the messagedrivenbean problem was,
that I had: on those machines that had problems when they tried to start
jboss, they had deleted the hsqldb-ds.xml file (which configures access to 
the hypersonic database that jboss uses to keep jms related data).

allthough this problem is solved, i am worried now about the hypersonic database in my 
application. someone warned me, that this db is very unreliable and should never be 
used in a production application. i will have about 50-70 users using my application 
concurrently. 
do you think the hypersonic database will work ok under this load?

have a nice day,
regards,
felix 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836725#3836725

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836725



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - JMSException when starting JBoss server...

2004-05-27 Thread helly15
Hello everybody,

I have a problem with Messagedrivenbeans: I included MDB in my application
that is running on a JBoss Server. It is working fine on my local server,
and also on some of my collegues machines it is working fine. But on some
of my collegues machines the following exceptions are thrown when they 
start up the JBoss server on their machines:

09:48:08,734 INFO [StatelessSessionContainer] Starting
09:48:08,796 INFO [StatelessSessionInstancePool] Starting
09:48:08,796 INFO [StatelessSessionInstancePool] Started
09:48:08,796 INFO [StatelessSessionContainer] Started
09:48:08,796 INFO [MessageDrivenContainer] Starting
09:48:08,812 INFO [JMSContainerInvoker] Starting
09:48:08,812 INFO [DLQHandler] Creating
09:48:08,812 ERROR [DLQHandler] Initialization failed
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not 
bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:394)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:579)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at org.jboss.ejb.MessageDrivenContainer.startService(MessageDrivenContainer.java:220)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy11.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy28.start(Unknown Source)



Can anybody tell me, what could be the cause for the exception? I compared my 
JBoss configuration files (jboss-service.xml, jbossmq-service.xml, 
jbossmq-destinations-service.xml, jms-ds.xml, jbossmq-service.xml) with 
theirs, and i have found no differences.


Thank you in advance,
best regards,
Felix 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836575#3836575

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836575



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user