Apache - Weblogic plug-in - Segmentation fault. Please Help me!

Hi all,
Im trying to set up Apache weblogic plug-in, and im having problems with
that.
Im running Solaris 9 with Apache/1.3.26 (Unix) and Weblogic 7 with sp2.
Here is what i did:
I copied mod_wl_ssl.so from
/bea/weblogic700/server/lib/solaris/mod_wl_ssl.so to /usr/apache/libexec
Added entries in httpd.conf as
LoadModule weblogic_module /usr/apache/libexec/mod_wl_ssl.so
AddModule mod_weblogic.c
<LocationMatch "\.jsp$">
SetHandler weblogic-handler
StatPath false
</LocationMatch>
<LocationMatch "/(service1|service2|service3)/">
SetHandler weblogic-handler
StatPath false
</LocationMatch>
<IfModule mod_weblogic.c>
WebLogicHost 127.0.0.1
WebLogicPort 7001
HungServerRecoverSecs 300
ConnectTimeoutSecs 5
</IfModule>
When i access the url with out specifying port 7001 it's not working.
I checked the /var/apache/logs/error_log file. Im getting the error as
child pid 805 exit signal Segmentation Fault (11)
Am i missing anything here?
Thank you
Raja

You may want to check the certifications for Solaris 9 and the Apache plug-in at
http://e-docs.bea.com/wls/certifications/certifications/sun_solaris9.html#40366.
It looks like you will have to upgrade to at least Apache 2.0.39. We had to do
this on Solaris 8 as well.
"Raja Balasubramanian" <[email protected]> wrote:
Thank you Eric,
I will do that
Raja
"Eric Gross" <[email protected]> wrote in message
news:[email protected]...
I believe this is going to require more debugging such as attachinga
debugger(gdb) to Apache and getting a backtrace.
I suggest opening up a support case.
Regards,
Eric
"Raja Balasubramanian" <[email protected]> wrote in message
news:[email protected]...
Hi Eric,
Thank you for the replies.
I tried with the same test as you specified. Still im getting the
same
problem.
[Mon Mar 10 13:57:21 2003] [notice] child pid 1184 exit signal
Segmentation Fault (11)
Im running Solaris 9 in SPARC platform. It's a Sun E450 server.
Im using the default apache package which comes with Solaris 9. Ididn't
do
anything with apache.
Bea website says that Weblogic 7 sp2 is certified for Soalris 9.
That's
y
i
installed Solaris 9.
I tested the same on a Linux Machine (Redhat Linux 7.1 on IA). It
works
fine
without any problem.
How can i make things work?
Thank you for your kind replies
Raja
"Eric Gross" <[email protected]> wrote in message
news:[email protected]...
Looks like it should work.
Let's simplify your test:
<Location /test>
WebLogicHost 127.0.0.1
WebLogicPort 7001
Debug ALL
DebugConfigInfo ON
SetHandler weblogic-handler
</Location>
Try with just that.
Another thing is that I am unsure as to whether we have tested
with
Solaris
9. This is SPARC right? Also, can you outline the steps you took
when
building apache? Did you use GCC?
Thanks,
Eric
"Raja Balasubramanian" <[email protected]> wrote
in
message
news:[email protected]...
Hi,
Now i changed to mod_wl_ssl.so.
And i changed the httpd.conf as
LoadModule weblogic_module libexec/mod_wl_ssl.so
<IfModule mod_weblogic.c>
WebLogicHost 127.0.0.1
WebLogicPort 7001
Debug ALL
DebugConfigInfo ON
StatPath true
HungServerRecoverSecs 300
ConnectTimeoutSecs 5
</IfModule>
But im getting the same error. NO wlproxy.log file is created
in my
server.
I tried Debug ON also. Still the same.
Am i doing anything wrong?
Please help me...
Thank you
Raja
"Eric Gross" <[email protected]> wrote in message
news:[email protected]...
That means that your apache instance is compiled with -DEAPI
and
should
use
the mod_wl_ssl.so.
Can you please try to set Debug ALL and get the log in
/tmp/wlproxy.log
and
share that?
Thanks,
Eric
"Raja Balasubramanian" <[email protected]> wrote
in
message
news:[email protected]...
Hi Eric,
When im using mod_wl.so im getting warning from Apache as
[Mon Mar 10 12:41:15 2003] [warn] Loaded DSO
libexec/mod_wl.so
uses
plain Apache 1.3 API, this module might crash under
EAPI!
(please
recompile it with -DEAPI)
Thank you
Raja
"Eric Gross" <[email protected]> wrote in message
news:[email protected]...
Are you using modssl or any apache with EAPI compiled in?
Otherwise, you should be using the mod_wl.so.
As well, please set Debug ALL to see if we can get more
debug.
Thanks,
Eric
"Raja Balasubramanian" <[email protected]>
wrote
in
message
news:[email protected]...
Hi all,
Im trying to set up Apache weblogic plug-in, and im having
problems
with
that.
Im running Solaris 9 with Apache/1.3.26 (Unix) and Weblogic
7
with
sp2.
Here is what i did:
I copied mod_wl_ssl.so from
/bea/weblogic700/server/lib/solaris/mod_wl_ssl.so to/usr/apache/libexec
Added entries in httpd.conf as
LoadModule weblogic_module/usr/apache/libexec/mod_wl_ssl.so
AddModule mod_weblogic.c
<LocationMatch "\.jsp$">
SetHandler weblogic-handler
StatPath false
</LocationMatch>
<LocationMatch "/(service1|service2|service3)/">
SetHandler weblogic-handler
StatPath false
</LocationMatch>
<IfModule mod_weblogic.c>
WebLogicHost 127.0.0.1
WebLogicPort 7001
HungServerRecoverSecs 300
ConnectTimeoutSecs 5
</IfModule>
When i access the url with out specifying port 7001 it's
not
working.
I checked the /var/apache/logs/error_log file. Im getting
the
error
as
child pid 805 exit signal Segmentation Fault
(11)
Am i missing anything here?
Thank you
Raja

