"Storage is not configured" during failover - COH-1467 still not fixed?

I am runing a test program using two cache nodes and one "client JVM", all on the same machine (the first cache node is used as WKA). When I kill one of the cache nodes and the restart it again I get the following exceptions:
In the surviving cache node:
2009-01-22 08:01:14.753/112.718 Oracle Coherence GE 3.4.1/407 <Error> (thread=DistributedCache, member=1): An exception (java.lang.ClassCastException) occurred reading Message AggregateFilterRequest Type=31 for Service=DistributedCache{Name=DistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartitions=0}
2009-01-22 08:01:14.753/112.718 Oracle Coherence GE 3.4.1/407 <Error> (thread=DistributedCache, member=1): Terminating DistributedCache due to unhandled exception: java.lang.ClassCastException
2009-01-22 08:01:14.753/112.718 Oracle Coherence GE 3.4.1/407 <Error> (thread=DistributedCache, member=1):
java.lang.ClassCastException: java.lang.Long
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$AggregateFilterRequest.read(DistributedCache.CDB:8)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:117)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
     at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
     at java.lang.Thread.run(Thread.java:619)
On the restarted cache node:
2009-01-22 08:01:15.722/2.220 Oracle Coherence GE 3.4.1/407 <Info> (thread=Main Thread, member=n/a): Loaded cache configuration from resource "file:/C:/Javaproj/Query/lib/master-coherence-cache-config.xml"
2009-01-22 08:01:16.565/3.063 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
2009-01-22 08:01:16.628/3.126 Oracle Coherence GE 3.4.1/407 <Info> (thread=Cluster, member=n/a): Failed to satisfy the variance: allowed=16, actual=31
2009-01-22 08:01:16.628/3.126 Oracle Coherence GE 3.4.1/407 <Info> (thread=Cluster, member=n/a): Increasing allowable variance to 17
2009-01-22 08:01:17.003/3.501 Oracle Coherence GE 3.4.1/407 <Info> (thread=Cluster, member=n/a): This Member(Id=5, Timestamp=2009-01-22 08:01:16.768, Address=138.106.109.121:54101, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22728, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1) joined cluster with senior Member(Id=1, Timestamp=2009-01-22 07:59:24.098, Address=138.106.109.121:54100, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22948, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1)
2009-01-22 08:01:17.065/3.563 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Member(Id=4, Timestamp=2009-01-22 08:00:35.566, Address=138.106.109.121:8088, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:11544) joined Cluster with senior member 1
2009-01-22 08:01:17.081/3.579 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Member 1 joined Service Management with senior member 1
2009-01-22 08:01:17.081/3.579 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Member 1 joined Service InvocationService with senior member 1
2009-01-22 08:01:17.081/3.579 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Member 1 joined Service DistributedCacheNoBackup with senior member 1
2009-01-22 08:01:17.097/3.595 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Member 4 joined Service InvocationService with senior member 1
2009-01-22 08:01:17.097/3.595 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=n/a): Member 4 joined Service DistributedCache with senior member 4
2009-01-22 08:01:17.222/3.720 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): TcpRing: connecting to member 4 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/138.106.109.121,port=8088,localport=3609]}
2009-01-22 08:01:17.253/3.751 Oracle Coherence GE 3.4.1/407 <D5> (thread=Invocation:Management, member=5): Service Management joined the cluster with senior service member 1
2009-01-22 08:01:17.393/3.891 Oracle Coherence GE 3.4.1/407 <D5> (thread=Invocation:InvocationService, member=5): Service InvocationService joined the cluster with senior service member 1
2009-01-22 08:01:18.643/5.141 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 joined Service DistributedCache with senior member 4
2009-01-22 08:01:19.050/5.548 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 left service DistributedCache with senior member 4
2009-01-22 08:01:23.659/10.157 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 joined Service DistributedCache with senior member 4
2009-01-22 08:01:24.284/10.782 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 left service DistributedCache with senior member 4
2009-01-22 08:01:28.674/15.172 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 joined Service DistributedCache with senior member 4
2009-01-22 08:01:29.503/16.001 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 left service DistributedCache with senior member 4
2009-01-22 08:01:33.674/20.172 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 joined Service DistributedCache with senior member 4
2009-01-22 08:01:33.721/20.219 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 left service DistributedCache with senior member 4
2009-01-22 08:01:38.674/25.172 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 joined Service DistributedCache with senior member 4
2009-01-22 08:01:38.956/25.454 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 left service DistributedCache with senior member 4
2009-01-22 08:01:43.690/30.188 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 joined Service DistributedCache with senior member 4
2009-01-22 08:01:44.174/30.672 Oracle Coherence GE 3.4.1/407 <D5> (thread=Cluster, member=5): Member 1 left service DistributedCache with senior member 4
2009-01-22 08:01:47.659/34.157 Oracle Coherence GE 3.4.1/407 <Error> (thread=Main Thread, member=5): Error while starting service "InvocationService": com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=2, Name=InvocationService, Type=Invocation
MemberSet=ServiceMemberSet(
OldestMember=Member(Id=1, Timestamp=2009-01-22 07:59:24.098, Address=138.106.109.121:54100, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22948)
ActualMemberSet=MemberSet(Size=3, BitSetCount=2
Member(Id=1, Timestamp=2009-01-22 07:59:24.098, Address=138.106.109.121:54100, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22948)
Member(Id=4, Timestamp=2009-01-22 08:00:35.566, Address=138.106.109.121:8088, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:11544)
Member(Id=5, Timestamp=2009-01-22 08:01:16.768, Address=138.106.109.121:54101, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22728)
MemberId/ServiceVersion/ServiceJoined/ServiceLeaving
1/3.1/Thu Jan 22 07:59:27 CET 2009/false,
4/3.1/Thu Jan 22 08:00:36 CET 2009/false,
5/3.1/Thu Jan 22 08:01:17 CET 2009/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:27)
     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.ensureRunningService(SafeService.CDB:27)
     at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
     at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:841)
     at com.tangosol.net.DefaultCacheServer.start(DefaultCacheServer.java:140)
     at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:61)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
Exception in thread "Main Thread" com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=2, Name=InvocationService, Type=Invocation
MemberSet=ServiceMemberSet(
OldestMember=Member(Id=1, Timestamp=2009-01-22 07:59:24.098, Address=138.106.109.121:54100, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22948)
ActualMemberSet=MemberSet(Size=3, BitSetCount=2
Member(Id=1, Timestamp=2009-01-22 07:59:24.098, Address=138.106.109.121:54100, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22948)
Member(Id=4, Timestamp=2009-01-22 08:00:35.566, Address=138.106.109.121:8088, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:11544)
Member(Id=5, Timestamp=2009-01-22 08:01:16.768, Address=138.106.109.121:54101, MachineId=36217, Location=site:global.scd.scania.com,machine:N27858,process:22728)
MemberId/ServiceVersion/ServiceJoined/ServiceLeaving
1/3.1/Thu Jan 22 07:59:27 CET 2009/false,
4/3.1/Thu Jan 22 08:00:36 CET 2009/false,
5/3.1/Thu Jan 22 08:01:17 CET 2009/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:27)
     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.ensureRunningService(SafeService.CDB:27)
     at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
     at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:841)
     at com.tangosol.net.DefaultCacheServer.start(DefaultCacheServer.java:140)
     at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:61)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
