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.

Similar Messages

  • "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

  • 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...

  • 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/

  • 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.

  • Security exceptions not configurable after release 31 (bug number 1042889 is not fixed)

    We are running Firefox 31 32 and 33 on different machines on windows/XP (updated until end of support).
    Our router has an expired certificate. On the machines updated to Firefox 32 or above the security popup screen does not show. Instead we just get the corresponding error message, when trying to access the router's homepage.
    I looked at the support thread "Secure Connection Failed- can not confirm security exception (since update to 31)" .
    The posted solutions do NOT work!
    Chrome and even IE work fine.
    Please take a look at what was changed and reverse it.
    Or add a possibility to configure exceptions to the always accessible options tab "security", Having only 262 users with the same problem, means all others having the problem just moved to other browsers.
    For someone using Firefox since the beginning and liking it this will be a hard step, so I raise the issue again.
    No, buying a new router is NOT an option, because it manages our network storage and printers and the rule is "never fix a running system".

    hello, the fix of the bug number you have referred to has already landed in firefox 31.2.0 esr and will land in the regular firefox release channel in case there is an update to firefox 33 or else in version 34.

  • 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]

  • Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception -Interface not registered(Exception from HRESULT:0X....

    Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception - "Interface not registered(Exception from HRESULT:0X...."
    I am not able to capture any objects of my web application using coded ui recorder. Even though it is a simple html page, coded ui is showing a message  -"Interface not registered(Exception from HRESULT:0X...."
    Please give me solution , why this is hapening. I am having problem with object identification. Even I am not able to identify any object in google.com.
    swapnanil sengupta

    TechnologyName is displaying as "MSAA" . But my application is a Webapplication.If I try to spy the google .com's search field then also TechnologyName is displaying as "MSAA". Is it any configuration issue of vsts codedui.
    swapnanil sengupta

  • Certificate not Trusted Exception

    Hi,
    I am trying to invoke Axis soap call from webshpere (my requirement is to trust all certificates), but getting certificate not trusted exception. Appreciate any suggestions for fixing this issue.
    Code:
    public String transport(String strMessage, String strParticipantUrl, String methodName, String keyStorePwd) throws RouterException {
         String result = null;
         boolean isErrorOccured = false;
         String errorMessage = null;
         LOGGER.info("Calling Carrier Web Service.......");
         LOGGER.info("Web Service URL is :" + strParticipantUrl);
         LOGGER.info("Web Service Method Name is :" + methodName);
         ServiceFactory serviceFactory = new ServiceFactory();
         Service service = null;
         try {
              service = (Service) serviceFactory.createService(new QName(
              FundTransferConstants.QNAME_SERVICE));
              } catch (ServiceException e) {
              isErrorOccured = true;
         Integer connectionTimeOut = FundTransferContext.getInstance()
         .getConnectionTimeOut();
         org.apache.axis.client.Call call = null;
         if (null != service) {
              try {
                   LOGGER.info("setting ssl status to debug");
                   System.setProperty("javax.ssl.debug", "all");
                   String proxyHost = FundTransferUtil.getProperty("PROXY.HOST");
                   String proxyPort = FundTransferUtil.getProperty("PROXY.PORT");
                   String username = FundTransferUtil.getProperty("PROXY.USER");
                   String password = FundTransferUtil
                   .getProperty("PROXY.PASSWORD");
                   if (proxyHost != null && !"".equals(proxyHost)) {
                   System.setProperty("proxySet", "true");
                   System.setProperty("http.proxyHost", proxyHost);
                   if (proxyPort != null && !"".equals(proxyHost)) {
                        System.setProperty("http.proxyPort", proxyPort);
                   if (username != null && !"".equals(username)) {
                        System.setProperty("http.proxyUser", username);
                   if (password != null && !"".equals(password)) {
                        System.setProperty("http.proxyPassword", password);
                   String keyStoreLocation = FundTransferUtil
                   .getProperty("KEYSTORE_LOCATION");
                   String keystore = keyStoreLocation + "/"
                   + FundTransferConstants.KEYSTORE_FILE_NAME;
                   String storetype = FundTransferConstants.KEYSTORE_FILE_TYPE;
                   String][ props = {
                   { FundTransferConstants.TRUST_STORE, keystore, },
                   { FundTransferConstants.KEY_STORE, keystore, },
                   { FundTransferConstants.KEY_STORE_PWD, keyStorePwd, },
                   { FundTransferConstants.KEY_STORE_TYPE, storetype, },
                   { FundTransferConstants.TRUST_STORE_PWD, keyStorePwd, }, };
                   // Commented loading the keystore to test outbound calls
                   /*for (int index = 0; index < props.length; index++)
                   System.getProperties().setProperty(propsindex[0],
                   propsindex[1]);*/
                   // Commented all trusting trust manager
                   /*LOGGER.info("Creating TrustManager...");
                   TrustManager] trustAllCerts = new TrustManager[ { new X509TrustManager() {
                   public java.security.cert.X509Certificate[] getAcceptedIssuers() {
                   LOGGER.info("Acception all issuers");
                   return null;
                   public void checkClientTrusted(
                   java.security.cert.X509Certificate[] certs,
                   String authType) {
                   LOGGER.info("checkClientTrusted method");
                   public void checkServerTrusted(
                   java.security.cert.X509Certificate[] certs,
                   String authType) {
                   LOGGER.info("checkServerTrusted method");
                   // Install the all-trusting trust manager
                   try {
                        LOGGER.info("Creating SSLContext...");
                        SSLContext sc = SSLContext.getInstance("SSL");
                        LOGGER.info("Created SSLContext..." + sc);
                        sc.init(null, trustAllCerts,
                        new java.security.SecureRandom());
                        LOGGER.info("Created SSLContext initiated...");
                        LOGGER.info("sslDefaultSocketFactory......"
                        + sc.getSocketFactory());
                        HttpsURLConnection.setDefaultSSLSocketFactory(sc
                        .getSocketFactory());
                        LOGGER.info("sslDefaultSocketFactory......"
                        + sc.getSocketFactory());
                   } catch (Exception e) {
                   LOGGER.error("Exception is occuring...");
                   LOGGER.error(e.getMessage());
              call = (Call) service.createCall();
         } catch (ServiceException ex) {
         LOGGER.error(ex.getMessage());
              errorMessage = ex.getMessage();
              isErrorOccured = true;
         if (null != call) {
              LOGGER.info("Web Service TimeOut setting :"
              + connectionTimeOut.intValue());
              LOGGER.info("Setting axis propeties to use IBMFakeTrustSocketFactory");
              // This will allow web service requests using the HTTPS protocol without having a valid SSL certificate installed and configured.
              AxisProperties.setProperty("axis.socketSecureFactory","org.apache.axis.components.net.IBMFakeTrustSocketFactory");
              call.setTimeout(connectionTimeOut);
              call.setTargetEndpointAddress(strParticipantUrl);
              call.setProperty(Call.SOAPACTION_USE_PROPERTY,
              new Boolean(true));
              call.setProperty(Call.SOAPACTION_URI_PROPERTY,
              FundTransferConstants.EMPTY_STRING);
              QName qnameTypeStr = new QName(FundTransferConstants.NS_XSD,
              FundTransferConstants.QNAME_TYPE);
              QName header = new QName(FundTransferConstants.NS_XSD,
              FundTransferConstants.QNAME_TYPE);
              call.setReturnType(qnameTypeStr);
              call
              .setOperationStyle(FundTransferConstants.WEB_SERVICE_OPERATION_RPC_STYLE);
              call
              .setOperationName(new QName(
              FundTransferConstants.BODY_NAMESPACE_VALUE,
              methodName));
              call.addParameter("String_1", qnameTypeStr, ParameterMode.IN);
              String[] params = { strMessage };
              if (FundTransferConstants.CARRIER_RESEND_METHOD
              .equalsIgnoreCase(methodName)) {
                   try {
                        call.invoke(params);
                   } catch (Exception ex) {
                        errorMessage = ex.getMessage();
                        isErrorOccured = true;
                        LOGGER.info(ex.getMessage());
              } else {
              int counter = 0;
              while (counter < 3) {
              counter++;
              try {
                   // Here making the call which is failing
                   result = (String) call.invoke(params);
                   counter = 4;
              } catch (AxisFault axisFault) {
                   axisFault.printStackTrace();
                   errorMessage = axisFault.getMessage();
                   isErrorOccured = true;
                   LOGGER.error(axisFault.getMessage());
              } catch (Exception ex) {
                   ex.printStackTrace();
                   errorMessage = ex.getMessage();
                   isErrorOccured = true;
    if (isErrorOccured) {
    throw new RouterException(errorMessage);
    return result;
    System Error:
    12/7/07 13:43:41:639 EST 000000bb SystemErr R AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    at com.ibm.jsse2.bx.a(bx.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java:473)
    at com.ibm.jsse2.w.a(w.java(Compiled Code))
    at com.ibm.jsse2.w.a(w.java(Compiled Code))
    at com.ibm.jsse2.v.a(v.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java(Compiled Code))
    at com.ibm.jsse2.by.l(by.java(Compiled Code))
    at com.ibm.jsse2.by.startHandshake(by.java(Compiled Code))
    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:224)
    at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.apache.axis.client.Call.invoke(Call.java:2248)
    at org.apache.axis.client.Call.invoke(Call.java:2171)
    at org.apache.axis.client.Call.invoke(Call.java:1691)
    at com.dtcc.insurance.fundtransfer.transport.TransportHandler.transport(TransportHandler.java:245)
    at com.dtcc.insurance.fundtransfer.router.MessageRouter.transport(MessageRouter.java:112)
    at com.dtcc.insurance.fundtransfer.controller.MessageController.processMessage(MessageController.java:155)
    at com.dtcc.insurance.fundtransfer.service.FundTransferServiceImpl.fundTransferRequest(FundTransferServiceImpl.java:88)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:762)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3174)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:253)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:229)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1970)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:114)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:950)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:582)
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1704)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: java.security.cert.CertificateException: Certificate not Trusted
    at com.ibm.jsse.bi.a(Unknown Source)
    at com.ibm.jsse.bi.checkServerTrusted(Unknown Source)
    at com.ibm.jsse2.ba.checkServerTrusted(ba.java:16)
    ... 57 more
    12/7/07 13:43:41:640 EST 000000bb SystemErr R AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    at com.ibm.jsse2.bx.a(bx.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java:473)
    at com.ibm.jsse2.w.a(w.java(Compiled Code))
    at com.ibm.jsse2.w.a(w.java(Compiled Code))
    at com.ibm.jsse2.v.a(v.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java(Compiled Code))
    at com.ibm.jsse2.by.l(by.java(Compiled Code))
    at com.ibm.jsse2.by.startHandshake(by.java(Compiled Code))
    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:224)
    at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.apache.axis.client.Call.invoke(Call.java:2248)
    at org.apache.axis.client.Call.invoke(Call.java:2171)
    at org.apache.axis.client.Call.invoke(Call.java:1691)
    at com.dtcc.insurance.fundtransfer.transport.TransportHandler.transport(TransportHandler.java:245)
    at com.dtcc.insurance.fundtransfer.router.MessageRouter.transport(MessageRouter.java:112)
    at com.dtcc.insurance.fundtransfer.controller.MessageController.processMessage(MessageController.java:155)
    at com.dtcc.insurance.fundtransfer.service.FundTransferServiceImpl.fundTransferRequest(FundTransferServiceImpl.java:88)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:762)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3174)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:253)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:229)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1970)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:114)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:950)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:582)
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1704)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: java.security.cert.CertificateException: Certificate not Trusted
    at com.ibm.jsse.bi.a(Unknown Source)
    at com.ibm.jsse.bi.checkServerTrusted(Unknown Source)
    at com.ibm.jsse2.ba.checkServerTrusted(ba.java:16)
    ... 57 more
    javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
    at org.apache.axis.client.Call.invoke(Call.java:2553)
    at org.apache.axis.client.Call.invoke(Call.java:2248)
    at org.apache.axis.client.Call.invoke(Call.java:2171)
    at org.apache.axis.client.Call.invoke(Call.java:1691)
    at com.dtcc.insurance.fundtransfer.transport.TransportHandler.transport(TransportHandler.java:245)
    at com.dtcc.insurance.fundtransfer.router.MessageRouter.transport(MessageRouter.java:112)
    at com.dtcc.insurance.fundtransfer.controller.MessageController.processMessage(MessageController.java:155)
    at com.dtcc.insurance.fundtransfer.service.FundTransferServiceImpl.fundTransferRequest(FundTransferServiceImpl.java:88)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code))
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
    at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:402)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:481)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:762)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3174)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:253)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:229)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1970)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:114)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:950)
    at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:582)
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1704)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    at com.ibm.jsse2.bx.a(bx.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java:473)
    at com.ibm.jsse2.w.a(w.java(Compiled Code))
    at com.ibm.jsse2.w.a(w.java(Compiled Code))
    at com.ibm.jsse2.v.a(v.java(Compiled Code))
    at com.ibm.jsse2.by.a(by.java(Compiled Code))
    at com.ibm.jsse2.by.l(by.java(Compiled Code))
    at com.ibm.jsse2.by.startHandshake(by.java(Compiled Code))
    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:224)
    at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)
    ... 48 more
    Caused by: java.security.cert.CertificateException: Certificate not Trusted
    at com.ibm.jsse.bi.a(Unknown Source)
    at com.ibm.jsse.bi.checkServerTrusted(Unknown Source)
    at com.ibm.jsse2.ba.checkServerTrusted(ba.java:16)
    ... 57 more

    I found the fix from Oracle Support Knowlededge Base
    sslTool serverInfo --url https://HOST:9043 --certFile newcert.cer
    PStoreTool located in REGISTRY_HOME/bin/PStoreTool add -config
    WEBLOGIC_HOME/user_projects/domains/[osr_domain_name]/servers/[osr_server_name]/tmp/_WL_user/registry/[unique id]/public/conf/pstore.xml -certFile newcert.cer
    I was updating wrong file with the certificate. It had to be pstore.xml. This solved my issue.
    Thanks & Regards,
    Parshant

  • Doesn't play songs, "itunes is not configured for use with mac-formatted"??

    Hi, new ipod shuffle. Seems to charge fine, all indicator lights function as expected. Everything looks fine in itunes. But it doesn't play songs. I have the most recent versions of itunes and the ipod software. Re-set, updated, and restored, nothing works. Even restored using the restore utility. Re-started computer. Checked for volume control. Won't play songs. Tried different file types. Songs play fine from itunes library and from the device's library within itunes. Tried different headphones. Hooked it up to computer speakers. Turning volume all the way up on device and speakers, heard some very faint rhythmic static, so my guess is the jack socket (or whatever you call it) is just messed up, but it seems weird that it can transfer power and data to the device but doesn't work for sound...
    The only other issues that have come up is that the drive disappears in explorer once it syncs with itunes. Other people who've noticed this seem to have completely different problems so I don't think it's related.
    Also, I have MacDrive on my computer. And when it starts up with the ipod plugged in, MacDrive offers the message "Itunes is not configured for use with Mac-formatted ipods." It offers to automatically reconfigure itunes so it can read mac-formatted ipods. Since I've restored the device, I don't see why formatting should be an issue so I say "no."
    Should I try letting macdrive do its format thing? Should I try formatting the ipod disk on the My Computer menu? Or should I just email apple and tell them the jack's busted?
    Thanks for any thoughts!

    Well, I have had my iPod for about 3 years, it is a 4th generation non-video 40 GB. One day it just stopped working, and now it does not play any songs. when I turn it on it makes this odd whirring sounds that computers make when they try really hard to do something. I cannot charge it, and it is not recognized by iTunes. Also when I turn it on, I get the apple.com/ipod/support (or whatever it is) screen. Needless to say, my warranty is expired, and so I cannot do anything for it except get a new battery, or buy a new one. Is there any way to fix this problem, or anyone out there who is experiencing the same thing?
    I'm having the exact same problem with my wife's iPod. However it will play about 3 seconds of a song and go onto the next song.
    If there is anyone out there that can help please do!
      Windows XP  

  • Can not configure Oracle 10g form  on oracle 11g client

    Hi
    I need to install oracle 10g form in my system .
    Here is my system
    1. OS --XP
    2. 32 Bit
    4. Already oracle 11g release client installed ( I think that create the problem )
    I tried to install oracle 10g form , it installed but can cont configure net manager for it , Always it point to 11g client and hence I could not configure .
    Also I tried install Oracle Forms first then 11g client , But  I got same issue .
    I think if  I created multiplr home one for 11g client and other for forms , it may work out .
    Please  help me
    Debashis

    While deploying the example 'VacationRequest' in the oracle complete guide for 11g, i got an exception like this
    "12:08:15 PM] Deploying Application...
    [12:11:16 PM] [Deployer:149191]Operation 'deploy' on application 'VacationRequestTaskFlow' is initializing on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
         java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [12:11:24 PM] [Deployer:149193]Operation 'deploy' on application 'VacationRequestTaskFlow' has failed on 'soa_server1'
    [12:11:24 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VacationRequestTaskFlow on soa_server1.: Failed to load webapp: 'VacationRequestTaskFlow.war'.
    [12:11:24 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    [12:11:24 PM] See server logs or server console for more details.
    [12:11:24 PM] weblogic.application.ModuleException: Failed to load webapp: 'VacationRequestTaskFlow.war'
    [12:11:24 PM] #### Deployment incomplete. ####
    [12:11:24 PM] Deployment Failed"
    Can anyone help in this.

  • Mail sender adapter POP server not configured for URL access

    Hi Experts,
    I have a Mail --> PI --> R/3 scenario and I am configuring the Mail sender adapter for POP3. The issue is that the POP server is not configured to be accessed via a URL and hence the URL pop://hostname/ is causing the following error at runtime:
    _1. When I use pop://Fully qualified host name/
    _Error: exception caught during processing mail message; java.net.UnknownHostException
    _2. When I use pop://IP address of host/
    _Error: exception caught during processing mail message; java.net.SocketException: Connection timed out:could be due to invalid address
    I am able to ping the POP3 server from the PI server using both the FQDN and IP address.
    Can someone please help.
    Thanks,
    Shobhit
    Edited by: Shobhit Swarup Mathur on Jul 14, 2009 9:29 AM
    Edited by: Shobhit Swarup Mathur on Jul 14, 2009 9:29 AM

    Hi Shobhit
    Check with these notes:
    804102
    xi 3.0 mail adapter with pop3 user authentication problem
    810238
    XI 3.0 Mail Adapter for POP3 may not report some errors
    also check mailserver security settings ...
    Connection refused occures when XI cannot connect
    in most cases so try checking it again , maybe some ports are not opend on the firewall
    Thanks
    Edited by: Abhishek Agrahari on Jul 14, 2009 11:44 AM

  • Class not found exception when launching opencounterslogger.bat

    PORTAL_HOME=D:\bea\alui\ptportal\10.3.0
    Expected PORTAL_HOME=D:\bea\alui\ptportal\10.3.0
    claspath is D:\bea\alui\ptportal\10.3.0\lib\java\jakarta-oro-2.0.7.jar;D:\bea\alui\ptportal\10.3.0\lib\java\openfoundation.jar;D:\bea\alui\ptportal\10.3.0\lib\java\openlog-framework.jar;D:\bea\alui\ptportal\10.3.0\lib\java\openconfig.jar;D:\bea\alui\ptportal\10.3.0\lib\java\openkernel.jar;D:\bea\alui\ptportal\1
    0.3.0\lib\java\pmb.jar;D:\bea\alui\ptportal\10.3.0\lib\java\opencounters.jar
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: com/plumtree/openkernel/impl/counters/adaptor/logger/PTRemoteCounterLoggerMain
    Press any key to continue . . .
    The class PTRemoteCounterLoggerMain is not in any of the jars in the classpath. Also opencountersconsole.bat is not to be seen is the installation

    Hi Mark,
    I have seen your two posts and there are something you need to notice:
    Where the ClassNotFound exception you got? From deployment tool or
    application server kjs process?
    Of course, you need not to add supporting classes to each ejb jars or ears.
    1. If you use deployment tool to package your application, I'm sure you'll
    fail to resovle your classes without supporting classes added to jars.
    Please select Edit->Preference,in Classpath entry, enter the supporting
    classes(packaged to jar files) location. This should work.
    2. After deploy to ias, please edit the registry using kregedit which you
    described in your posts.
    Regards,
    Johnson
    "Mark Priest" <[email protected]> wrote in message
    news:9s6h33$[email protected]..
    When I deploy EJBs to the iPlanet app server I find that I need to include
    all supporting classes in each ejb jar file. According to the
    Administrator's manual I should be able to modify the kjs classpath bydoing
    the following:
    On Windows
    a.. Open iPlanet Registry Editor.
    (See About iPlanet Registry Editor)
    b.. Open the following key:
    SOFTWARE\iPlanet\Application Server\6.0\Java\
    c.. Modify the class path and restart the server for the change to take
    effect.
    However, when I add my supporting classes to a jar in this directory Istill
    get a class not found exception when I run the deployment tool.
    Adding the classes to each EJB jar is redundant and introduces lots of
    problems. How should I configure iPlanet so I only need to put my
    supporting classes in one place?
    Thanks,
    Mark

  • B2B Java Callout Class not found exception

    Hello B2B Gurus,
    I am facing class not found exception, when trying to call a java code from B2B and below the configuration done from B2B side.
    Could you please help me to identify that the configuration done suffice the requirement
    1.Created a call out from
    Adminstration-- Callout-- Create Callout -- XXJavaCallout(Name of the Java Callout)
    Administration-- Callout Details -- Implementation Class -- XXClassFileName
    Administration-- Callout Details -- Library Name -- XXJarFileName.jar
    Administration-- Configuration -- Callout Directory -- xx/yy/zz (UNIX server that is accesible from B2B)
    2.Partners--XX--Delivery Channel -- Select the channel where we need the call out -- Channel Attributes -- Transport Callout -- XXJavaCallout
    3.Agreement--Callout -- XXJavaCallout
    Place the jar file in xx/yy/zz UNIX location.
    Please let me know if any steps I have missed for using the callout functionality.
    Thanks,
    Sunil
    Edited by: Dathu Sunil on Mar 29, 2012 8:17 AM

    Sunil,
    Administration-- Callout Details -- Implementation Class -- XXClassFileNameMake sure that you are giving complete name of the class (without extension .class.). For an example if your class name is Sample and it is in package a.b.c then give class name as a.b.c.Sample
    Administration-- Configuration -- Callout Directory -- xx/yy/zz (UNIX server that is accesible from B2B)This must be valid directory existing on machine where B2B is installed.
    2.Partners--XX--Delivery Channel -- Select the channel where we need the call out -- Channel Attributes -- Transport Callout -- XXJavaCallout
    3.Agreement--Callout -- XXJavaCalloutTransport Callout and Agreement Callouts are used for different purpose. Are you sure that you really need both in your case?
    You may like to refer -
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10229/callouts.htm#CHDEFBDG
    Regards,
    Anuj

  • XI transformer configuration exception

    Hi, I wonder if someone can help. I am struggling with an XSL that has been imported into XI. It is a mapping that has been used in another XI system (that I do not have access to) but I have a screen shot of the XSL. I have 'imported' this as an archive and used it on my mapping as it apparently solves loss of foreign characters when outputting to ISO-8859-1 but when I test I get the message 'Transformer configuration exception occurred when loading XSLT'. The code is as follows: -
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version "1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <xsl:output encoding="ISO-8859-1"/>
    <xsl:template match="/">
         <xsl:copy-of select="*"/>
         </xsl:template>
    </xsl:stylesheet>
    Can anyone see what is wrong or is there something else I need to do. I added this .xsl into a zip before importing it.
    thanks
    Andy
    Edited by: Andy Jepson on Jan 16, 2008 1:50 PM
    Hi. I think I've solved this. Took the XSL into XMLSpy and saw that the file was badly formed. Even though I had read and re-read the code I seemed to miss an '=' on the version on line 2.
    Andy
    Edited by: Andy Jepson on Jan 16, 2008 4:41 PM
    Sorry guys. I still have a problem with this. The aforementioned XSL simply replaces the whole XML now rather than just amending the file encoding. Anybody help?

    Hi Tapio,
    Pls do check the following points.
    1. Make sure that the xsl file which you have your mapping code is having a 'small letter' extension. i.e., if your file name should be TAPIO.xsl, '.xsl' should not be in capital letters. If not change it and then make a zip file and reimport it as the imported archive.
    2. Check for the well formedness in any of the XML tools like XML spy. If any error is there with the missing tag or syntax you can rectify the same there itself.
    3. Activate the imported archive before using it in Interface Mapping.
    Cheers
    JK

Maybe you are looking for