Weblogic servers - Unknown state - Coherence error - OutOfMemory

Dear members,
Weblogic  servers are going to unknown state after the failure of ORA-OSB-Deployments(which is used by Oracle Coherence) and OutOfMemory exception.
Server version - 10.3.6.0
Coherence Version - Oracle Coherence 3.7.1.1
Scenario - While retrieving the value from coherence cache via sb protocol.
Error Stack
com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
    java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
            at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
            at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
            at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
            at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
            at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
            at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
            at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
            at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
            at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
            at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
            at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
    Caused By: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
            at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
    <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'SERVER_NAME' has triggered at 25-Mar-2015 14:04:50 o'clock GMT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = 25-Mar-2015 14:03:55 o'clock GMT SERVER = SERVER_NAME MESSAGE = ExecuteRequest failed
     java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K.
    java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K
            at weblogic.utils.io.Chunk.<init>(Chunk.java:318)
            at weblogic.utils.io.Chunk.getChunk(Chunk.java:153)
            at weblogic.utils.io.ChunkedOutputStream.<init>(ChunkedOutputStream.java:28)
            at weblogic.utils.io.ChunkedDataOutputStream.<init>(ChunkedDataOutputStream.java:15)
            at weblogic.servlet.internal.ResponseHeaders$1.<init>(ResponseHeaders.java:397)
            at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:397)
            at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:1288)
            at weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputStreamImpl.java:281)
            at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:118)
            at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:491)
            at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1531)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1498)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Kindly help
Regards
Ram

Sri - Thanks for your response.
Please find below the JVM memory setting of the managed server where the OSB application is deployed
               -Xms:2048m -Xmx:2048m -Xns:700m -Xgc:gencon -XX:+UseNewHashFunction
I don't think there is any problem with the JVM settings as it is working in other domains. PFB full stack trace
<25-Mar-2015 13:36:20 o'clock GMT> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '248' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "633" seconds working on the request "Workmanager: weblogic.kernel.Default, Version: 1, Scheduled=false, Started=true, Started time: 633240 ms
", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
Thread-819 "[STUCK] ExecuteThread: '248' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, suspended, parked, priority=1, DAEMON> {
    java.util.concurrent.locks.LockSupport.park(LockSupport.java:154)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:811)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:957)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1278)
    java.util.concurrent.Semaphore.acquire(Semaphore.java:286)
    com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:118)
    com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:518)
    com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
    weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:21)
    com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
    com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_WLSkel.invoke(Unknown Source)
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:136)
    weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
    weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:237)
    com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
    com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:152)
    com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:159)
    com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:67)
    com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:350)
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:142)
    weblogic.security.Security.runAs(Security.java:60)
    com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:583)
    com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:178)
    com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1017)
    sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    com.bea.wli.sb.transports.Util$1.invoke(Util.java:57)
    com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
    com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:135)
    com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:477)
    com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:444)
    com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:528)
    com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:432)
    com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:54)
    com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:47)
    com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:47)
    com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:80)
    com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:72)
    com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:83)
    com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:63)
    com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
    com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:141)
    com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:79)
    com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:56)
    com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
    com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:79)
    com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:65)
    com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
    weblogic.work.ContextWrap.run(ContextWrap.java:39)
    com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
    weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:250)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:213)
>
<25-Mar-2015 13:38:13 o'clock GMT> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K.
java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K
        at weblogic.utils.io.Chunk.<init>(Chunk.java:318)
        at weblogic.utils.io.Chunk.getChunk(Chunk.java:153)
        at weblogic.servlet.internal.ChunkOutput.<init>(ChunkOutput.java:114)
        at weblogic.servlet.internal.ChunkOutput.create(ChunkOutput.java:160)
        at weblogic.servlet.internal.ServletOutputStreamImpl.<init>(ServletOutputStreamImpl.java:102)
        Truncated. see log file for complete stacktrace
>
<25-Mar-2015 13:38:36 o'clock GMT> <Error> <OSB Transform> <BEA-382515> <Callout to java method "public static final void com.bt.util.logging.E2EStaticTransaction.startInboundCall(com.bt.util.logging.E2ETransaction)" resulted in exception: null
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor180625.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at stages.transform.runtime.JavaCalloutRuntimeStep$1.run(JavaCalloutRuntimeStep.java:183)
        at stages.transform.runtime.JavaCalloutRuntimeStep.processMessage(JavaCalloutRuntimeStep.java:205)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.OutOfMemoryError: allocLargeObjectOrArray: [C, size 2224
        at com.bt.util.logging.TextFileLogDriver.log(TextFileLogDriver.java:539)
        at com.bt.util.logging.LogDirector.logAsync(LogDirector.java:143)
        at com.bt.util.logging.LogDirector.log(LogDirector.java:79)
        at com.bt.util.logging.LogManager.log(LogManager.java:363)
        at com.bt.util.logging.MessagesBundle.log(MessagesBundle.java:69)
        Truncated. see log file for complete stacktrace
>
<25-Mar-2015 13:46:44 o'clock GMT> <Warning> <OSB Kernel> <BEA-398300> <Checking result cache for service BusinessService CoherenceCache caused an exception:
com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
        at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
        at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
        at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
        at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
        at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
        at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
        at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
        at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
        at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
        at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
        at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
        at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_WLSkel.invoke(Unknown Source)
        at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
        at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
        at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at weblogic.security.Security.runAs(Security.java:61)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
        at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
        at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
        at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
        at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
        at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
        at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
        at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
        at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
        at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
        at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
        at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
        at weblogic.work.ContextWrap.run(ContextWrap.java:41)
        at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
        at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
        at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
        at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
        at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
        at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
        at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
        at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
        at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
        at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
        at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
        at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
        at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_WLSkel.invoke(Unknown Source)
        at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
        at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
        at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at weblogic.security.Security.runAs(Security.java:61)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
        at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
        at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
        at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
        at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
        at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
        at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
        at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
        at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
        at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
        at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
        at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
        at weblogic.work.ContextWrap.run(ContextWrap.java:41)
        at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
        at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:205)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:69)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
        at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1394)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
        at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        Truncated. see log file for complete stacktrace
>
<25-Mar-2015 13:47:06 o'clock GMT> <Warning> <OSB Kernel> <BEA-398300> <Checking result cache for service BusinessService CoherenceCache caused an exception:
com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
        at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
        at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
        at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
        at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
        at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
        at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
        at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
        at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
        at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
        at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
        at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
        at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_WLSkel.invoke(Unknown Source)
        at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
        at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
        at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at weblogic.security.Security.runAs(Security.java:61)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
        at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
        at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
        at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
        at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
        at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
        at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
        at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
        at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
        at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
        at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
        at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
        at weblogic.work.ContextWrap.run(ContextWrap.java:41)
        at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
