Coherence Evaluation help

I'm currently undergoing a technical evaluation of Coherence and am finding a number of problems, the most pressing of which is that the documentation is not wholly helpful as it doesn't explain some basics about the software (at least, I can't find the information I want).
As part of the evaluation, I am attempting to implement a distributed cache of product data which can be read from a number of different applications.
PRICING:
It is not clear to me that if an application is looking up data in the cache, whether Coherence's pricing model means that we must pay for the CPU of that application (i.e. applications could be thought of as running inside a Coherence container which must be paid for). The alternative scenario is that the data resides on a number of Coherence servers (for which we must pay) but that any number of clients can access the cache without paying for every single client.
We have a (I would have thought) modest number of internal applications which want to access data on 6 blades, each of which has 2 quad-core processors. With the enterprise edition, the "Container" model would cost us $240,000 for the Enterprise edition (assuming a quad-core processor = 2CPUs) which is a mind-boggling amount for what is (I would have thought) a small deployment. From my experience thus far, however, Coherence would seem to follow this model
BASIC QUERYING:
I have implemented a basic cache of product data and have encountered a problem with terrible querying performance using ValueExtractors. Basically a pretty basic non-key-based lookup is taking around 100ms (this is with 2 nodes on the same machine), even if I repeatedly lookup data using the same extractor and even when my data is not being written to. Why is this? Am I missing some configuration to use Smart-caching of query results. Surely the client API should be aware of whether the data has been changed (jn another node) and therefore whether it can just run the query of the data in the local VM? An ID-based lookup is sub-millisecond (but only just) by comparison and taking the cache's size takes about 3ms.
Of course, this could be the serialization overhead of the ValueExtractor but that would mean that querying for individual items using an extractor is effectively unusable.
I'm not dissing Coherence here as I'm sure it's a fantastic product and that it's just the case that I can't find the information I need to answer my questions
Edited by: user10653192 on 26-Nov-2008 03:31
Edited by: user10653192 on 26-Nov-2008 03:31

robvarga wrote:
In case your query depends only on the content of the cache, but no outside or variable factors, like time, then Coherence provides the Continuous Query Cache which reevaluates changed entries for being included or evicted from query results and practically maintains an up-to-date query result on the local node.
The trouble here is that I am maintaining a cache of (financial) product data and wish to be able to query for individual products by any one of a number of "code types" individually - e.g. ISIN, RIC, TICKER etc. Keeping alive a continuous query to perform what is essentially cache.lookup(CodeType.RIC, "JAVA.O") would not be an option because an application may need to query tens of thousands of products.
With indexing, I have got the query down to around 3ms but this really not the sort of performance I was looking for. I would have to build a caching layer on top of Coherence (i.e. on top of a cache)!
And I expect you wanted to write Coherence not Confluence :-)Oops :-)
Also, I found Coherence pretty easy to evaluate even 3 years ago and it only became easier since then due to the abundant information in the Wiki pages.I have been plagued by appalling page load times, various error pages on the Oracle website. From the Oracle website, the documentation is difficult to find; the docs bundled with the install are much more helpful. That said, the docs for GigaSpaces are better laid out and better structured from an evaluation point of view. (GigaSpaces seems to fundamentally lack a feature that we need by the way - I am not "bigging" up the GigaSpaces product!)

