PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence FAQ
  Label: faq-trouble-shooting

Content with label faq-trouble-shooting in Coherence FAQ (See content from all spaces)
Related Labels: testing , concurrent-counter , communication , demo

How can I test the Coherence functionality on a single workstation?
simplest way is to run either the Coherence command line utility or the Swing GUI demo. On Windows, if the {{.jar}} extension is associated with {{java.exe}} or {{javaw.exe}}, you can run the Swing GUI demo directly from the Windows Explorer by doubleclicking on the {{tangosol\lib ...
Why do I receive warnings regarding "sun.misc.AtomicLong"
When available Coherence will utilize either {{sun.misc.AtomicLong}} or {{java.util.concurrent.atomic.AtomicLong}} (1.5 only) to implement concurrent counters. If neither of these is available Coherence will use a somewhat less performant synchronized counter, and output the following warning. sun.misc.AtomicLong is not supported on this JVM; using a synchronized counter ...
Why two instances of Coherence on separate machines don't see each other?
two instances of Coherence on separate machines cannot communicate with each other, the following are the most likely reasons: Multicast not enabled or blocked It is possible, particularly if you are trying this on your development machine(s), that your LAN does not have multicast turned on. It is a common ...