Coherence Mbeans doesnt support weblogic standard

Hi,
According to weblogic standard, the mbeans should be called:
domain:Name=name,Type=type[,Location=serverName][,TypeOfParentMBean=NameOfParentMBean][,TypeOfParentMBean1=NameOfParentMBean1]...
The Mbeans I looked at use the type attribute instead of Type.
The code I use queries the server using "Type" and therefore I dont get as a result any of the coherence mbeans, just the weblogic ones.
What can I do about it? (the code is already deployed on mulitple customer sites)
Also, when I use the connection to query all mbeans for example:
mbeanServerConnection.queryNames(null, null);
I dont get back the coherence mbeans. is that because of the same problem?

Hi,
Have you tried using an MBean Notification Listener? You can register for MBean events on MBeans that provide notifications. In this case we want to know when a Coherence MBean is regaitered so we can access it so you can listen to events on the JVM's own JMImplementation:type=MBeanServerDelegate MBean. Among other things, this MBean fires an event each time an MBean is registered.
Here is an example
final MBeanServer mBeanServer = ManagementFactory.getPlatformMBeanServer();
NotificationFilter filter = new NotificationFilter() {
    @Override
    public boolean isNotificationEnabled(Notification notification) {
        return "JMX.mbean.registered".equals(notification.getType());
NotificationListener listener = new NotificationListener() {
    @Override
    public void handleNotification(Notification notification, Object handback) {
        try {
            ObjectName mBeanName = ((MBeanServerNotification) notification).getMBeanName();
            if ("Node".equals(mBeanName.getKeyProperty("type"))) {
                System.out.println("Node MBean registered " + mBeanName);
                Integer member = (Integer) mBeanServer.getAttribute(mBeanName, "Id");
                System.out.println("Node Member ID = " + member);
        } catch (Exception e) {
            e.printStackTrace();
mBeanServer.addNotificationListener(new ObjectName("JMImplementation:type=MBeanServerDelegate"), listener, filter, null);In the code above we create a NotificationFilter that will only pass MBean registration events. We create a listener that looks for MBean registrations where the "type" attribute of the MBean's ObjectName is "Node", i.e. we have a Coherence Node MBean registration. The listener then gets the Nodes member Id and prints it. You should be able to figure out from that how to do other things.
JK

Similar Messages

  • Which version of Coherence is compatable with Weblogic Server 10.0 MP2

    Want to know :
    Which version of Coherence is compatable with Weblogic 10 MP2.
    Is it that Coherence is supported only on WebLogic Server 10.3 and above?

    Hi Anup,
    Maybe you should be a bit more specific about what you want to do. Coherence is just Java and has been supported WebLogic for years in the same way most other third-party Java libraries and APIs are. I first started using Coherence about four or five years ago with WebLogic 8.
    JK

  • Jdk131 of wls 6.1 sp2 on Solaris 7 doesnt support -server option?

    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, server folders...how
    is this possible?
    how to correct this?

    Yes i tried that, but it says, incorrect option, JVM could not be created.
    any was i cd identify is the install binary was correct?
    like any indication in jdk131/jre/bin folder?
    Kumar Allamraju <[email protected]> wrote:
    i think it does.
    Have you tried to start with java -server weblogic.Server?
    Are you getting any errors?
    Kumar
    vinay wrote:
    Greetings
    I installed, wls 6.1 sp2 on Solaris 7.
    But it seems the built in jdk131 that installed doesnt support
    -server option.
    i checked the jdk131/jre/bin folder, but i dont see any client, serverfolders...how
    is this possible?
    how to correct this?

  • Supported WebLogic JVM

    Regarding your document "BEA WebLogic Server Platform Support," I have a question specific to Solaris 8. Under the column "Supported WebLogic JVM," I notice that WebLogic 6.1 is listed as supporting only the SunSoft SDK 1.3.1 Java 2 Runtime Environment with Java HotSpot Client VM. Does this mean that if I am currently running 1.3.1_01 with the Java HotSpot Server VM, I need to downgrade to 1.3.1 and switch to client VM to be supported?
    http://e-docs.bea.com/wls/platforms/index.html#solaris8
    Blayne

    Hi again.
    One further note - sp2 is required for WLS 6.1.
    Michael
    Michael Young wrote:
    Hi.
    JDK 1.3.1_01 was recently certified - our platform docs have not yet caught up. The following is the supported config:
    SunSoft SDK 1.3.1_01 JavaTM 2 Runtime Environment, Standard Edition (build 1.3.1_01), Java HotSpotTM Client VM (build 1.3.1_01, mixed mode)
    Note that you should use the Client VM, not the Server VM.
    Regards,
    Michael
    Blayne Cook wrote:
    Regarding your document "BEA WebLogic Server Platform Support," I have a question specific to Solaris 8. Under the column "Supported WebLogic JVM," I notice that WebLogic 6.1 is listed as supporting only the SunSoft SDK 1.3.1 Java 2 Runtime Environment with Java HotSpot Client VM. Does this mean that if I am currently running 1.3.1_01 with the Java HotSpot Server VM, I need to downgrade to 1.3.1 and switch to client VM to be supported?
    http://e-docs.bea.com/wls/platforms/index.html#solaris8
    Blayne--
    Michael Young
    Developer Relations Engineer
    BEA Support--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • 11g R2 wont work under windows 2008 R2 doesnt support UTC, and cant change.

    I posted this in error under general, and got no responses. So now Im cutting and pasting it into installation, in a last ditched attemtp to find a way to get a clean installation of oralce on a clean installation of Windows Server 2008 R2 working.
    Problem:
    1) cannt connect to oracle outside of box. Get "TNS Connection timeout occured"
    2) em console "Sepecify Host and Target Database Credentials" always says "Connection refused: connect", even though the OS user/pass and DB user/pass are correct.
    What does work:
    1) I can "select * from dual" using "sqlplus / as sysdba" from the commandline on the box itself.
    2) Once, before I got em console half working, I could connect to the DB from outside the box with SYS as SYSDBA using toad. Now I cant.
    How I installed it:
    1) created a user called "oracle" and put them in the Administrators group.
    2) ran the downloaded installer for enterprise version, partition option chosen, AL32UTF8 char set, global db name: orcl, sid: orcl, "Assert all new security settings on" (No idea what this is) etc.
    3) at the end of the installer it came up with the following error:
    "Set the environment variable ORACLE_UNQNAME to the database unique name"
    3.5) opened up the incomming connections in the windows FW for 1158 and 1521 TCP from all.
    4) set ORACLE_UNQNAME as a system env var for oracle as "orcl"
    5) set ORACLE_HOME to c:\app\oracle\product\11.2.0 (or should this be c:\app\oracle\product\11.2.0\dbhome_1 ??)
    6) set ORACLE_SID to orcl
    7) set ORACLE_HOST to dilbert (the machine name)
    Rebooted.
    8) logged into em console on https:
    dilbert:1158 (works from inside or outside the box).
    9) Entered the oracle windows user userame & pass, and SYS and pass (with connect as SYSDBA). However, it always says "Connectoin refused: connect"
    Im not using a domain. computer name is correctly setup as "dilbert" in the OS.
    I cant think of anything to try, and dont know how to start debugging this problem.
    If I look at the running services, i see:
    OracleDBConsolorcl Stopped
    OracleJobSchedulerORCL Stopped
    OracleMTSRecoveryService Stopped
    OracleOraDb11g_home1CLRAgent stopped
    OracleORADb11g_home1TNSListener Stopped
    OracleServiceORCL Running
    OrclVssWriterORCL Stopped
    nd if i try and start those services as oracle (who is in the Administrators group) it says "The operation could not be completed. Access is denied". If I run task manager as Administrator, I can start all of them except for the TNSListener which doesnt do anything, you say start, and it stays stopped. No errors, now warnings. and the JobSchedulreORCL which says no associated devices.
    HAving manually started some of the services (no idea if you are supposed to do that, cant find any installation documentation which covers before/after running the installer), when I try and specify the host and target database credentials in em console, it says:
    Validation Error
    Please correct the following error:
    dbUserPassword - This field must be specified
    However, the DB password for SYS IS specified and correct - so I have no way to fix this.
    I cant find anyinformatin online where to look for log files, but there is nothing in sysman\log
    Now em console is saying "Conection refused" again, and the following process have killed themselves (as will I soon)
    OracleDBConsolercl Stoppped
    The others which I succeded in starting are still running. So TNSListener nor jobscheduler will start, and Consolerocl kills itself after a minute.
    Well, looks like I'm on my own on this one. Oracle will not intall on windows, and none seems to have noticed. Doing a day of googling reveals that all the log files which are supposed to live in sysman/log do not exist in this installation, so no help there.
    However, I did find an obscure log which says:
    The agentTZRegion value in C:\app\oracle\product\11.2.0\dbhome_1\wario_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    The TZ of the windows server is set to "UTC" at long time ago. There is nothing in the oralce windows installation guide to say "Do not use UTC, the most comon server time zone in europe". There is no mention of supported windows timezones.
    Now if Oracle doesnt support basic UTC, then we are all in trouble.
    There are hundreds of articles with this problem and how to solve it on Unix, but almost none for Windows. Do we have to solve Oracle installation bugs ourselves? Is there no support?
    Doing the below reveals that Oracle thinks that UTC is America/Rio_Branco. That HAS to be a bug.
    C:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl config agent getTZ
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Unable to open file for logging. C:\app\oracle\product\11.2.0\dbhome_1/wario_orc
    l/sysman/log/emctl.log: Permission denied
    America/Rio_Branco
    So what next?
    The list of "supported" timezones in supportedtzs.list only lists UNIX timezones, and NO UTC!!!!!
    Googling this turns up nothing - noone on the planet seems to use UTC on their servers. I find this absolutely shocking.
    Windows server ONLY users UTC - it doesnt support GMT any more.
    So I have to now randomly try timezones in Windows which I dont want, which will be different from all the other servers in the Datacenter. It means all our reports will be out by 1 hour in summer ifI have to chose a timzeone which has daylight savings, compared with all the other databases which are UTC (not daylight savings).
    I would expect this from freeware maintained by one person in his garage.
    It seems that this Timezone issue emans Oracle will not run on windows.
    Tried a lot of things, including setting the timzeonse in windows to be "(UTC) Dublin, Edinburgh, Lisbon, London", which unfortuantely is not UTC (as it is affected by daylight savings).
    When you run
    "emctl config agent getTZ"
    you get:
    "Europe/London"
    The only oracle documentation I can find on this subject tells you to edit the emd.properties, and modify the agentTZRegion property, which doesnt exist.
    I tried the following command:
    "c:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl resetTZ agent"
    Which tells you to execute:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    SQL> commit
    However, when I do this, I get:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    BEGIN mgmt_target.set_agent_tzrgn('wario:3938','Europe/London'); END;
    ERROR at line 1:
    ORA-20233: Invalid agent name wario:3938
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 3811
    ORA-06512: at line 1
    Great. Obviosly, Im loggin in as SYS as no other users have been setup, and certainly I have not seen nor created nor set the password for "em repository user".

    I posted this in error under general, and got no responses. So now Im cutting and pasting it into installation, in a last ditched attemtp to find a way to get a clean installation of oralce on a clean installation of Windows Server 2008 R2 working.
    Problem:
    1) cannt connect to oracle outside of box. Get "TNS Connection timeout occured"
    2) em console "Sepecify Host and Target Database Credentials" always says "Connection refused: connect", even though the OS user/pass and DB user/pass are correct.
    What does work:
    1) I can "select * from dual" using "sqlplus / as sysdba" from the commandline on the box itself.
    2) Once, before I got em console half working, I could connect to the DB from outside the box with SYS as SYSDBA using toad. Now I cant.
    How I installed it:
    1) created a user called "oracle" and put them in the Administrators group.
    2) ran the downloaded installer for enterprise version, partition option chosen, AL32UTF8 char set, global db name: orcl, sid: orcl, "Assert all new security settings on" (No idea what this is) etc.
    3) at the end of the installer it came up with the following error:
    "Set the environment variable ORACLE_UNQNAME to the database unique name"
    3.5) opened up the incomming connections in the windows FW for 1158 and 1521 TCP from all.
    4) set ORACLE_UNQNAME as a system env var for oracle as "orcl"
    5) set ORACLE_HOME to c:\app\oracle\product\11.2.0 (or should this be c:\app\oracle\product\11.2.0\dbhome_1 ??)
    6) set ORACLE_SID to orcl
    7) set ORACLE_HOST to dilbert (the machine name)
    Rebooted.
    8) logged into em console on https:
    dilbert:1158 (works from inside or outside the box).
    9) Entered the oracle windows user userame & pass, and SYS and pass (with connect as SYSDBA). However, it always says "Connectoin refused: connect"
    Im not using a domain. computer name is correctly setup as "dilbert" in the OS.
    I cant think of anything to try, and dont know how to start debugging this problem.
    If I look at the running services, i see:
    OracleDBConsolorcl Stopped
    OracleJobSchedulerORCL Stopped
    OracleMTSRecoveryService Stopped
    OracleOraDb11g_home1CLRAgent stopped
    OracleORADb11g_home1TNSListener Stopped
    OracleServiceORCL Running
    OrclVssWriterORCL Stopped
    nd if i try and start those services as oracle (who is in the Administrators group) it says "The operation could not be completed. Access is denied". If I run task manager as Administrator, I can start all of them except for the TNSListener which doesnt do anything, you say start, and it stays stopped. No errors, now warnings. and the JobSchedulreORCL which says no associated devices.
    HAving manually started some of the services (no idea if you are supposed to do that, cant find any installation documentation which covers before/after running the installer), when I try and specify the host and target database credentials in em console, it says:
    Validation Error
    Please correct the following error:
    dbUserPassword - This field must be specified
    However, the DB password for SYS IS specified and correct - so I have no way to fix this.
    I cant find anyinformatin online where to look for log files, but there is nothing in sysman\log
    Now em console is saying "Conection refused" again, and the following process have killed themselves (as will I soon)
    OracleDBConsolercl Stoppped
    The others which I succeded in starting are still running. So TNSListener nor jobscheduler will start, and Consolerocl kills itself after a minute.
    Well, looks like I'm on my own on this one. Oracle will not intall on windows, and none seems to have noticed. Doing a day of googling reveals that all the log files which are supposed to live in sysman/log do not exist in this installation, so no help there.
    However, I did find an obscure log which says:
    The agentTZRegion value in C:\app\oracle\product\11.2.0\dbhome_1\wario_orcl/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    The TZ of the windows server is set to "UTC" at long time ago. There is nothing in the oralce windows installation guide to say "Do not use UTC, the most comon server time zone in europe". There is no mention of supported windows timezones.
    Now if Oracle doesnt support basic UTC, then we are all in trouble.
    There are hundreds of articles with this problem and how to solve it on Unix, but almost none for Windows. Do we have to solve Oracle installation bugs ourselves? Is there no support?
    Doing the below reveals that Oracle thinks that UTC is America/Rio_Branco. That HAS to be a bug.
    C:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl config agent getTZ
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Unable to open file for logging. C:\app\oracle\product\11.2.0\dbhome_1/wario_orc
    l/sysman/log/emctl.log: Permission denied
    America/Rio_Branco
    So what next?
    The list of "supported" timezones in supportedtzs.list only lists UNIX timezones, and NO UTC!!!!!
    Googling this turns up nothing - noone on the planet seems to use UTC on their servers. I find this absolutely shocking.
    Windows server ONLY users UTC - it doesnt support GMT any more.
    So I have to now randomly try timezones in Windows which I dont want, which will be different from all the other servers in the Datacenter. It means all our reports will be out by 1 hour in summer ifI have to chose a timzeone which has daylight savings, compared with all the other databases which are UTC (not daylight savings).
    I would expect this from freeware maintained by one person in his garage.
    It seems that this Timezone issue emans Oracle will not run on windows.
    Tried a lot of things, including setting the timzeonse in windows to be "(UTC) Dublin, Edinburgh, Lisbon, London", which unfortuantely is not UTC (as it is affected by daylight savings).
    When you run
    "emctl config agent getTZ"
    you get:
    "Europe/London"
    The only oracle documentation I can find on this subject tells you to edit the emd.properties, and modify the agentTZRegion property, which doesnt exist.
    I tried the following command:
    "c:\app\oracle\product\11.2.0\dbhome_1\BIN>emctl resetTZ agent"
    Which tells you to execute:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    SQL> commit
    However, when I do this, I get:
    SQL> exec mgmt_target.set_agent_tzrgn('wario:3938','Europe/London')
    BEGIN mgmt_target.set_agent_tzrgn('wario:3938','Europe/London'); END;
    ERROR at line 1:
    ORA-20233: Invalid agent name wario:3938
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 3811
    ORA-06512: at line 1
    Great. Obviosly, Im loggin in as SYS as no other users have been setup, and certainly I have not seen nor created nor set the password for "em repository user".

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

  • I am trying to install final cut pro 6 onto my mac but a message keeps coming up saying its doesnt support a powerpc, anyone have any tips please?

    I am trying to install final cut pro 6 onto my mac but a message keeps coming up saying its doesnt support a powerpc, anyone have any tips please?

    If you have an Intel Mac and have recently upgraded to Lion or Mountain Lion; here is a post I made in another similar thread:
    I do not have any experience with Final Cut, but if you have existing projects that you MUST access; then you are in need of a solution on your new iMac in Mountain Lion!
    Unfortunately you got caught up in the minor miracle of Rosetta.  Originally licensed by Apple when it migrated from the PowerPC CPU platform that it had used from the mid-1990's until the Intel CPU platform in 2006, Rosetta allowed Mac users to continue to use their library of PPC software transparently in emulation.
    However, Apple's license to continue to use this technology expired with new releases of OS X commencing with Lion (and now Mountain Lion).  While educational efforts have been made over the last 6 years, the fact is that Rosetta was SO successful that many users were caught unaware UNTIL they upgraded to Lion or Mountain Lion.
    Workarounds:
    1. If your Mac will support it, restore OS X Snow Leopard;
    2.  If your Mac will support it, partition your hard drive or add an external hard drive and install Snow Leopard into it and use the "dual-boot" method to choose between Final Cut Pro or Lion/Mt. Lion;
    3.  Purchase a used Mac that will run Snow Leopard (with the optional Rosetta installed) and continue to run FCE on that Mac (you can actually use Screen Sharing with a "headless" used Snow Leopard Mac Mini and use the screen from your other Mac to view and work FCP in the Mac Mini environment);
    2.  Upgrade to an Intel compatible version of FCP (such as FCP X) and hope it converts your existing projects to its newer format correctly.  There is much debate that the newer version of Final Cut are eliminating many needed features; for example Final Cut Pro X vs. Final Cut Pro 6 -- many users are staying with version 6;
    3.  Install Snow Leopard (with Rosetta) into Parallels and then install FCE in the Snow Leopard environment:
                                  [click on image to enlarge]
    Full Snow Leopard installation instructions here:
    http://forums.macrumors.com/showthread.php?t=1365439
    NOTE: STEP ONE of the instructions must currently be completed on a Snow Leopard or Lion Mac and the resulting modified Snow Leopard.cdr install file can then be moved over to your Mountain Lion Mac for completion of the remaining steps.
    NOTE 2:  Computer games with complex, 3D or fast motion graphics make not work well or at all in virtualization.

  • Infiniband support in Standard Edition RAC

    Hi,
    This document states that there is no InfiniBand support in Standard Edition:
    http://docs.oracle.com/cd/E11882_01/license.112/e47877/editions.htm#DBLIC116
    But I'm able to start Standard Edition RAC 11.2.0.4 with either UDP over IB or RDS over IB as private interconnect.
    So, what exactly does it mean that Standard Edition does not support IB?

    ArtemD wrote:
    But I'm able to start Standard Edition RAC 11.2.0.4 with either UDP over IB or RDS over IB as private interconnect.
    So, what exactly does it mean that Standard Edition does not support IB?
    You can run IPoIB (IP over Infiniband) for supporting a standard IP stack. You can also configure it for connected mode (7000 byte MTU recommended). From a TCP/UDP/IP application perspective (such as Oracle), it is just another standard IP stack being used.
    Oracle may argue that relinking the rdbms executable for using RDS as oppose to UDP is a violation of the SE license. But I seriously doubt that they will claim SE prevents you from using IB all together and that using IPoIB is a license violation - as that would just be plain silly.
    But then from an IB perspective - a SE RAC is a really a small minor cluster. Where the performance and scalability provided by IB is pretty much unused and wasted.
    So SE not supporting IB is more a support statement I think from Oracle (not supporting high-end Interconnect with low-end cluster), and not a statement of incompatibility of SE  with IB.

  • Super 10.50 - a J2EE toolkit supporting Weblogic 10

    Acelet has released Super 10.50, supporting Weblogic 10, with
    Easy EJB, Easy JMS, Easy JMX, Easy Webservice and more: at
    http://www.acelet.com
    Thanks.

    Acelet has released Super 10.50, supporting Weblogic 10, with
    Easy EJB, Easy JMS, Easy JMX, Easy Webservice and more: at
    http://www.acelet.com
    Thanks.

  • Safari not supporting Web Standard?

    Hi,
    I was baffled a little while ago when i went to the American Chemical Society's web page to download some articles and was given an error msg on the page itself, that my browser did not support Web Standard.
    I find this really odd, because this MBP isn't more than 4 weeks old.
    Also in Windows Live Mail I am stuck using the 'light' version because Safari supposedly doesn't 'have what it takes' for the full version of WLM (although my 5 yr old PC does ???).
    Any help would be greatly appreciated.
    Thanks
    François

    I have no problem viewing the page either. It was a different page than the one I initially saw.
    Can I get a 'New Tab' button to show up on Safari, or do I have to go via File--> or Apple+T ?
    Regarding a New Tab Icon: Safaricon is a great 3rd party application for creating custom Safari icons, including ones for new tab. Improves the GUI appearance quite a bit. If you download the program and its many themes, you'll see quite a selection. I use the theme "Molokini". The developer, who lives in Hawaii, is very responsive to questions etc.
    Very easy to install.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer

  • Coherence MBean not registering

    Hi,
    We are using coherence with WLS9.1 and Coherence 3.3.1 On Solaris 10. We start Tangosol by calling DefaultCacheServer.start() in WLS Application Life Cycle. When I openup JConsole, I see Coherence MBean.
    We removed WLS Application Lifecycle and replaced it with SpringContextListener and WSSpringServlet.
    -- Pre Start is called in contextInitialzed() of SpringContextListener
    -- Post Start is called in init of WSSpringServlet
    -- Post Stop is called in contextDestroyed() of SpringContextListener
    Now when i start the server, I do not see Coherence MBean anymore.
    I tried downloadeding jmx-console app from oracle website, and it couldn't find MBeans, meaning that Coherence MBeans was not available.
    Any one know, why this is happening or Am I doing something wrong?
    My TANGOSOL OPTIONS:
    -Dtangosol.coherence.cacheconfig=coherence-cache-config.xml -Dtangosol.coherence.clusteraddress=xxx.xxx.xxx.xxx -Dtangosol.coherence.clusterport=9001 -Dtangosol.coherence.ttl=2 -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true -Dtangosol.coherence.management.readonly=true -Dtangosol.coherence.log=log4j -Dtangosol.coherence.log.level=5 -Dtangosol.coherence.log.limit=4096 -Dtangosol.coherence.replicated.request.timeout=120000 -Dtangosol.coherence.optimistic.request.timeout=120000 -Dtangosol.coherence.hibernate.cacheconfig=coherence-cache-config.xml -Dtangosol.coherence.hibernate.lockattemptmillis=60000 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9003 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
    Thanks,
    Tim
    Edited by: user10967321 on Apr 20, 2010 1:56 PM

    After digging through the configuration, I found the following:
    Earlier we extraced all the jars (including coherence.jar and tangosol.jar) to a folder and that folder was added to classpath during server startup. We also had the jars in the ear. Since we had ApplicationLifecycle impemented, we did not see any issues.
    The moment we removed the ApplicationLifeCycle and change it to contextlistener and servlet, there was some class conflicts since the jars were both in a folder outside that was in classpath as well as jars being inside ear.
    So we removed the jars from outside folder as well as removed the folder from classpath during server startup.
    Now coherence starts fine with application using DefaultCacheServer.start() and I am able to put/get entries fron cache.
    Only thing I don't see is that MBeans don't show up in JConsole or any JMX Viewer.
    I am not sure if we have to have coherence.jar and tangosol.jar explicity defined in classpath?
    Any ideas?
    Edited by: Tim 2010 on Apr 21, 2010 10:43 AM

  • RTL and ligature support in standard controls

    Creating a quick test, I was unable to determine how to use
    the new features like RTL language support and advanced ligatures
    in standard controls, like buttons etc.
    Does somebody know if and how this is supported?

    I'm also interested in whether the TLF can be used in
    standard controls. Based on your suggestion to the OP, I checked
    out the Gumbo forum and found it contains but two posts (including
    the welcome) and nothing relevant about BIDI support for standard
    controls.
    We currently have an opportunity which requires BIDI support
    in our main app suite (currently Flex 3, FlashPlayer 9). I already
    know that it is possible to use TLF in the current SDK provided we
    upgrade to supporting FP 10, and I have seen many wonderful
    examples of text fields that do just that.
    The problem is, I really need to know whether it is possible
    to use TLF in standard controls (Button, Label, List, etc.)
    right now, and what level of development that would take. If
    it is possible, would it involve an entire overhaul of our code to
    create new renderers for every control? Is that what it will take
    in Gumbo as well?
    Any help would be appreciated. Thanks.

  • My computer doesnt support desktop software 6.1

    the problem is my computer doesnt support the latest desktop software version 6.1 but supports other versions. 
    i just got my phone. and i want to download version 6.0.1 but somehow i cant seem to be able to find the link to downlaod it. the site only allows me to download the latest one. does anyone know where i can download that particular version? 

    take a look here please
    http://us.blackberry.com/apps-software/desktop/system_requirements.jsp#tab_tab_6.0
    There is also 6.0.2
    Push like button if it worked
    Thx
    --- Catalonia, next state in Europe ----
    Use the "solved" or "Like" icons if my answer helped you.
    BES10 administrator for several customers.
    "SMPTE Calculator" timecode APP developer for BB10

  • If the new appletv doesnt support analog how do you run zone 2 on surround systems?

    if the new appletv doesnt support an analog signal to send to zone 2 on a surround system what i am supposed to do now? i have been using the first gen appletv for many years with no trouble. NOW WHAT?  apple has finally screwed up!

    Use a Digital to Analog Audio Converter like this one from MonoPrice. It won't play 5.1 audio but stereo tracks should convert just fine.
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10423&cs_id=1042302 &p_id=6884&seq=1&format=2

  • J2ME doesnt support full l2cap features from jsr82?

    L2CAPConnection conn = (L2CAPConnection) Connector.open(url);if I take an url like "btl2cap://macaddress:psm", it throws in the most cases an IllegalArgumentException with the message "malformed url". But jsr82 should normally support this...
    What is the reason for this exception?
    I want to use a 'static' psm (<0x1000), because our devices doesnt support sdp, so a service discovery is not useful.
    If I use a dynamical psm (like 0x1001) it throws an IOException...

    L2CAPConnection conn = (L2CAPConnection) Connector.open(url);if I take an url like "btl2cap://macaddress:psm", it throws in the most cases an IllegalArgumentException with the message "malformed url". But jsr82 should normally support this...
    What is the reason for this exception?
    I want to use a 'static' psm (<0x1000), because our devices doesnt support sdp, so a service discovery is not useful.
    If I use a dynamical psm (like 0x1001) it throws an IOException...