Similar Messages

  • Installing Apache-Weblogic Plug-in on RedHat 7.0

    I am trying to install the apache-weblogic plug-in on redhat 7.0
    I modifed my httpd.conf with the following lines:
    LoadModule weblogic_module /usr/lib/apache/mod_wl.so
    AddModule mod_weblogic.c
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    ErrorPage http://www.yahoo.com
    </Location>
    <Files *.jsp>
    SetHandler weblogic-handler
    </Files>
    <Ifmodule mod_weblogic.c>
    WebLogicHost 10.0.0.3
    WebLogicPort 7001
    </IfModule>
    When I try 10.0.0.3/weblogic/ I get nothing!
    Looking in my httpd logs it prints a 302 error!
    Help
    Kevin

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by david walker ([email protected]):
    Has anyone encountered problems installing Oracle 8.0.5 on Redhat 7.0. RedHat 6.2 installation works.<HR></BLOCKQUOTE>
    Should be OK. I was running that combination for a while and can't recall any serious issues during install.
    I am currently running 8.0.5.1 on a Mandrake 7.2 PC. The install was pretty straightforward :
    - Install compatability RPMs (I used slightly higher versioned RPMs than listed in the Oracle documentation);
    - Install 8.0.5.1 s/w;
    - Apply Oracle patch;
    - Create dbs;
    - Configure listener;
    - Create the startup/shutdown rc script and links.
    That's about it for the installation.
    I haven't put the database to much use yet, so there may be other issues ahead :)
    Oh, one thing to note on that last point is that you should have a look at how the /etc/rc.d/rc file operates.
    Under Mandrake 7.2 it will look for a file in /var/lock/subsystem that has the same name as the /etc/init.d script before running the stop script correctly.
    This differs slightly from what I see in the *8.1.7* documentation, so might be due to a difference between mandrake and the other distributions.
    FWIW here is my /etc/init.d/oracle file.
    #!/bin/sh
    # chkconfig: 345 99 10
    # description: Oracle databases
    # Source function library.
    . /etc/init.d/functions
    CWD=`pwd`
    # See how we were called.
    case "$1" in
    start)
    su - oracle -c '. $HOME/.oraclerc && dbstart && lsnrctl start'
    touch /var/lock/subsys/oracle
    stop)
    su - oracle -c '. $HOME/.oraclerc && dbshut && lsnrctl stop'
    rm -f /var/lock/subsys/oracle
    restart)
    cd $CWD
    $0 stop
    $0 start
    echo "Usage: oracle {start|stop|restart}"
    exit 1
    esac
    exit 0
    null

  • Ipad tuck on plug to itunes icon please help, ipad tuck on plug to itunes icon please help

    updated ipad2 now its saying plug into itunes icon please help me need this done as its my sons
    will i lose every thinkon it now

    Your iPad is in recovery mode and needs to be restored now. Take a look at this in article.
    iOS: Unable to update or restore - Support - Apple

  • Apache 1.3.12 And Apach-weblogic plug-in

    Hi,
    I am trying to use the Apache-weblogic server plug-in
    with Apache1.3.12.
    I don't seem to be getting anywhere.
    Has someone tried it?
    I followed the apache-bridge.html instruction but
    still couldn't get it to work.
    If someone has already tried it and it works
    can they share relevant parts of their httpd.conf.
    Thanks

    Can you send us the lines you have added in the httpd.conf file. Also
    please
    go through the instructions once again and see what have you missed. It
    is just a configuration problem.
    --Vinod.
    samir wrote:
    Hi,
    I am trying to use the Apache-weblogic server plug-in
    with Apache1.3.12.
    I don't seem to be getting anywhere.
    Has someone tried it?
    I followed the apache-bridge.html instruction but
    still couldn't get it to work.
    If someone has already tried it and it works
    can they share relevant parts of their httpd.conf.
    Thanks

  • Plugged in, not charging - PLEASE HELP

    Hi,
    I have a T61 and from yesterday my battery is not charging. I have a 9 cell battery and when I plug in the AC adapter, it shows "plugged in, not charging" status on the battery icon in the system tray. Could someone please help asap?
    Thanks,
    Animesh

    so if you unplug the ac does the battery discharge?
    Try to uninstall Thinkvantage power manager and then reinstall it. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • JDBC causing page fault, please help

    Author: union2000
    Jul 8, 2001 6:48 PM
    Hi can someone please help.
    I am building an database application in Sun Java with JDK 1.2.2 (set up on a
    partitioned 16GB drive on the 'C:\' drive partition) as a front end to an Oracle 8i
    'starter database' successfully set up and used on Windows 98 (set up on the 'E:\'
    drive partition). Both partitions are compatible with each other, both using the same
    Windows 98 instance. I am attempting to make a connection to the database using
    the usual code:
    // You need to import the java.sql package to use JDBC
    import java.sql.*;
    class connectExample
    public static void main (String args [])
    throws SQLException
    // Load the Oracle JDBC driver
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Connect to the database
    // You can put a database name after the @ sign in the connection URL.
    Connection conn =
    DriverManager.getConnection ("jdbc:oracle:oci8:@", "scott", "tiger");
    // Close the connecion
    conn.close();
    Now, the connection seems to be made, the windows messages flash up as does
    the database icon and the database is initialised and mounted successfully.
    However, RIGHT AFTER THAT.... a Windows message tells me there is a page fault
    and prompts me to shut down the Java program / VM. I get the following:
    JAVA caused an invalid page fault in
    module JAVAI.DLL at 017f:6ee37f3a.
    Registers:
    EAX=00000018 CS=017f EIP=6ee37f3a EFLGS=00010206
    EBX=bff96347 SS=0187 ESP=0063ecd4 EBP=00000000
    ECX=cc1b41f0 DS=0187 ESI=00000000 FS=3e8f
    EDX=83b3600c ES=0187 EDI=00000000 GS=0000
    Bytes at CS:EIP:
    8b 4f 3c 33 c0 03 cf 2b f7 66 8b 41 14 33 d2 66
    Stack dump:
    00000000 0063eec0 0063f76c bff96347 00000000 00000000 00000000 00400000
    00010000 744b13e8 00020000 6ee381d0 00000000 0063edbc 00000104 0063ed30
    (I close Java, and the database remains mounted and open for use)
    Does anyone have any idea why this is happening? I would be very grateful for any
    help, thanks.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Lance ([email protected]):
    You mean I should install JDK 1.3 and Oracle 8.1.6?
    I should work.
    Thanks for your reply
    Lance<HR></BLOCKQUOTE>
    null

  • Multiple Apache-Weblogic plug-in configurations for the same host

              Hi BEA,
              I have a situation where I have more than one weblogic server/cluster both using
              the same Apache to proxy. Reading the Apache plug-in configuration I gather that
              below should work. In Apache (httpd.conf):
              <Location /path1>
              SetHandler weblogic-handler
              WeblogicHost app1
              WeblogicPort 7001
              </Location>
              <Location /path2>
              SetHandler weblogic-handler
              WeblogicHost app2
              WeblogicPort 7001
              </Location>
              In this case the later Location of the two works fine and the other seems like
              it is just not there. (If the two are switched the other works fine...) The thing
              is that, if possible, I would like to avoid splitting the two locations onto two
              different VirtualHosts (which works).
              Does anyone have any ideas on how to solve this and still avoid the use of multiple
              VirtualHost-definitions?
              Is it due to a limitation in Apache module architecture that the configuration
              above does not work or is it a design choice in the plug-in?
              //GG
              

              Gunnar,
              I would post this Apache proxy plug in question to the
              weblogic.developer.interest.plug-in forum
              Chuck Nelson
              DRE
              BEA Technical Support
              

  • Eclipse, Apache POI, compiling jar file. Please help =(

    Hello =) I have written a program in Eclipse using the apache POI library. I have added the POI JAR to my build path and the program runs as it should within Eclipse. Once I export my program to a JAR file, I run it from the command line. Each time I do i get the following error:
    {C:\Documents and Settings\Koneko>java -jar "C:\Documents and Settings\Koneko\Desktop\review.jar"
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/POIFSFileSystem" }
    I have no idea why this is happening and have searched the internet for hours looking for an answer =\
    please help.
    -Matt

    I usually put them in WEB-INF. But I thought it doesn't matter where they are if you define them correctly in the web.xml file.

  • Where can i download Apache Weblogic Plugi-in

    Hi,
    Can any one please guide me, where can i download the Weblogic 6.1(with SP2) plugin for apache (apache version 2.0.47).
    Thank you very much for your help.:-)
    Best Regards,
    Narender

    You have to contact Oracle support. 10.3 is the only one available from the site

  • Getting the version of the Apache WebLogic plug in

    Hi,
    Other than looking at the log files, is there a quick way to get the exact version of the current Apache plug in for WebLogic is there a command I can use?
    Regards,
    Alistair.

    Yes, you can set the DebugConfigInfo to "on" in the plugin parameters and request the bridge config page which will display the build of the plugin. Bridge config page can be requested by appending the following in any of your requests via the plugin :- http://your_host:port/path/abc.jsp?__WebLogicBridgeConfig

  • Trying to hook up a USB cable mouse in Afghanistan (i.e. no wi-fi).  Nothing is cuing up when I plug it in.  Please help?

    Hello, I am a relatively new Macbook Pro user.  Only previous experience with a Mac before this was many years ago in Iraq.  I have a relatively cheap USB optical mouse, that I am trying to hook up so I can use Lumosity.com easier.  It is not an Apple brand - it is literally the sort of thing that comes with a cheap set of things in a 3rd-world store.  I attempted plugging in a Magic Mouse from Apple earlier, and no, it did not work either.  Simply put, I have two mouse devices that do not want to work in an environment that has no wi-fi (which I presume is why the Magic Mouse won't work, seeing as all it is supposed to require is to be turned on), and cannot seem to find success with this other cheap(er) optical mouse that has to be physically plugged into the laptop.  Any help on this would be greatly appreciated.  Thank you.
    Quick list of things I've already tried:
    1.  Taking the Magic Mouse to an area that has wi-fi (failed).
    2.  Plugging the optical mouse into different USB ports on the laptop (failed)
    3.  Yelling at both devices for failing me (no result = failed ironically).
    4.  Turning the Magic Mouse on and off (failed).
    List of things that I have not done incorrectly:
    1.  Not tried a different device.
    2.  Putting the device(s) on any glass surface.
    Any further assistance would be most greatly appreciated.

    OK... the corded mouse is an unknown, since you're saying it's a very cheap device. At this point, if I understand you, you're not sure if that mouse even works. Let's go back to the Apple mouse. They don't need wireless to work, they run on Bluetooth, which is part of your computer. You need to go through "pairing" to bond that mouse to your computer.
    http://support.apple.com/kb/ht2845

  • Weblogic run Error on Solaris~~~ Please Help

    I have a Bizzare error and dont know how to solve it.
    I have set-up one Sun Netra T-1 with a product called Cisco ACS
    (Advanced Cisco Secure). This comes bundled with weblogic to interface
    it with Oracle database.
    Setup as follows:
    Sun Netra T-1, Solaris 8 (possiably 01/00 release but dont know how to
    check), Oracle 8i client 8.1.6 along with Cisco ACS 2.3.6 (which
    includes weblogic).
    All works well
    However, I have setup another Sun Netra T-1 (however this time its an
    AC200) with Solaris 8 (02/02 release), Oracle 8i client 8.1.6 with
    Cisco ACS 2.3.6.
    There is a script included with ACS that allows you to execute SQL
    statements from the CLI. However, on this second sun, weblogic just
    hangs and waits.
    The oracle client seems to work ok (I can run SQLPLUS to a Oracle
    server) ie: sqlplus user/password@server-name works ok
    I dont know where to star looking as boths systems are near identical.
    ANY sound suggestions would be welcome.
    Thanks in advance

    Maybe this should help you!!!
    -Create a login page that has user and password input text fields and
    a submit and cancel button.
    -Put the login.html file in public_html/docs/mydocs
    -Put the LoginServlet.java in /servlets/
    -Either fail to a page, or with a message from the servlet.
    11:16 JDBC:
    -Get the JDBC Oracle drivers from
    /big5/Data/bootcamps/weblogic/classes12.zip
    -Put this in C:\weblogic\lib\
    -Add this to your system classpath in the Control Panel (append
    ;C:\weblogic\lib\classes12.zip)
    -Edit C:\weblog\startWeblogic.cmd file append to:
    WEBLOGIC_CLASSPATH=...;./lib/classpath12.zip
    -edit your weblogic.properties file to have the following entry:
    weblogic.jdbc.connectionPool.raghuPool=\
    url=jdbc:oracle:thin:@192.168.1.1:1521:ORCL,\
    driver=oracle.jdbc.driver.OracleDriver,\
    initialCapacity=1,\
    maxCapacity=2,\
    capacityIncrement=1,\
    props=user=scott;password=tiger
    -STOP the server with the attached WebLogic Console. (Do not kill -9
    the server... BAD BAD BAD!)
    -Start the server from commandline (i.e. cd to c:\weblogic then run
    startWeblogic.cmd)
    -Attach your Weblogic console to your server
    -Click the "DATABASE" category; expand "JDBC Connection Pools"; view
    the new pool "raghuPool" (You will only see this if all the above was
    correct and sucessful)
    -To test this pool, go to C:\weblogic\examples\jdbc\oracle and modify
    the "simpleselect.java" file
    -Change the entries to have:
    Driver myDriver = (Driver)
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
              Connection conn = myDriver.connect("jdbc:oracle:thin:@209.157.221.36:1521:ORCL",
    props);
    -Change the select statement to have:
    Driver myDriver = (Driver)
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    Connection conn =
    myDriver.connect("jdbc:oracle:thin:@209.157.221.36:1521:ORCL", props);
    -Compile this file with: javac simpleselect.java
    -cd to c:\weblogic (unless you removed the package line at the top of
    simpleselct.java)
    -Run this file with: java examples.jdbc.oracle.simpleselect
    ENTERPRISE JAVA BEANS (EJB):
    -EJBObject deals with ENTITY BEANS. Extends java.rmi.Remote.
    Steps of hands-on tutorial:
    http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/step1.html
    1) Create interface Demo that extends EJBObject. (Remote)
    2) Create interface DemoHome that extends EJBHome. (Home)
    3) Create a class called DemoBean that implements SessionBean. (Bean)
    4) Compile java files and create a Deployment Descriptor.
              java weblogic.ejb.utils.DDCreator -dir ejb/demo
              ejb/demo/DeploymentDescriptor.txt
    5) Setup the WebLogic server (tons o' stuff there)
    6) Write the DemoClient class. (or any web-based client)
    [email protected] (Micos Attile) wrote in message news:<[email protected]>...
    I have a Bizzare error and dont know how to solve it.
    I have set-up one Sun Netra T-1 with a product called Cisco ACS
    (Advanced Cisco Secure). This comes bundled with weblogic to interface
    it with Oracle database.
    Setup as follows:
    Sun Netra T-1, Solaris 8 (possiably 01/00 release but dont know how to
    check), Oracle 8i client 8.1.6 along with Cisco ACS 2.3.6 (which
    includes weblogic).
    All works well
    However, I have setup another Sun Netra T-1 (however this time its an
    AC200) with Solaris 8 (02/02 release), Oracle 8i client 8.1.6 with
    Cisco ACS 2.3.6.
    There is a script included with ACS that allows you to execute SQL
    statements from the CLI. However, on this second sun, weblogic just
    hangs and waits.
    The oracle client seems to work ok (I can run SQLPLUS to a Oracle
    server) ie: sqlplus user/password@server-name works ok
    I dont know where to star looking as boths systems are near identical.
    ANY sound suggestions would be welcome.
    Thanks in advance

  • Dv6 Only plays Sound out of the built in speakers if headphones are plugged in ...please help

    My Pavillon Dv6 Only plays Sound out of the built in speakers if headphones are plugged in. It plays sound from both when there plugged in. Please hep me.

    Step 1:
    In troublshooting the problem you may follow the steps provided below.
      a. Click Start, type Sound in the Start Search box. 
      b. Click Sound in the search results at the top of the Start menu. 
      c. Click the Playback tab. Notice the check mark next to the default device. For most users,the default device is speaker, change it to headphones. Make sure that your audio settings are configured as expected.
    Step 2:
    On the Playback tab, select the playback device, click Properties, click the Advanced tab, and make sure that the Default Format is set to the value that you expect. When you finish, close this window to return to the previous window.
    Step 3:
    On the Playback tab, select the playback device, click Configure, and then make sure the configurations are set correctly.
    Method 2:
    If the issue persists then I suggest you to follow these below mentioned steps to mute all other sounds when windows detects any communications activity.
      a. Click Start, type Sound in the Start Search box. 
      b. Click Sound in the search results at the top of the Start menu. 
      c. Click the Communications tab.
      d. Click on the radio button according to your convenience, under When Windows detects communications activity.
    After performing the above steps you may check for the issue.
    For more troubleshooting you may visit this below mentioned link.
    Tips for fixing common sound problems
    http://windows.microsoft.com/en-us/windows7/Tips-for-fixing-common-sound-problems 
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Cs3/indd plug-in problem! Please help!

    I am trying to open an indd doc in cs3, and the doc was also created by a different author using cs3, however i can't open the doc due to missing or outdated plugins. There are 2 screens that appear, one with a shorter list, then a second screen with a much longer list of about 25+ that are missing. Where and how do I locate these missing plug-ins? Thanks for your help!

    Ok, thanks! That's what I thought but was told otherwise. Any solutions other than using a later version?

  • Weblogic.management.security with transactions, Please HELP

    I am using weblogic.management.security.authentication API to programmatically insert/delete users and passwords into/from default security provider on Weblogic Server 8.1. I want to add transactional support to this these actions, I tried using UserTransaction API but without any luck. Does weblogi.managment.security.authenication has no transactional support (rollback-commit) or am I doing something wrong? I very much appreciate your help and looking forward to hearing from you!!!!
    It doesn't rollback, Here is the code:
    UserTransaction transaction = (UserTransaction)ctx.lookup("javax.transaction.UserTransaction");
    transaction.begin();
    UserEditorMBean userEditor = (UserEditorMBean)providers;
    userEditor.createUser(userName, password, description);
    transaction.rollback();

    I do not think you can have transactions over MBean calls as they communicate with relevant object over t3 and this objects are possibly in different class loader.
    -TJ

Maybe you are looking for