i decided to start playing with it again, and i've figured out my problems...
It appears portal's doing something that doesnt play nice with other
applications...
Originally, i was fooling around with 4.0.1 which had 2 applications i'd moved
over from sunone app 7... both of them use databases (oracle originally) and
i'd moved one to mysql...
then i'd tried to deploy the portal and it failed... what i hadnt noticed
though is that my other applications had started failing (at some point i added
jboss 402rc1 into the mix as well).
Anyway, i've put portal into its own installation of (401) jboss and all is
well...
however, i've noticed something else rather bizare... i tried to move an
application and a datasource into the jboss instance that's running portal, and
it doesnt like the datasource (for one reason or another)... for eg... a simple
datasource:
<?xml version="1.0" encoding="UTF-8"?>
<local-tx-datasource>
<jndi-name>testerDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/whatever</connection-url>
<driver-class>org.gjt.mm.mysql.Driver</driver-class>
<user-name>x</user-name>
y
</local-tx-datasource>
deployed after portal has been deployed will start producing errors like this:
2005-04-04 12:27:15,705 INFO [org.jboss.system.ServiceConfigurator] Problem
configuring service jboss.jca:service=ManagedConnectionFactory,name=testerDS
java.lang.IllegalArgumentException: [properties: null]
and eventually:
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:service=ManagedConnectionFactory,name=testerDS
state: FAILED
I Depend On: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
Depends On Me: jboss.jca:service=ManagedConnectionPool,name=testerDS
java.lang.IllegalArgumentException: [properties: null]
It's also worth pointing out that if you undeploy portal at this point, no ds
can be deployed until jboss is restarted (i've only tried oracle/mysql at this
point thought, but both produce the same set of errors)...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872494#3872494
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872494
-------------------------------------------------------
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=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development