Similar Messages

  • Vendor Evaluation - Help Needed

    Hello,
    We do not have any errors for the vendor evaluation as we are yet to develop the model.
    We are trying to get the Automatic scores for Pricing, Quality, Delivery and invoices from ECC to BW.
    At the same time we want to use a Web Survey for additional scoring based on Plant
    We are not able to find the data sources that can bring the automatic scores especially for Pricing into BW. Also integrating the Web survey scores with the Automatic scoring is not very clear from the configuration documents from SAP. Can you please give me the appropriate information and/or SAP notes pertaining to this development.
    Thank you so very much,
    Lynda

    Hope it is a program BBPUPDVD and take help from technical resource and massage this program as you expected and schedule it.
    I have multiple user IDs on SCN, is it possible to consolidate my IDs and my points?
    Yes it is possible. You need to decide which user ID you want to keep, then send an email to [email protected], provide the user ID and ask for the consolidation to be done.
    Your blog and forum contributions will all be moved to your single user ID and the points will be consolidated. For the wiki, your points will be brought to your unique user ID but unfortunately, we don't have the ability to move your Wiki contributions to another user ID at this time.
    http://www.sdn.sap.com/irj/scn/crphelp

  • Error while starting resin 3.0.14  after installing coherence evaluation

    I am getting the following error...
    java.lang.SecurityException: The necessary license to perform the operation is not available; a license for "com.tangosol.run.xml.SimpleParser@e3
    570c" is required.
    As I see the license file is in the tangosol.jar, which is in the app server's lib.
    Do I need to place the license file anywhere.
    I have jive forums application installed and I am trying to cluster it with two instances of resin.
    would it have any conflict of license that comes with jive , which might cause the problem.
    Please help

    Hi Jon,
    I am trying to set up a standard clustered installation of jive.
    I have been able to do a http clustering of two resin servers with jive application.But I get the following error while accessing jive.
    type: com.caucho.jsp.JspLineParseException
    com.caucho.jsp.JspLineParseException: /accountbox.jsp:1: extends `com.tangosol.coherence.servlet.api22.JspServlet' conflicts with previous value of extends `com.tangosol.coherence.servlet.api22.JspServlet'. Check the .jsp and any included .jsp files for conflicts.
         at com.caucho.jsp.java.JspNode.error(JspNode.java:1249)
         at com.caucho.jsp.java.JspNode.error(JspNode.java:1240)
         at com.caucho.jsp.java.JspDirectivePage.addAttribute(JspDirectivePage.java)
         at com.caucho.jsp.java.JavaJspBuilder.attribute(JavaJspBuilder.java:338)
         at com.caucho.jsp.JspParser.parseDirective(
    Thanks in anticipation

  • Is Their Any Support For Data Aware Routing Through The Coherence DataGrid?

    Hi all,
    Following paragraph describes the feature i m looking for(*Data Aware Nodes*)......
    The Function Service can transparently route behavior to one or more nodes in the cluster. In the case of Data Aware Functions, the behavior can be directly routed to the node(s) that hosts the data needed to execute the function in parallel, stream and aggregate the results substantially reducing the time taken to execute complex data intensive tasks.
    So please tell me is their any support for above said question. If this feature is their in coherence please help me with it's configuration and implementation as well.
    Thanx

    Hi JK thank you for your reply
    I want to achieve Data Aware Routing in Parallel Execution (Parallel Function Execution).
    Consider a case where i have three nodes (say Node A,B C) in coherence cluster with partitioned scheme. Now suppose we have Employee related objects stored in cache of Node A and Node C only, but not on Node B. Then i want to perform some operation on Employee objects only in parallel fashion.
    In coherence i ll achieve this using map.invokeAll(collectionKeys, agent);_ from client program.
    Now my question to you is, as my operations are based on Employee objects only which are stored on Node A & c. Then When i request parallel Execution from client program which will connect to Node A from our cluster, will it go to Node B where their is no Employee objects ??????
    Edited by: 981644 on Mar 6, 2013 7:52 PM

  • Coherence Best Practices and Performance

    I'm starting to use coherence and I'd to know if someone could point me out some doc on Best Practices and Performance optimizations when using it.
    BTW, I haven't had the time to go through the entire Oracle documentation.
    Regards

    Hi
    If you are new to Coherence (or even for people who are not that new) one of the best things you can do is read this book http://www.packtpub.com/oracle-coherence-35/book I know it says Coherence 3.5 and we are currently on 3.7 but it is still very relevant.
    You don't need to go through all the documentation but at least try the introductions and try out some of the examples. You need to know the basics otherwise it makes it harder for people to either understand what you want or give you detailed enough answers to questions.
    For performance optimizations it depends a lot on your use cases and what you are doing; there are a number of things you can do with Coherence to help performance but as with anything there are trade-offs. Coherence on the server-side is a Java process and often when tuning, sorting out issues and performance I spend a lot of time with the usual tools for Java such as VisualVM (or JConsole), tuning GC, looking at thread dumps and stack traces.
    Finally, there are plenty of people on these forums happy to answer your questions in return for a few forum points, so just ask.
    JK

  • Coherence native Windows client sometimes crashes in CacheFactory::configure. ws2_32.dll cuprit?

    Hi,
    We have a big project which uses Coherence (3.7.1.4 x86 Release) client.  It works mostly fine but in certain setups we get a crash when configuring coherence.dll. We use identical XML config loaded from some central repository which prints fine in our log.  I read this https://community.oracle.com/message/9808292 and I tried using win32vc8-3.7.1.9 coherence.dll and it crashed in the same place. Note that Coherence log is created but empty and we load ws2_32.dll for other purposes before calling into Coherence.
    Help!
    Michal
    The call sequence is
    stringstream cacheConfig;
    stringstream coherenceConfig;
    coherenceConfig << cohConfig;
    XmlView coherenceConfigElement (CacheFactory::loadXml (coherenceConfig
    // print coherence config XML string to our log
    CacheFactory::configure (cacheConfigElement, coherenceConfigElement); // <- crashs!
    Call stack at crash:
    My version of C:\WINNT\system32\ws2_32.dll is 5.1.2600.5512
    On my collegue's Windows 7 we managed to capture gflags sls log; below is an extract just after we printed the coherence configuration XML to our log (so in call to CacheFactory::configure), and before the crash. Maybe these "Invalid parameter passed to C runtime function" are the problem?
    0dec:2128 @ 1014363429 - LdrLoadDll - ENTER: DLL name: C:\Windows\system32\ws2_32 DLL path:
    0dec:2128 @ 1014363429 - LdrpLoadDll - ENTER: DLL name: C:\Windows\system32\ws2_32 DLL path:
    0dec:2128 @ 1014363429 - LdrpLoadDll - INFO: Loading DLL C:\Windows\system32\ws2_32.DLL from path
    0dec:2128 @ 1014363429 - LdrpFindOrMapDll - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL DLL path:
    0dec:2128 @ 1014363429 - LdrpSearchPath - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL DLL path:
    0dec:2128 @ 1014363429 - LdrpResolveFileName - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL
    0dec:2128 @ 1014363429 - LdrpResolveFileName - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrpResolveDllName - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL
    0dec:2128 @ 1014363429 - LdrpResolveDllName - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrpSearchPath - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrpMapViewOfSection - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL
    'QATestSuite.EXE' (Win32): Loaded 'C:\Windows\SysWOW64\ws2_32.dll'. Cannot find or open the PDB file.
    0dec:2128 @ 1014363429 - LdrpMapViewOfSection - RETURN: Status: 0x40000003
    'QATestSuite.EXE' (Win32): Unloaded 'C:\Windows\SysWOW64\ws2_32.dll'
    0dec:2128 @ 1014363429 - LdrpFindOrMapDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrpLoadDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrLoadDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrGetProcedureAddressEx - INFO: Locating procedure "getaddrinfo" by name
    0dec:2128 @ 1014363429 - LdrGetProcedureAddressEx - INFO: Locating procedure "getaddrinfo" by name
    0dec:2128 @ 1014363429 - LdrGetProcedureAddressEx - INFO: Locating procedure "getnameinfo" by name
    0dec:2128 @ 1014363429 - LdrGetProcedureAddressEx - INFO: Locating procedure "freeaddrinfo" by name
    0dec:2128 @ 1014363429 - LdrLoadDll - ENTER: DLL name: kernel32.dll DLL path:
    0dec:2128 @ 1014363429 - LdrpLoadDll - ENTER: DLL name: kernel32.dll DLL path:
    0dec:2128 @ 1014363429 - LdrpLoadDll - INFO: Loading DLL kernel32.dll from path
    0dec:2128 @ 1014363429 - LdrpFindOrMapDll - ENTER: DLL name: kernel32.dll DLL path:
    0dec:2128 @ 1014363429 - LdrpFindOrMapDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrpLoadDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrLoadDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363429 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlCaptureContext" by name
    0dec:2128 @ 1014363444 - LdrGetDllHandleEx - ENTER: DLL name: dbghelp.dll DLL path: NULL
    0dec:2128 @ 1014363444 - LdrGetDllHandleEx - INFO: Locating DLL dbghelp.dll in path
    0dec:2128 @ 1014363444 - LdrpFindLoadedDll - ENTER: DLL name: dbghelp.dll DLL path:
    0dec:2128 @ 1014363444 - LdrpFindLoadedDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363444 - LdrGetDllHandleEx - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363444 - LdrGetProcedureAddressEx - INFO: Locating procedure "SymGetOptions" by name
    0dec:2128 @ 1014363444 - LdrGetProcedureAddressEx - INFO: Locating procedure "SymSetOptions" by name
    0dec:2128 @ 1014363444 - LdrGetProcedureAddressEx - INFO: Locating procedure "SymInitialize" by name
    0dec:2128 @ 1014363460 - LdrGetDllHandleEx - ENTER: DLL name: ntdll.dll DLL path: NULL
    0dec:2128 @ 1014363460 - LdrGetDllHandleEx - INFO: Locating DLL ntdll.dll in path
    0dec:2128 @ 1014363460 - LdrpFindLoadedDll - ENTER: DLL name: ntdll.dll DLL path:
    0dec:2128 @ 1014363460 - LdrpFindLoadedDll - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363460 - LdrGetDllHandleEx - RETURN: Status: 0x00000000
    0dec:2128 @ 1014363460 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlQueryProcessDebugInformation" by name
    0dec:2128 @ 1014363460 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlCreateQueryDebugBuffer" by name
    0dec:2128 @ 1014363460 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlDestroyQueryDebugBuffer" by name
    0dec:2128 @ 1014363460 - LdrLoadDll - ENTER: DLL name:
    0dec:2128 @ 1014363460 - LdrpLoadDll - ENTER: DLL name:
    0dec:2128 @ 1014363460 - LdrpLoadDll - INFO: Loading DLL
    0dec:2128 @ 1014363460 - LdrpFindOrMapDll - ENTER: DLL name:
    0dec:2128 @ 1014363460 - LdrpSearchPath - ENTER: DLL name:
    0dec:2128 @ 1014363460 - LdrpResolveFileName - ENTER: DLL name:
    0dec:2128 @ 1014363460 - LdrpResolveFileName - RETURN: Status: 0xc0000135
    0dec:2128 @ 1014363460 - LdrpSearchPath - RETURN: Status: 0xc0000135
    0dec:2128 @ 1014363460 - LdrpFindOrMapDll - RETURN: Status: 0xc0000135
    0dec:2128 @ 1014363460 - LdrpLoadDll - RETURN: Status: 0xc0000135
    0dec:2128 @ 1014363460 - LdrLoadDll - RETURN: Status: 0xc0000135
    Invalid parameter passed to C runtime function.
    Invalid parameter passed to C runtime function.
    Invalid parameter passed to C runtime function.
    path is C:\Windows\system32;C:\Windows\system;C:\Windows;.;[our stuff]
    On a working Windows 7 machine gflags shows following log (path removed):
    3eb0:39a0 @ 999903727 - LdrLoadDll - ENTER: DLL name: C:\Windows\system32\ws2_32 DLL path:
    3eb0:39a0 @ 999903727 - LdrpLoadDll - ENTER: DLL name: C:\Windows\system32\ws2_32 DLL path:
    3eb0:39a0 @ 999903727 - LdrpLoadDll - INFO: Loading DLL C:\Windows\system32\ws2_32.DLL from path
    3eb0:39a0 @ 999903727 - LdrpFindOrMapDll - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL DLL path:
    3eb0:39a0 @ 999903727 - LdrpSearchPath - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL DLL path:
    3eb0:39a0 @ 999903727 - LdrpResolveFileName - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL
    3eb0:39a0 @ 999903727 - LdrpResolveFileName - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903727 - LdrpResolveDllName - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL
    3eb0:39a0 @ 999903727 - LdrpResolveDllName - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903727 - LdrpSearchPath - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903727 - LdrpMapViewOfSection - ENTER: DLL name: C:\Windows\system32\ws2_32.DLL
    'TRSFactorGenerator.exe': Loaded 'C:\Windows\SysWOW64\ws2_32.dll', No symbols loaded.
    3eb0:39a0 @ 999903727 - LdrpMapViewOfSection - RETURN: Status: 0x40000003
    'TRSFactorGenerator.exe': Unloaded 'C:\Windows\SysWOW64\ws2_32.dll'
    3eb0:39a0 @ 999903727 - LdrpFindOrMapDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\NSI.dll" (new reference count: 0x6d)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\RPCRT4.dll" (new reference count: 0x273)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\SspiCli.dll" (new reference count: 0xab)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\SysWOW64\sechost.dll" (new reference count: 0x273)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\RPCRT4.dll" (new reference count: 0x274)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\msvcrt.dll" (new reference count: 0x447)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\CRYPTBASE.dll" (new reference count: 0xa2)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\RPCRT4.dll" (new reference count: 0x275)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\msvcrt.dll" (new reference count: 0x448)
    3eb0:39a0 @ 999903727 - LdrpUpdateLoadCount2 - INFO: Referencing loaded DLL "C:\Windows\syswow64\msvcrt.dll" (new reference count: 0x449)
    3eb0:39a0 @ 999903727 - LdrpLoadDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903727 - LdrLoadDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903727 - LdrGetProcedureAddressEx - INFO: Locating procedure "getaddrinfo" by name
    3eb0:39a0 @ 999903727 - LdrGetProcedureAddressEx - INFO: Locating procedure "getaddrinfo" by name
    3eb0:39a0 @ 999903727 - LdrGetProcedureAddressEx - INFO: Locating procedure "getnameinfo" by name
    3eb0:39a0 @ 999903727 - LdrGetProcedureAddressEx - INFO: Locating procedure "freeaddrinfo" by name
    3eb0:39a0 @ 999903743 - LdrLoadDll - ENTER: DLL name: kernel32.dll DLL path:
    3eb0:39a0 @ 999903743 - LdrpLoadDll - ENTER: DLL name: kernel32.dll DLL path:
    3eb0:39a0 @ 999903743 - LdrpLoadDll - INFO: Loading DLL kernel32.dll from path
    3eb0:39a0 @ 999903743 - LdrpFindOrMapDll - ENTER: DLL name: kernel32.dll DLL path:
    3eb0:39a0 @ 999903743 - LdrpFindOrMapDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903743 - LdrpLoadDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903743 - LdrLoadDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903743 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlCaptureContext" by name
    3eb0:39a0 @ 999903758 - LdrGetDllHandleEx - ENTER: DLL name: dbghelp.dll DLL path: NULL
    3eb0:39a0 @ 999903758 - LdrGetDllHandleEx - INFO: Locating DLL dbghelp.dll in path
    3eb0:39a0 @ 999903758 - LdrpFindLoadedDll - ENTER: DLL name: dbghelp.dll DLL path:
    3eb0:39a0 @ 999903758 - LdrpFindLoadedDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903758 - LdrGetDllHandleEx - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903758 - LdrGetProcedureAddressEx - INFO: Locating procedure "SymGetOptions" by name
    3eb0:39a0 @ 999903758 - LdrGetProcedureAddressEx - INFO: Locating procedure "SymSetOptions" by name
    3eb0:39a0 @ 999903774 - LdrGetProcedureAddressEx - INFO: Locating procedure "SymInitialize" by name
    3eb0:39a0 @ 999903774 - LdrGetDllHandleEx - ENTER: DLL name: ntdll.dll DLL path: NULL
    3eb0:39a0 @ 999903774 - LdrGetDllHandleEx - INFO: Locating DLL ntdll.dll in path
    3eb0:39a0 @ 999903774 - LdrpFindLoadedDll - ENTER: DLL name: ntdll.dll DLL path:
    3eb0:39a0 @ 999903774 - LdrpFindLoadedDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrGetDllHandleEx - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrLoadDll - ENTER: DLL name: kernel32.dll DLL path:
    3eb0:39a0 @ 999903774 - LdrpLoadDll - ENTER: DLL name: kernel32.dll DLL path:
    3eb0:39a0 @ 999903774 - LdrpLoadDll - INFO: Loading DLL kernel32.dll from path
    3eb0:39a0 @ 999903774 - LdrpFindOrMapDll - ENTER: DLL name: kernel32.dll DLL path:
    3eb0:39a0 @ 999903774 - LdrpFindOrMapDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrpLoadDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrLoadDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrGetDllHandleEx - ENTER: DLL name: ntdll.dll DLL path: NULL
    3eb0:39a0 @ 999903774 - LdrGetDllHandleEx - INFO: Locating DLL ntdll.dll in path
    3eb0:39a0 @ 999903774 - LdrpFindLoadedDll - ENTER: DLL name: ntdll.dll DLL path:
    3eb0:39a0 @ 999903774 - LdrpFindLoadedDll - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrGetDllHandleEx - RETURN: Status: 0x00000000
    3eb0:39a0 @ 999903774 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlQueryProcessDebugInformation" by name
    3eb0:39a0 @ 999903774 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlCreateQueryDebugBuffer" by name
    3eb0:39a0 @ 999903774 - LdrGetProcedureAddressEx - INFO: Locating procedure "RtlDestroyQueryDebugBuffer" by name

    It seems a semicolon at the end of PATH environment variable caused this behavior.

  • Coherence aggregate functions

    I am new to coherence.Need help on aggregation.
    I need to get min and max values of cached data using coherence aggregate function.
    the list looks like private static final String[] Data = {"001","002","003","004","005","006","007","008","009"};
    Also, the code I used to get the max value is :
    Double maxAge = (Double)cache.aggregate( new EqualsFilter("00%",Data),
         new DoubleMax("00")
    I am getting only null a result in maxAge.Can you please help me in this.

    918079 wrote:
    I am new to coherence.Need help on aggregation.
    I need to get min and max values of cached data using coherence aggregate function.
    the list looks like private static final String[] Data = {"001","002","003","004","005","006","007","008","009"};
    Also, the code I used to get the max value is :
    Double maxAge = (Double)cache.aggregate( new EqualsFilter("00%",Data),
         new DoubleMax("00")
    I am getting only null a result in maxAge.Can you please help me in this.Hi,
    1. Please go through the JavaDocs of EqualsFilter here
    2. You are trying wildcards in EqualsFilter which is not supported and instead use LikeFilter and details are here
    3. Coherence aggregator/filters functions are used to aggregate/filter data managed in distributed maps and not for local variables.
    4. DoubleMax is an aggregator function that calculates a maximum of numeric values (not Strings) extracted from a set of map entries.
    Here is a simple example:
    NamedCache cache=CacheFactory.getCache("test");          
    HashMap hm=new HashMap();
    for (int i=0; i<50; i++){
    // Inserting double values in the map that will be stored in Coherence Cache
    hm.put("Key"+i, new Double(i+"."+i));
    //Put all the data in the distributed cache
    cache.putAll(hm);               
    // This will look for values in the cache that starts with 1 and return back the max. of them
    Double maxAge = (Double)cache.aggregate( new LikeFilter(IdentityExtractor.INSTANCE,"1%", (char) 0, false),
    new DoubleMax(IdentityExtractor.INSTANCE)
    System.out.println("maxAge: " + maxAge);
    Hope this helps!
    Cheers,
    NJ

  • RoboHelp 8 crashes on Windows 7

    I have used RoboHelp for years and we have just purchased new laptops with Windows 7, we are finding that it appears that RoboHelp 8 will not run on Windows 7.
    The software appears unstable as even the simplest action crashes RoboHelp, the Event Log shows:
    Can anyone help with how to resolve this issue?

    I am evaluating Help tools for my organisation, and compatibility issues with Windows 7 would be a massive issue, as all our tech authors and consultants are on Windows 7. Our current tool has issues with Windows 7 and some of my colleagues use it on an XP VM, which is far from ideal.
    Reading through this thread I was starting to think that D.B's issue had to be down to local config, but now it seems others have the same problem.
    I will watch this thread with interest. I will not be popular if I go for Robohelp, and then we have more Win 7 issues.

  • Transient attributes

    Cache scheme: replicated
         If our data objects has a few transient attributes (say large attributes, that we do not like to replicate until the need arise, a.k.a lazy loading), how do we code this logic in our put/get API? An example would suffice.
         I think this issue also arises in Coherence *Web, where large attributes can be declared as transient, and are stored as different entities for performance reasons as in ``split'' session model.
         Regards,
         Bulut.

    The easiest approach is to mark the fields as     > transient, then use getter methods with lazy loading.
         > This can read those attributes from the appropriate
         > data source (which may be a cache or even a database,
         > depending on your requirements).
         Do you think Coherence would help in this case? Where would you implement this lazy loading logic? And more importantly, how would it look like? I can see two alternatives:
         i) using Coherence services... maybe using a near cache?
         ii) independent of Coherence? which definitely looks more cumbersome.
         > Coherence*Web simply queries a method which indicates
         > whether a given named attribute should be clustered
         > or not (this class is provided by the application
         > developer). Also, note that Coherence*Web does not
         > lazily load non-clustered attributes; it actually
         > determines whether to make them visible to other
         > cluster member.
         Basically, my question is how Coherence implements handling of transient attributes, if we need a local transient attribute at a remote site.

  • Which Package ???? any comments

    I am evaluating Help products. They need to allow Context
    Help for VS2005 and allow language localization. I also require to
    create material as a PDF. I have used Help&Manual to do the
    initial evaluation and I have now got RH7 for evaluation.
    After using Help&Manual, RH7 appears cumbersome and prone
    to "not working" i.e. I get 1page of a 50 page help manual when
    outputting to PDF The HTML shows no index and it hangs now and
    then. Does anybody have experience with both products and comment
    on this.????

    Hi help&manual and welcome to the RH forums.
    There is no reason why you shouldn't be able to achieve what
    you want. This means that something has gone wrong with either your
    project, the import of something or the ouput generation. Have you
    imported your old help&manual help into RH and PDFed it? Does
    the index show in RH? If you generate just a word document does you
    get the same result?

  • Coherence Cluster Errors- Need your help to solve

    Hi,
    We had this error recently in QA and these servers are not new servers. These servers were running from some time and in good condition.
    We had a below error happened suddently and cuased servers outage for some time.
    After restarted all the servers, this issue has gone.
    We are trying to understand the root cause to avoid this issue in future and need expertise in this forum for that.
    Brief summary of issue
    1. We had performed multicaste testing on the coherence cluster IP and port and all the communication is good.
    2.  Issues started with error of Unable to refresh sockets:
                          Stopping cluster due to unhandled exception: com.tangosol.net.messaging.ConnectionException: Unable to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=1.1.1.85:8088},                     MulticastUdpSocket{State=STATE_OPEN, address:port=239.3.1.17:35122, InterfaceAddress=10.137.3.85, TimeToLive=1}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=1.1.1.85:8088}]; last failed socket:                          MulticastUdpSocket{State=STATE_OPEN, address:port=239.3.1.17:35122, InterfaceAddress=10.137.3.85, TimeToLive=1}
                                               at com.tangosol.coherence.component.net.Cluster$SocketManager.refreshSockets(Cluster.CDB:91)
                                                at com.tangosol.coherence.component.net.Cluster$SocketManager$MulticastUdpSocket.onInterruptedIOException(Cluster.CDB:9)
                                           at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:33)
                                      at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
                                           at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
                                           at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
                                           at java.lang.Thread.run(Thread.java:662)
                        Caused by: java.net.SocketTimeoutException: Receive timed out
    3.  After that, I noticed copule of errors like
                                       Restarting Service: DistributedCache   validatePolls: This service timed-out due to unanswered handshake request. Manual intervention is required to stop the members that have not responded to this Poll
    4. Continously logging errors like :   Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/
    5.  After that noticed,
                             Service DistributedCache: received ServiceConfigSync containing 272 entries
                             2013-10-26 08:26:43,241 -0700 level=ERROR class="STDERR"              2013-10-26 08:26:43.241/76.243 Oracle Coherence GE 3.5.1/461 <Error> (thread=main, member=1): Error while starting service "DistributedCache":                          com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=2, Name=DistributedCache, Type=DistributedCache
                               MemberSet=ServiceMemberSet(
                                 OldestMember=Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=10.137.3.49:8088, MachineId=32817, Location=site:test.test.net,machine:test30b,process:3870)
                                           ActualMemberSet=MemberSet(Size=3, BitSetCount=2
                                        Member(Id=1, Timestamp=2013-10-26 08:26:12.289, Address=1.1.1.85:8088, MachineId=32853, Location=site:test.test.net,machine:test304,process:6207, Role=JavaLangThread)
                                        Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=1.1.1.49:8088, MachineId=32817, Location=site:test.test.net,machine:test30b,process:3870)
                                        Member(Id=5, Timestamp=2013-10-26 08:26:29.871, Address=1.1.1.86:8088, MachineId=32854, Location=site:test.test.net,machine:test305,process:3988)
                            MemberId/ServiceVersion/ServiceJoined/ServiceLeaving
                              1/3.5/Sat Oct 26 08:26:13 PDT 2013/false,
                              3/3.5/Sat Oct 26 05:16:47 PDT 2013/false,
                              5/3.5/Sat Oct 26 08:26:30 PDT 2013/false
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:6)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
    Your Help is highly appreciated !!!!
    Detailed Server Error Log:
    2013-10-26 00:15:13,280 -0700 level=ERROR class="STDERR"        
    2013-10-26 00:15:13.279/2079180.072 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 2642 ms communication delay (probable remote GC) with Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread); 34 packets rescheduled, PauseRate=0.0010, Threshold=222
    2013-10-26 00:15:15,508 -0700 level=ERROR class="STDERR"        
    2013-10-26 00:15:15.508/2079182.301 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 4875 ms communication delay (probable remote GC) with Member(Id=1, Timestamp=2013-10-08 22:00:17.258, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988, Role=JavaLangThread); 47 packets rescheduled, PauseRate=3.0E-4, Threshold=1438
    2013-10-26 01:15:29,028 -0700 level=ERROR class="STDERR"        
    2013-10-26 01:15:29.018/2082795.811 Oracle Coherence GE 3.5.1/461 <Info> (thread=PacketListenerN, member=4): Scheduled senior member heartbeat is overdue; rejoining multicast group.
    2013-10-26 01:15:29,036 -0700 level=ERROR class="STDERR"        
    2013-10-26 01:15:29.036/2082795.829 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 13068 ms communication delay (probable remote GC) with Member(Id=1, Timestamp=2013-10-08 22:00:17.258, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988, Role=JavaLangThread); 86 packets rescheduled, PauseRate=4.0E-4, Threshold=1438
    2013-10-26 01:15:29,037 -0700 level=ERROR class="STDERR"        
    2013-10-26 01:15:29.036/2082795.829 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 13069 ms communication delay (probable remote GC) with Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread); 84 packets rescheduled, PauseRate=0.0010, Threshold=269
    2013-10-26 01:31:44,494 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 02:15:34,907 -0700 level=ERROR class="STDERR"        
    2013-10-26 02:15:34.906/2086401.699 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 6476 ms communication delay (probable remote GC) with Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread); 24 packets rescheduled, PauseRate=0.0011, Threshold=313
    2013-10-26 02:43:52,199 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 03:00:55,493 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 03:15:41,144 -0700 level=ERROR class="STDERR"        
    2013-10-26 03:15:41.144/2090007.937 Oracle Coherence GE 3.5.1/461 <D5> (thread=PacketPublisher, member=4): Experienced a 202 ms communication delay (probable remote GC) with Member(Id=1, Timestamp=2013-10-08 22:00:17.258, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988, Role=JavaLangThread); 25 packets rescheduled, PauseRate=4.0E-4, Threshold=1509
    2013-10-26 03:15:41,592 -0700 level=ERROR class="STDERR"        
    2013-10-26 03:15:41.592/2090008.385 Oracle Coherence GE 3.5.1/461 <D5> (thread=PacketPublisher, member=4): Experienced a 371 ms communication delay (probable remote GC) with Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread); 41 packets rescheduled, PauseRate=0.0010, Threshold=290
    2013-10-26 03:31:38,099 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 04:15:47,869 -0700 level=ERROR class="STDERR"        
    2013-10-26 04:15:47.869/2093614.662 Oracle Coherence GE 3.5.1/461 <D5> (thread=PacketPublisher, member=4): Experienced a 850 ms communication delay (probable remote GC) with Member(Id=1, Timestamp=2013-10-08 22:00:17.258, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988, Role=JavaLangThread); 52 packets rescheduled, PauseRate=4.0E-4, Threshold=1509
    2013-10-26 04:16:00,192 -0700 level=ERROR class="STDERR"        
    2013-10-26 04:16:00.182/2093626.975 Oracle Coherence GE 3.5.1/461 <Info> (thread=PacketListenerN, member=4): Scheduled senior member heartbeat is overdue; rejoining multicast group.
    2013-10-26 04:16:00,199 -0700 level=ERROR class="STDERR"        
    2013-10-26 04:16:00.199/2093626.992 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 13180 ms communication delay (probable remote GC) with Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread); 126 packets rescheduled, PauseRate=0.0011, Threshold=424
    2013-10-26 04:16:01,897 -0700 level=ERROR class="STDERR"        
    2013-10-26 04:16:01.897/2093628.690 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=4): Experienced a 1503 ms communication delay (probable remote GC) with Member(Id=1, Timestamp=2013-10-08 22:00:17.258, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988, Role=JavaLangThread); 173 packets rescheduled, PauseRate=4.0E-4, Threshold=1509
    2013-10-26 04:26:54,424 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 04:51:52,096 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 05:02:52,292 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 05:16:06,076 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.075/2097232.868 Oracle Coherence GE 3.5.1/461 <Error> (thread=PacketListenerN, member=4):
    Stopping cluster due to unhandled exception: com.tangosol.net.messaging.ConnectionException: Unable to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=1.1.1..85:8088}, MulticastUdpSocket{State=STATE_OPEN, address:port=239.3.1.17:35122, InterfaceAddress=1.1.1..85, TimeToLive=1}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=1.1.1..85:8088}]; last failed socket: MulticastUdpSocket{State=STATE_OPEN, address:port=239.3.1.17:35122, InterfaceAddress=1.1.1..85, TimeToLive=1}
        at com.tangosol.coherence.component.net.Cluster$SocketManager.refreshSockets(Cluster.CDB:91)
        at com.tangosol.coherence.component.net.Cluster$SocketManager$MulticastUdpSocket.onInterruptedIOException(Cluster.CDB:9)
        at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:33)
        at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
        at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: java.net.SocketTimeoutException: Receive timed out
        at java.net.PlainDatagramSocketImpl.receive0(Native Method)
        at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:145)
        at java.net.DatagramSocket.receive(DatagramSocket.java:725)
        at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:20)
        at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19)
        at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
        at java.lang.Thread.run(Thread.java:662)
    2013-10-26 05:16:06,080 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.080/2097232.873 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=4): Service Cluster left the cluster
    2013-10-26 05:16:06,105 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.105/2097232.898 Oracle Coherence GE 3.5.1/461 <D5> (thread=Invocation:Management, member=4): Service Management left the cluster
    2013-10-26 05:16:06,105 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.105/2097232.898 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-180, member=4): Restarting NamedCache: test234aaaapeu-cache
    2013-10-26 05:16:06,105 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.105/2097232.898 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-180, member=4): Restarting Service: DistributedCache
    2013-10-26 05:16:06,110 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.106/2097232.899 Oracle Coherence GE 3.5.1/461 <Error> (thread=DistributedCache, member=4):
    validatePolls: This service timed-out due to unanswered handshake request. Manual intervention is required to stop the members that have not responded to this Poll
      PollId=24209529, active
      InitTimeMillis=1382789736843
      Service=DistributedCache (2)
      RespondedMemberSet=[]
      LeftMemberSet=[]
      RemainingMemberSet=[3]
    Request=Message "LockRequest"
      {test.test.net
      FromMember=Member(Id=4, Timestamp=2013-10-24 15:16:09.067, Address=1.1.1..85:8088, MachineId=32853, Location=site:test.test.net,machine:testabc304,process:4000)
      FromMessageId=38338332
      Internal=false
      MessagePartCount=1
      PendingCount=0
      MessageType=12
      ToPollId=0
      Poll=null
      Packets
      Service=DistributedCache{Name=DistributedCache, State=(SERVICE_STOPPED), Not initialized}
      ToMemberSet=MemberSet(Size=1, BitSetCount=1
    Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread)
      NotifySent=false
      null
      WaitTimeout=1382789776739, LeaseExpiration=9223372036854775807
    2013-10-26 05:16:06,110 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.109/2097232.902 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=4): Service DistributedCache left the cluster
    2013-10-26 05:16:06,117 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.117/2097232.910 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-180, member=n/a): Restarting cluster
    2013-10-26 05:16:06,198 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:06.198/2097232.991 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
    2013-10-26 05:16:07,410 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.410/2097234.203 Oracle Coherence GE 3.5.1/461 <Info> (thread=Cluster, member=n/a): Created a new cluster "cluster:0x27CB" with Member(Id=1, Timestamp=2013-10-26 05:16:06.128, Address=1.1.1..85:8088, MachineId=32853, Location=site:test.test.net,machine:testabc304,process:4000, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4) UID=0x0A89035500000141F4B15BF080551F98
    2013-10-26 05:16:07,436 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.436/2097234.229 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-180, member=1): Restarting Service: Management
    2013-10-26 05:16:07,450 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.450/2097234.243 Oracle Coherence GE 3.5.1/461 <D5> (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 1
    2013-10-26 05:16:07,474 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.474/2097234.267 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the cluster with senior service member 1
    2013-10-26 05:16:07,491 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.491/2097234.284 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-183, member=1): Restarting NamedCache: test234aaaaficustomer-cache
    2013-10-26 05:16:07,514 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.514/2097234.307 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-38, member=1): Restarting NamedCache: test234aaaaaccount-no-export-cache
    2013-10-26 05:16:07,529 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.529/2097234.322 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-136, member=1): Restarting NamedCache: test234aaaausrsum-cache
    2013-10-26 05:16:07,546 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.545/2097234.338 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-9, member=1): Restarting NamedCache: test234aaaafi-v2-cache
    2013-10-26 05:16:07,569 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.567/2097234.360 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-59, member=1): Restarting NamedCache: test234aaaaaccount-v2-cache
    2013-10-26 05:16:07,748 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.748/2097234.541 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-28, member=1): Restarting NamedCache: test234aaaafi-cache
    2013-10-26 05:16:07,816 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:07.816/2097234.609 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-133, member=1): Restarting NamedCache: test234aaaahistory-v2-cache
    2013-10-26 05:16:09,154 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.154/2097235.947 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-134, member=1): Restarting NamedCache: test234aaaaaccount-cache
    2013-10-26 05:16:09,169 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.169/2097235.962 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-134, member=1): Restarting NamedCache: test234aaaahistory-cache
    2013-10-26 05:16:09,444 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.444/2097236.237 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2013-10-26 05:16:09.259, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988) joined Cluster with senior member 1
    2013-10-26 05:16:09,539 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.539/2097236.332 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior member 1
    2013-10-26 05:16:09,580 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.579/2097236.372 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 2 joined Service DistributedCache with senior member 1
    2013-10-26 05:16:09,599 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.599/2097236.392 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Service DistributedCache: sending ServiceConfigSync containing 268 entries to Member 2
    2013-10-26 05:16:09,681 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.681/2097236.474 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 1> Transferring 128 out of 257 vulnerable partitions to member 2 requesting 128
    2013-10-26 05:16:09,892 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.881/2097236.674 Oracle Coherence GE 3.5.1/461 <D4> (thread=DistributedCache, member=1): 1> Transferring 129 out of 129 partitions to a machine-safe backup 1 at member 2 (under 129)
    2013-10-26 05:16:09,901 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:09.901/2097236.694 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 388KB of backup[1] for PartitionSet{128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256} to member 2
    2013-10-26 05:16:10,415 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:10.415/2097237.208 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..86,port=8088,localport=37005]}
    2013-10-26 05:16:10,657 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:10.657/2097237.450 Oracle Coherence GE 3.5.1/461 <Warning> (thread=Cluster, member=1): Received panic from junior member Member(Id=2, Timestamp=2013-10-26 05:16:09.259, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988) caused by Member(Id=3, Timestamp=2013-10-01 22:43:27.913, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870, Role=JavaLangThread)
    2013-10-26 05:16:11,592 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:11.592/2097238.385 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32822,localport=8088]}
    2013-10-26 05:16:13,568 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:13.568/2097240.361 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-52, member=1): Restarting NamedCache: test234aaaauserData-cache
    2013-10-26 05:16:13,596 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:13.596/2097240.389 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32823,localport=8088]}
    2013-10-26 05:16:14,937 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:14.937/2097241.730 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-52, member=1): Restarting NamedCache: test234aaaacheckimage-cache
    2013-10-26 05:16:15,600 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:15.600/2097242.393 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32824,localport=8088]}
    2013-10-26 05:16:17,602 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:17.602/2097244.395 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32825,localport=8088]}
    2013-10-26 05:16:19,605 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:19.605/2097246.398 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32828,localport=8088]}
    2013-10-26 05:16:21,609 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:21.609/2097248.402 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32829,localport=8088]}
    2013-10-26 05:16:23,611 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:23.611/2097250.404 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32830,localport=8088]}
    2013-10-26 05:16:25,616 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:25.616/2097252.409 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32831,localport=8088]}
    2013-10-26 05:16:27,619 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:27.619/2097254.412 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32832,localport=8088]}
    2013-10-26 05:16:29,621 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:29.621/2097256.414 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32833,localport=8088]}
    2013-10-26 05:16:31,626 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:31.626/2097258.419 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32834,localport=8088]}
    2013-10-26 05:16:33,631 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:33.631/2097260.424 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32835,localport=8088]}
    2013-10-26 05:16:35,632 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:35.632/2097262.425 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32836,localport=8088]}
    2013-10-26 05:16:37,636 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:37.635/2097264.428 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32837,localport=8088]}
    2013-10-26 05:16:39,641 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:39.640/2097266.433 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32838,localport=8088]}
    2013-10-26 05:16:41,643 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:41.643/2097268.436 Oracle Coherence GE 3.5.1/461 <D4> (thread=TcpRingListener, member=1): Rejecting connection to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32841,localport=8088]}
    2013-10-26 05:16:47,329 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:47.329/2097274.122 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870) joined Cluster with senior member 1
    2013-10-26 05:16:47,425 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:47.425/2097274.218 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 3 joined Service Management with senior member 1
    2013-10-26 05:16:47,477 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:47.476/2097274.269 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 3 joined Service DistributedCache with senior member 1
    2013-10-26 05:16:47,501 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:47.500/2097274.294 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Service DistributedCache: sending ServiceConfigSync containing 270 entries to Member 3
    2013-10-26 05:16:47,548 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:47.548/2097274.341 Oracle Coherence GE 3.5.1/461 <D5> (thread=TcpRingListener, member=1): TcpRing: connecting to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=32846,localport=8088]}
    2013-10-26 05:16:48,454 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:48.453/2097275.246 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 43 out of 129 primary partitions to member 3 requesting 43
    2013-10-26 05:16:48,709 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:48.709/2097275.502 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 39 out of 125 primary partitions to member 3 requesting 39
    2013-10-26 05:16:48,885 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:48.884/2097275.677 Oracle Coherence GE 3.5.1/461 <D5> (thread=http-0.0.0.0-8080-210, member=1): Repeating QueryRequest due to the re-distribution of PartitionSet{132, 133, 134, 135, 136, 137, 138, 139, 140, 141}
    2013-10-26 05:16:50,850 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:50.848/2097277.641 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 29 out of 115 primary partitions to member 3 requesting 29
    2013-10-26 05:16:50,968 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:50.968/2097277.761 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 21 out of 107 primary partitions to member 3 requesting 21
    2013-10-26 05:16:51,097 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.097/2097277.890 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 14 out of 100 primary partitions to member 3 requesting 14
    2013-10-26 05:16:51,218 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.218/2097278.011 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 6 out of 92 primary partitions to member 3 requesting 6
    2013-10-26 05:16:51,340 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.340/2097278.133 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): 2> Transferring 1 out of 87 primary partitions to member 3 requesting 1
    2013-10-26 05:16:51,352 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.352/2097278.145 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 540KB of backup[1] for PartitionSet{171, 172, 173, 174, 175, 176, 177} to member 3
    2013-10-26 05:16:51,465 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.464/2097278.257 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 575KB of backup[1] for PartitionSet{178, 179, 180, 181, 182, 183} to member 3
    2013-10-26 05:16:51,569 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.569/2097278.362 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 537KB of backup[1] for PartitionSet{184, 185, 186, 187} to member 3
    2013-10-26 05:16:51,688 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.688/2097278.481 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 553KB of backup[1] for PartitionSet{188, 189, 190, 191, 192, 193, 194, 195, 196} to member 3
    2013-10-26 05:16:51,817 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.817/2097278.610 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 526KB of backup[1] for PartitionSet{197, 198, 199, 200, 201, 202} to member 3
    2013-10-26 05:16:51,928 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:51.928/2097278.721 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 768KB of backup[1] for PartitionSet{203, 204, 205, 206, 207, 208, 209} to member 3
    2013-10-26 05:16:52,040 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:16:52.039/2097278.832 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Transferring 198KB of backup[1] for PartitionSet{210, 211, 212, 213} to member 3
    2013-10-26 05:19:06,157 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:19:06.157/2097412.950 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-63, member=1): Restarting NamedCache: throttleData-cache
    2013-10-26 05:22:15,094 -0700 level=ERROR class="STDERR"        
    2013-10-26 05:22:15.094/2097601.887 Oracle Coherence GE 3.5.1/461 <Info> (thread=http-0.0.0.0-8080-136, member=1): Restarting NamedCache: test234aaaadepositslipimage-cache
    2013-10-26 05:22:17,183 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 05:28:49,617 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 05:29:39,729 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 05:33:37,607 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 05:39:33,872 -0700 level=INFO  class="STDOUT"        
    WARN   getResponseBody, Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
    2013-10-26 06:49:30,617 -0700 level=ERROR class="STDERR"        
    2013-10-26 06:49:30.617/2102837.410 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=1): Experienced a 6378 ms communication delay (probable remote GC) with Member(Id=2, Timestamp=2013-10-26 05:16:09.259, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988); 56 packets rescheduled, PauseRate=0.0011, Threshold=1976
    2013-10-26 07:39:18,855 -0700 level=ERROR class="STDERR"        
    2013-10-26 07:39:18.854/2105825.647 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=1): Experienced a 7318 ms communication delay (probable remote GC) with Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870); 68 packets rescheduled, PauseRate=8.0E-4, Threshold=497
    2013-10-26 07:49:37,510 -0700 level=ERROR class="STDERR"        
    2013-10-26 07:49:37.510/2106444.303 Oracle Coherence GE 3.5.1/461 <Warning> (thread=PacketPublisher, member=1): Experienced a 6653 ms communication delay (probable remote GC) with Member(Id=2, Timestamp=2013-10-26 05:16:09.259, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988); 69 packets rescheduled, PauseRate=0.0014, Threshold=1785
    Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
    2013-10-26 08:26:11,291 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:11.291/44.293 Oracle Coherence GE 3.5.1/461 <Info> (thread=main, member=n/a): Loaded cache configuration from "file:/usr/local/whp-jboss-web-5/server/default/env/test234aaaacoherence-cache-config.xml"
    2013-10-26 08:26:12,263 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.263/45.265 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
    2013-10-26 08:26:12,477 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.477/45.479 Oracle Coherence GE 3.5.1/461 <Info> (thread=Cluster, member=n/a): This Member(Id=1, Timestamp=2013-10-26 08:26:12.289, Address=1.1.1..85:8088, MachineId=32853, Location=site:test.test.net,machine:testabc304,process:6207, Role=JavaLangThread, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4) joined cluster "cluster:0x27CB" with senior Member(Id=2, Timestamp=2013-10-26 05:16:09.259, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=4)
    2013-10-26 08:26:12,501 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.501/45.503 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870) joined Cluster with senior member 2
    2013-10-26 08:26:12,507 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.506/45.508 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Member 2 joined Service Management with senior member 2
    2013-10-26 08:26:12,507 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.507/45.509 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Member 2 joined Service DistributedCache with senior member 2
    2013-10-26 08:26:12,520 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.520/45.522 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Member 3 joined Service Management with senior member 2
    2013-10-26 08:26:12,520 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.520/45.522 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=n/a): Member 3 joined Service DistributedCache with senior member 2
    2013-10-26 08:26:12,639 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.639/45.641 Oracle Coherence GE 3.5.1/461 <D5> (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 2
    2013-10-26 08:26:12,700 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:12.700/45.702 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 3 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..49,port=8088,localport=52891]}
    2013-10-26 08:26:13,191 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:13.190/46.193 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the cluster with senior service member 2
    2013-10-26 08:26:14,538 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:14.538/47.540 Oracle Coherence GE 3.5.1/461 <D5> (thread=TcpRingListener, member=1): TcpRing: connecting to member 2 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..86,port=40281,localport=8088]}
    2013-10-26 08:26:29,695 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:29.694/62.696 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): TcpRing: disconnected from member 2 due to a kill request
    2013-10-26 08:26:29,695 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:29.694/62.696 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 2 left service Management with senior member 3
    2013-10-26 08:26:29,695 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:29.694/62.696 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 2 left service DistributedCache with senior member 3
    2013-10-26 08:26:29,696 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:29.696/62.698 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2013-10-26 08:26:29.694, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988) left Cluster with senior member 3
    2013-10-26 08:26:30,069 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:30.069/63.071 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member(Id=5, Timestamp=2013-10-26 08:26:29.871, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988) joined Cluster with senior member 3
    2013-10-26 08:26:30,271 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:30.271/63.273 Oracle Coherence GE 3.5.1/461 <D5> (thread=TcpRingListener, member=1): TcpRing: connecting to member 5 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/1.1.1..86,port=40285,localport=8088]}
    2013-10-26 08:26:30,272 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:30.272/63.274 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 5 joined Service Management with senior member 3
    2013-10-26 08:26:30,443 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:30.443/63.445 Oracle Coherence GE 3.5.1/461 <D5> (thread=Cluster, member=1): Member 5 joined Service DistributedCache with senior member 3
    2013-10-26 08:26:38,739 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:38.738/71.740 Oracle Coherence GE 3.5.1/461 <D5> (thread=DistributedCache, member=1): Service DistributedCache: received ServiceConfigSync containing 272 entries
    2013-10-26 08:26:43,241 -0700 level=ERROR class="STDERR"        
    2013-10-26 08:26:43.241/76.243 Oracle Coherence GE 3.5.1/461 <Error> (thread=main, member=1): Error while starting service "DistributedCache": com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=2, Name=DistributedCache, Type=DistributedCache
      MemberSet=ServiceMemberSet(
    OldestMember=Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870)
    ActualMemberSet=MemberSet(Size=3, BitSetCount=2
    Member(Id=1, Timestamp=2013-10-26 08:26:12.289, Address=1.1.1..85:8088, MachineId=32853, Location=site:test.test.net,machine:testabc304,process:6207, Role=JavaLangThread)
    Member(Id=3, Timestamp=2013-10-26 05:16:47.128, Address=1.1.1..49:8088, MachineId=32817, Location=site:test.test.net,machine:testabc30b,process:3870)
    Member(Id=5, Timestamp=2013-10-26 08:26:29.871, Address=1.1.1..86:8088, MachineId=32854, Location=site:test.test.net,machine:testabc305,process:3988)
    MemberId/ServiceVersion/ServiceJoined/ServiceLeaving
    1/3.5/Sat Oct 26 08:26:13 PDT 2013/false,
    3/3.5/Sat Oct 26 05:16:47 PDT 2013/false,
    5/3.5/Sat Oct 26 08:26:30 PDT 2013/false
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:6)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
        at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:28)
        at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
        at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
        at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
        at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:973)
        at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:842)
        at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1053)
        at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:290)
        at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:747)
        at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:724

    Hi
    The common causes of communication delays and packet timeouts are excessive GC pauses, high CPU usage, and swapping. 
    Each of these occurrences may disrupt the Coherence packet processing threads, thus preventing the processing and acknowledgment of packets from other cluster members.
    1 check GC performance , see process memory consumption and GC logs.
    2 check cpu , vmstat , top command.
    3 check swap , vmstat command.
    see Oracle Support Doc ID 1110544.1
    Although communication delays and packet timeouts can be caused by network related issue.
    check performance network :
    Performing a Datagram Test for Network Performance - Coherence 3.5 User Guide - Oracle Coherence Knowledge Base
    regards,
    Leo_TA

  • Help...Vendor Evaluation Websurvey not showing

    Dear All,
    Im facing a problem in Vendor evaluation. I've done the following steps:
    1. Create Questionnaire and assign it to Survey
    2. Define Event for survey
    3. Activate SRM_VE_SERVICE and UWS_FORM_SERVICE in SICF
    When I create confirmation for PO, the survey page should appear automatically so I can fill the questionnaire. But it only show a blank page. Does anyone has ever experienced the same problem?
    Rgds,
    Aleluya.

    Hi Aleluya ,
    you nee to perform this config steps
    1.To create surveys and questionnaires, make the necessary settings in Customizing for Supplier
    Relationship Management (SRM) under SRM Server Integration with Other mySAP Components
    Data Transfer to the SAP Business Information Warehouse Settings for Application-Specific DataSources (SRM)
    Web Survey Cockpit for SRM Supplier Evaluation .
    or you can use  this tcode  BBP_EVAL_SURVEY
    2. To create a Web survey, choose Survey Create from the menu. The name and the identifier
    can be chosen freely. The survey credentials are not used for calling up the questionnaire later on,
    but are helpful for categorizing the different questionnaires.
    3. After having saved a survey for the first time, you can add a new target group for mass data to its
    target group hierarchy. No additional user information (e-mail, user) is needed here, because user
    information is added to the questionnaire at runtime.
    4. To create a questionnaire, choose the Questionnaire pushbutton.
    Note
    Thanks & Regards
    Pradeep Kumar Dondeti

  • Need a help to update coherence cache values in c++

    Hi,
    I need to update coherence cache value of a particular object.
    Managed<ExposureHolderContract>::Handle contract =
    cast<Managed<ExposureHolderContract>::Handle>(cache->get(vsName));
    contract->setName("dsafd");
    When i try to cast to a ManagedObject:: Handle it says
    coherence::lang::ConstCastException: attempt to cast from a "const coherence::lang::Managed<ExposureHolderContract>" to a "coherence::lang::Managed<ExposureHolderContract>"
    at void coherence::lang::coh_throw_const_cast(const std::type_info&, const std::type_info&)(ConstCastException.cpp:27)
    at coherence::lang::coh_throw_const_cast(std::type_info const&, std::type_info const&)
    <stack frame symbol unavailable>
    <stack frame symbol unavailable>
    <stack frame symbol unavailable>
    <stack frame symbol unavailable>
    <stack frame symbol unavailable>
    at __libc_start_main
    on thread "main"
    In the documentation it says in order to call non static methods we need to retrieve the handle.
    but when I try to cast to a handle it fails.
    I'm inserting data to coherence cache by calling Managed::create method. Is this method making immutable object.
    ExposureHolderContract tempEhc(contractId, name, date, age, weight);
    Managed<ExposureHolderContract>::Handle ss = Managed<ExposureHolderContract>::create(tempEhc);
    cache->put(String::create(contractId.c_str()), ss);
    Please help me to update the recorde value.
    regards,
    sura

    Hi Sura,
    It is a matter of safety and correctness. The in-process caches return a locally held object, and thus if you made some change to it, that change would be visible within the in-process cache, while not visible to the remote cache. Thus future access to the in-process cache would see a value which does not actually exist in the remote cache. While it is true that if you modify it with the intent to immediately re-insert it this shrinks the window of incorrectness that window still exists, and of course the cache has no idea if you will ever reinsert the value. As for the effect on performance it should be insignificant if you actually do put it back in the cache as the cost of a cache update will easily be multiple orders of magnitude greater then the cost of the clone. Also remember there is no requirement to clone a value if you don't intend to mutate it, you can safely use it via the View. So the only time the performance cost of the clone could be considered significant is when you intend to mutate but not reinsert the data, but a clone is also necessary there as not cloning it would leave the in-process cache in an inconsistent state with respect to the remote cache.
    Mark
    Oracle Coherence

  • Help! Need advice on how to upgrade to Windows 7 from Windows 7 Evaluation Copy: Build 7100

    I am on an HP Pavillion Media Center m8200m PC.  The computer came with Vista on it and did not come with any Vista operating system installation discs when I bought it.  I did make a set of two system recovery discs from this original Vista operating system,  About 3 months ago, I decided to put on an evaluation copy of Windows 7 (Build 7100).  In order to do this, I had to remove Vista completely from my computer and then install the the Windows 7 evaluation download from Microsoft.  It has worked fine since, but will expire shortly.  I now want to put on a permanent installation of Windows 7, but am unsure how to do this.  Can someone please explain the procedure to me.  I have read that I cannot upgrade to anything directly from the Windows 7 evaluation copy.  Do I need to recover the computer and install Vista from the recovery discs  (providing I can reinstall Vista from these recovery discs), then upgrade to a permanent version of Windows 7 (from a less expensive Windows 7 upgrade).  Or, will I have to buy a full version of Windows 7 and start from scratch?  Also, is there a way to retain all my data on this computer during this new installation of Windows 7, or will I lose averything including programs, data, etc. and have to reinstall it once I have the new permanent operating system on the computer?  
    I'm usually pretty good with this stuff, but can't seem to get a straight answer.  I want to do this as soon as possible, so would greatly appreciate a straight, clear explanation of what to do.  I would truly appreciate it.

    It is possible to upgrade the evaluation version to the RTM version with some fiddling as shown here.  It would be better to do a clean install.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Need help with the evaluation version of Lightroom CC : the app doesn't launch.

    Hello, I have installed the Creative Cloud and Lightroom CC three days ago (version d'essai).
    When I try to start Lightroom CC, I get a window with a countdown saying "28 days left", and at the bottom of this window there is a "pursue the evaluation" click button, but when I click on it (to start using Lightroom), nothing happens. I have not been able to launch the app for the last 2 days!
    Thanks for your help.

    Hi,
    Here are some system info : I'm using a LENOVO YOGA 2, Windows 8.1, Intel Core i7, 64 bits.
    In fact, the Creative Cloud applications did not unexpectedly revert to trial mode because I did ask for a trial version. At the time, it was the first time I installed Lightroom on my computer (a new computer) and I wanted to test the new Creative Cloud & its applications for photographers (Lightroom 6 and Photoshop).
    As I said previously, when I try to launch Lightroom CC, I get a window with a countdown saying "28 days left" (which is ok because I installed the 30-days trial version two days ago). At the bottom of this window, there is a "pursue the evaluation" click button (on which I should click to start the app), but when I click on this button, the windows shots and nothing else happens : Lightroom doesn't open. 

Maybe you are looking for

  • HT1711 How can you tell if a song has DRM?

    I recently purchased a Sonos speaker system for my home.  I have noticed that I cannot play certain songs from my iTunes on my Sonos system because they were purchased through iTunes pre-iTunes Plus (the songs are DRM).  Is there some kind of filter

  • Applet launching browser window in Java 6u10+

    Finding a problem that appears to be limited to Java 6u10+. We have an applet which opens multiple JFrame windows, and in some cases, the user might click something in the applet that should trigger the browser to show a popup browser window with som

  • How to change Itunes store email account

    I setup an ipod and now want to give to daughter.. it is synched with my email in the Itunes Store.. how do i change that?

  • Problem Management

    Is their an add on that will allow me to manage reported problems with SAP (Help Desk Function)? I would like to capture, track and resolve user reported problems. I am aware their is a service call function in SAP B1, has anyone effectively used tha

  • Problem printing more than one picture in Elements 12

    I am running Photoshop Elements 12 on a MAC Powerbook Pro with OSX 10.9.1.  I can only print our one picture at a time, then have to close Element 12 and restart to print another one.  What is wrong?