Dear all,

>From all of your posts I have indeed made some progress I still get the
following type of error on the 8.1.7 db   

joxasPrep(): Got a 'C' error: 24756
jojniPrepare(): err = 24756
joxasRollbk(): Got a 'C' error: 24756
jojniRollback(): err = 24756
OracleWrapXAResource.forget()-start

But.. it appears I now only get this type of error when I run multiple clients.
Now bearing in mind that the code I have works fine to the 8.1.7 db from other
apps servers with lots of client (sorry but I really want to solve the
problem) does this give any further ideas about what the problems might be ?

Has anyone else tried several concurrent clients to an 8.1.7 DB ?

Also I am investigating Marc's suggestion of cutting a couple of components
that cause the same DB's problems I am seeing ..components I can send to the
list to see if this is a config issue or if there really is something wrong
with the XA drivers.

thanks for all your help so far

Please let me know if you have any more suggestions.

Tom Daly




 
> Hello Marc
> 
> I failed to mention that I am using Oracle 8.1.5, Enterprise Edition.  I
> have tried
> classes111b.zip as well as classes12.zip (as seen in the JBoss documentation
> examples) but with the same result.  Both spit out:
> 
> javax.management.ReflectionException: The MBean class could not be loaded by
> the specified loader
> 
> I don't have an simple example to show you.  I was successful in deploying
> the example
> CDCollection example using the default Hypersonic db, but I need to get CMP
> working
> with Oracle 8.1.5.
> 
> From what I've been able to piece together, these configurations are
> changing rapidly.
> What works for someone one day, won't for someone else another day.  Getting
> a bit
> miffed :(  But my dev lead says look into BEA Weblogic instead.  But I have
> invested
> a lot of time into JBoss already.  Bummer.  Any additional info will be
> greatly
> appreciated.
> 
> Justin
> [EMAIL PROTECTED]
> 
> ____________________________________________________________________________
> ______
> 
> 
> jboss.conf addition:
> <MLET CODE="org.jboss.jdbc.XADataSourceLoader" ARCHIVE="jboss.jar"
> CODEBASE="../lib/ext/">
>     <ARG TYPE="java.lang.String" VALUE="DefaultDS">
>     <ARG TYPE="java.lang.String"
> VALUE="oracle.jdbc.xa.client.OracleXADataSource">
> </MLET>
> 
> 
> jboss.properties:
> jboss.xa.xidclass=oracle.jdbc.xa.OracleXid
> jdbc.drivers=org.hsql.jdbcDriver,oracle.jdbc.driver.OracleDriver
> 
> 
> jboss.jcml
> <mbean name="DefaultDomain:service=XADataSource,name=DefaultDS">
>       <attribute
> name="URL">jdbc:oracle:thin:@host.domain.com:1521:AIRFRAME</attribute>
>       <attribute name="JDBCUser">scott</attribute>
>       <attribute name="Password">tiger</attribute>
> </mbean>
> 
> 
> Excerpt from console:
> ...
> [SpyderMQ] Initializing
> [SpyderMQ] Initialized
> javax.management.ReflectionException: The MBean class could not be loaded by
> the specified loader
>         at
> com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:754)
>         at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
>         at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
>         at org.jboss.Main.<init>(Main.java:119)
>         at org.jboss.Main$1.run(Main.java:87)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at org.jboss.Main.main(Main.java:83)
> [EmbeddedTomcat] Starting
> [EmbeddedTomcat] Testing if Tomcat is present....
> [EmbeddedTomcat] OK
> [EmbeddedTomcat] ContextManager: Adding context Ctx(  )
> [EmbeddedTomcat] path="" :jsp: init
> [EmbeddedTomcat] PoolTcpConnector: Starting HttpConnectionHandler on 8080
> [EmbeddedTomcat] Started
> ...
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
> 




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to