com.bea.wli.sb.service.resultcache.ResultCacheException: An unexpected exception was thrown while using the result cache: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED) The exception message should provide more detail.
java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
        at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.get(PartitionedCache.CDB:1)
        at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)
        at com.bea.alsb.coherence.impl.CoherenceCache.get(CoherenceCache.java:83)
        at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:201)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:68)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatchCachedResponse(PipelineContextImpl.java:730)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:611)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
        at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1391)
        at stages.transform.runtime.WsCalloutRuntimeStep.processMessage(WsCalloutRuntimeStep.java:236)
        at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
        at com.bea.wli.sb.pipeline.PipelineStage.processMessage(PipelineStage.java:84)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Pipeline.processMessage(Pipeline.java:141)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.PipelineNode.doRequest(PipelineNode.java:55)
        at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:1095)
        at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
        at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:101)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:597)
        at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:595)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
        at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:594)
        at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:398)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean$SBRequestTask.run(SBDispatcherBean.java:822)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invoke(SBDispatcherBean.java:282)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcherBean.invokeNoTxWithImmutable(SBDispatcherBean.java:522)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_WLSkel.invoke(Unknown Source)
        at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
        at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
        at com.bea.wli.sb.transports.sb.bean.SBDispatcher_nwlqik_EOImpl_1036_WLStub.invokeNoTxWithImmutable(Unknown Source)
        at com.bea.wli.sb.transports.client.impl.SBClientConnection.invoke(SBClientConnection.java:169)
        at com.bea.wli.sb.transports.sb.SBOutboundConnection.invoke(SBOutboundConnection.java:165)
        at com.bea.wli.sb.transports.client.impl.SBConnectionBase.send(SBConnectionBase.java:81)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper$1.run(SBOutboundMessageContext.java:567)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
        at weblogic.security.Security.runAs(Security.java:61)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext$SBInvokeHelper.invoke(SBOutboundMessageContext.java:606)
        at com.bea.wli.sb.transports.sb.SBOutboundMessageContext.send(SBOutboundMessageContext.java:266)
        at com.bea.wli.sb.transports.sb.SBTransportProvider.sendMessageAsync(SBTransportProvider.java:1026)
        at sun.reflect.GeneratedMethodAccessor29293.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
        at com.sun.proxy.$Proxy127.sendMessageAsync(Unknown Source)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:148)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:510)
        at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToService(LoadBalanceFailoverListener.java:445)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:582)
        at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:449)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransportDispatcherDelegate.send(TransportDispatcherDelegate.java:66)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.TransactionalDispatcherDelegate.send(TransactionalDispatcherDelegate.java:51)
        at com.bea.alsb.flow.messaging.dispatcher.servicebus.ResultCacheDispatcherDelegate.send(ResultCacheDispatcherDelegate.java:50)
        at com.bea.alsb.flow.messaging.dispatcher.ServiceBusDispatcherHandler.send(ServiceBusDispatcherHandler.java:93)
        at com.bea.bpel.services.messaging.OutboundDispatcherServiceImpl.send(OutboundDispatcherServiceImpl.java:73)
        at com.bea.bpel.internal.dispatcher.OutboundDispatcherImpl.dispatch(OutboundDispatcherImpl.java:91)
        at com.bea.bpel.interpreter.internal.instruction.messaging.InvokeRequest.enter(InvokeRequest.java:90)
        at com.bea.bpel.interpreter.internal.process.ProcessNodeImpl.enter(ProcessNodeImpl.java:181)
        at com.bea.bpel.interpreter.internal.Interpreter.interpret(Interpreter.java:155)
        at com.bea.bpel.interpreter.internal.Interpreter.invoke(Interpreter.java:87)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:66)
        at com.bea.bpel.internal.dispatcher.EngineManagerImpl.dispatch(EngineManagerImpl.java:44)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEventJobScheduled(SchedulerServiceContextImpl.java:87)
        at com.bea.bpel.internal.dispatcher.SchedulerServiceContextImpl.fireEvent(SchedulerServiceContextImpl.java:68)
        at com.bea.alsb.flow.scheduler.SchedulerServiceImpl$1.run(SchedulerServiceImpl.java:33)
        at weblogic.work.ContextWrap.run(ContextWrap.java:41)
        at com.bea.alsb.platform.weblogic.WlsWorkManagerServiceImpl$WorkAdapter.run(WlsWorkManagerServiceImpl.java:152)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
        at com.bea.wli.sb.service.resultcache.ResultCache.get(ResultCache.java:205)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.checkCache(ServiceResultCacheImpl.java:148)
        at com.bea.wli.sb.service.resultcache.ServiceResultCacheImpl.processRequest(ServiceResultCacheImpl.java:69)
        at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatchSync(PipelineContextImpl.java:560)
        at stages.transform.runtime.WsCalloutRuntimeStep$WsCalloutDispatcher.dispatch(WsCalloutRuntimeStep.java:1394)
        Truncated. see log file for complete stacktrace
Caused By: java.lang.RuntimeException: Failed to start Service "ORA-OSB-deployments" (ServiceState=SERVICE_STOPPED)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:9)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:11)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.get(PartitionedCache.CDB:26)
        at com.tangosol.util.ConverterCollections$ConverterMap.get(ConverterCollections.java:1655)
        Truncated. see log file for complete stacktrace
>
<25-Mar-2015 14:05:06 o'clock GMT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'SERVER_NAME' has triggered at 25-Mar-2015 14:04:50 o'clock GMT. Notification details:
WatchRuleType: Log
WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
WatchData: DATE = 25-Mar-2015 14:03:55 o'clock GMT SERVER = SERVER_NAME MESSAGE = ExecuteRequest failed
java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K.
java.lang.OutOfMemoryError: allocLargeObjectOrArray: [B, size 4K
        at weblogic.utils.io.Chunk.<init>(Chunk.java:318)
        at weblogic.utils.io.Chunk.getChunk(Chunk.java:153)
        at weblogic.utils.io.ChunkedOutputStream.<init>(ChunkedOutputStream.java:28)
        at weblogic.utils.io.ChunkedDataOutputStream.<init>(ChunkedDataOutputStream.java:15)
        at weblogic.servlet.internal.ResponseHeaders$1.<init>(ResponseHeaders.java:397)
        at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:397)
        at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:1288)
        at weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputStreamImpl.java:281)
        at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:118)
        at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutputStreamImpl.java:491)
        at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1531)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1498)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