2009-01-22 08:01:47.659/34.157 Oracle Coherence GE 3.4.1/407 <Error> (thread=Invocation:InvocationService, member=5): 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=1, active
InitTimeMillis=1232607677393
Service=InvocationService (2)
RespondedMemberSet=[1]
LeftMemberSet=[]
RemainingMemberSet=[4]
2009-01-22 08:01:47.659/34.157 Oracle Coherence GE 3.4.1/407 <D5> (thread=Invocation:InvocationService, member=5): Service InvocationService left the cluster
2009-01-22 08:01:47.659/34.157 Oracle Coherence GE 3.4.1/407 <D4> (thread=ShutdownHook, member=5): ShutdownHook: stopping cluster node
Process finished with exit code 1
On the client JVM:
2009-01-22 08:01:14.815/41.265 Oracle Coherence GE 3.4.1/407 <D5> (thread=Invocation:InvocationService, member=4): Repeating AggregateFilterRequest due to the re-distribution of PartitionSet[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127]
java.lang.RuntimeException: Storage is not configured
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.onMissingStorage(DistributedCache.CDB:9)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:33)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.aggregate(DistributedCache.CDB:11)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.aggregate(DistributedCache.CDB:52)
     at com.tangosol.coherence.component.util.SafeNamedCache.aggregate(SafeNamedCache.CDB:1)
     at com.tangosol.net.cache.NearCache.aggregate(NearCache.java:453)
     at com.scania.oas.coherence.invocables.ValueQueryInvocable.typeSearch(ValueQueryInvocable.java:260)
     at com.scania.oas.coherence.invocables.ValueQueryInvocable.queryStringFirstSearch(ValueQueryInvocable.java:300)
     at com.scania.oas.coherence.invocables.ValueQueryInvocable.run(ValueQueryInvocable.java:135)
     at com.scania.oas.coherence.invocables.InvocableWrapper.run(InvocableWrapper.java:54)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.InvocationService.onInvocationRequest(InvocationService.CDB:10)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.InvocationService$InvocationRequest.onReceived(InvocationService.CDB:40)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:130)
     at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
     at java.lang.Thread.run(Thread.java:619)
java.lang.RuntimeException: Storage is not configured
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.onMissingStorage(DistributedCache.CDB:9)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:33)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.aggregate(DistributedCache.CDB:11)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.aggregate(DistributedCache.CDB:52)
     at com.tangosol.coherence.component.util.SafeNamedCache.aggregate(SafeNamedCache.CDB:1)
     at com.tangosol.net.cache.NearCache.aggregate(NearCache.java:453)
     at com.scania.oas.coherence.invocables.ValueQueryInvocable.queryStringSearch(ValueQueryInvocable.java:268)
     at com.scania.oas.coherence.invocables.ValueQueryInvocable.queryStringFirstSearch(ValueQueryInvocable.java:297)
     at com.scania.oas.coherence.invocables.ValueQueryInvocable.run(ValueQueryInvocable.java:135)
     at com.scania.oas.coherence.invocables.InvocableWrapper.run(InvocableWrapper.java:54)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.InvocationService.onInvocationRequest(InvocationService.CDB:10)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.InvocationService$InvocationRequest.onReceived(InvocationService.CDB:40)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:130)
     at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
     at java.lang.Thread.run(Thread.java:619)
I even tried to re-write the "run method" in tthe invocable in a way that caused it to, in a loop, perform a delay and then re-try its calculations when it received a runtime exception with the text "Storage is not configured" causing the retreival a new named cache each time but this did not help - it never seemed to recover...
Since I dont see any of my application classes in the "class cast" trace-back I assume it is an Coherence internal problem or can you thiink about some user programming error that could cause it? I am by the way not using any long or "Long in my application...
Best Regards
Magnus

Hi Magnus,
The log you provided seems to indicate that the problem was caused by the de-serialization of the “AggregateFilterRequest” message. The only explanation we have is that you are using a custom Filter that has asymmetrical serialization/deserialization routines, causing this failure. Could you please send us the corresponding client code?
Meanwhile, we will open a JIRA issue, to make sure that Coherence handles this kind of error more gracefully.
-David

