Do the Cache, CacheStore, and CacheLoader all need to run in the same JVM?

do the Cache, CacheStore, and CacheLoader all need to run in the same JVM?
Any help is appreciated.
Thanks.

they can be in differnt DP with no problem.
Now question:
1-MOH multicast/Unicast? (Multicast MOH ONLY support G711, so that could explain changing the DP fixnig the problem)
[You can create a DP/region for MOH if multicast to talk G711 to everybody and the problem will get fix]
Please Kudos/rate if this help!

Similar Messages

  • I have paid and downloaded LION and want to update my IMAC, can i just run install and it keep photos settings etc from Snow Leopard or is a full reinstall with wiped hard drive, anyone have any experience of this and do i need to run a backup beforehand?

    I have paid and downloaded LION and want to update my IMAC, can i just run install and it keep photos settings etc from Snow Leopard or is a full reinstall with wiped hard drive, anyone have any experience of this and do i need to run a backup beforehand?

    Always backup your important data before upgrading to a new Mac OS X.
    Lion doesn't erase the drive but better to be safe than sorry.
    And run Disk Utility  (Applications/Utilities). Verify and if necessary repair the startup disk before upgrading.
    Using Disk Utility to verify or repair disks
    Before upgrading read here >  Lion upgrade questions and answers:  Apple Support Communities
    And here >  What applications are not compatible with Mac OS X 10.7 "Lion"? What upgrade or substitute options are available for common incompatible applications? @ EveryMac.com

  • Running multiple weblogic servers on the same JVM

    Is there a way to make Weblogic 7.0 and Weblogic 5.1 run on the same JVM? If so
    what are the pros and cons?

    I hope you also checked the IPCKEY (and all other identifiers of that kind)
    in your ubbconfig file: they should all be different.
    We have similar configurations running without any major difficulty.
    One catch: very heavy IPC activity (due to errors in the application,
    never because of heavy user load) in one environment sometimes overloads
    the OS, resulting in hung applications in the other environments.
    Regards
    Frank
    "Manoj SASIDHARAN" <[email protected]> wrote:
    >
    Hi Troy,
    Here are a few tips:
    1. Check the APPDIR values in both environments. They should point to
    the appropriate
    directories containing the Tuxedo server binaries for each environment.
    Analyse
    the values of APPDIR environment variable and also inside the UBBCONFIG
    file.
    2. Check the WSL address. Both environments should have different ports
    for listening
    to requests.
    3. Check the WSNADDR environment variable at the client side. They should
    point
    to the appropriate WSL addresses.
    HTH
    regards
    MS

  • Different browser windows share the same JVM

    Hi there !
    Running the same applet in different browser windows
    (Netscape 4.72 - Plug-in 1.2.2) appears to use the same JVM. When I see the process list from the OS (Windows Task Manager) I see only one Netscape Process.
    This is causing me a lot of problems, because the applet opens a socket connection with the server.
    Since all applet instances running in different browser windows each one, are executing on the same JVM, all messages they send to the server goes through the SAME socket connection, turning the server in an inconsistent state.
    Is it possible to start a completly new browser
    process in order to have each applet instance running in a different JVM ?
    TIA for any help

    Not much help for you but I've had the same problem over here ... and we could find nothing to improve this.

  • Call to a remote object in the same JVM

    Hi,
    I want to implement a logging mechanism in my system. I'm planning to
    write an rmi object and make it a start up class.
    I wud like to know whether the calls to this start up class made by the
    ejb instances and from the servlet engine in the same JVM, wud be rmi calls
    or wud they be simple method calls.
    Does weblogic detect the calls from the objects of the same jvm and
    optimise them, or wud they be rmi calls only.
    btw, i'm using weblogic 5.1
    thx,
    Manohar

    Try:
    initialNamingContext.rebind("single",
    weblogic.rmi.server.UnicastRemoteObjcet.exportObject(obj)
    "M. Manohar" wrote:
    Hi Eduardo,
    thx for ur reply.
    I wud like to know how to make this "binding a stub".
    wat i'm using is binding an object only.
    Instantiating an object which implements the remote interface and binding
    it to the JNDI tree by,
    initialNamingContext.rebind("single", obj);
    and ofcourse defining it as a start up class in the weblogic.properties
    file.
    Can u pls explain how to do "binding a stub"
    thx,
    Manohar
    Eduardo Ceballos wrote in message <[email protected]>...
    Presuming that the start up class binds itself into the jndi tree, then itonly depends on what you bind: binding a stub results in the RMI runtime
    overhead; binding the object itself, results in the simpler function call
    overhead.
    "M. Manohar" wrote:
    Hi,
    I want to implement a logging mechanism in my system. I'm planning to
    write an rmi object and make it a start up class.
    I wud like to know whether the calls to this start up class made by the
    ejb instances and from the servlet engine in the same JVM, wud be rmi
    calls
    or wud they be simple method calls.
    Does weblogic detect the calls from the objects of the same jvm and
    optimise them, or wud they be rmi calls only.
    btw, i'm using weblogic 5.1
    thx,
    Manohar

  • Can I run more than one "main application" in the same JVM?

    Hi,
    We need a instance of JVM to run each standard application, Applet or Xlet?
    Can I run more than one "main application" in the same JVM?
    Thanks.

    stdioo wrote:
    Hi,
    We need a instance of JVM to run each standard application, Ok
    Applet or Xlet?You have no control over the first on a client machine. Presumably not the second either although I don't know what it is.
    Can I run more than one "main application" in the same JVM?Application. Not applet.
    You must have a class (code) to start each "application". To keep the environments clean from each other you can use a class loader.

  • Does JRockit perform any optimizations on URL connections to the same JVM?

    Hi
    I am wondering if JRockit would understand a local connection request, such as a SOAP call to a service hosted on the same JVM (localhost), and perform this in a manner without the overhead of a full connection. i.e. is there a difference in calling a service as http://localhost/service vs http://remote/service if the end service is hosted on the same JVM?
    thanks
    asankha

    I wrote a simple Java program to listen on a socket and when i used a Java client program (ie. in a separate JVM) to call this, I saw that tcpdump does not see packets if this communication occurs through on the same host - but it sees the packets when invoked from a different host. The same was visible in directly TELNET'ing to the port. This was seen in both Linux and Windows.
    Hence I assume, this will hold true always, and local SOAP calls will not incur unwanted overhead (http/s)
    Would appreciate any feedback if anyone thinks this assumption is wrong..
    thanks
    asankha

  • Java Jar files, and what is needed to run them?

    I'm sort of confused on what happens with JAR files, because on my computers that have all of the java SDK's and programs installed it works as an executable. But on my computer that doesn't have java installed(except for the windows xp basic) it wont work or registers with winRAR.
    My question is, is what needs to be installed on the computer to get an executable jar file to work. Is it JRE, or the SDK? And where can I get the file/s that may be needed to be installed.
    Thanks for the help

    jre stands for java runtime environment, i.e. everything you need to run a java application on your computer.
    sdk stands for software development kit, i.e. everything you need to develop java applications
    the jre run jar files for sure

  • Possible to have multiple cluster members in the same JVM (for unit tests)?

    Hi,
    I'm wondering if it's possible to simulate multiple cluster members inside of a single JVM. I'm looking to unit test my code and it would be great to write cases for various boundary conditions.
    This could certainly be done with multiple JVMs but would be more difficult to run in something like cruise control etc.
    TIA,
    Danny

    Hi Danny,
    I do not know how to accomplish what you are asking for and run several Coherence nodes in a single JVM, but I have written a JUnit base class that starts a configurable number of nodes (each in its own JVM) and provides some other useful methods for unit/integration testing with Coherence, such as method to clear all caches or to load test data from the CSV file.
    It is still a work in progress and you might need to tweak things a bit to make it work in your environment, but it will at least give you a head start.
    Shoot me an email if you are interested and I'll send it to you (you can find my email in my profile).
    Regards,
    Aleks

  • I am running elements 9 on a PC and want to upgrade to 13. If I load 13 will it upgrade 9 and transfer all files or run separately?

    Will upgrading from elements 9 to 13 incorporate all files from 9 into 13, or will 13 run separately and if so how do I transfer files?

    Yes, that is correct. The organizer is just a database, so your photos are wherever you put them intially. Did you import from iphoto? In that case, organizer does make duplicates (to avoid writing into the iphoto library, which would be a Bad Thing to do). If you didn't specify a location, the copies that PSE uses will be inside subfolders in the Adobe folder in your Pictures folder.

  • Thread caching generally and the print API specifically

    hi - new slant on the old "printing" chestnut
    code goes something like this.
    a)
    PrintService[] x = javax.print.PrintServiceLookup.lookupPrintServices(null, null);
    System.out.println (x.length)
    code end, then repeat
    b)
    PrintService[] y = javax.print.PrintServiceLookup.lookupPrintServices(null, null);
    [break point]
    PrintService[] z = javax.print.PrintServiceLookup.lookupPrintServices(null, null);
    code end
    example a)
    if i run the same piece of code twice over, deleting a printer after the first time thru, i get the right answer on the second run.
    example b)
    if i stop the code at the break point, and then delete a printer; i get the same answer for z as for y. Still using the same JVM and thread, remember.
    i think the JVM or thread is caching the answers to this static call "lookupPrintServices". so i get the same answer until the code ends and the JVM exits.
    since this is going to run in an EJ bean, a workaround might be creating a child thread, doing the printer discovery in it, then returning the answer somehow to the waiting main program. This is nasty - does anyone have an other ideas ?
    thanks

    In fact, these server process have multiple devices attached because there are different hardware requirements depending on metadata recorded in the XML file (paper size/type, duplex printing). When a new hardware requirement arises, we may need to install a different device. It may also be the case that an XML contains a new printer name but that an existing device matches the requirements. We then install a new (logical) printer and map it to the port of the existing matching device.
    Any way, the device selection is data-driven and is somewhat dynamic (we will not add printer every day/hour but it will happen and the service should preferably not be interrupted)
    The problem of a new report type with hardware requirements already supported by existing devices could be solved by a override method but the problem of new hardware specifications, requiring the installation of a new printer can currently be solved only by bouncing the VM, which must be done carefully (being sure that a report has been processed completely and that the next one has not yet been started).

  • Doing the same task for different data.. Do I need Queues? How to use them if yes?

    Hello all,
    I have created a VI which is getting data from some FTP server and then after comparing with the HDD specified folder copy the missing data from the FTP ... Description is also in the VI. There are few things I need to ask.
    1) The email sending VI gives error 1172..What could be the reason .. is it firewall.. or is there any mistake in the code?
    2) As you people are experts so I really like any suggestion to improve the VI..
    3) The most important .. Currently this VI can only perform the whole task for one FTP folder. Actually my task is I need to check for 4 different FTP folder on different servers..its not 4 different folder in one FTP .. its 4 different FTP.Now my question is how I can do this: First it compare and copy from FTP1.Then FTP2... and so on.. How can I change the data for the cluster for different FTPs? Do I need to use queues? If yes how because I don't have any experience with queues.
    I will really appreciate is someone can either provide me the relevant example or can give me some idea.
    The main VI is the 'TASK START'.VI please find the attached files.
    Thanks
    Regards,
    Naqqash
    Naqqash
    Attachments:
    Project.zip ‏151 KB

    Hi Peter,
    Thank you very much for your reply. I have understood your idea but there are few problems.
    Please see the attached "Final test.vi".. actually my top level vi should be like this.. due to this reason I need to develop the cluster like one with name "Settings" as shown in Enum FTP events.vi.. In this cluster all the data types are not constants (but can be set as constants)  and further all of them are not of same type so whenever I try to create as you created I have got error, wire broken..so what do you think i should do.. In this cluster there are different types of data .. string, path, numeric, array and a cluster with name file properties also... can't figure out what to do..I know things are little scattered and wiered but due to lack of experience, I guess, I am now a little bit confused for this matter. I
    hope guys here in the forum will help me as you guys always did.
    Naqqash
    Attachments:
    Final test.vi ‏11 KB
    Enum FTP Events.vi ‏14 KB

  • Data Sets - Is there a way to put two fields in the same row?

    I am working on my first Spry Data Set (in Dreamweaver CS4) which, if I can get it figured out, will eventually be used as a calendar on a client's web site. You can see the beginning of the project here:
    http://www.rieradesignco.com/calendarlist_spry.html
    My question is, can I put two or more fields on one row? Specifically, I would like the part that looks like this...
    3
    [WED]
    Fusion
    ... to look like this:
    3   [WED]   Fusion
    I tried simply moving the fields (in Design View) so that they looked like they would be in the same row, but as you can see, that didn't do the trick. (You can see what I did here, in the highlighted part of the screenshot:  http://www.rieradesignco.com/spryquestion.jpg). I also tried nesting a table within the table on my html data document that contained the three fields I needed - it worked okay, but that just makes the table more difficult to work with. I don't want to simply type the three items into one field, because it will be a long list and they all need to line up perfectly.
    Is there another way to do it?

    Change the following line to include the red coloured parts
    <div class="MasterColumn" spry:repeat="ds4" spry:setrow="ds4" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">
      <span>{Dsp_#}</span><span>{Dsp_WkDay}</span><span>{Dsp_Event}</span>
    </div>
    The add the following style rule to your document:
    .MasterColumn span {
        display: inline-block;
    I hope this helps.
    Ben

  • Re: if weblogic can serve two ports at the same time?

    That's not true. WebLogic supports a non-secure and secure listener port at the
    same time. That was one of the selling points for my organization.
    Michael Girdley wrote:
    If, you mean the same port on two different IP addresses, then the answer is
    yes.
    If, you mean two different ports on the same IP address, then the answer is
    no.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    fxy <[email protected]> wrote in message
    news:8fdk99$t9$[email protected]..
    <URGENT QUESTION>
    I'd like to know if weblogic can support two ports at the same time.
    thank you in advance.
    <URGENT QUESTION>

    Well, the question was really meant to see if any change was made to WL to support
    this, not because I didn't believe Michael Girdley.
    P.S., this is something Websphere 4.0 let's you do...In case this encourages someone
    to add this support.
    "Mike Reiche" <[email protected]> wrote:
    >
    If you don't believe Michael Girdley, then I don't know why you would
    believe anyone
    else. I believe the answer is still 'no'.
    Why do they 'have to be on different ports'? We block requests by URI
    - so just
    block all requests to /youradminapp/* at the firewall. Or you can block
    them at
    your Web Server. Or restrict them by user in WL.
    Mike
    you"Anil Arora" <[email protected]> wrote:
    Is it still true that WL 6.0 cannot host multiple (non-secure) HTTPports
    on one
    server? We need this capability within one JVM to allow one web application
    to
    be accessed from one port while another through a second port. Forexample,
    we
    have a application to be exposed through the firewall at port 7001.
    Then we have
    another admin application to only be accessed within the firewall. But
    they need
    to be deployed within the same JVM since they may have shared statebetween
    them.
    Thanks,
    Anil
    "Michael Girdley" <[email protected]> wrote:
    I'm sorry, to clarify my statement: I was speaking about nonsecure
    communications. Weblogic can only support one listener port at a time.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Allen Akers <[email protected]> wrote in message
    news:[email protected]...
    That's not true. WebLogic supports a non-secure and secure listenerport
    at the
    same time. That was one of the selling points for my organization.
    Michael Girdley wrote:
    If, you mean the same port on two different IP addresses, then
    the
    answer is
    yes.
    If, you mean two different ports on the same IP address, then theanswer
    is
    no.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    fxy <[email protected]> wrote in message
    news:[email protected]...
    <URGENT QUESTION>
    I'd like to know if weblogic can support two ports at the same
    time.
    thank you in advance.
    <URGENT QUESTION>

  • Loading the same project twice

    I need to be able to load the same toplink project twice within the same jvm. It looks like the sessions.xml file would define a session named "mysession" and after having instanciated the server session twice the session manager would contain two different sessions : "mysession_1" and "mysession_2".
    I intend to load the project by doing :
    1. (Server) SessionManager.getManager().getSession(new XMLSessionConfigLoader(), sessionName, sessionClassLoader, false,true);
    2. rename the session manager hashtable key from mysession to mysession_1
    3. rename the session itself session.setName(...)
    4. redo 1.
    5. redo 2. and 3. for renaming from mysession to mysession_2
    What do you suggest?

    Or make two sessions in your session.xml file, one named mysession_1 and the other mysession_2.
    This would avoid messing around with the sessions once they have been loaded by the session manager and all you need to execute is:
    SessionManager.getManager().getSession(new XMLSessionConfigLoader(), "mysession_1", sessionClassLoader, false,true);
    SessionManager.getManager().getSession(new XMLSessionConfigLoader(), "mysession_2", sessionClassLoader, false,true);
    Cheers,
    Guy

Maybe you are looking for

  • What bit of "Please don't phone me" doesn't BT get...

    What bit of "Please don't phone me" doesn't BT get?  I have experienced a cataloge of corrosponce with BT dealing with the bad broadband speed issues that I have had on my connection since last november. Too long to list here see the link below Terr

  • Error in MIGO in STO for capturing excise

    Dear All, I need clarification for the process of STO in regards to Excise transaction we are doing STO as below process 1) STO PO ME21N-> DELIVERY AND GOODS ISSUE VL10B(MOV TYPE 641 -> AND BILLING VF01 -> EXCISE INVOICE J1IIN -> GRN FOR OUTBOUND DEL

  • Itunes crashes on Windows 7 with Iphone 3G version 4.2.1

    Hey I was wondering if anyone could help me with a solution to my itunes crashing during every syncing process. I have tried so many things like deauthorizing and reauthorizing, deleting and reinstalling itunes and related components. I have even tri

  • Imac late 2013 laggy gaming when moving camera

    Hey guys, on my 2nd late imac 2013 27 inch with the gtx 775m. I replaced my first imac because of yellow tinted screen....2nd screen has same yellow tint, if not worse so I decided to just keep it. Anyways, with my first imac I got a week ago I notic

  • Distributed programming with HTML DB?

    Hi! Has anyone done any distributed programming with HTML DB? If so, are there any crucial factors to be taken into account? I thought of extracting the original application, importing it into my DB, changing and creating pages, exporting the single