[JBoss-user] [JCA/JBoss] - Re: Problem using the SecureIdentityLoginModule to encrypt d

2006-04-28 Thread dtauzell
Update I changed the password to 'password', re-ran the encryption utility and it is working. The old password was only 5 characters. Does it need to be larger? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940182#3940182 Reply to the post : http://www.j

[JBoss-user] [JCA/JBoss] - Problem using the SecureIdentityLoginModule to encrypt datas

2006-04-28 Thread dtauzell
I followed instructions to setup and configure my datasouce to use the SecureIdentityLoginModule. When my application tried to access a connection it get: 2006-04-28 10:07:11,020 DEBUG [org.jboss.resource.security.SecureIdentityLoginModule] Failed to decode password javax.crypto.IllegalBlockS

[JBoss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2005-02-25 Thread dtauzell
Perhaps this would be fine if the following line from the sample code was removed: ods.setConnectionCachingEnabled(true); Maybe ayampols can create a test client to prove this true. From what I'm reading on this thread the fact that Oracle manages a pool is the main problem. The propriat

[JBoss-user] [JCA/JBoss] - Wrong ManagedConnectionFactory sent to allocateConnection!

2005-01-20 Thread dtauzell
This error happened today after my application had been running for serveral days: Code: | org.jboss.util.NestedSQLException: Wrong ManagedConnectionFactory sent to allocateConnection!; | I am running JBoss 3.2.6. I checked my *-ds.xml files to see if somebody had redeployed or

[JBoss-user] [Persistence & CMP/JBoss] - Re: Wrong ManagedConnectionFactory sent to allocateConnectio

2005-01-20 Thread dtauzell
I moved this to the JCA forum as I don't think this is the right place. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862942#3862942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862942 -

[JBoss-user] [Persistence & CMP/JBoss] - Wrong ManagedConnectionFactory sent to allocateConnection

2005-01-19 Thread dtauzell
This error happened today after my application had been running for serveral days: | org.jboss.util.NestedSQLException: Wrong ManagedConnectionFactory sent to allocateConnection!; | I am running JBoss 3.2.6. I checked my *-ds.xml files to see if somebody had redeployed or touched them a

[JBoss-user] [JBoss Getting Started Documentation] - Re: Jboss y Jdk

2005-01-18 Thread dtauzell
The J2EE bundle contains everything you need: http://java.sun.com/j2ee/1.4/download.html Just make sure you can execute $JAVA_HOME/bin/java -version from your shell prompt before starting JBOSS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862593#386259

[JBoss-user] [JCA/JBoss] - Re: How idle-timeout works

2005-01-17 Thread dtauzell
You are right. While the datasource I added has idle-timeout-minutes set to 0, there is a file 'hsqldb-ds.xml' which defines DefaultDS which does have a timeout value. Sorry about that. -Dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862484#3862484

[JBoss-user] [JCA/JBoss] - Re: JBossManagedConnectionPool No more connection available

2005-01-17 Thread dtauzell
You can change the maximum number of connections in your *DS-service.xml file. Look for the tag: 50 Two common causes for using up all the connections are: 1. Your application code doesn't release the connection when exceptions happen. 2. There is some sort of deadlock situation occurring

[JBoss-user] [Beginners Corner] - Re: Jboss logs and console output files and how to rotate th

2005-01-12 Thread dtauzell
I modified my run.sh to redirect stdout and stderr to a file (out.txt). I've found that JBoss doesn't write much to standard out once it starts logging via log4j. For example: | java . 2>&1 > ../server/default/log/out.txt | View the original post : http://www.jboss.org/index.html?

[JBoss-user] [JCA/JBoss] - ManagedConnectionPool destroyed, then cannot be re-created

2005-01-12 Thread dtauzell
I'm using JBoss 3.2.6. I occasionaly have a problem where the ManagedConnectionPool is destroyed. Then when my application tries to get a database connection JBoss appears to try and recreate the ManageConnectionPool, but fails. Here is some relavent output show it fail to re-create: DEBUG [

[JBoss-user] [JCA/JBoss] - How idle-timeout works

2005-01-12 Thread dtauzell
Hi, I am using JBoss 3.2.6. I have configured an Oracle datasource such that it never times out the connections: anonymous wrote :0 | 50 | 5000 | 0 I also enabled TRACE level for the connectionmanager. It appears that JBoss is removing connections: anonymous wrote : 20

[JBoss-user] [JCA/JBoss] - Re: ManagedConnectionFactory is null

2005-01-10 Thread dtauzell
I see this occasionally under 3.2.6. Looking in my server.log I see: ERROR [org.jboss.resource.connectionmanager.TxConnectionManager] Starting failed jboss.jca:service=LocalTxCM,name=DefaultDS java.lang.ClassCastException: org.jboss.resource.connectionmanager.CachedConnectionManager I'm con

[JBoss-user] [Performance Tuning] - Re: JBoss vs. WebLogic tuning results

2005-01-03 Thread dtauzell
Is your Weblogic installation using the JRockit JVM? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860468#3860468 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860468

[JBoss-user] [HTTPD, Servlets & JSP] - Jetty with Jboss 3.2.6

2004-12-14 Thread dtauzell
Has anybody managed to build Jetty integration for Jboss 3.2.6? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858609#3858609 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858609 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Runtime Exception during ejbCreate

2004-12-02 Thread dtauzell
Lets say that during the ejbCreate() method of my MDB a RuntimeException gets thrown (NullPointer, etc ). The message should not be Acknowledged and should be returned to the JMS provider, right? Or do I need to catch that and call setRollbackOnly()? View the original post : http://ww

[JBoss-user] [JCA/JBoss] - Error: Time not positive

2004-11-11 Thread dtauzell
I am running jboss 3.0.8. Has anybody seen this error before? java.lang.IllegalArgumentException: Time not positive at org.jboss.util.timeout.TimeoutFactory.createTimeout(JLorg.jboss.util.timeout.TimeoutTarget;)L org.jboss.util.timeout.Timeout;(TimeoutFactory.java:553) at org.jb

[JBoss-user] [JCA/JBoss] - NPE while getting connection

2004-11-11 Thread dtauzell
I'm running in JBoss 3.0.8 and seeing the following exception occur: java.lang.NullPointerException at org.jboss.resource.connectionmanager.LocalTxConnectionManager.getManagedConnection(Ljavax.sec urity.auth.Subject;Ljavax.resource.spi.ConnectionRequestInfo;)Ljavax.resource.spi.ManagedCon

[JBoss-user] [HTTPD, Servlets & JSP] - Re: War cannot find class in lib directory

2004-11-05 Thread dtauzell
This turned out to be human error. The class in lib directory loads a JNI module which wasn't in the LD_LIBRARY_PATH. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854096#3854096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [HTTPD, Servlets & JSP] - War cannot find class in lib directory

2004-11-05 Thread dtauzell
Hi, I have an Ear which contains a War which references a class in a jar file in our lib diretory: To illustrate: default/ lib/ myjar.jar/ classinlib.class deploy/ myear.ear/ mywar.war someclass.class references classinlib.class I was running

[JBoss-user] [Performance Tuning] - Re: Full GC !!! Good or bad ?

2004-09-14 Thread dtauzell
What do you have for your -Xms and -Xmx settings? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848207#3848207 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848207 ---