Similar Messages

  • I cannot update my ipad2 to ios5.  Updating through iTunes on pc Windows Vista, Error message reads "cannot connect to iPad Software Update Server.  Tried resetting network settings, still not connecting.  Tried updating iTunes, still not connecting.

    I cannot update my ipad2 to ios5.  Updating through iTunes on pc Windows Vista, Error message reads "cannot connect to iPad Software Update Server.  Tried resetting network settings, still not connecting.  Tried updating iTunes, still not connecting.

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom

  • WRT300N Router will not configure during setup

    I have a WRT300N Router Version 1.1, when reinstalling this on my computer after a crash I cannot get the setup to complete.  When the setup goes throught the config stage it gets to 99% and then stops and gives me an error message that it would not configure. 
    I have updated the firmware and this still will not get it to work.  What can I do? 

    After a firmware upgrade, you must reset the router to factory defaults, then setup the router again from scratch.  If you have not done this since your last firmware upgrade, please do this now and see if it corrects your problem.  If you saved a router configuration file, DO NOT use it.
    To reset the router press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...
    If your Internet Service Providor is Cable follow this link
    If your Internet Service Providor is DSL follow this link

  • OSX 10.6.8 Safari: Flash not working, did clean reinstall & but still not working

    OSX 10.6.8 Safari: Flash stopped working (couldn't access Spotify or videos), did clean reinstall & installed newest Flash Player, but still not working and still getting messages to "get flash"

    Right click or Ctrl+Click
    and it's right there
    IF   (BIG if...)
    You're using the FULL installer and NOT the "stub installer".
    Flash Player 12.0.0.44 (MAc OS X)

  • Black not printing - did all recommended steps, still not printing

    I tried all the steps recommended in other posts. Still not printing black. If I replace the printhead, will that solve the problem?

    Hello @MN8  and @WHMaggie,
    Welcome to the HP Support Forums!
    I understand that you are both experiencing quality issues when printing in black ink from your HP Officejet 6500 All-in-One Printers. I would like to offer some additional assistance with resolving this issue.
    Can I please have you both click here to access the troubleshooting steps. Once the support document opens please check Steps 1-5 to ensure that no steps have been missed. If you have completed those 5 steps to no avail, please proceed with Step 7 and Step 8 to manually clean and soak the Printhead mechanism.
    Should the issue persist after cleaning the Printhead manually than the next step would be to replace the Printhead. The Printhead is the part that the cartridges fit into. It controls 'reading' the cartridges and putting ink on the page. If you're experiencing cartridge detection or quality issues and a replacement cartridge fails to resolve the issue than the next step would be to replace the Printhead mechanism. There is always a chance that the print system within the actual Officejet is defective. Should that be the case than a replacement Printhead will not resolve the issue and a whole unit replacement would be needed. If your printers are Out of Warranty I would recommend contacting our Technical Support queue by phone to explore replacement Printhead and printer options.
    HP Technical Support can be reached at: 800-474-6836.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    HP Worldwide Contact
    I wish you both luck going forward with this issue. Have a nice day!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Drivers are installed and configured correctly but PHP can still not find them

    Hi,
    I am trying to test my application on and IIS/MSSQL setup before trying to deploy it to a customer's site. I have a clean install of IIS, SQL Server and PHP. The Servers appear to be configured correctly. I have downloaded and installed drivers according
    to the Microsoft documentation. I have made sure the module is enabled in IIS and the entry isin the PHP.ini file.
    Using "PHP -i" in powershell gives:
    PHP Startup: Unable to load dynamic library
    'C:\xampp\php\ext\php_pdo_sqlsrv_55_nts.dll' - The specified module could not be found.
    I am using the PHP from my xampp installation as I need the newer version of PHP to support my application. The PHP version is 5.6.3.
    When I try to connect to the database in PHP I get: 
    #0 CACDB::fail(could not find driver) called at [C:\plato\dal\dbconn.php:24]
    #1 CACDB->__construct() called at [C:\plato\dal\dbconn.php:36]
    #2 CACDB::Connection() called at [C:\plato\dal\user.php:17] 
    Thanks in advance,
    Dion

    You should be able to disable that item in the device manager console?also I'm fairly sure there is a "Stop bugging me about this" option when Vista finds new hardware. Sorry for the vague reply, I'm nowhere near any Vista PC's right now

  • IPad 4 wifi only location services not working. Tried reset already still not working. Any ideas ?

    I'm all out of ideas. Any help will be a blessing.

    Not all WiFi provides accurate locations.  If that happened to me, I would try a different WiFi and see if that helps.
    Here's an article that might help:
    iOS 6: Understanding Location Services

  • DPM 2012 R2 install fail - Reporting services "definition contains XML that is not well-formed or the XML is not valid"

    Hi Everyone,
    I've been battling with this for a while and I'm getting nowhere. I'm attempting to install DPM 2012R2 onto a fresh VM with a local SQL installation. The setup is as follows:
    Server OS: 2008R2 SP1
    SQL: 2008 R2 standard with SP3(tried SP2 before this)
    Collation: SQL_Latin1_General_CP1_CI_AS
    Reporting services installed: Yes(ticked do not configure during the installation)
    Enabled reporting servics on port 80 with the default URL
    DPM Installation does not throw any errors during the preinstall stage(The server passes all the checks)
    Basically, when Installing. I get this error(extract):
     at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.DeployFileInServer(Boolean recreate, ReportDBInfo rptInfo)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.DeployReports(String sourceFolderPath, Boolean recreate, Boolean calledFromSetup)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.InstallReports(Boolean calledFromSetup, String sourceFolderPath, String sqlServerName, String sqlInstanceName, String dbConnectionString)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ReportingConfiguration.DeployReports(Boolean isRemoteReporting, String sqlMachineName, String sqlInstanceName, String rsMachineName, String rsInstanceName, String installerPath)
    [10/12/2014 2:35:25 p.m.] * Exception :  => Report configuration failed.Verify that SQL Server Reporting Services is installed properly and that it is running.Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.BackEndErrorException: exception
    ---> Microsoft.Internal.EnterpriseStorage.Dls.Setup.Exceptions.ReportDeploymentException: exception ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException:
    exception ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: The report definition is not valid or supported by this version of Reporting Services. This could be the result of publishing a report definition of
    a later version of Reporting Services, or that the report definition contains XML that is not well-formed or the XML is not valid based on the Report Definition schema. Details: Root element is missing.
       at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Warning[]& Warnings)
       at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Warning[]& Warnings)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Reporting.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.CreateReport(String pathOfReport, ReportDBInfo rptInfo)
       --- End of inner exception stack trace ---
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.CreateReport(String pathOfReport, ReportDBInfo rptInfo)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.DeployFileInServer(Boolean recreate, ReportDBInfo rptInfo)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.DeployReports(String sourceFolderPath, Boolean recreate, Boolean calledFromSetup)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.InstallReports(Boolean calledFromSetup, String sourceFolderPath, String sqlServerName, String sqlInstanceName, String dbConnectionString)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ReportingConfiguration.DeployReports(Boolean isRemoteReporting, String sqlMachineName, String sqlInstanceName, String rsMachineName, String rsInstanceName, String installerPath)
       --- End of inner exception stack trace ---
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ReportingConfiguration.DeployReports(Boolean isRemoteReporting, String sqlMachineName, String sqlInstanceName, String rsMachineName, String rsInstanceName, String installerPath)
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.DeployReports(String reportserverConfigFilePath, Boolean isOemSetup, String sqlMachineName, String sqlInstanceName, Boolean isRemoteReporting, String reportingServerMachineName, String
    reportingInstanceName)
       --- End of inner exception stack trace ---
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.BackEnd.DeployReports(String reportserverConfigFilePath, Boolean isOemSetup, String sqlMachineName, String sqlInstanceName, Boolean isRemoteReporting, String reportingServerMachineName, String
    reportingInstanceName)
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.DpmInstaller.DeployReports(Boolean isRemoteReporting, Boolean isUpgrade)
       at Microsoft.Internal.EnterpriseStorage.Dls.Setup.Wizard.ProgressPage.InstallerThreadEntry()
    *** Mojito error was: ReportDeploymentFailed; 0; None
    [10/12/2014 2:35:25 p.m.] *** Error : Report configuration failed.
    Verify that SQL Server Reporting Services is installed properly and that it is running.
    ID: 812
    [10/12/2014 2:35:25 p.m.] Information : Data Protection Manager installation has failed. All the items that were copied during the installation process have been removed.
    For details, click the Error tab.
    Any ideas?
    I've managed to get it to this stage. Originally I didn't have encryption keys or a listening port(which I fixed).

    Can you try following steps:
    If there are SSL certificates on your computer, by default SQL 2008
    installation configures HTTPS for reporting websites. When DPM tries to
    deploy reports on these websites it may fail if the reporting websites
    are not accessible (might be due to invalid/expired certificates). To
    workaround this, provided you do not require HTTPS for reporting websites do
    the following:
    1. Edit C:\Program Files\Microsoft DPM\SQL\MSRS10.MSDPMV3BETA1EVAL\Reporting
    Services\ReportServer\rsreportserver.config
    2. Set the SecureConnectionLevel to 0 if the current value is 2 (A value to
    2 means secure connection is required)
    3. Connect to SQL reporting service configuration manager and connect to the
    instance MSDPMV3BETA1EVAL
    4. Click on Web Service URL, click advanced and remove SSL identities
    5. Repeat the above for Report Manager URL
    6. Make sure report manager URL and web service URL are accessible with out
    any errors.
    6. Restart report server
    If that doesn't solve the problem, please try following steps:
    1. Open Start-> All programs->SQL server 2008->Configuration Tools->Report
    Server Configuration Manager
    2. Connect to the instance which the DPM is using to install.
    3. Browse Report Manager URL and web service url
    4. If report manager URL or web service url throws any error say 500 or 404
    fix the error. (Try also replacing machine name with localhost in url)
    5. Otherwise delete DPMReports folder (if present) using below instructions
    6. Restart reporting services
    7. Try DPM setup again.
    Deleting DPM reports:
    1. Open report manager URL in IE
    2. Click show details on right hand side
    3. Put a tick against DPMReports folder
    4. Click Delete button.
    Regards, Trinadh [MSFT] This posting is provided AS IS with no warranties, and confers no rights. If you found the reply helpful, please MARK IT AS ANSWER. Looking for source of information for DPM? http://blogs.technet.com/b/dpm/ http://technet.microsoft.com/en-in/library/hh758173.aspx

  • 1.01--white Balance still not working?

    the white balance tool in 1.01 seems better, but still not right. Every other white balance tool, you click on a pixel/area, and the tool turns that area neutral, eg. the RG and b channels are the same, and adjusts the rest of the image. In aperture it appears to do something else. not even the pixel under the tool ends up neutral, whether you're using the digital color meter, or whether you open it in psd and check there.
    am i doing something wrong? or is this thing still not right?

    Nope - it is still not right.
    In CS1 to CS2 the big improvement was the "smart sampling" of the colour picker. It seemed to make the best calculatiuons of the 3x3 pixel region.
    The fix has improved the quality (particularly the tint, but not the temperature as much). It is still really difficult to create a stamp for several white balance adjustments that works as it is too much by eye. Whereas with 1.0 I used ACR and re-imported, I can now use Aperture for 50% of the sodium lighting adjustments.

  • Configuring Coherence-java.lang.RuntimeException: Storage is not configured

    Hi,
    I am try to use web coherence to store session data for our application. I am trying to integrate Coherence with Weblogic 10.3.
    I tried configuration steps mentioned at:
    http://download.oracle.com/docs/cd/E14526_01/coh.350/e14536/wslinstall.htm
    I packaged and configured EAR scoped cluster nodes as mentioned in step 2.2.2.2 in the document.
    I have following setup configured:
    1.Apache Web server
    2.2 Weblogic managed servers.
    All the servers are on same machine.
    I started coherence server (coherence 3.5 bundled with Weblogic ), and then i started managed server nodes.
    While server startup i can see in console output that Weblogic is talking to coherence and vice - versa.
    But when i hit application I end up with error.Following is the stack trace associated with it:
    I got same exception when i tried hitting through Apache or individually Weblogic server as well.
    java.lang.RuntimeException: Storage is not configured
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.onMissingStorage(DistributedCache.CDB:9)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:34)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.containsKey(DistributedCache.CDB:16)
         at com.tangosol.util.ConverterCollections$ConverterMap.containsKey(ConverterCollections.java:1519)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.containsKey(DistributedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.containsKey(SafeNamedCache.CDB:1)
         at com.tangosol.net.cache.CachingMap.containsKey(CachingMap.java:401)
         at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.isExistent(AbstractHttpSessionCollection.java:569)
         at weblogic.servlet.internal.session.CoherenceWebSessionContextImpl.getSessionInternal(CoherenceWebSessionContextImpl.java:363)
         at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getValidSession(ServletRequestImpl.java:2847)
         at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getSessionInternal(ServletRequestImpl.java:2402)
         at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.getSession(ServletRequestImpl.java:2369)
         at weblogic.servlet.internal.ServletRequestImpl.getSession(ServletRequestImpl.java:1285)
         at weblogic.servlet.security.internal.SecurityModule$SessionRetrievalAction.run(SecurityModule.java:610)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.security.internal.SecurityModule.getUserSession(SecurityModule.java:501)
         at weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:81)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2204)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<Feb 11, 2011 12:48:40 PM IST> <Error> <HTTP> <PAWADHIYA-IN> <managed1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <68c8ed900610f403:74e29dca:12e13930e60:-7fe8-0000000000000019> <1297408720625> <BEA-101020> <[ServletContext@32833247[app:OSLLearningToolApp module:LTWeb path:/LTWeb spec-version:2.5 version:V2.0]] Servlet failed with Exception
    java.lang.IllegalStateException: Failed to retrieve session: Storage is not configured
         at weblogic.servlet.security.internal.SecurityModule.getUserSession(SecurityModule.java:505)
         at weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:81)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2204)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Please help.

    java.lang.RuntimeException: Storage is not configuredThis just means that you are not running any cache servers, and that the WebLogic servers are configured as "storage disabled".
    Normally, with a WebLogic application, the Coherence "storage cluster" is run separately from the WebLogic "application cluster". Basically, you're going to run a number of Coherence "cache servers" with the same Coherence configuration as is used by WebLogic, but specify on the command line that the cache servers are "storage enabled".
    -Dtangosol.coherence.distributed.localstorage=truePeace,
    Cameron Purdy | Oracle Coherence
    http://coherence.oracle.com/

  • Intermittent java.lang.RuntimeException: Storage is not configured

    My (storage disabled) application runs zero or more times successfully and then starts getting "java.lang.RuntimeException: Storage is not configured" at startup. My console output from the cache-server and my app are below. I'm running the coherence-server.cmd and the trading apps on the same dual core machine. I assume my coherence server is screwing up because all simultaneously running apps start getting this error at the same time. After a short time the system seems to recover and the apps are again talking to the coherence cache. Sorry for pasting so much text - not sure what's relevant.
    Thanks!
    Andrew
    2009-02-23 23:05:01.134/1353.518 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): Member 3 joined Service DistributedCache with senior member 1
    2009-02-23 23:05:01.158/1353.542 Oracle Coherence GE 3.4.2/411 <D5> (thread=Dist
    ributedCache, member=1): Service DistributedCache: sending ServiceConfigSync con
    taining 259 entries to Member 3
    2009-02-23 23:05:01.850/1354.234 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): TcpRing: disconnected from member 2 due to a kill request
    2009-02-23 23:05:01.850/1354.234 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): Member 2 left service DistributedCache with senior member 1
    2009-02-23 23:05:01.850/1354.234 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): Member(Id=2, Timestamp=2009-02-23 23:05:01.85, Address=192.168.1
    .102:8089, MachineId=26982, Location=process:2496, Role=Trading_appOrderGenerato
    r) left Cluster with senior member 1
    2009-02-23 23:05:02.993/1355.377 Oracle Coherence GE 3.4.2/411 <D5> (thread=TcpR
    ingListener, member=1): TcpRing: connecting to member 3 using TcpSocket{State=ST
    ATE_OPEN, Socket=Socket[addr=/192.168.1.102,port=55841,localport=8088]}
    2009-02-23 23:05:06.850/1359.234 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): TcpRing: disconnected from member 3 due to a kill request
    2009-02-23 23:05:06.850/1359.234 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): Member 3 left service DistributedCache with senior member 1
    2009-02-23 23:05:06.851/1359.235 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clus
    ter, member=1): Member(Id=3, Timestamp=2009-02-23 23:05:06.85, Address=192.168.1
    .102:8091, MachineId=26982, Location=process:4824, Role=Trading_appOrderGenerato
    r) left Cluster with senior member 1
    c:\oc_test\trading_app&gt;java.exe -Dtangosol.coherence.distributed.localstorage=fa
    lse -client -classpath C:\oc_test\trading_app\classes;C:\java\javaclasses\apache
    -log4j-1.2.15\log4j-1.2.15.jar;C:\coherence\lib\coherence.jar trading_app.OrderG
    enerator
    2009-02-23 22:08:40.219/0.221 Oracle Coherence 3.4.2/411 &lt;Info&gt; (thread=main, me
    mber=n/a): Loaded operational configuration from resource "jar:file:/C:/coherenc
    e/lib/coherence.jar!/tangosol-coherence.xml"
    2009-02-23 22:08:40.224/0.226 Oracle Coherence 3.4.2/411 &lt;Info&gt; (thread=main, me
    mber=n/a): Loaded operational overrides from resource "jar:file:/C:/coherence/li
    b/coherence.jar!/tangosol-coherence-override-dev.xml"
    2009-02-23 22:08:40.225/0.227 Oracle Coherence 3.4.2/411 &lt;D5&gt; (thread=main, memb
    er=n/a): Optional configuration override "/tangosol-coherence-override.xml" is n
    ot specified
    2009-02-23 22:08:40.228/0.230 Oracle Coherence 3.4.2/411 &lt;D5&gt; (thread=main, memb
    er=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.4.2/411
    Grid Edition: Development mode
    Copyright (c) 2000-2009 Oracle. All rights reserved.
    2009-02-23 22:08:40.394/0.396 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=main,
    member=n/a): Loaded cache configuration from resource "jar:file:/C:/coherence/l
    ib/coherence.jar!/coherence-cache-config.xml"
    2009-02-23 22:08:40.857/0.859 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Service Cluster joined the cluster with senior service member n/a
    2009-02-23 22:08:41.068/1.070 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=Clust
    er, member=n/a): This Member(Id=44, Timestamp=2009-02-23 22:08:40.865, Address=1
    0.1.1.1:8091, MachineId=2561, Location=machine:andrew-PC,process:4900, Role=Trad
    ing_appOrderGenerator, Edition=Grid Edition, Mode=Development, CpuCount=2, Socke
    tCount=1) joined cluster "cluster:0x2FFB" with senior Member(Id=2, Timestamp=200
    9-02-23 20:00:41.971, Address=10.1.1.1:8089, MachineId=2561, Location=machine:an
    drew-PC,process:1212, Role=Exchange_simExchange, Edition=Grid Edition, Mode=Deve
    lopment, CpuCount=2, SocketCount=1)
    2009-02-23 22:08:41.076/1.078 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member(Id=3, Timestamp=2009-02-23 20:15:55.39, Address=10.1.1.1:8
    088, MachineId=2561, Location=machine:andrew-PC,process:440, Role=Exchange_simEx
    change) joined Cluster with senior member 2
    2009-02-23 22:08:41.076/1.078 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member(Id=4, Timestamp=2009-02-23 22:04:23.567, Address=10.1.1.1:
    8090, MachineId=2561, Location=machine:andrew-PC,process:4196, Role=CoherenceSer
    ver) joined Cluster with senior member 2
    2009-02-23 22:08:41.080/1.082 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member 2 joined Service DistributedCache with senior member 2
    2009-02-23 22:08:41.080/1.082 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member 4 joined Service DistributedCache with senior member 2
    2009-02-23 22:08:41.080/1.082 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member 4 joined Service ReplicatedCache with senior member 4
    2009-02-23 22:08:41.080/1.082 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member 4 joined Service OptimisticCache with senior member 4
    2009-02-23 22:08:41.080/1.083 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member 4 joined Service InvocationService with senior member 4
    2009-02-23 22:08:41.081/1.083 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Member 3 joined Service DistributedCache with senior member 2
    2009-02-23 22:08:41.266/1.268 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=44): TcpRing: connecting to member 4 using TcpSocket{State=STATE_OPEN,
    Socket=Socket[http://addr=/10.1.1.1,port=8090,localport=55342]}
    2009-02-23 22:08:41.292/1.294 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Distrib
    utedCache, member=44): Service DistributedCache joined the cluster with senior s
    ervice member 2
    2009-02-23 22:08:41.299/1.301 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Distrib
    utedCache, member=44): Service DistributedCache: received ServiceConfigSync cont
    aining 259 entries
    c:\oc_test\trading_app&gt;call run.bat
    c:\oc_test\trading_app&gt;java.exe -Dtangosol.coherence.distributed.localstorage=fa
    lse -client -classpath C:\oc_test\trading_app\classes;C:\java\javaclasses\apache
    -log4j-1.2.15\log4j-1.2.15.jar;C:\coherence\lib\coherence.jar trading_app.OrderG
    enerator
    2009-02-23 22:08:42.149/0.230 Oracle Coherence 3.4.2/411 &lt;Info&gt; (thread=main, me
    mber=n/a): Loaded operational configuration from resource "jar:file:/C:/coherenc
    e/lib/coherence.jar!/tangosol-coherence.xml"
    2009-02-23 22:08:42.153/0.234 Oracle Coherence 3.4.2/411 &lt;Info&gt; (thread=main, me
    mber=n/a): Loaded operational overrides from resource "jar:file:/C:/coherence/li
    b/coherence.jar!/tangosol-coherence-override-dev.xml"
    2009-02-23 22:08:42.154/0.235 Oracle Coherence 3.4.2/411 &lt;D5&gt; (thread=main, memb
    er=n/a): Optional configuration override "/tangosol-coherence-override.xml" is n
    ot specified
    2009-02-23 22:08:42.157/0.238 Oracle Coherence 3.4.2/411 &lt;D5&gt; (thread=main, memb
    er=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.4.2/411
    Grid Edition: Development mode
    Copyright (c) 2000-2009 Oracle. All rights reserved.
    2009-02-23 22:08:42.318/0.399 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=main,
    member=n/a): Loaded cache configuration from resource "jar:file:/C:/coherence/l
    ib/coherence.jar!/coherence-cache-config.xml"
    2009-02-23 22:08:42.781/0.862 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Service Cluster joined the cluster with senior service member n/a
    2009-02-23 22:08:45.981/4.062 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=Clust
    er, member=n/a): Created a new cluster "cluster:0x2FFB" with Member(Id=1, Timest
    amp=2009-02-23 22:08:42.625, Address=192.168.1.102:8088, MachineId=26982, Locati
    on=process:644, Role=Trading_appOrderGenerator, Edition=Grid Edition, Mode=Devel
    opment, CpuCount=2, SocketCount=1) UID=0xC0A801660000011FA678678169661F98
    2009-02-23 22:08:46.258/4.339 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Distrib
    utedCache, member=1): Service DistributedCache joined the cluster with senior se
    rvice member 1
    Exception in thread "main" java.lang.RuntimeException: Storage is not configured
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache$BinaryMap.onMissingStorage(DistributedCache.CDB:9)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache$BinaryMap.addMapListener(DistributedCache.CDB:49)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.g
    rid.DistributedCache$ViewMap.addMapListener(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.addMapListener(S
    afeNamedCache.CDB:12)
    at com.tangosol.coherence.component.util.SafeNamedCache.addMapListener(S
    afeNamedCache.CDB:47)
    at trading_app.OrderGenerator.&lt;init&gt;(OrderGenerator.java:33)
    at trading_app.OrderGenerator.main(OrderGenerator.java:50)
    c:\coherence\bin&gt;cache-server.cmd
    java version "1.6.0_12"
    Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
    Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)
    2009-02-23 22:42:27.878/0.262 Oracle Coherence 3.4.2/411 &lt;Info&gt; (thread=main, me
    mber=n/a): Loaded operational configuration from resource "jar:file:/C:/coherenc
    e/lib/coherence.jar!/tangosol-coherence.xml"
    2009-02-23 22:42:27.883/0.267 Oracle Coherence 3.4.2/411 &lt;Info&gt; (thread=main, me
    mber=n/a): Loaded operational overrides from resource "jar:file:/C:/coherence/li
    b/coherence.jar!/tangosol-coherence-override-dev.xml"
    2009-02-23 22:42:27.883/0.267 Oracle Coherence 3.4.2/411 &lt;D5&gt; (thread=main, memb
    er=n/a): Optional configuration override "/tangosol-coherence-override.xml" is n
    ot specified
    2009-02-23 22:42:27.888/0.272 Oracle Coherence 3.4.2/411 &lt;D5&gt; (thread=main, memb
    er=n/a): Optional configuration override "/custom-mbeans.xml" is not specified
    Oracle Coherence Version 3.4.2/411
    Grid Edition: Development mode
    Copyright (c) 2000-2009 Oracle. All rights reserved.
    2009-02-23 22:42:28.128/0.512 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=main,
    member=n/a): Loaded cache configuration from resource "jar:file:/C:/coherence/l
    ib/coherence.jar!/coherence-cache-config.xml"
    2009-02-23 22:42:28.618/1.002 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Cluster
    , member=n/a): Service Cluster joined the cluster with senior service member n/a
    2009-02-23 22:42:31.819/4.203 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=Clust
    er, member=n/a): Created a new cluster "cluster:0x2FFB" with Member(Id=1, Timest
    amp=2009-02-23 22:42:28.461, Address=192.168.1.102:8088, MachineId=26982, Locati
    on=process:2152, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, C
    puCount=2, SocketCount=1) UID=0xC0A801660000011FA69750ED69661F98
    2009-02-23 22:42:32.072/4.456 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Distrib
    utedCache, member=1): Service DistributedCache joined the cluster with senior se
    rvice member 1
    2009-02-23 22:42:32.147/4.531 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Replica
    tedCache, member=1): Service ReplicatedCache joined the cluster with senior serv
    ice member 1
    2009-02-23 22:42:32.159/4.543 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Optimis
    ticCache, member=1): Service OptimisticCache joined the cluster with senior serv
    ice member 1
    2009-02-23 22:42:32.178/4.562 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (thread=Invocat
    ion:InvocationService, member=1): Service InvocationService joined the cluster w
    ith senior service member 1
    2009-02-23 22:42:32.180/4.564 Oracle Coherence GE 3.4.2/411 &lt;Info&gt; (thread=main,
    member=1): Started DefaultCacheServer...
    SafeCluster: Name=cluster:0x2FFB
    Group{Address=224.3.4.2, Port=34411, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2009-02-23 22:42:28.461, Address=192.168.1.1
    02:8088, MachineId=26982, Location=process:2152, Role=CoherenceServer)
    OldestMember=Member(Id=1, Timestamp=2009-02-23 22:42:28.461, Address=192.168.1
    .102:8088, MachineId=26982, Location=process:2152, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2009-02-23 22:42:28.461, Address=192.168.1.102:8088,
    MachineId=26982, Location=process:2152, Role=CoherenceServer)
    RecycleMillis=120000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    Services
    TcpRing{TcpSocketAccepter{State=STATE_OPEN, ServerSocket=192.168.1.102:8088},
    Connections=[]}
    ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Vers
    ion=3.4, OldestMemberId=1}
    DistributedCache{Name=DistributedCache, State=(SERVICE_STARTED), LocalStorage=
    enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartit
    ions=0}
    ReplicatedCache{Name=ReplicatedCache, State=(SERVICE_STARTED), Id=2, Version=3
    .0, OldestMemberId=1}
    Optimistic{Name=OptimisticCache, State=(SERVICE_STARTED), Id=3, Version=3.0, O
    ldestMemberId=1}
    InvocationService{Name=InvocationService, State=(SERVICE_STARTED), Id=4, Versi
    on=3.1, OldestMemberId=1}
    2009-02-23 22:08:22.950/240.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 34 due to a kill request
    2009-02-23 22:08:22.950/240.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 34 left service DistributedCache with senior member
    2009-02-23 22:08:22.951/240.290 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=34, Timestamp=2009-02-23 22:08:22.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:4988, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:24.015/241.354 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=35, Timestamp=2009-02-23 22:08:23.816, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:5600, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:24.219/241.558 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 35 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55333,localport=8090]}
    2009-02-23 22:08:24.219/241.558 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 35 joined Service DistributedCache with senior memb
    2009-02-23 22:08:24.950/242.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 35 due to a kill request
    2009-02-23 22:08:24.950/242.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 35 left service DistributedCache with senior member
    2009-02-23 22:08:24.951/242.290 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=35, Timestamp=2009-02-23 22:08:24.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:5600, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:25.920/243.259 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=36, Timestamp=2009-02-23 22:08:25.72, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:5168, Role=Tradi
    rderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:26.121/243.460 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 36 joined Service DistributedCache with senior memb
    2009-02-23 22:08:26.126/243.465 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 36 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55334,localport=8090]}
    2009-02-23 22:08:26.950/244.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 36 due to a kill request
    2009-02-23 22:08:26.950/244.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 36 left service DistributedCache with senior member
    2009-02-23 22:08:26.950/244.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=36, Timestamp=2009-02-23 22:08:26.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:5168, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:27.796/245.135 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=37, Timestamp=2009-02-23 22:08:27.604, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:4500, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:28.000/245.339 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 37 joined Service DistributedCache with senior memb
    2009-02-23 22:08:28.001/245.340 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 37 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55335,localport=8090]}
    2009-02-23 22:08:28.950/246.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 37 due to a kill request
    2009-02-23 22:08:28.950/246.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 37 left service DistributedCache with senior member
    2009-02-23 22:08:28.950/246.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=37, Timestamp=2009-02-23 22:08:28.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:4500, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:29.645/246.984 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=38, Timestamp=2009-02-23 22:08:29.453, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:5456, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:29.846/247.185 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 38 joined Service DistributedCache with senior memb
    2009-02-23 22:08:29.850/247.189 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 38 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55336,localport=8090]}
    2009-02-23 22:08:30.950/248.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 38 due to a kill request
    2009-02-23 22:08:30.950/248.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 38 left service DistributedCache with senior member
    2009-02-23 22:08:30.950/248.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=38, Timestamp=2009-02-23 22:08:30.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:5456, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:31.505/248.844 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=39, Timestamp=2009-02-23 22:08:31.313, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:4324, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:31.712/249.051 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 39 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55337,localport=8090]}
    2009-02-23 22:08:31.712/249.051 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 39 joined Service DistributedCache with senior memb
    2009-02-23 22:08:32.950/250.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 39 due to a kill request
    2009-02-23 22:08:32.950/250.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 39 left service DistributedCache with senior member
    2009-02-23 22:08:32.950/250.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=39, Timestamp=2009-02-23 22:08:32.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:4324, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:33.405/250.744 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=40, Timestamp=2009-02-23 22:08:33.214, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:6052, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:33.610/250.949 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 40 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55338,localport=8090]}
    2009-02-23 22:08:33.633/250.972 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 40 joined Service DistributedCache with senior memb
    2009-02-23 22:08:34.950/252.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 40 due to a kill request
    2009-02-23 22:08:34.950/252.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 40 left service DistributedCache with senior member
    2009-02-23 22:08:34.951/252.290 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=40, Timestamp=2009-02-23 22:08:34.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:6052, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:35.304/252.643 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=41, Timestamp=2009-02-23 22:08:35.112, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:4004, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:35.509/252.848 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 41 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55339,localport=8090]}
    2009-02-23 22:08:35.535/252.874 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 41 joined Service DistributedCache with senior memb
    2009-02-23 22:08:36.950/254.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 41 due to a kill request
    2009-02-23 22:08:36.950/254.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 41 left service DistributedCache with senior member
    2009-02-23 22:08:36.950/254.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=41, Timestamp=2009-02-23 22:08:36.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:4004, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:37.217/254.556 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=42, Timestamp=2009-02-23 22:08:37.024, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:5916, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:37.423/254.762 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 42 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55340,localport=8090]}
    2009-02-23 22:08:37.447/254.786 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 42 joined Service DistributedCache with senior memb
    2009-02-23 22:08:37.950/255.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 42 due to a kill request
    2009-02-23 22:08:37.950/255.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 42 left service DistributedCache with senior member
    2009-02-23 22:08:37.951/255.290 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=42, Timestamp=2009-02-23 22:08:37.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:5916, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:39.131/256.470 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=43, Timestamp=2009-02-23 22:08:38.94, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:2464, Role=Tradi
    rderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:39.336/256.675 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 43 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55341,localport=8090]}
    2009-02-23 22:08:39.359/256.698 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 43 joined Service DistributedCache with senior memb
    2009-02-23 22:08:39.950/257.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 43 due to a kill request
    2009-02-23 22:08:39.950/257.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 43 left service DistributedCache with senior member
    2009-02-23 22:08:39.950/257.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=43, Timestamp=2009-02-23 22:08:39.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:2464, Role=Tradi
    rderGenerator) left Cluster with senior member 2
    2009-02-23 22:08:41.064/258.403 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=44, Timestamp=2009-02-23 22:08:40.865, Address=1
    :8091, MachineId=2561, Location=machine:andrew-PC,process:4900, Role=Trad
    OrderGenerator) joined Cluster with senior member 2
    2009-02-23 22:08:41.268/258.607 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    ngListener, member=4): TcpRing: connecting to member 44 using TcpSocket{S
    ATE_OPEN, Socket=Socket[http://addr=/10.1.1.1,port=55342,localport=8090]}
    2009-02-23 22:08:41.287/258.626 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 44 joined Service DistributedCache with senior memb
    2009-02-23 22:08:41.950/259.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): TcpRing: disconnected from member 44 due to a kill request
    2009-02-23 22:08:41.950/259.289 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member 44 left service DistributedCache with senior member
    2009-02-23 22:08:41.951/259.290 Oracle Coherence GE 3.4.2/411 &lt;D5&gt; (threa
    er, member=4): Member(Id=44, Timestamp=2009-02-23 22:08:41.95, Address=10
    8091, MachineId=2561, Location=machine:andrew-PC,process:4900, Role=Tradi
    rderGenerator) left Cluster with senior member 2

    This is what I see on one of my client apps when the problem occurs. Looks like the coherence server disappears, no?
    waiting for events...
    waiting for events...
    waiting for events...
    waiting for events...
    2009-02-23 23:30:13.869/113.548 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clust
    er, member=2): MemberLeft notification for Member 4 received from Member(Id=1, T
    imestamp=2009-02-23 22:42:28.461, Address=192.168.1.102:8088, MachineId=26982, L
    ocation=process:2152, Role=CoherenceServer)
    2009-02-23 23:30:13.869/113.548 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clust
    er, member=2): Member 4 left service DistributedCache with senior member 1
    2009-02-23 23:30:13.874/113.553 Oracle Coherence GE 3.4.2/411 <D5> (thread=Clust
    er, member=2): Member(Id=4, Timestamp=2009-02-23 23:30:13.87, Address=192.168.1.
    102:8090, MachineId=26982, Location=process:4988, Role=Trading_appOrderGenerator
    ) left Cluster with senior member 1
    waiting for events...
    waiting for events...
    waiting for events...

  • Storage is not configured

    Hi, We configured a distributed cache. 2 nodes in the cache will have local storage and the local node without the local storage. Some times it works and some times We are getting the following error:
    Exception in thread "main" java.lang.RuntimeException: Storage is not configured
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$BinaryMap.onMissingStorage(DistributedCache.CDB:9)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$BinaryMap.put(DistributedCache.CDB:17)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$BinaryMap.put(DistributedCache.CDB:1)
         at com.tangosol.util.ConverterCollections$ConverterMap.put(ConverterCollections.java:1317)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$ViewMap.put(DistributedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
         at test.Test.runSerializable(Test.java:85)
         at test.Test.main(Test.java:35)
    Thanks,
    Kris

    Hi Kris,
    I can't tell from the exchange so far if this is a possibility, but I've seen very similar behavior when launching JVMs from a shell script like:
    java com.tangosol.net.DefaultCacheServer &
    java com.tangosol.net.DefaultCacheServer &
    java -Dtangosol.coherence.distributed.localstorage=false test.Test
    The problem is that the background spawn process is fast enough (and the discovery process slow enough) that the storage disabled node can in some cases start up, join its own cluster, query for membership, and exit before the storage-enabled nodes have even joined the cluster.
    The simplest solution (for testing) is to place a polling loop at the beginning of the storage-disabled main() which blocks until storage-enabled nodes have been started:
    NamedCache cache = ...;
    DistributedCacheService service = (DistributedCacheService)cache.getCacheService();
    while (service.getStorageEnabledMembers().size() == 0) { Thread.sleep(1000); }Jon Purdy
    Tangosol, Inc.

  • Storage is not configured exception

    Hi
    I have 3 boxes running clustered distributed. One of them is supposed to be a dedicated cache server (all the cache data will be stored here). So the other two have the command line option of " -Dtangosol.coherence.distributed.localstorage=false" at the time of startup. But on one of the boxes when I hit my test cache page is giving this exception. THe other box is fine. Can anyone explain the cause of this error.
    Thanks
    Balaji
    Servlet failed with Exception
    java.lang.RuntimeException: Storage is not configured
    I have attached the config file.<br><br> <b> Attachment: </b><br>near-cache-config.xml <br> (*To use this attachment you will need to rename 229.bin to near-cache-config.xml after the download is complete.)

    My initial guess is that the problem is caused by the autostart element not being set to true. The cache server, if it does nothing, has no excuse to start up that cache service, and thus there is no storage enabled. The autostart option makes the cache server initialize that service.
    Please take a look at this document on the Coherence 3.1 Wiki:
    http://wiki.tangosol.com/display/COH31UG/caching-schemes
    Peace.

  • Windows 2003 Cluster IP Conflict during failover. Possible Spilt Brain Syndrome ?

    Dear all,
    I would like to ask if anyone had a case of IP Conflict on the Virtual Cluster IP Address resource ? 
    It was observed that both Windows cluster nodes presented the Virtual IP address resource at the same time.
    Could I know how can such a thing happen, there are may safeguards to prevent such spilt brain symptom.
    Thanks a lot.

    Dear Tim & Alex
    Apologies for the late reply . Forgot about the alert me feature...
    Our switches are configured with a feature to lock-out (disable) any port with a duplicate IP address/MAC address.
    May I know would there actually be a time for maybe for a split second where both Virtual Cluster IP addresses are presented on the NICs of both nodes ?
    This incident happened again but this time the situation was during a restart of the passive node. What happened was that upon restart, the resources on the active node attempted to fail over to the passive node when I restarted the passive node. Upon login,
    I then realised that the port on the restarted node was portlocked and the services stayed on the restarted node, even though It was strange for it to failover as it had not reason to ( it was running fine on the other node) . I tried to open the cluster administrator
    on the node that was not restarted and it had cluster administrator in a hanged state however the service was indicated as started. The cluster administrator on the restarted node indicated cluster IP has failed while the ownership was all on the restarted
    node. 
    I find it curious that the cluster administrator would be unresponsive on the node that was not restarted as it did a failover smoothly just 30 min ago.
    Thanks for your time!

  • WDS "windows setup could not configure Windows on this computer's hardware"

    I use WDS on a 2008 R2 server to deploy Windows 7 Enterprise with SP1 64-bit custom images to a variety of devices within our enterprise. This has worked flawlessly for two years. I have three desktop models and three laptop models (all HP) that share
    a common .wim image. I PXE boot a desktop and choose the image file to deploy. It deploys like magic - until this past week. HP sent us a replacement drive for warranty repair on one computer and on that one PC I started seeing the "Windows setup
    could not configure Windows on this computer's hardware" message after deploying Windows 7. The image deploys just fine, the computer reboots just fine, services are set up, all devices are detected. As soon as "Setup is installing devices" hits
    100% and the "Setup is applying system settings" phase begins, that message appears. After researching the error and pulling the logs that Microsoft's KB 2466753 describes, it seemed that my problem was related to an "Advanced Format"
    disk in that new computer. What I don't get is that they state that this problem was resolved in SP1 (which is what I'm deploying!). So, I started downloading storage drivers to my boot image thinking that maybe a newer driver would fix things. Eventually
    (many drivers later), I got the new hard drive to successfully take my Windows 7 image. Here's where it all went to pieces. No sooner had I corrected the problem on that ONE machine, that none of my other machines would successfully re-image. After
    2 years of flawless operation, now all my computer models exhibit this same error (except the one with the new replacement drive). After recreating my boot image in WDS (being sure to pull it from a Win 7 SP1 DVD) and adding every driver in WDS practically,
    I've gotten all but one particular model to successfully image. No matter what drivers I add (keep in mind, that no drivers have been removed
    from WDS during any of this process), the HP z210 desktops I use will not accept the image. Microsoft suggests flipping BIOS settings but why the heck would I want to do that on every machine when their BIOS settings have never been a problem
    before this? They also say I should only need to download special Intel drivers if my disks are set up with RAID - which they are not. Anyway, as a test, I inserted a standard Windows 7 Enterprise with SP1 64-bit DVD (same one I used to extract my boot.wim)
    and installed Windows on that model with no trouble at all. I only get this error when deploying through WDS. I'm at my wits end and would appreciate any and all help at this point.  Thank you!

    Hi,
    Based on my understanding, the current situation is all other computers deployment is fine but z210 desktops.
    If so, it seems like you have the incorrect driver in WDS for that particular computer z210 desktops you used.
    I suggest install it from WDS without driver for test.
    In addition, you can post this issue in 
    Setup Deployment to check the WDS setting issue.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • How do i Fresh intall?

    How do i intall a fresh copy os os X on my macbook im used to the install routine on windows xp, does it format on its own? is there a guide?

  • Burn DVD using Premiere Pro 2.0

    I use premiere pro 2.0 on my PC with Windows 7.  I can edit and save a video project, but I can't burn it to a DVD. Is there a burn program in 2.0, or is there another burning program that will accept premiere pro 2.0 projects?  I can import video se

  • IMac w/ built in iSight V standalone iSight

    Hello, In a few days time (I can hardly wait!), I will be the proud owner of a 20" iMac iSight. I have a couple of questions, if anyone can oblige: Is the iMac's iSight better quality than my standalone iSight? Will I still be able to use my standalo

  • How do i know if sound check  is on or off

    how do i know if sound check is on in i tunes

  • Clearing of Additional Amounts and Income-Related Expenses

    Dear colleagues, Can anyone, please, give me a practical example for such configuration?  What does SAP understand under income-related expenses and what kind of clearing will be processed? Many thanks, Paulo