SUBSYSTEM = Kernel USERID = <WLS Kernel> SEVERITY = Error THREAD = [STUCK] ExecuteThread: '26' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-000802 MACHINE = blp10865069 TXID =  CONTEXTID = 582d5d390322c8f7:-346f60f0:14ae3e7dc81:-7ffd-0000000000897f09 TIMESTAMP = 1427292235779
WatchAlarmType: AutomaticReset
WatchAlarmResetPeriod: 30000
Many thanks in advance
Ram

Similar Messages

  • Coherence Error at the time of Starting weblogic Server

    Hi ,
    I am getting below error at the time of starting Weblogic OSB managed server
    We are using osb_cluster1 (Unicast) for osb_server1 managed server.
    When Weblogic server try to start the managed server we get following Coherence errors and startup scripts try to point to Oracle Coherence 3.6.0.4.(its mainly happening in starting osb_server1 managed server, this error is not appearing during soa_server1 managed server start)
    We don't want to use the coherence at all, we are trying to disable the coherence feature, but hardly getting any success in it, every time during server start-up following error appears.
    Let me know if you have any solution to it.
    ####<Mar 5, 2012 9:18:55.424 AM > <Warning> <Coherence> <sjsj-idm.kuy.co.wo> <osb_server1> <Logger@406289568 3.6.0.4> <<anonymous>> <> <3976a80e38d52337:-f13ff44:135df5aa8b6:-8000-0000000000000007> <1330892335424> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): This Member(Id=0, Timestamp=2012-03-05 09:18:23.752, Address=11.49.63.33:7880, MachineId=31265, Location=site:kuy.co.wo,machine:deap-idm01,process:10629, Role=OSB-node) has been attempting to join the cluster using WKA list [sjsj-idm.kuy.co.wo/11.49.63.33:9003] for 31 seconds without success; this could indicate a mis-configured WKA, or it may simply be the result of a busy cluster or active failover.>
    ####<Mar 5, 2012 9:18:55.425 AM > <Warning> <Coherence> <sjsj-idm.kuy.co.wo> <osb_server1> <Logger@406289568 3.6.0.4> <<anonymous>> <> <3976a80e38d52337:-f13ff44:135df5aa8b6:-8000-0000000000000007> <1330892335425> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): Delaying formation of a new cluster; waiting for well-known nodes to respond>
    ####<Mar 5, 2012 9:22:58.769 AM > <Error> <Coherence> <sjsj-idm.kuy.co.wo> <osb_server1> <Logger@406289568 3.6.0.4> <<anonymous>> <> <3976a80e38d52337:-f13ff44:135df5aa8b6:-8000-0000000000000007> <1330892578769> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): Detected soft timeout) of {WrapperGuardable Guard{Daemon=IpMonitor} Service=ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_ANNOUNCE), Id=0, Version=3.6}}>
    ####<Mar 5, 2012 9:22:58.770 AM > <Warning> <Coherence> <sjsj-idm.kuy.co.wo> <osb_server1> <Logger@406289568 3.6.0.4> <<anonymous>> <> <3976a80e38d52337:-f13ff44:135df5aa8b6:-8000-0000000000000007> <1330892578770> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): Attempting recovery of Guard{Daemon=IpMonitor}>
    ####<Mar 5, 2012 9:23:25.530 AM > <Error> <Coherence> <sjsj-idm.kuy.co.wo> <osb_server1> <Logger@406289568 3.6.0.4> <<anonymous>> <> <3976a80e38d52337:-f13ff44:135df5aa8b6:-8000-0000000000000007> <1330892605530> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): Failure to join a cluster for 301 seconds; stopping cluster service.>
    ####<Mar 5, 2012 9:23:25.879 AM > <Error> <Coherence> <sjsj-idm.kuy.co.wo> <osb_server1> <Logger@406289568 3.6.0.4> <<anonymous>> <> <3976a80e38d52337:-f13ff44:135df5aa8b6:-8000-0000000000000007> <1330892605879> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): Error while starting cluster: com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
    MemberSet=ServiceMemberSet(
    OldestMember=n/a
    ActualMemberSet=MemberSet(Size=0, BitSetCount=0
    MemberId/ServiceVersion/ServiceJoined/MemberState
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:6)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:637)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:7)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:998)
    at com.bea.alsb.coherence.impl.CoherenceProvider.<init>(CoherenceProvider.java:45)
    at com.bea.alsb.coherence.impl.CoherenceProviderFactory.newInstance(CoherenceProviderFactory.java:21)
    at com.bea.alsb.coherence.init.CoherenceAppListener.preStart(CoherenceAppListener.java:45)
    at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
    at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:614)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)>
    Edited by: 858026 on Mar 4, 2012 6:21 PM
    Edited by: 858026 on Mar 4, 2012 6:23 PM

    Hi NJ,
    In WL console while setting up cluster I have given Messaging
    Mode to Unicast,
    By default Multicast address and ports comes up
    Multicast Address - 239.192.0.0,
    Multicast Port- 7001
    I have modified the override file but still getting given error logs while server startup and its trying to look for override file in Oracle Coherence 3.6.0.4/coherence.jar
    <!DOCTYPE coherence SYSTEM ""coherence.dtd"">
    <coherence>
    <cluster-config>
         <!-- By default, this is using a multicast listener for cluster discovery, etc.
              If you wish to use a unicast listener:
              - update the entries in /coherence/unicast-listener/well-known-addresses/socket for each member of the cluster
                   (or specify the corresponding system properties)
              - set the /coherence/unicast-listener/address to the host name of this machine
              See http://coherence.oracle.com/display/COH35UG/well-known-addresses for more details. -->
         <unicast-listener>
              <well-known-addresses>
                   <socket-address id=""1"">
                        <address system-property=""OSB.coherence.wka1""></address>
                        <port system-property=""OSB.coherence.wka1.port""></port>
                   </socket-address>
                   <socket-address id=""2"">
                        <address system-property=""OSB.coherence.wka2""></address>
                        <port system-property=""OSB.coherence.wka2.port""></port>
                   </socket-address>
                   <socket-address id=""3"">
                        <address system-property=""OSB.coherence.wka3""></address>
                        <port system-property=""OSB.coherence.wka3.port""></port>
                   </socket-address>
                   <socket-address id=""4"">
                        <address system-property=""OSB.coherence.wka4""></address>
                        <port system-property=""OSB.coherence.wka4.port""></port>
                   </socket-address>
                   <socket-address id=""5"">
                        <address system-property=""OSB.coherence.wka5""></address>
                        <port system-property=""OSB.coherence.wka5.port""></port>
                   </socket-address>
                   <socket-address id=""6"">
                        <address system-property=""OSB.coherence.wka6""></address>
                        <port system-property=""OSB.coherence.wka6.port""></port>
                   </socket-address>
                   <socket-address id=""7"">
                        <address system-property=""OSB.coherence.wka7""></address>
                        <port system-property=""OSB.coherence.wka7.port""></port>
                   </socket-address>
                   <socket-address id=""8"">
                        <address system-property=""OSB.coherence.wka8""></address>
                        <port system-property=""OSB.coherence.wka8.port""></port>
                   </socket-address>
                   <socket-address id=""9"">
                        <address system-property=""OSB.coherence.wka9""></address>
                        <port system-property=""OSB.coherence.wka9.port""></port>
                   </socket-address>
              </well-known-addresses>
                   <address system-property=""OSB.coherence.localhost"">127.0.0.1</address>
                   <port system-property=""OSB.coherence.localport"">7890</port>
              </unicast-listener>
              <multicast-listener>
                   <address system-property=""OSB.coherence.clusteraddress"">239.192.0.0</address>
                   <port system-property=""OSB.coherence.clusterport"">7001</port>
              </multicast-listener>
         </cluster-config>
    </coherence>
    ####<Mar 6, 2012 3:00:44.050 PM NZDT> <Notice> <StdErr> <dete-idm01.hnz.co.nz> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330999244050> <BEA-000000> <2012-03-06 15:00:44.015 Oracle Coherence 3.6.0.4 <Info> (thread=[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): Loaded operational configuration from "zip:/u01/app/oracle/product/OSB11.1.1.4/oracle_common/modules/oracle.coherence_3.6/coherence.jar!/tangosol-coherence.xml">
    ####<Mar 6, 2012 3:00:44.053 PM NZDT> <Notice> <StdErr> <dete-idm01.hnz.co.nz> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330999244053> <BEA-000000> <2012-03-06 15:00:44.029 Oracle Coherence 3.6.0.4 <Info> (thread=[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): Loaded operational overrides from "zip:/u01/app/oracle/product/OSB11.1.1.4/oracle_common/modules/oracle.coherence_3.6/coherence.jar!/tangosol-coherence-override-dev.xml">
    ####<Mar 6, 2012 3:00:44.053 PM NZDT> <Notice> <StdErr> <dete-idm01.hnz.co.nz> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1330999244053> <BEA-000000> <2012-03-06 15:00:44.030 Oracle Coherence 3.6.0.4 <Info> (thread=[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'): Loaded operational overrides from "zip:/u01/app/oracle/product/OSB11.1.1.4/user_projects/domains/OSBD/servers/osb_server1/tmp/_WL_user/ALSB Coherence Cache Provider/yannht/APP-INF/lib/com.bea.alsb.coherence-impl.jar!/tangosol-coherence-override.xml">
    ####<Mar 6, 2012 3:00:44.073 PM NZDT> <Error> <OSB Coherence WebLogic> <dete-idm01.hnz.co.nz> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0ed5cc20267507d3:a44cfd4:135e5bc3642:-8000-0000000000000003> <1330999244073> <BEA-2032481> <Unable to initialize OSB Coherence Cache Provider because there was an error starting Coherence:
    com.bea.alsb.coherence.impl.ConfigurationException: Error starting Coherence from cache configuration file /coherence/osb-coherence-cache-config.xml:
    (Wrapped) java.lang.reflect.InvocationTargetException
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
         at com.tangosol.net.CacheFactory.getServiceConfig(CacheFactory.java:1355)
         at com.tangosol.net.CacheFactory.getCacheFactoryBuilderConfig(CacheFactory.java:1231)
         at com.tangosol.net.CacheFactory.getCacheFactoryBuilder(CacheFactory.java:593)
         at com.bea.alsb.coherence.impl.CoherenceProvider.<init>(CoherenceProvider.java:42)
         at com.bea.alsb.coherence.impl.CoherenceProviderFactory.newInstance(CoherenceProviderFactory.java:21)
         at com.bea.alsb.coherence.init.CoherenceAppListener.preStart(CoherenceAppListener.java:45)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:283)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.reflect.InvocationTargetException
         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.tangosol.net.CacheFactory.getServiceConfig(CacheFactory.java:1350)
         ... 29 more
    Caused by: (Wrapped: Failed to apply the element override: /tangosol-coherence-override-dev.xml) (Wrapped: Failed to apply the element override: /tangosol-coherence-override.xml) (Wrapped: Failed to apply the element override: /coherence/osb-coherence-override.xml) (Wrapped) java.io.IOException: Exception occurred during parsing: looking for id=10, found id=1((0,29,13) Name coherence.dtd)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:83)
         at com.tangosol.coherence.component.application.console.Coherence.loadConfiguration(Coherence.CDB:46)
         at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:14)
         at com.tangosol.coherence.component.application.console.Coherence.ensureRunningLogger(Coherence.CDB:10)
         at com.tangosol.coherence.component.application.console.Coherence.getSafeCluster(Coherence.CDB:14)
         at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:8)
         ... 34 more
    Caused by: (Wrapped: Failed to apply the element override: /tangosol-coherence-override.xml) (Wrapped: Failed to apply the element override: /coherence/osb-coherence-override.xml) (Wrapped) java.io.IOException: Exception occurred during parsing: looking for id=10, found id=1((0,29,13) Name coherence.dtd)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:83)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:64)
         ... 39 more
    Caused by: (Wrapped: Failed to apply the element override: /coherence/osb-coherence-override.xml) (Wrapped) java.io.IOException: Exception occurred during parsing: looking for id=10, found id=1((0,29,13) Name coherence.dtd)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:83)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:64)
         ... 40 more
    Caused by: (Wrapped) java.io.IOException: Exception occurred during parsing: looking for id=10, found id=1((0,29,13) Name coherence.dtd)
         at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:120)
         at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:155)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:41)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:64)
         at com.tangosol.coherence.component.application.console.Coherence.loadOverrides(Coherence.CDB:64)
         at com.tangosol.coherence.component.application.console.Coherence.loadConfiguration(Coherence.CDB:46)
         at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:14)
         at com.tangosol.coherence.component.application.console.Coherence.ensureRunningLogger(Coherence.CDB:10)
         at com.tangosol.coherence.component.application.console.Coherence.getSafeCluster(Coherence.CDB:16)
         at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:8)
         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.tangosol.net.CacheFactory.getServiceConfig(CacheFactory.java:1350)
         at com.tangosol.net.CacheFactory.getCacheFactoryBuilderConfig(CacheFactory.java:1231)
         at com.tangosol.net.CacheFactory.getCacheFactoryBuilder(CacheFactory.java:593)
         at com.bea.alsb.coherence.impl.CoherenceProvider.<init>(CoherenceProvider.java:42)
         at com.bea.alsb.coherence.impl.CoherenceProviderFactory.newInstance(CoherenceProviderFactory.java:21)
         at com.bea.alsb.coherence.init.CoherenceAppListener.preStart(CoherenceAppListener.java:45)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
         at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
         at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:614)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         ... 3 more
    Caused by: java.io.IOException: Exception occurred during parsing: looking for id=10, found id=1((0,29,13) Name coherence.dtd)
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:134)
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:71)
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:84)
         at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:116)
         ... 43 more
    The error can be caused by one of the following:
    1) The operational configuration file is invalid (see $DOMAIN_DIR$/config/osb/coherence/osb-coherence-override.xml)
    2) The cache configuration file is invalid (see $DOMAIN_DIR$/config/osb/coherence/osb-coherence-cache-config.xml)>

  • New weblogic instances goto unknown state

    Hi ,
    When i create a new weblogic server using Admin console , the server at time shows up in UNKNOWN State, where as normal behaviour is to show in SHUTDOWN state. have you seen or know about this kind of behaviour before? The problem with this unknown state , is once i create and change properties , i cannot able to start the server from Admin Console.
    But when i restart the admin server, these new servers goto "shutdown" state, after which i could able to start the servers fine.
    But i had to restart admin server everytime i create a new server , which ends up in unknown state.
    im using WLS 10.3.6 version with node manager configured and jvm args are -Xmn 256m -Xmx512m respectively, let me know if you need more info on this
    Thanks in advance,
    Patra

    Hi ,
    sorry for the late response.
    FlyingBird - here are my answers to your questions.
    I created managed servers - Admin server is already created long back.
    yes,, both startWeblogic.sh and startNodeManager.sh are started. I could able to see the node manager is reachable from admin console and node manager process has started fine on the node.
    Sharmela - I dont see any error reported.
    Since the new managed servers that are created , are not started up yet, ( i.e. i could not able to start them as they end up in UNKNOWN state ), they does not have the directory structure created in the linux box. so , there is no <MSX>/logs dir created so , im clues less on what is going on.
    i have like more than 60 managed servers on this admin console. this issue was not there when there were less managed servers ( ~ 20  but happens everytime i create a new managed server. Not sure, what is the issue. Hard part is , i dont find any logs for it to find a direction in troubleshooting. Appreciate your advises.
    Let me know if you need more info.
    Regards
    PatraD

  • Error: unknown state or association

    hi:
    I want to call a jpql sate ""select model from Webusercontact model where model.weblogon = :firstParam", I don't think there is the syntax error for the statement, but it allways displays: " Error compiling the query [select model from Webusercontact model where model.weblogon = :firstParam], line 1, column 52: unknown state or association field [weblogon] of class".
    I am new for JPA, could I get any help?
    I use myeclipse, the class Webusercontact is built by system, it also creates the classes: WebusercontactId, WebusercontactDAO, IWebusercontact, AbstractWebusercontact and EntityManagerHelper.

    "weblogon" must be the variable or property name for the class (not the database column name). Perhaps include your class.
    -- James : http://www.eclipselink.org

  • SOAINFRA UNKNOWN State

    Hi,
    Have a clustered environment in which SOAINFRA(managed server) goes into unknown state once in every 5-6 days.
    Weblogic Server will still be in running status but both the SOA manage servers show the state as UNKNOWN
    Checked the nohup.out file but could not get the log of any error message.
    Any suggestions..?
    Edited by: 944160 on Jan 30, 2013 3:25 AM
    Edited by: 944160 on Jan 30, 2013 3:26 AM

    Hi,
    Have you checked managed server logs, in $DOMAIN_HOME/servers/soa_server1/logs ? Where soa_server1 with the name of the managed-server...
    Cheers,
    Vlad

  • SQLException: Closed Connection, SQL state [null]; error code [17002]

    Hello All,
    I am supporting a Java 5 project on Tomcat. We've used Spring and Stored Procedure in the project.
    Recently we deployed our application in a GoLive environment and have started seeing Timeout errors in log files. After around two days we also have to restart Tomcat as users are no more able to login to access the application.
    Same application runs fine without any timeout issues on another environment.
    The only difference between two environments is that the Go-Live env has a firewall between Tomcat and Database and the other environment hosts both Tomcat and Database on same machine (i.e. no firewall).
    For GoLive env the only port open on firewall for JDBC connection is 1521 and is used in the connection string url for obtaining the connections.
    When there is a Timeout error, the N/w admin guy observed that the JDBC connection was not attempted on 1521 port, but on some random port which is not open on firewall, due to which the Database server logs also do not show entry for this connection attempt as it gets blocked by the firewall.
    I am not sure why a randam port should be used to connect when a specific port is mentioned in the connection url? Also what can be making this port switching?
    Application uses Apache DBCP with Spring to obtain connections.
    Has anyone experienced similar errors?
    Any suggestions/help on this issue is greatly appreciated!
    Many Thanks,
    CD
    ===============================
    Error Log Extract:
    Error while extracting database product name - falling back to empty error codes
    org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is java.sql.SQLException: Closed Connection
    java.sql.SQLException: Closed Connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    at oracle.jdbc.driver.PhysicalConnection.getMetaData(PhysicalConnection.java:1605)
    at org.apache.commons.dbcp.DelegatingConnection.getMetaData(DelegatingConnection.java:247)
    at org.apache.commons.dbcp.DelegatingConnection.getMetaData(DelegatingConnection.java:247)
    at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.getMetaData(PoolingDataSource.java:231)
    at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:172)
    at org.springframework.jdbc.support.JdbcUtils.extractDatabaseMetaData(JdbcUtils.java:207)
    at org.springframework.jdbc.support.SQLErrorCodesFactory.getErrorCodes(SQLErrorCodesFactory.java:187)
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.setDataSource(SQLErrorCodeSQLExceptionTranslator.java:126)
    at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.<init>(SQLErrorCodeSQLExceptionTranslator.java:92)
    at org.springframework.jdbc.support.JdbcAccessor.getExceptionTranslator(JdbcAccessor.java:96)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:294)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:348)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:352)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:356)
    at com.o2.morse.dao.impl.sql.UserDaoImpl.batchLoad(UserDaoImpl.java:371)
    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:585)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
    at $Proxy3.batchLoad(Unknown Source)
    at com.o2.morse.domain.User.doHousekeeping(User.java:667)
    at com.o2.morse.domain.User$$FastClassByCGLIB$$372ff70b.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:705)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:643)
    at com.o2.morse.domain.User$$EnhancerByCGLIB$$d5ac966a.doHousekeeping(<generated>)
    at com.o2.morse.scheduler.EndOfDay.run(EndOfDay.java:63)
    at com.o2.morse.scheduler.EndOfDay$$FastClassByCGLIB$$3b2d4927.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:705)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:643)
    at com.o2.morse.scheduler.EndOfDay$$EnhancerByCGLIB$$488a9f86.run(<generated>)
    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:585)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:248)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:165)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:90)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
    Could not close JDBC Connection
    java.sql.SQLException: Already closed.
    at org.apache.commons.dbcp.PoolableConnection.close(PoolableConnection.java:77)
    at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.close(PoolingDataSource.java:180)
    at org.springframework.jdbc.datasource.DataSourceUtils.doReleaseConnection(DataSourceUtils.java:286)
    at org.springframework.jdbc.datasource.DataSourceUtils.releaseConnection(DataSourceUtils.java:247)
    at org.springframework.jdbc.datasource.DataSourceTransactionManager.doCleanupAfterCompletion(DataSourceTransactionManager.java:297)
    at org.springframework.transaction.support.AbstractPlatformTransactionManager.cleanupAfterCompletion(AbstractPlatformTransactionManager.java:754)
    at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:615)
    at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:560)
    at org.springframework.transaction.interceptor.TransactionAspectSupport.doCloseTransactionAfterThrowing(TransactionAspectSupport.java:284)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:100)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
    at $Proxy3.batchLoad(Unknown Source)
    at com.o2.morse.domain.User.doHousekeeping(User.java:667)
    at com.o2.morse.domain.User$$FastClassByCGLIB$$372ff70b.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:705)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:643)
    at com.o2.morse.domain.User$$EnhancerByCGLIB$$d5ac966a.doHousekeeping(<generated>)
    at com.o2.morse.scheduler.EndOfDay.run(EndOfDay.java:63)
    at com.o2.morse.scheduler.EndOfDay$$FastClassByCGLIB$$3b2d4927.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:705)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:643)
    at com.o2.morse.scheduler.EndOfDay$$EnhancerByCGLIB$$488a9f86.run(<generated>)
    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:585)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:248)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:165)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:90)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
    Application exception overridden by rollback exception
    org.springframework.jdbc.UncategorizedSQLException: StatementCallback; uncategorized SQLException for SQL [SELECT ID_USER_DETAILS, USERNAME, CREATED_ON, LAST_LOGIN FROM USER_DETAILS  WHERE STATUS = 157 AND SUPERUSER <> 'Y']; SQL state [null]; error code [17002] ; Io exception: Connection timed out; nested exception is java.sql.SQLException: Io exception: Connection timed out
    java.sql.SQLException: Io exception: Connection timed out
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:820)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1049)
    at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:845)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1154)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1313)
    at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:205)
    at org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:205)
    at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:333)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:282)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:348)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:352)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:356)
    at com.o2.morse.dao.impl.sql.UserDaoImpl.batchLoad(UserDaoImpl.java:371)
    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:585)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
    at $Proxy3.batchLoad(Unknown Source)
    at com.o2.morse.domain.User.doHousekeeping(User.java:667)
    at com.o2.morse.domain.User$$FastClassByCGLIB$$372ff70b.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:705)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:643)
    at com.o2.morse.domain.User$$EnhancerByCGLIB$$d5ac966a.doHousekeeping(<generated>)
    at com.o2.morse.scheduler.EndOfDay.run(EndOfDay.java:63)
    at com.o2.morse.scheduler.EndOfDay$$FastClassByCGLIB$$3b2d4927.invoke(<generated>)
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:705)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
    at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:643)
    at com.o2.morse.scheduler.EndOfDay$$EnhancerByCGLIB$$488a9f86.run(<generated>)
    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:585)
    at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:248)
    at org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:165)
    at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:90)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
    Batch Job Failed: org.springframework.transaction.TransactionSystemException: Could not roll back JDBC transaction; nested exception is java.sql.SQLException: Closed Connection

    I am using latest Jrockit 16)5, ojdbc6_g.jar,spring.jar Weblogic 10.3 and Oracle 10G 10.2.4 .. whatever but always get "Closed Connection"
    java.lang.Throwable: Closed Connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    at oracle.jdbc.driver.PhysicalConnection.createStatement(PhysicalConnection.java:750)
    at oracle.jdbc.OracleConnectionWrapper.createStatement(OracleConnectionWrapper.java:183)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)

  • Content Index in Unknown state

    We are running exchange 2013 with 2 servers in a DAG. On one of the servers we are getting error messages in the event log to do with the search function.
    Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The
    component operation has failed. --->
    Microsoft.Exchange.Search.Engine.FeedingSkippedException: "Feeding was skipped
    for 'b0d55635-e3d9-4d83-9661-d7379e1cf0b0 (MDB01)' due to the state 'Unknown',
    error code: 'Unknown'." at
    Microsoft.Exchange.Search.Engine.SearchFeedingController.InternalExecutionStart()
    at
    Microsoft.Exchange.Search.Core.Common.Executable.InternalExecutionStart(Object
    state) --- End of inner exception stack trace --- at
    Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult
    asyncResult) at
    Microsoft.Exchange.Search.Engine.SearchRootController.ExecuteComplete(IAsyncResult
    asyncResult)
    When someone attempts a search which uses the server we get the following message.
    Exchange Server Information Store has encountered an error while executing a full-text index query ("string("mark*", mode="and")"). Error information: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]:
    Internal error while processing request (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
    I have looked on the internet for a solution and so far nothing has helped the issue.  I've looked at the content submitters group but I would have thought it would have effected both servers and not just 1.
    I've run the script to install the search foundation service but this has not resolved the issue.
    Has anyone come across the errors both and resolved the issue?
    Thanks
    Chris

    Hi,
    Please check the content index status of databases in DAG. If it's unhealthy, please rebuild content index to check result.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Composites in "Unknown" state after managed soa server restart

    Hi,
    I am using SOA suite 11.1.1.6 version on 64 bit OEL Linux. I am getting following error in managed server output log files:
    Feb 20, 2013 5:59:32 AM IST> <Error> <oracle.integration.platform> <SOA-20003> <Unable to register service.
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/deployed-composites/WirelessEnterprise/svcEnrichSEARequest_rev1.0/svcEnrichSEARequest.wsdl: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/WirelessEnterprise/svcEnrichSEARequest_rev1.0/svcEnrichSEARequest.wsdl does not exist.
    Though this composites gets loaded, the composites dependent on this composite goes into "Unknown" state. Other composites are properly loaded on server restart.
    Please let us know if anybody has any solution to this problem.

    Hi,
    Thanks for your help.
    we have narrowed down to problem now.
    The actual problem occurs while redeploying same composite on same revision.
    E.g 3 composites A, B and C are deployed on and in "Up" state.
    B And C composites depends on A.
    B composite composite.xml has following entry
    <import namespace="http://xmlns.oracle.com/A"
    location="oramds:/deployed-composites/Enterprise/A_rev1.0/A.wsdl"
    importType="wsdl"/>
    same entry exist for C composite.xml as well.
    Now whenever composite A is redeployed with same revision (1.0 in our case), and managed servers are restarted, B and C composites goes in to "Unknown" state.
    Moving A.wsdl to /apps/wsdl/* in MDS works but it duplicates the A.wsdl file beacause it also exists in MDS @ /deployed-composites/Enterprise/A_rev1.0/A.wsdl
    Please let us know if anyone has any solution.
    Thanks,
    Rupesh.

  • HT1339 hi i reset the settings on my ipod and when i connected it to my laptop its not recognized. It shows unknown device code error 43, and its not recognized when i connect to itunes.

    Hi I went into settings on my ipod and reset it, when i connected it to my laptop afterwards itsays USB unrecognized unknown device, code error 43. Its also unrecognized in itunes. All my music is still on the ipod, How can I sync it itunes??

    Try:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    Also try change the DNS to Google's servers. See:
    Public DNS — Google Developers

  • Services in unknown state

    Hello All,
    I have a 2 node RAC cluster running on Oracle 11G on Windows 2003. Everything appears to be working fine, but I have some services in an unknown state.
    If I stop all services using CRSCTL STOP CRS on any node, all services go offline as expected and OEM shows the fact that one of the nodes (instances) is no longer available.
    If I then issue CRSCTL START CRS on any node all services start up OK except for the .INST and .DB services. Issuing the CRS_STAT -T the .INST service shows as 'online' but its state is 'unknown'. The .DB service for the database shows as 'offline'.
    The stopped DB Instance does not start up automatically. If I try to start it using SRVCTL I get a CRS-0223 'Placement' error message . To get my stopped DB Instance to startup the only way I have found is to log on to sqlplus as SYS and issue the startup command. The instance then starts up with no problems
    I'm confused as to why the above mentioned .INST and .DB services dont appear to be in a correct state yet my RAC cluster appears to function correctly. Any advice on this would be greatly appreciated .
    Thanks,
    Shaun

    I wouldn't use crsctl stop crs to stop the services, that shutdown the entire clusterware environment. Use "crs_stop -all" instead.
    As for your issue, did you check the alert log just after clusterware tries to start up the db?
    Check the alert log on the databases that are not coming up automatically. There's probably an error in there.

  • State service error when submitting InfoPath form to Library

    I have a problem and looks like Google couldn't help me.. I really hope someone here will be able to.
    I have a Form Library using a custom form. When submitting the form to the library, users are getting this error. I don't get the error with my own user, only difference is I have full access to the farm and content using web app policy.
    ULS logs give me few informations
    SharePoint Server
    State Service
    bm1k
    Medium
    StateSqlSession.GetItemBytesInternal() Locked row in database for key ba18f90ee2e844468b08e90ad96dff2c_05967b71a21948d39b7d4d3ada9b27c9 for 4 seconds
    SharePoint Server
    State Service
    bm0t
    Unexpected
    StateManager.GetState() Locked data (05967b71-a219-48d3-9b7d-4d3ada9b27c9)
    InfoPath Forms Services
    Runtime - State Service
    b5st
    Medium
    MOSS StateService threw an exception: A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator.
    I deleted the State Service and recreated it twice, once with PowerShell and then with the Farm Configuration wizard. Restarted the server. Problem might come from InfoPath Forms Services tho but I don't what else I can do.
    Does anyone have any clue??
    JP Berube | MCTS SharePoint 2010 Configuration and Application Development

    Hi,
    We had the same problem with InfoPath.
    After analysis of servers,it turns out that
    the anonymous user authentication has been enabled on
    the web application server
    via IIS and not via SharePoint
    (unsupported configuration), causing
    side-effects on some queries which
    calls to forms.
    We disabled anonymous access.This desactivation
    causes the functioning of forms again.
    Rachid.

  • MOD_WL - Apache 2 frontend stuck when one of Weblogic Servers stuck

    We are using an Apache 2 Web Server as a frontend of our Weblogic Server 10.3.2 installations,
    using mod_wl configured as follow:
    <Location "/csi">
    WebLogicHost jerico.procergs.reders
    WebLogicPort 8012
    SetHandler weblogic-handler
    ErrorPage http://www.consultasintegradas.rs.gov.br/FalhaConexao.html
    </Location>
    The Weblogic Server is using a default workmanager.
    When Weblogic Server gets overload by "stuck threads", "out of memory", "connection pool out of
    resources" or similar reasons, the Apache Web server always get stuck with many slots in WAIT
    state. This stops acess to all Weblogic Servers installations, until restart the Weblogic server
    which was stuck.
    Is there another way to configure Apache as a Weblogic frontend without Apache stuck toguether
    with any Weblogic under it ?
    There are timeout parameter to be configured in mod_wl not to stuck Apache when Weblogic stuck ?
    Thanks in advance
    Mauro do Valle

    Hi,
    The best way to get rid of your issue is by try to do the following stuff:
    - Use more WLS servers which are in cluster in different boxes. (i.e. This would help you to load-balancing and fail-over your request )
    - Use "*WebLogicCluster*" instead of "WebLogicHost" as you have to give the host-names of the servers which are in the cluster
    - By default "*Idempotent*" is ON and this is used for fail-over after *300* seconds as that's the default value for "*WLIOTimeoutSecs*" (i.e. if an response is not been sent by one WLS server for any-reason, then the response would be sent to the second server. ) This way if any one of the server has gone down for some reason and was not able to send the repose then second server would server the requests.
    Following is the example:
    <Location "/csi">
    WebLogicCluster  MS1HostName:7003,MS2HostName:7005
    SetHandler weblogic-handler
    ErrorPage http://www.consultasintegradas.rs.gov.br/FalhaConexao.html
    </Location>For more information about the parameters have a look at the below link:
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/plugins/plugin_params.html#wp1143049
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Come, Join Us and Experience The Magic…

  • Unknown state or association field with @Transformation

    I have a class that uses a Transformation mapping for the IP address field. The IP address is the string dot notation in the class, but is a long integer in the database. My entity class looks like this:
    @Entity
    @Table(name="LOCATION_MAP")
    public class LocationMap implements Serializable {
    bq.      @Transformation \\          @ReadTransformer(IPAttributeTransformer.class) \\          @WriteTransformer(IPAttributeTransformer.class) \\          @Column(name="IP_ADDR") \\          protected String ipAddr; \\          ...
    IPAttributeTransformer is a class that implements both org.eclipse.persistence.mappings.transformers.AttributeTransfomer and org.eclipse.persistence.mappings.transformers.FieldTransformer.
    When I attempt to execute the query, "select location.ipAddr from LocationMap location", it gives me the error Error compiling the query [(select location.ipAddr from LocationMap location|http://select location.ipAddr from LocationMap location]), line 1, column 16: unknown state or association field (ipAddr) of class (com.example.LocationMap).
    If I comment out the @Transformation, @ReadTransformer, and @WriteTransformer annotations, then I don't get the error, but of course I also don't get the transformed IP address.
    This mapping worked with TopLink 10g and the XML descriptor file, but I am trying to migrate to 11g and JPA with annotations.
    Josh Davis
    Edited by: user603300 on Mar 12, 2009 12:22 PM, forum software tried to turn square brackets into URL's.

    Hello Ryan,
    The example I have does the following:
    @ReadTransformer(method="buildNormalHours")
    @WriteTransformers({
    @WriteTransformer(method="getStartTime", column=@Column(name="START_TIME")),
    @WriteTransformer(method="getEndTime", column=@Column(name="END_TIME"))
    @Property(name="attributeName", value="normalHours")
    protected Time[] getNormalHours() {
    return normalHours;
    where buildNormalHours looks like:
    /** IMPORTANT: This method builds the value but does not set it.
    * The mapping will set it using method or direct access as defined in the descriptor.
    public Time[] buildNormalHours(Record row, Session session) {
    Time[] hours = new Time[2];
    /** This conversion allows for the database type not to match, i.e. may be a Timestamp or String. */
    hours[0] = (Time) session.getDatasourcePlatform().convertObject(row.get("START_TIME"), java.sql.Time.class);
    hours[1] = (Time) session.getDatasourcePlatform().convertObject(row.get("END_TIME"), java.sql.Time.class);
    return hours;
    Another uses a transformer class for the read:
    @ReadTransformer(transformerClass=org.eclipse.persistence.testing.models.jpa.advanced.AdvancedReadTransformer.class)
    which extends the org.eclipse.persistence.mappings.transformers.AttributeTransformer class and implements a buildAttributeValue method.
    Hope this helps,
    Chris

  • Unknown state or association field

    Hi,
    I have a table "client" that has many "request", both have an id attribute that´s the primary key. I need to query the request of a type that belong to a certain type of client. In the Request entity I have the following named query:
    @NamedQuery(name="Request.findByTypeAndClient", query="Select r from Request where r.type = :type and r.client.clientType= :clientType")
    The app server starts fine, but when I try just get to the index page I get the following error:
    javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'com.app.web.backing.Index'.. class com.app.web.backing.Index : javax.ejb.EJBException:
    Exception Description: Unknown state or association field [clientType] of class [com.app.entity.Request].; nested exception is: Exception [TOPLINK-8030] (Oracle TopLink Essentials - 2006.8 (Build 060829)): oracle.toplink.essentials.exceptions.EJBQLException
    Exception Description: Unknown state or association field [clientType] of class [com.app.entity.Request].
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)
    Caused by: javax.ejb.EJBException: Exception Description: Unknown state or association field [clientType] of class [com.app.entity.Request].; nested exception is: Exception [TOPLINK-8030] (Oracle TopLink Essentials - 2006.8 (Build 060829)): oracle.toplink.essentials.exceptions.EJBQLException
    Exception Description: *Unknown state or association field [clientType] of class [com.app.entity.Request].*
    I've made sure I don't even use that query at the index page.
    Why does it happen and how could I fix it?
    I'm using jdev 10.1.3
    Thanks in advance

    That could be a hint...
    The Client entity has a list of Requests, and the Request entity keeps a reference to the Client it belongs to. Since what I'm trying to list are the requests, and not the clients, I was expecting I could use the Client reference in the Request entity to make the query. Isn't it possible?

  • Unknown Database Connector Error   Details: "Failed to retrieve SQL Error"

    Hi
    Getting "Failed to retrieve SQL Error" while trying to refresh the Crystal report.
    Unable to create a new report also
    This is my ERROR MESSAGE
    "Unknown Database Connector Error   Details: "Failed to retrieve SQL Error"
    Previous Error: Query generated multiple SQL statements.However multiple SQL is not supported in crystal reports query panel"
    Any Suggestion.

    Hi,
    Please note that any query that generates multiple SQL statements is not supported in the Query Panel in Crystal Reports.
    I guess this Universe is generating multiple SQLs and hence the error.
    I found this option while I was searching for something else: Could you try turning off the "Multiple SQL statement for each measure" in the Universe parameters and see if it works?
    Also, here's the Universe Support Guide, although old, it is still applicable:
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/20984c2b-17f1-2b10-1091-d18977f7cd8f?QuickLink=index&overridelayout=true
    -Abhilash

Maybe you are looking for

  • "Net use" not working in application that runs as "system"

    Hello, I am trying to create an application object to distribute a program which during the setup procedure creates two local users on the workstation. I tried to set up the application to run as an unsecure system user and start the setup.exe. This

  • How to send short messages to specified email id

    Hi, I want to send alert messages to specified email id. For eg. i want send short message to my mail id [email protected] How to do this using labview. If you have any VIs, pls pass it to me. Thanks for replying to my earlier mails, shutdown.vi is w

  • UCCX Report Customize - Timezone issue

    Hi guys, I am developing some stored procedures for customizing UCCX reports and I am facing with Time zone issue: - In UCCX historical database, UTC time is used. - In HR Client, users (as normal) will want to use local timezone. My question is: can

  • Solve: instr/substr

    Please help solve this question i am stuck on We have the following value that we can use: Numeric: 0-34 and 80-100 only or Non Numberic X S U D- D D+ Have to use INSTR and SUBSTR functions to test that the value is a valid (for now only trying to cr

  • Org Modeler 3.0 - Adding Analytics

    Hi, To what extent can we add analytics using org modeler.  For example:  Could we add something like total salary for an org unit? Or are we confined to just being able to change the selection criteria to object counts?  I know that Nakisa provides