Maybe you are looking for

  • Questions on replacing hard drive in Compaq CQ58 for the experts

    I have a Compaq CQ58-bf9WM, product number: C2M29UA#ABA with Window 8 version 6.2.9200 build 9200. Windows 8 is not meeting my needs and I wish to replace it. My plan is to replace the existing hard disk with a new solid state disk. I need to prepare

  • Copying Files from Case-Sensitive External to Non-Case-Sensitive Internal?

    +(Sorry if this is the wrong sub-forum, I didn't know which one this question fit in)+ I just got a new iMac today and I'm trying to transfer some of my old files (specifically iTunes & iPhoto). My old computer was an MBP & only had an 80 GB HD, so t

  • Book resolution question

    Greetings, all. This seems to be a common question here, and I've read several of the posts, but I hope you can help me with this one too - there's a slight twist I think. I am printing a large hardcover book from a trip I took last May. Many photos

  • BAPI_ACC_DOCUMENT_POST: to post to multiple one-time customer

    Hi Expert, I am able to use function BAPI_ACC_DOCUMENT_POST to post the accounting document. In the business scenarios, we received a sum of incoming payment from various one-time customer. As long as one-time customer is concern, we have to input th

  • Ios 8 photo library

    OK, i've been reading many answers and questions related to the subject around here, still didn't answer my question... I know that there is no Camera Roll anymore, that it's been replaced by Recently Added album. Here's my problem. I can see all my