[JBoss-user] TxConnectionManager$LocalXAResource... : what does it means ?

2003-07-22 Thread Ionel Gardais
Hi, I have the following warning whn I set up a relationship between two beans from differents datasource (both beans only have local interface) : warning 08:31:02,067 WARN [TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of local transactions on a jta transaction with

[JBoss-user] JMS clustering

2003-07-22 Thread TStaniszewski
Does anybody know what means partial support for JMS and message driven beans as stated in Clustering in JBoss?. --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT

[JBoss-user] Exception staring Persistence Manager for JBoss 3.2.1

2003-07-22 Thread Satish Kumar L V
Hi, I am deploying a session and MDB. While starting the persistence manager, JBoss throws the following exception... org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Message recovery may not be accurate; - nested throwable: (java.sql.SQLException: ORA-00942:

[JBoss-user] Steps to build JBoss for non Hypersonic

2003-07-22 Thread pradana
Hi, Just in case if you haven't found yet how to build JBoss for non Hypersonic SQL, here are the steps I did to build my JBoss for Oracle database : 1. download the source. 2. run %JBOSS_HOME%\build\build init or sh $JBOSS_HOME\build\build.sh init This will create a local.properties file

Re: [JBoss-user] Exception staring Persistence Manager for JBoss3.2.1

2003-07-22 Thread Marek Lange
Satish Kumar L V wrote: Hi, I am deploying a session and MDB. While starting the persistence manager, JBoss throws the following exception... org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Message recovery may not be accurate; - nested throwable:

[JBoss-user] problems with mysql and transactions

2003-07-22 Thread Scheil, Sven
hi, i'm evaluating a change from cloudscape to mysql for cmp. we are using jboss3.0.6, mysql4.0.13 on w2k. all transactions of our app are container manged. there is a problem with an entity bean using the transaction setting 'requires new'. the application hangs up for several minutes and

Re: [JBoss-user] Any update on 3.2.2RC2?

2003-07-22 Thread Scott M Stark
Today or tomorrow 3.2.2RC2 will be out. -- Scott Stark Chief Technology Officer JBoss Group, LLC Gavin Matthews wrote: Hi, Is there any update on when JBoss 3.2.2RC2 will be available? (Is there any page where I can track this - couldn't find

[JBoss-user] Probs creating a finder

2003-07-22 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i am using jboss-3.2.1 (jdk1.4.1_02) with xdoclet-1.2b3 (jdk1.4.2) under Windows 2000. I am creating a bean with the name 'Type'. For this bean i want to create a finder called findByType. - --- snip --- * @ejb:bean name=Type *

AW: [JBoss-user] problems with mysql and transactions

2003-07-22 Thread Scheil, Sven
for more details on my problem i took a look at the call stack that leads to the hang up: a = stateless session bean message = cmp entity bean client - a.init() required - a.initMessage() required - message.create() required - sequenceService.getNextSequenceNumber() required -

AW: [JBoss-user] Tx lock detection not possible even as i enabled EntityLockMonitor

2003-07-22 Thread Janardhan Burugupalli
Hi All, I have problems regarding the Tx lock. My client hangs when performing a specific command like loading data of a form the server. Its always in the same place . So in dont get any error message , but to think that there is a TX lock i dont get any information in the server.log. I

AW: [JBoss-user] Probs creating a finder

2003-07-22 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oops, i forgot to write my problem. If i deploy the application i got the following log: - --- snip --- 2003-07-22 15:14:22,188 DEBUG [org.jboss.ejb.EJBDeployer.verifier] Bean checked: Mitarbeiter: Verified. 2003-07-22 15:14:22,298 DEBUG

Re: AW: [JBoss-user] Probs creating a finder

2003-07-22 Thread Marek Lange
Ingo Bruell wrote: query query-method method-namefindByType/method-name method-params method-paramString/method-param Perhaps you should write java.lang.String? -marek --- This

AW: [JBoss-user] metricsinterceptor problem

2003-07-22 Thread Janardhan Burugupalli
Hi, I get the following warning if set the metricsinterceptor to true ..am i missing something or is this the reason that Jboss 3.2.1 doesnt inform me of a Tx lock if it happens. Can any one please help me out. I cant even think of debugging without knowing were and which bean w there is a Tx

RE: [JBoss-user] Tx lock detection not possible even as i enabled EntityLockMonitor

2003-07-22 Thread Bill Burke
Does the TX eventually time out and give you a stack trace? There is one deadlock scenario that we don't detect All this is in the same thread. 1. begin tx1 2. access entity bean A (does lock for tx1 3. suspend tx1 (a RequiresNew or something similar) 4. begin tx2 5. access entity bean A How

[JBoss-user] MDB and wrong xid

2003-07-22 Thread Satish Kumar L V
Hi, I am trying to deploy and application with a single stateless and MDB. The transactional attribute for MDB is 'NotSupported'. The deployment goes fine. But at runtime I get the following error. The exception is given below ( sorry for the size :-) ) 20:37:03,301 INFO

RE: [JBoss-user] TxConnectionManager$LocalXAResource... : what does it means ?

2003-07-22 Thread Bill Burke
Do you have more than one datasource in your transaction? JBoss simulates XA if you are not using XA drivers. I think this is the base of the warning. Adrian would know more. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ionel Gardais Sent:

[JBoss-user] Transaction timed out?

2003-07-22 Thread Magesh Prabhu
Hi Guys, I'm developing a middleware using Jboss3.2.1 and Quartz scheduler. Things work fine under normal load. But under heavy load, dead lock happens and when I try to shutdown after deadlock occounrance, it does not shutdown properly. I have to kill the process explicitly. I see the

[JBoss-user] Managed Connection Pool running out of connections

2003-07-22 Thread Andrew May
Our production application has on several times run out of connections from a pool and we've had to restart the server to reset the pool. We have a pool of 100 Oracle connections used for BMP entity beans and calls to the database from Session beans via Data Access Objects:

AW: [JBoss-user] Tx lock detection not possible even as i enabled EntityLockMonitor

2003-07-22 Thread Janardhan Burugupalli
Thanks Bill, But if i set the threshold to INFO or WARN i will surely miss the other important debug statements. I only meant to say that can i turn off the debug stmts only related to the Table updates or inserts done when we modify any EJB. And coming to the TX problem i tried the

RE: [JBoss-user] JBoss doc

2003-07-22 Thread Rupp, Heiko
Hi, Are they much better than this one QuickStart-30x.pdf ? A rhetorical question, I assume. The QS is, as frequently mentioned on the forums, a rat hole. Could you elaborate? -- Heiko W. Rupp EMail: [EMAIL PROTECTED] Senior Consultant Telefon: +49 711 222

RE: [JBoss-user] Tx lock detection not possible even as i enabled EntityLockMonitor

2003-07-22 Thread Bill Burke
Well, if you have concurrency at all you will get dirty reads. You will have inconsistent behavior and may corrupt your data. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Janardhan Burugupalli Sent: Tuesday, July 22, 2003 12:10 PM To: [EMAIL

RE: [JBoss-user] JBoss doc

2003-07-22 Thread Steven Harris
I can't recall all of the problems I had, but I definitely found it to be overly complex for a quick start - things like starting by using xdoclet. I had used JBoss 2.4, and the Quick Start for that was pretty good, so I thought why not use the 3.0 one to see what has changed. It may be a

[JBoss-user] DeploymentException: Couldn't create entity command

2003-07-22 Thread Martin J. LaJeunesse
I haven't had much luck getting past this error. I've been migrating from 3.0.6 to3.2.1, using DB2. I'm getting this error on both a Win box and Linux. Follows the db2-ds.xml and the stack trace. Any and all hints are appreciated. datasources local-tx-datasource jndi-nameDB2DBA/jndi-name

RE: [JBoss-user] DeploymentException: Couldn't create entitycomm and

2003-07-22 Thread Gavin Matthews
Martin, I just hit something similiar - in my case my entity create command wasn't on the classpath. Check you classpath to make sure the create commands are on it. Note there were some changes to the unified classpath, in 3.0 we had an incorrect manifest classpath but our app still worked

[JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Rod Macpherson
Title: Message On3.0.7my oracle-service.xml file specifies OracleDSX as the JNDI name and everything runs fine. Switched to 3.2 and it cannot find JNDI name "java:/OracleDSX". I tried putting in thejava:/ prefix for grins but it fails. Something change in 3.2? TIA, Rod

RE: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Rod Macpherson
Almost forgot. Here is the actual error I get inn 3.2: 16:42:33,546 ERROR [EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Error: can't find data source: java:/OracleDSX; - nested throwable: (javax.naming.Name NotFoundException: OracleDSX not bound) at

Re: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Scott M Stark
I would say your ds is not deploying due to changes in service names on which the ds depends. Post your oracle-service.xml or switch to the oracle-ds.xml format which removes the need to know JBoss internal services. See the docs/examples/jca/oracle-ds.xml for an example. --

RE: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Rod Macpherson
Had the jar so must be an incompatibility with the JNDI properties as you suggest. Here is what we have now: properties.put(java.naming.factory.initial, org.jnp.interfaces.NamingContextFactory); properties.put(java.naming.provider.url, localhost:1099);

Re: [JBoss-user] Managed Connection Pool running out of connections

2003-07-22 Thread Scott M Stark
What is the real problem occuring here at BrowseUtilities.java:214, an SQLException or what? Caused by: javax.ejb.EJBException: null; CausedByException is: ISISDatabaseConnection: Unable to create connection to ISIS Database. at

Re: [JBoss-user] Tx lock detection not possible even as i enabledEntityLockMonitor

2003-07-22 Thread Scott M Stark
To turn off debugging for a particular category, set its priority to the level at which msgs should be logged in the conf/log4j.xml: category name=org.jboss.ejb.plugins.jaws.jdbc priority value=INFO/ /category -- Scott Stark Chief Technology Officer JBoss

Re: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Guy Rouillier
Rod Macpherson wrote: On 3.0.7 my oracle-service.xml file specifies OracleDSX as the JNDI name and everything runs fine. Switched to 3.2 and it cannot find JNDI name java:/OracleDSX. I tried putting in the java:/ prefix for grins but it fails. Something change in 3.2? TIA, Rod What is the

Re: [JBoss-user] Probs creating a finder

2003-07-22 Thread Scott M Stark
This is not a valid query method due to the fact that there is no type String. Its java.lang.String. query-method method-namefindByType/method-name method-params method-paramString/method-param /method-params

Re: AW: [JBoss-user] problems with mysql and transactions

2003-07-22 Thread Scott M Stark
Remove the INFO threshold on the server.log to see if there is any additional information about the cause of the tx timeout. What jdbc driver version is being used here? If you have an example that reproduces this create a bug report on sourceforge with it as an attachment. --

Re: [JBoss-user] Database JNDI Name Not Found

2003-07-22 Thread Guy Rouillier
Rod Macpherson wrote: Had the jar so must be an incompatibility with the JNDI properties as you suggest. Here is what we have now: properties.put(java.naming.factory.initial, org.jnp.interfaces.NamingContextFactory); properties.put(java.naming.provider.url, localhost:1099);

[JBoss-user] new mail ut1gpnPU

2003-07-22 Thread cousin
http://www.mail15.com. : 1) 15 ; 2) ; 3) (POP,IMAP,SMTP); 4) ; 5); 6); 7) . , mailto:[EMAIL PROTECTED] * We are glad to invite you at new free mail service http://www.mail15.com. The advantages of this service are: 1) mailbox, up to

[JBoss-user] OutOfMemoryError and CACHE ERROR

2003-07-22 Thread manish sharan
Hi All, My application is getting the following unexected errors (listed below). I am running Jboss 3.0.7 + jdk1.4+ RH Linux + Sapdb 7.4. I have 1gb ram AND 1gb swapspace. I am starting jvm with option: -server -Xincgc -Xms512m -Xmx512m. Furthernore I have reduced HighMemoryMark and