Getting exception in cache server while inserting around 80,000 values

Hi I am trying to insert 80,000 values in the cache in distributed mode(2 nodes) from .NET client then getting below error in .net client side.
TcpConnection(Id=0x00000132F5B02F87AC190D2F6F41225F9F53C4584B06C624C3DCB23A6B005B41, Open=True, Member(Location=machine:machineName,process:Test.OC.vshost, Role=.NET RTC client), LocalAddress=10.2.11.17:56409, RemoteAddress=172.25.11.44:9099): channel closed
*, but i am getting the below exception in cache browser window*
com.tangosol.net.RequestPolicyException: No storage-enabled nodes exist for service DistributedCache
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Binar
yMap.onMissingStorage(PartitionedCache.CDB:27)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Binar
yMap.ensureRequestTarget(PartitionedCache.CDB:42)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Binar
yMap.sendPartitionedRequest(PartitionedCache.CDB:31)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Binar
yMap.size(PartitionedCache.CDB:15)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Binar
yMap$EntrySet.size(PartitionedCache.CDB:1)
at com.tangosol.util.ConverterCollections$ConverterEntrySet.size(ConverterCollections.java:2906)
at com.tangosol.coherence.component.application.console.Coherence.processCommand(Coherence.CDB:741)
at com.tangosol.coherence.component.application.console.Coherence.run(Coherence.CDB:37)
at com.tangosol.coherence.component.application.console.Coherence.main(Coherence.CDB:3)
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.main(CacheFactory.java:827)
and the below error in cache server window
2011-10-11 12:03:45.056/1052.657 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache, member=3): Terminating Partiti
onedCache due to unhandled exception: java.lang.OutOfMemoryError
2011-10-11 12:03:45.056/1052.657 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache, member=3):
java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.tangosol.io.AbstractByteArrayReadBuffer.instantiateBufferInput(AbstractByteArrayReadBuffer.java:182)
at com.tangosol.io.AbstractReadBuffer.getBufferInput(AbstractReadBuffer.java:32)
at com.tangosol.util.ExternalizableHelper.extractIntDecoration(ExternalizableHelper.java:4575)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.getKeyPartition(Partit
ionedService.CDB:10)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Stora
ge.onBackingMapEvent(PartitionedCache.CDB:6)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Stora
ge$PrimaryListener.entryInserted(PartitionedCache.CDB:1)
at com.tangosol.util.MapEvent.dispatch(MapEvent.java:266)
at com.tangosol.util.MapEvent.dispatch(MapEvent.java:226)
at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
at com.tangosol.net.cache.OldCache.dispatchEvent(OldCache.java:1938)
at com.tangosol.net.cache.OldCache$Entry.onAdd(OldCache.java:2007)
at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
at com.tangosol.net.cache.OldCache.put(OldCache.java:262)
at com.tangosol.net.cache.OldCache.put(OldCache.java:230)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Stora
ge.putPrimaryResource(PartitionedCache.CDB:27)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Stora
ge.moveResourcesToPrimary(PartitionedCache.CDB:37)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Stora
ge.movePartition(PartitionedCache.CDB:9)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.moveP
artition(PartitionedCache.CDB:14)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.assignPrimaryPartition
(PartitionedService.CDB:41)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.restoreOrphans(Partiti
onedService.CDB:38)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onOwnershipRequest(Par
titionedService.CDB:11)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService$OwnershipRequest.onRec
eived(PartitionedService.CDB:3)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:33)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedSe
rvice.CDB:3)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNot
ify(PartitionedCache.CDB:3)
at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
at java.lang.Thread.run(Thread.java:662)
2011-10-11 12:03:45.056/1052.657 Oracle Coherence GE 3.7.0.0 <D5> (thread=DistributedCache, member=3): Service DistributedCac
he left the cluster
2011-10-11 12:03:47.524/1055.125 Oracle Coherence GE 3.7.0.0 <Info> (thread=main, member=3): Restarting Service: DistributedC
ache
2011-10-11 12:03:47.524/1055.125 Oracle Coherence GE 3.7.0.0 <D5> (thread=DistributedCache, member=3): Service DistributedCac
he joined the cluster with senior service member 2
2011-10-11 12:07:35.850/1283.451 Oracle Coherence GE 3.7.0.0 <Info> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:1,
member=3): Restarting NamedCache: Index
2011-10-11 12:07:36.616/1284.217 Oracle Coherence GE 3.7.0.0 <Info> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:3,
member=3): Restarting NamedCache: Security
2011-10-11 12:58:26.732/4334.333 Oracle Coherence GE 3.7.0.0 <Error> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor, member=
3): Terminating TcpAcceptor due to unhandled exception: java.lang.OutOfMemoryError
Exception in thread "Proxy:ExtendTcpProxyService:TcpAcceptor" java.lang.OutOfMemoryError: GC overhead limit exceeded
Logger: java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
Logger: java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
2011-10-11 12:58:31.419/4339.020 Oracle Coherence GE 3.7.0.0 <Error> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor:TcpProce
ssor, member=3): Terminating TcpAcceptor due to unhandled exception: java.lang.OutOfMemoryError
Exception in thread "DistributedCache:AspNetSessionCache|SERVICE_STOPPED" java.lang.OutOfMemoryError: GC overhead limit excee
ded
Logger: java.lang.OutOfMemoryError: GC overhead limit exceeded
pls.... help me
Thanks in Advance.

Jonathan.Knight wrote:
Hi,
Yes, with two nodes you should be able to put more data into your Coherence cluster - the capacity scales with the number of storage nodes in the cluster.
Actually, this is not true. :-)
By default configuration, and not using indexes, you are able to store the same amount of data in one node as in two nodes in case of a distributed cache.
This is because if you have one node, Coherence does not create backups. If you have two nodes, it creates one backup (if you configured a backup, which default configuration did).
It starts to increase total capacity only with the third node (assuming backup count is 1).
All of this assuming that all nodes are storage-enabled and are running the service.
Best regards,
Robert

Similar Messages

  • Could not get IOR from Domino Server while provisioning Lotus Notes

    Hi all,
    There are two servers that have OIM installed, development server and test server. From development server, we can
    provision to Lotus Notes just fine. But for test server everytime when
    provision to Lotus Notes. There will be an exception
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
    From test server
    I can access the URL http://10.3.100.61:63148/diiop_ior.txt using Internet Explorer
    I can telnet to 10.3.100.61 63148
    I can use connector testing program and it work fine
    All configuration and jar files are the same as development server
    There is no firewall or antivirus running in both systems.
    Both server is virtual server using VMWare.
    OS: Windows2003R2 Enterprise
    DB: Oracle 10gR2 10.2.0.2
    AS: Oracle AS 10g 10.1.3.3.0
    OIM 9.1.0
    Lotus Notes Connector 9.0.4.2
    Thank you.
    Satit
    The error is as below
    =================================================
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Host 10.3.100.61
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Port 63148
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Admin Pongtape Ungkawanish/Telecom./Central Support/Fin./KK_Bangkok/TH
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Certifier OU
    DEBUG,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LotusNotesProvision::init : Before session
    08/11/11 11:24:26 Running setTimeoutParameters
    08/11/11 11:24:26 Running Connect
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Non-Secure Mode
    ERROR,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Connection refused to Lotus Notes......
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
         at lotus.domino.NotesFactory.requestIORPlain(Unknown Source)
         at lotus.domino.NotesFactory.requestIORUsingArgs(Unknown Source)
         at lotus.domino.NotesFactory.getIOR(Unknown Source)
         at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
         at lotus.domino.NotesFactory.createSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LotusNotesProvision.connect(Unknown Source)
         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 com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CONNECT(adpLNCREATEUSER.java:449)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:160)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
         at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
         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 com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcProvisioningOperations_RemoteProxy_6ocop18.retryTasks(Unknown Source)
         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 com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:781)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         ... 45 more
    INFO,11 Nov 2008 11:24:26,109,[ADAPTER.LOTUSNOTES],Unable to connect to the target. Attempting to reconnect after delay of 2000ms.......
    INFO,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession
    INFO,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Non-Secure Mode
    ERROR,11 Nov 2008 11:24:28,110,[ADAPTER.LOTUSNOTES],LNotesConnectionUtil::getSession : ***Connection refused to Lotus Notes......
    NotesException: Could not get IOR from Domino Server: http://10.3.100.61:63148/diiop_ior.txt
         at lotus.domino.NotesFactory.requestIORPlain(Unknown Source)
         at lotus.domino.NotesFactory.requestIORUsingArgs(Unknown Source)
         at lotus.domino.NotesFactory.getIOR(Unknown Source)
         at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
         at lotus.domino.NotesFactory.createSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LNotesConnectionUtil.getSession(Unknown Source)
         at com.thortech.xl.Integration.HostAccess.LotusNotesProvision.connect(Unknown Source)
         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 com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.CONNECT(adpLNCREATEUSER.java:449)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpLNCREATEUSER.implementation(adpLNCREATEUSER.java:160)
         at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
         at com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
         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 com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:47)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at tcProvisioningOperations_RemoteProxy_6ocop18.retryTasks(Unknown Source)
         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 com.evermind.server.rmi.RmiMethodCall.run(RmiMethodCall.java:53)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NullPointerException
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:781)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
         ... 46 more

    check if DIIOP service is turned on at the Lotus Domino side...
    Oleg.

  • Getting the 500 Internal server,while opening the work item in Portal Inbox

    Hi All,
    When a transaction is submitted by an employee. It routes to the manager approval through work item. In the Portal Inbox of the Manager he could find the task to approve. When he clicks on Task we are getting an Error as 500 Internal Server error.
    Regard's
    Ramakrishna

    em [UWL] not mapped to a portal user#
    #1.5 #00144F9F641A025800035AA50000484900048B6F3A366658#1279209741116#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_42##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "System ID Workflow Batch"is not a unique id of a user!#
    #1.5 #00144F9F641A025800035ABE0000484900048B6F3A370CFF#1279209741159#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_42##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A025800035AE70000484900048B6F3A38252A#1279209741231#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_42##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Sargam Vaidya"is not a unique id of a user!#
    #1.5 #00144F9F641A025800035B100000484900048B6F3A3962B0#1279209741312#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_42##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Madan Kummaraguntla"is not a unique id of a user!#
    #1.5 #00144F9F641A025800035B390000484900048B6F3A3A815F#1279209741386#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_42##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Atul Bakliwal"is not a unique id of a user!#
    #1.5 #00144F9F641A007E0009760E0000484900048B6F3B3E4D86#1279209758412#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A007E000976270000484900048B6F3B3EE9DD#1279209758452#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "DJ1:280:WF-BATCH"is not a unique id of a user!#
    #1.5 #00144F9F641A007E000976400000484900048B6F3B3F8461#1279209758491#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "System ID Workflow Batch"is not a unique id of a user!#
    #1.5 #00144F9F641A007E000976890000484900048B6F3B41A234#1279209758630#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Sargam Vaidya"is not a unique id of a user!#
    #1.5 #00144F9F641A007E000976B20000484900048B6F3B42ACF3#1279209758698#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Madan Kummaraguntla"is not a unique id of a user!#
    #1.5 #00144F9F641A00610008AFE60000484900048B6F3B520FFE#1279209759707#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#ADENNISON#240056##n/a##405d52b4902911dfbfdd0000348b572a#SAPEngine_Application_Thread[impl:3]_32##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A0071000971E40000484900048B6F3BC3D899#1279209767164#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_29##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A0071000971FD0000484900048B6F3BC4761B#1279209767204#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_29##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "DJ1:280:WF-BATCH"is not a unique id of a user!#
    #1.5 #00144F9F641A0071000972160000484900048B6F3BC51383#1279209767244#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_29##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "System ID Workflow Batch"is not a unique id of a user!#
    #1.5 #00144F9F641A00710009725F0000484900048B6F3BC6FDA2#1279209767370#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_29##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Sargam Vaidya"is not a unique id of a user!#
    #1.5 #00144F9F641A0071000972880000484900048B6F3BC80963#1279209767438#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_29##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Madan Kummaraguntla"is not a unique id of a user!#
    #1.5 #00144F9F641A00660008FDBF0000484900048B6F3C844189#1279209779773#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_7##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A00660008FDD80000484900048B6F3C84ED8C#1279209779817#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_7##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "DJ1:280:WF-BATCH"is not a unique id of a user!#
    #1.5 #00144F9F641A00660008FDF10000484900048B6F3C85BC7A#1279209779870#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_7##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "System ID Workflow Batch"is not a unique id of a user!#
    #1.5 #00144F9F641A00660008FE3A0000484900048B6F3C87E3A0#1279209780011#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_7##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Sargam Vaidya"is not a unique id of a user!#
    #1.5 #00144F9F641A00660008FE630000484900048B6F3C890155#1279209780085#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_7##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Madan Kummaraguntla"is not a unique id of a user!#
    #1.5 #00144F9F641A007A000950190000484900048B6F3CA22142#1279209781731#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#ADENNISON#240056##n/a##405d52b4902911dfbfdd0000348b572a#SAPEngine_Application_Thread[impl:3]_35##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A0062000929970000484900048B6F3E6BC900#1279209811724#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_28##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A006C00095D360000484900048B6F40B4F8E4#1279209850075#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_4##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A006C00095D4F0000484900048B6F40B59F4D#1279209850117#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_4##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "DJ1:280:WF-BATCH"is not a unique id of a user!#
    #1.5 #00144F9F641A006C00095D680000484900048B6F40B64558#1279209850160#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_4##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "System ID Workflow Batch"is not a unique id of a user!#
    #1.5 #00144F9F641A006C00095DB10000484900048B6F40B843BD#1279209850291#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_4##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Sargam Vaidya"is not a unique id of a user!#
    #1.5 #00144F9F641A006C00095DDA0000484900048B6F40B95C0F#1279209850362#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_4##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Madan Kummaraguntla"is not a unique id of a user!#
    #1.5 #00144F9F641A00730009269D0000484900048B6F413A0D77#1279209858796#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_15##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Clark Dennison"is not a unique id of a user!#
    #1.5 #00144F9F641A0073000926B60000484900048B6F413AB25C#1279209858839#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_15##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "DJ1:280:WF-BATCH"is not a unique id of a user!#
    #1.5 #00144F9F641A0073000926CF0000484900048B6F413B58F1#1279209858881#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_15##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "System ID Workflow Batch"is not a unique id of a user!#
    #1.5 #00144F9F641A0073000927180000484900048B6F413D5A06#1279209859013#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#SVAIDYA#240097##n/a##2b55c25d902a11df87420000348b572a#SAPEngine_Application_Thread[impl:3]_15##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.retriever.AbstractRetriever#Plain###com.sap.security.api.NoSuchUserException: The given id "Sargam Vaidya"is not a unique id of a user!#

  • Assertion Exception in Cache Server log

    Can someone let me know in what circumstances do we see the below exception
    2011-06-17 02:30:06,811 ERROR [Logger@9236976 3.6.0.1] Coherence 2011-06-17 02:30:06.809/199.394 Oracle Coherence GE 3.6.0.1 <Error> (thread=DistributedCache, member=1): Assertion failed:
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.registerPoll(Grid.CDB:36)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.post(Grid.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.checkDistribution(PartitionedService.CDB:80)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:662)
    2011-06-17 02:30:06,812 ERROR [Logger@9236976 3.6.0.1] Coherence 2011-06-17 02:30:06.809/199.394 Oracle Coherence GE 3.6.0.1 <Error> (thread=DistributedCache, member=1): Terminating PartitionedCache due to unhandled exception: com.tangosol.util.AssertionException
    2011-06-17 02:30:06,874 ERROR [Logger@9236976 3.6.0.1] Coherence 2011-06-17 02:30:06.809/199.394 Oracle Coherence GE 3.6.0.1 <Error> (thread=DistributedCache, member=1):
    com.tangosol.util.AssertionException:
    at com.tangosol.coherence.Component._assertFailed(Component.CDB:12) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.Component._assert(Component.CDB:3) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.registerPoll(Grid.CDB:36) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.post(Grid.CDB:31) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.checkDistribution(PartitionedService.CDB:80) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:15) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3) [coherence-3.6.0.1.jar:3.6.0.1]
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42) [coherence-3.6.0.1.jar:3.6.0.1]
    at java.lang.Thread.run(Thread.java:662) [na:1.6.0_24]
    2011-06-17 02:30:08,479 INFO [Logger@9236976 3.6.0.1] Coherence 2011-06-17 02:30:08.478/201.063 Oracle Coherence GE 3.6.0.1 <Info> (thread=Thread-0, member=1): Restarting Service: DistributedCache
    Thanks,
    Yashas

    Jonathan.Knight wrote:
    Hi,
    Yes, with two nodes you should be able to put more data into your Coherence cluster - the capacity scales with the number of storage nodes in the cluster.
    Actually, this is not true. :-)
    By default configuration, and not using indexes, you are able to store the same amount of data in one node as in two nodes in case of a distributed cache.
    This is because if you have one node, Coherence does not create backups. If you have two nodes, it creates one backup (if you configured a backup, which default configuration did).
    It starts to increase total capacity only with the third node (assuming backup count is 1).
    All of this assuming that all nodes are storage-enabled and are running the service.
    Best regards,
    Robert

  • When I open a file in Firefox, how do I get it to include server side inserts

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/755399]<br>
    Thanks - c</blockquote><br>
    I like to test my html before putting on my server; I do this
    by using FireFox / File / Open File and pointing to the file
    to open; the filenames all end in .shtml, but server side includes
    are not processed; is this a Firefox issue or a Win XP issue?
    (Win XP, SP3)

    You can't use File > Open File to process server side includes. That will only work if you use File > Open Location and if there is a server that can process the file. If you use File > open File then you open that file directly in Firefox (bypassing a server) and only the HTML code will be processed and not SSI code.
    http://encyclopedia.thefreedictionary.com/Server+Side+Include

  • ERROR WHILE INSERTING BLOBS AS PARAMETERS OF EXISTING STORED PROCEDURE

    I have 2 simple tables to keep large application data (as XMLDOCUMENT in one table and BLOB in another):
    SQL> desc bindata_tbl;
    Name Null? Type
    BDATA_ID NOT NULL NUMBER(10)
    BDATA NOT NULL BLOB
    SQL> desc metadata_tbl;
    Name Null? Type
    MDATA_ID NOT NULL NUMBER(10)
    MDATA NOT NULL SYS.XMLTYPE
    and stored preocedure to input new data into those tables:
    "SP_TEST_BIN_META_DATA"
    i_MetaData in METADATA_TBL.MDATA%TYPE,
    i_BinData in BINDATA_TBL.BDATA%TYPE
    as
    begin
    if i_MetaData is not null then
    insert into METADATA_TBL (MDATA_ID, MDATA)
    values (METADATA_SEQ.nextval, i_MetaData);
    end if;
    if i_BinData is not null then
    insert into BINDATA_TBL (BDATA_ID, BDATA)
    values (BINDATA_SEQ.nextval, i_BinData);
    end if;
    COMMIT;
    -- Handle exceptions
    EXCEPTION
    WHEN OTHERS THEN
    ROLLBACK;
    RAISE;
    end;
    I communicate with database from .Net application using "Oracle.DataAccess 10.1.0.200 (Runtime version v1.0.3705)" component.
    Following procesure is a [simplified] examlple of the code I use, which demonstrates the errors while inserting XMLDOCUMENT and BLOB values simultaneously.
    In my application those should be quite big objects (~200 K XML and ~5-25M binary image data), but following sample keeps failing even with very small-sized objects:
    Line Number
    1          private void PureTest()
    2          {
    3               OracleConnection conn = null;
    4               OracleTransaction tx = null;
    5               OracleCommand command = null;
    6
    7               try
    8               {
    9                    // Open connection
    10                    string strConn = "Data Source=AthenaWf; User ID=AthenaWf; Password=Poseidon";
    11                    conn = new OracleConnection( strConn );
    12                    conn.Open();
    13
    14                    // Begin transaction (not sure if really needed)
    15                    tx = conn.BeginTransaction();
    16
    17                    // Create command
    18                    string strSql = "SP_TEST_BIN_META_DATA";
    19                    command = new OracleCommand();
    20                    command.Connection = conn;
    21                    command.CommandText = strSql;
    22                    command.CommandType = CommandType.StoredProcedure;
    23
    24                    // Create parameters
    25                    // 1) XmlType parameter
    26                    string strXml = "<?xml version=\"1.0\"?><configuration testValue=\"123456789\"/>";
    27                    XmlDocument xmlDoc = new XmlDocument();
    28                    xmlDoc.LoadXml( strXml );
    29                    OracleXmlType oraXml = new OracleXmlType( conn, xmlDoc );
    30                    //oraXml = null;
    31                    //
    32                    OracleParameter xmlPrm = new OracleParameter();
    33                    xmlPrm.ParameterName = "i_MetaData";
    34                    xmlPrm.Direction = ParameterDirection.Input;
    35                    xmlPrm.OracleDbType = OracleDbType.XmlType;
    36                    xmlPrm.Value = oraXml;
    37                    command.Parameters.Add( xmlPrm );
    38
    39                    // 2) Blob type
    40                    byte[] buf = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
    41                    OracleBlob oraBlob = new OracleBlob( conn, true );
    42                    //oraBlob.Write( buf, 0, buf.Length );
    43                    oraBlob = null;
    44                    //
    45                    OracleParameter blobPrm = new OracleParameter();
    46                    blobPrm.ParameterName = "i_BinData";
    47                    blobPrm.Direction = ParameterDirection.Input;
    48                    blobPrm.OracleDbType = OracleDbType.Blob;
    49                    blobPrm.Value = oraBlob;
    50                    command.Parameters.Add( blobPrm );
    51
    52
    53                    // Execute command finally
    54                    command.ExecuteNonQuery();
    55                    tx.Commit();
    56               }
    57               catch( Exception ex )
    58               {
    59                    // Clean-up
    60                    if( command != null )
    61                    {
    62                         command.Dispose();
    63                    }
    64                    if( tx != null )
    65                    {
    66                         tx.Dispose();
    67                    }
    68                    if( conn != null )
    69                    {
    70                         conn.Dispose();
    71                    }
    72
    73                    // Display error message
    74                    MessageBox.Show( ex.Message, "Error" );
    75               }
    76          }
    If I try insert only XMLDOCUMENT object (lines 30, 42 are commented out, 43 IS NOT) - everything is OK.
    If I try to insert only BLOB object (lines 30, 42 are NOT COMMENTED OUT, line 43 is commented out) - everything is OK again.
    If I try to insert them both having some values (lines 30, 43 are commented out, 42 is not commented out) - it fails right on "command.ExecuteNonQuery();" (line 54)
    with the following exception:
    "ORA-21500: internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%]".
    Even when I nullify oraBlob before assigning it to OracleParameter value (line 30 is commented out, line 42 and 43 are not) I have the same exception.
    XMLDOCUMENT and DLOB data logically are very coupled objects (in my application), so I really want to insert them simultaneously in one stored procedure in transactional way.
    Is it bug of drivers, server, .net environment, or I miss something in implementation?
    PS. In some articles on Oracle web and in MSDN site I found a mention about necessity of wrapping all write/update operations in a transaction, while working with temporary LOBs. I use it here, but it does not look like changing anything.

    Hello,
    I tested your code with the 10.1.0.4.0 ODP and 10.1.0.4.0 Client and it worked fine.
    Can you please apply the 10.1.0.4.0 patches for both ODP and client to see if this resolves the issue for you.
    Here is the output from the same execution of the ODP application you provided as a testcase. These rows were inserted at the same time when I executed the application and passed the data as parameters to the SP you provided.
    Results of Testing with 10.1.0.4.0
    ==========================
    SQL> select count(*) from BINDATA_TBL
    2 ;
    COUNT(*)
    1
    SQL> select count(*) from METADATA_TBL;
    COUNT(*)
    1
    SQL> select dbms_lob.getlength(bdata) from BINDATA_TBL;
    DBMS_LOB.GETLENGTH(BDATA)
    10
    SQL> select mdata from METADATA_TBL;
    MDATA
    <?xml version="1.0"?><configuration testValue="123456789" />

  • Mavericks Caching Server very slow on gigabit Microsoft Network

    Specs.  OS X 10.9.5 / Mac mini / 8 GB Ram - Connected to Gigabit ethernet, 2 TB Hard Drives, 2.3 Ghz i7
    Only a few days old.  I have done all available updates that Apple released.
    I had some difficulty getting the Mavericks caching server to work in the first place on our Windows Server 2012 network. Caching would work for the Server itself but none of my iPads or other Windows machines would cache or pull from the cache.
    My work around was to manually create a DNS Host Name and PTR on the Windows Server so that we could actually nslookup and ping the Mavericks Server by hostname.domain.local  This immediately fixed the issue and all hosts can cache and pull from the cache.
    Speed is an issue.  I currently cannot get any transfer speeds over 2 MB/s
    Using the caching server to deploy an app (I verified that the internet connection was not being used and that it was coming from the caching server)
    Connecting to a file share on the Windows Server and manually Copy/Paste files.
    I verified the slowness using Activity Monitor on the Mavericks Server.
    I have researched and found many similar complaints for the SMB2 protocol.  I did not find a good enough Terminal Command to paste that I felt comfortable doing and at a later date undoing when Apple fixes the slowness issue.
    Any help is greatly appreciated.
    Does anybody know the protocol that Mavericks uses by default to send out the cached updates etc (SMB)?
    If you know the correct command to paste into Terminal to force Mavericks to use SMB1 and also the command to undo this change I am willing to try that as well.
    Thank you in advance,
    TechJeff

    I tweaked the DNS a little bit more...Under DHCP IPv4 Properties --> DNS Tab.  I selected  "Dynamically update DNS A and PTR records for DHCP clients that do not request updates".  This allowed our DNS to register the Macintosh server and ipads etc.  My SMB2 speed is up to 300 mbps from 16 mbps.
    My caching server transfers are still maxing out at 2.1 MBps.  I have switched out my wireless unit to a 150 mbps unit that the iPad is connected to.  My next troubleshooting step will be to download an app in iTunes on a computer that is plugged in to our gigabit ethernet on the same switch as the Mac Server to elliminate any potential bottlenecks or wireless issues.
    Still looking for ideas if anybody has troubleshooting ideas.

  • Client automatically cache the data got from cache server?

    Hi expert,
    I have 2 questions about the client local cache. Would you please help to give me some suggestion?
    1. Will client automatically locally cache the data got from cache server the first time and automatically update the data in local cache when getting the same data from cache server again? I go through the API reference but cannot find any API to query the data currently cached in the local cache.
    2. If client will automatically cache the data got from cache server. Is there any way for a client to get the data event that happens to its local cache, such as entry created in local cache, entry deleted from local cache and entry updated in local cache? In my opinion, when getting an entry from cache server the first time, the MapListener's entry create event should be triggered. When getting the same entry again, the entry update event should be triggered.
    However, I have tried a client with replicated cache, a client with partitioned cache, an extend client with remote cache and a client with local cache(front cache part of near cache), the client (the NamedCache object has been set the MapListener) cannot get any event notification after getting data from cache server. By the way, my listener is OK since when putting data the entry create event and entry update event will be triggered.
    Your suggestion is very appreciated. :)

    Hi
    If I were you I would read this http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/toc.htm
    and particularly the section about Near Caching here http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/nearcache.htm#CDEFEAJG
    which is what you are asking about in your question.
    Near Caching is how Coherence stores data in the locally - which is the answetr to your first question. How Near Caching works is explained in the documentation.
    Events, which you ask about in your second question are explained here http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/delivereventsjava.htm#CBBIIEFA
    It might be that ContinuousQueryCache is closer to what you want. This is explained here http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/queryabledatafabric.htm#sthref38 A ContinuousQueryCache is like having a sub-set of the underlying cache on the local client which you can then listen to etc...
    JK

  • Error while calculating the net present value

    Dear experts,
    Please help me in solving the following error.
    I am trying to do project vaibility analysis through pre investment analysis in appropriation request, interm I'm trying to calculate the IRR for the project.
    I have created the appropriation request and given all the data in that including the planed values for the project.
    In Variants tab of appropriation request, preinv. analysis sub tab, i have clicked the button Calculate preinvestment analysis figures , ( I hvae not mentioned any values in that screen, its picking the plan cost from the planed values of the appropriation request) there I'm getting an error saying
    Error while calculating the net present value
    If I open the message it is as follows:
    Error while calculating the net present value*
    *Message no. AO215*
    Diagnosis
    An error occurred during calculation of the net present value.
    The yield curve for determining the net present value is not completely maintained. Possible causes are:
    1. Evaluation type IM01 does not exist (table ATSYC).
    2. Yield curve types 9990 (bid) and 9991 (ask) have not been created (table JBD14) for the currency of the controlling area of the appropriation request.
    3. Reference interest rates have not been created for the yield curves (tables T056R and JBD15).
    4. Interest rates are not maintained for the complete planning time period for the reference interest rates.
    5. Under certain circumstances, the standard exchange rate types 'G' and 'B' may be inconsistent.
    Procedure
    Check your Customizing settings:
    1. SAP supplies the evaluation types.
    Remember, SAP supplies the evaluation types in client 000. You have to copy them into your working clients. If you do not have them in your system, you can create them in Customizing for the Treasury component (Treasury Management -> Market Risk Management -> Evaluations -> Define Default Settings). Create evaluation type IM01 with bid yield curve type 9990 and ask yield curve type 9991.
    2. In Customizing for appropriation requests (under Planning), create a bid yield curve type 9990 and an ask yield curve type for the currency of the controlling area of the appropriation request.
    3. Create at least one reference interest rate for each yield curve.
    4. Maintain the reference rates, starting at the minimum fron the point at which you you have planned costs or revenue.
    5. Check Customizing of the exchange rate types 'G' and 'B' in the IMG under Global Settings -> Currencies.
    I have checked all the procedures of the said customization and the values are similar to that of the error message, but still I'm unable to proceed further.
    I have goe through the note 160375, but did not succeed on this issue.
    Can any one help me out in solving the above error and also can any one explain me the process in SAP to calculate IRR?
    Is there any more customization missing or whats wrong going in that process?
    Please help me out...
    Thanks in advance..
    Regards,
    Praveen.

    Are you installing a Demo version of NetWeaver? If so please post your questions and search for answers here: SAP NetWeaver Application Server
    If this a real full blown system please contact the OSS, via the Marketplace (service.sap.com) or by OSS transaction in your SAP System.

  • Getting a Runtime Exception while inserting value in MSAccess 2000

    I am using below mentioned code to insert values in MSAccess 2000 which having table structure as mentioned below:-
    Field Name
    Data Type
    TodaysDate
    Date/Time
    Cart ID
    Number
    Client Name
    Text
    Team & Segment
    Text
    Duration
    Number
    Tape ID
    Text
    Start Date
    Date/Time
    End Date
    Date/Time
    Code:-
    private boolean enterDataIntoMSAccessDatabaseusingPreparedStatement()
            try {
                ps = connection.prepareStatement("INSERT INTO [Cart ID Details] VALUES (?,?,?,?,?,?,?,?)");
                System.out.println("After Query");
            catch (SQLException se) {
                generateErrorMessage("Error in Prepared Statement \n " + se.getMessage() );
                return false;
            catch (Exception e)
                generateErrorMessage("Unexpected Error Occured \n " + e.getMessage());
            String todaysDate = cartIDApplicationAddCartIDDatejTextField.getText().trim();
            String cartID = cartIDApplicationAddCartIDCartIDjTextField.getText().trim();
            String clientName = cartIDApplicationAddCartIDClientNamejTextField.getText().trim();
            String teamSegment = cartIDApplicationAddCartIDTeamAndSegmentjTextField.getText().trim();
            String duration = cartIDApplicationAddCartIDDurationjTextField.getText().trim();
            String tapeID = cartIDApplicationAddCartIDTapeIDjTextField.getText().trim();
            String startDate = cartIDApplicationAddCartIDStartDatejTextField.getText().trim();
            String endDate = cartIDApplicationAddCartIDEndDatejTextField.getText().trim();
            try {
                //System.out.println("Before ps.setString()");
                ps.setString(1, todaysDate);
                ps.setString(2, cartID );
                ps.setString(3, clientName);
                ps.setString(4, teamSegment);
                ps.setString(5, duration);
                ps.setString(6, tapeID);
                ps.setString(7, startDate);
                ps.setString(8, endDate);
                //System.out.println("After ps.setString()");
                    ps.executeUpdate();
            catch (SQLException se) {
                generateErrorMessage("Error while inserting data in database \n " + se.getMessage());
                return false;
            catch (Exception e)
                generateErrorMessage("Unexpected Error Occured \n" + e.getMessage() );
            return true;
    The above boolean function is called in "Save Button" action event, but when I click Save I am getting as Runtime Exception.
    Kindly help me to sort out this issue.

    Print stack traces not just messages.  And it will tell you what is wrong.  And if you posted the stack trace someone else might be able to tell you.
    If you get an exception DO NOT CONTINUE.  You can't do an update if the prepared statement failed so there is no point in trying.  (Of course that depends on what 'generateErrorMessage' does)
    Other than that note that you are using strings for everything even though the data types are not all text fields.

  • Exception while connecting to the cache server

    Hi,
    I am getting the following exception when I try to connect using .NET client to connect to the server cache.
    Tangosol.Net.Messaging.ConnectionException was unhandled
    Message="could not establish a connection to one of the following addresses: [10.158.144.57:9099]; make sure the \"remote-addresses\" configuration element contains an address and port of a running TcpAcceptor"
    Source="Coherence"
    Name="Tangosol.Net.Messaging.ConnectionException"
    StackTrace:
         at Tangosol.Util.Daemon.QueueProcessor.Service.Peer.Initiator.TcpInitiator.OpenConnection()
    at Tangosol.Util.Daemon.QueueProcessor.Service.Peer.Initiator.Initiator.EnsureConnection()
    at Tangosol.Net.Impl.RemoteCacheService.OpenChannel()
    at Tangosol.Net.Impl.RemoteService.DoStart()
    at Tangosol.Net.Impl.RemoteService.Start()
    at Tangosol.Net.Impl.SafeService.StartService(IService service)
    at Tangosol.Net.Impl.SafeService.RestartService()
    at Tangosol.Net.Impl.SafeService.EnsureRunningService(Boolean drain)
    at Tangosol.Net.Impl.SafeService.Start()
    at Tangosol.Net.DefaultConfigurableCacheFactory.EnsureService(IXmlElement xmlScheme)
    at Tangosol.Net.DefaultConfigurableCacheFactory.EnsureCache(CacheInfo info, IXmlElement xmlScheme)
    at Tangosol.Net.DefaultConfigurableCacheFactory.ConfigureCache(CacheInfo info, IXmlElement xmlScheme)
    at Tangosol.Net.DefaultConfigurableCacheFactory.EnsureCache(String cacheName)
    at Tangosol.Net.CacheFactory.GetCache(String name)
    at myApplication.Form1..ctor() in c:\Documents and Settings\royamba\Local Settings\Application Data\Temporary Projects\myApplication\Form1.cs:line 20
    at myApplication.Program.Main() in c:\Documents and Settings\royamba\Local Settings\Application Data\Temporary Projects\myApplication\Program.cs:line 17
    at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    The cache-config.xml has the following :
    <cache-config xmlns="http://schemas.tangosol.com/cache">
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>seller</cache-name>
    <scheme-name>seller-distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <remote-cache-scheme>
    <scheme-name>seller-distributed</scheme-name>
    <service-name>ExtendTcpCacheService</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address>localhost</address>
    <port>9099</port>
    </socket-address>
    </remote-addresses>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>30s</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-cache-scheme>
    </caching-schemes>
    </cache-config>

    Check that the <tcp-acceptor> configuration element of the target Cache Server corresponds to the client's <tcp-initiator> configuration element.
    /Mark J
    Oracle Coherece

  • Error while inserting data in SQL Server.

    Hi',
    I am using SOA 11.1.1.5
    I am inserting data using DB adapter in MS SQL Server. Some times I get below error.
    Error Message: {http://schemas.oracle.com/bpel/extension}bindingFault
    Fault ID     rrr/xxx!1.1*soa_313bd437-7bb9-41c6-a719-d1775b9afc4b/xx/4115908-BpInv0-BpSeq1.6-4
    Fault Time     Dec 24, 2012 8:02:09 AM
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'insert' failed due to: DBWriteInteractionSpec Execute Failed Exception. insert failed. Descriptor name: [InsertIntoStagingxx.Stagingxx]. Caused by java.sql.BatchUpdateException: String or binary data would be truncated.. Please see the logs for the full DBAdapter logging output prior to this exception. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value "-8152" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>String or binary data would be truncated.</detail></part><part name="code"><code>8152</code></part></bindingFault></bpelFault>
    Please advice.
    Thanks
    Yatan

    Hi Yatan,
    This should be due to data issues. And the error message is due to data truncation issues.
    Please check your payload that you are trying to insert into the SQL server table.
    One or more fields might have a data that is exceeding its defined length with respect to the table definitions.
    Problem with using SQL server is that while inserting, you will not be pointed towards which field or column is causing the error.
    You have to take the pain of searching through the entire payload to find the problem causing ones.
    Thanks,
    Deepak.

  • LiveCycle unable to access Cache Controller. Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE

    The incident starts after all the members are removed from the DCS Stack DefaultCoreGroup view and added back again by WebSphere Application Server. Following exceptions are seen after LiveCycle was added back in again to the view.
    We have a clustered environment with two nodes 2A and 2B. Server 2A crashed and therefore all members on 2B node were removed from the DCS view. Later the new core group view was installed but LiveCycle did resume operations as expected.
    Errors below:
    Exception caught while dealing with cache : Action - Get, ObjectType - UM_CLUSTER_INVALIDATION_CACHE, Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE
    ServiceRegist W   Cache get failed for service EncryptionService Reason: Error accessing the cache container - Error on GET action for cache
    Error accessing the cache container - Error on GET action for cache Local:SERVICE_FACTORY_CACHE
    The following message appeared for several different services:
    Cache put failed for service [CredentialService, ReaderExtensionsService,EncryptionService, etc]
    SSOSessionCle W   Error in cleaning stale sessions from the database. These sessions would be deleted in next trigger
                                     java.lang.RuntimeException: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:125)
      at com.adobe.idp.um.scheduler.SSOSessionCleanupJob.execute(SSOSessionCleanupJob.java:69)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:219)
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:99)
      ... 3 more
    Caused by: com.gemstone.gemfire.distributed.DistributedSystemDisconnectedException: GemFire on 2B<v1>:9057/51073 started at Sun Aug 17 08:57:23 EDT 2014: Message distribution has terminated, caused by com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.gemfire.distributed.internal.DistributionManager$Stopper.generateCancelledEx ception(DistributionManager.java:746)
      at com.gemstone.gemfire.distributed.internal.InternalDistributedSystem$Stopper.generateCance lledException(InternalDistributedSystem.java:846)
      at com.gemstone.gemfire.internal.cache.GemFireCacheImpl$Stopper.generateCancelledException(G emFireCacheImpl.java:1090)
      at com.gemstone.gemfire.CancelCriterion.checkCancelInProgress(CancelCriterion.java:59)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:669 4)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2587)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entries(LocalRegion.java:1815)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entrySet(LocalRegion.java:7941)
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:209)
      ... 4 more
    Caused by: com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.org.jgroups.protocols.pbcast.ParticipantGmsImpl.handleLeaveResponse(Particip antGmsImpl.java:106)
      at com.gemstone.org.jgroups.protocols.pbcast.GMS.up(GMS.java:1289)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:202)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:276)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.UNICAST.up(UNICAST.java:294)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:625)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:187)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:504)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD.up(FD.java:438)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.Discovery.up(Discovery.java:258)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingMessage(TP.java:1110)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingPacket(TP.java:1016)
      at com.gemstone.org.jgroups.protocols.TP.receive(TP.java:923)
      at com.gemstone.org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1320)
      at java.lang.Thread.run(Thread.java:773)
    [22/08/14 0:28:10:237 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:29:10:252 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:30:10:268 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:31:10:283 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:32:10:298 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:33:10:313 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:34:10:328 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:35:10:343 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:36:10:358 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:37:10:373 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:38:10:389 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerExceptionor
    I have tried looking for the root cause about why LiveCycle was not able to resume normally, didn't find anything related.

    LiveCycle uses Gemfire as distributed cache for cluster members. If you are using TCP Locators (caching based on TCP instead of UDP), below are the possible situations which might lead to “ForcedDisconnectException” :
    - There is time difference between two nodes.
    - These is network connectivity issues.
    - The high CPU usage by the member crashed.
    -Wasil

  • How to get the files in presentation server while uploading?

    how to get the files in presentation server while uploading?
    give me the function module name

    Hi,
    PARAMETERS:  P_FILE LIKE RLGRAP-FILENAME DEFAULT C_PRES.  "Prsnt Srvr
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
      CALL FUNCTION 'WS_FILENAME_GET'
        EXPORTING
          DEF_PATH         = P_FILE
          MASK             = ',..'
          MODE             = '0 '
          TITLE            = 'Choose File'
        IMPORTING
          FILENAME         = P_FILE
        EXCEPTIONS
          INV_WINSYS       = 1
          NO_BATCH         = 2
          SELECTION_CANCEL = 3
          SELECTION_ERROR  = 4
          OTHERS           = 5.

  • Getting exception while running es.getService("", "InfoStore" )

    Not sure if this is the correct forum to place this question.
    We are connecting to a BOE XI Rel 3.1 server that has Crystal Reports templates.  We are trying to get the report number by performing the folowing query:
    "Select SI_ID, SI_DESCRIPTION From CI_INFOOBJECTS Where SI_NAME ='"report_name"'"
    We are getting an erro message while performing the following code:
    iStore = (IInfoStore) es.getService("", "InfoStore" );
    We get the exception below about 10 to 15 times but then it is able to work and it gets the report id correctly.
    We get the following exception:
    2009-03-30 08:59:34,222 OFA_ERROR com.crystaldecisions.celib.trace.d.a(Unknown Source)[initialize(): invalid xrl,3&U=5,03&.1={3&1=NoAccess,0P&2=1,03&9i={},2z},2z&.2={3&1=View,0P&2=2,03&9i={3&U=14,03&.1={3&1=62018,03&2=3,03&?7=1,08},2z&.2={3&1=62022,03&2=4,03},2z&.3={3&1=62025,03&2=7,03},2z&.4={3&1=62026,03&2=8,03},2z&.5={3&1=62027,03&2=9,03},2z&.6={3&1=62031,03&2=13,03},2z&.7={3&1=62032,03&2=14,03},2z&.8={3&1=62033,03&2=15,03},2z&.9={3&1=62034,03&2=16,03},2z&.?={3&1=62036,03&2=18,03},2z&.@={3&1=62041,03&2=23,03},2z&.A={3&1=62042,03&2=24,03},2z&.B={3&1=62043,03&2=25,03},2z&.C={3&1=62062,03&2=44,03},2z},2z},2z&.3={3&1=Schedule,0P&2=3,03&9i={3&U=1,03&.1={3&1=62018,03&2=3,03&?7=1,08},2z},2z},2z&.4={3&1=ViewOnDemand,0P&2=4,03&9i={3&U=1,03&.1={3&1=62018,03&2=3,03&?7=1,08},2z},2z},2z&.5={3&1=FullControl,0P&2=5,03&9i={3&U=48,03&.1={3&1=62018,03&2=3,03&?7=1,08},2z&.2={3&1=60431,03&2=6,03&?7=1,08},2z&.3={3&1=60432,03&2=8,03&?7=1,08},2z&.4={3&1=60437,03&2=73,03&?7=1,08},2z&.5={3&1=62019,03&2=1,03},2z&.6={3&1=62020,03&2=2,03},2z&.7={3&1=62021,03&2=3,03},2z&.8={3&1=62022,03&2=4,03},2z&.9={3&1=62023,03&2=5,03},2z&.?={3&1=62024,03&2=6,03},2z&.@={3&1=62025,03&2=7,03},2z&.A={3&1=62026,03&2=8,03},2z&.B={3&1=62027,03&2=9,03},2z&.C={3&1=62028,03&2=10,03},2z&.D={3&1=62029,03&2=11,03},2z&.E={3&1=62030,03&2=12,03},2z&.F={3&1=62031,03&2=13,03},2z&.G={3&1=62032,03&2=14,03},2z&.H={3&1=62033,03&2=15,03},2z&.I={3&1=62034,03&2=16,03},2z&.J={3&1=62035,03&2=17,03},2z&.K={3&1=62036,03&2=18,03},2z&.L={3&1=62037,03&2=19,03},2z&.M={3&1=62038,03&2=20,03},2z&.N={3&1=62039,03&2=21,03},2z&.O={3&1=62040,03&2=22,03},2z&.P={3&1=62041,03&2=23,03},2z&.Q={3&1=62042,03&2=24,03},2z&.R={3&1=62043,03&2=25,03},2z&.S={3&1=62044,03&2=26,03},2z&.T={3&1=62045,03&2=27,03},2z&.U={3&1=62046,03&2=28,03},2z&.V={3&1=62047,03&2=29,03},2z&.W={3&1=62048,03&2=30,03},2z&.X={3&1=62049,03&2=31,03},2z&.Y={3&1=62050,03&2=32,03},2z&.Z={3&1=62051,03&2=33,03},2z&.a={3&1=62052,03&2=34,03},2z&.b={3&1=62053,03&2=35,03},2z&.c={3&1=62054,03&2=36,03},2z&.d={3&1=62055,03&2=37,03},2z&.e={3&1=62056,03&2=38,03},2z&.f={3&1=62057,03&2=39,03},2z&.g={3&1=62058,03&2=40,03},2z&.h={3&1=62059,03&2=41,03},2z&.i={3&1=62060,03&2=42,03},2z&.j={3&1=62061,03&2=43,03},2z&.k={3&1=62062,03&2=44,03},2z},2z},2z]
    com.crystaldecisions.celib.exception.c: ASSERTION FAILED
          at com.crystaldecisions.celib.trace.d.a(Unknown Source)
          at com.crystaldecisions.enterprise.ocaframework.k.a(Unknown Source)
          at com.crystaldecisions.celib.properties.Property.a(Unknown Source)
          at com.crystaldecisions.celib.properties.Property.getPropertyBag(Unknown Source)
          at com.crystaldecisions.celib.properties.PropertyBag.getPropertyBag(Unknown Source)
          at com.crystaldecisions.sdk.occa.pluginmgr.internal.a.getSecurityInfo(Unknown Source)
          at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.a(Unknown Source)
          at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.<init>(Unknown Source)
          at com.crystaldecisions.sdk.occa.infostore.internal.InfoStoreFactory.makeOCCA(Unknown Source)
          at com.crystaldecisions.sdk.framework.internal.a.getService(Unknown Source)
          at us.tx.state.dads.ofa.web.core.BaseAction.getToken(BaseAction.java:294)
    If you have experianced this problem or know of a workaround it would be greatly appreciated.
    Thanks,

    I've seen similar stack trace before, but the issue is usually consistent.
    You're getting exception when it's reading the Security Info property bag.
    Does this happen with all Users, even the Administrator account?
    Sincerely,
    Ted Ueda
    ps.  this should be posted on the Java, and not .Net, side.
    Moved to Java...
    Edited by: Don Williams on Apr 17, 2009 11:24 AM

Maybe you are looking for

  • My junk, trash, etc. folders are no longer showing up as a menu!!

    When I open my mail window all it says at the top is Important and shows an icon called Messages. I cannot find the way to get back to my email address so that I can access the Trash folder, the Junk folder, the Sent folder, etc. I find this frustrat

  • Help with Gateway TG799 Firewall settings Please

     We have a Telstra Gateway Max TG799vac. We have recently acquired our own domain name and have setup up an online store on Shopify. So the underlying web address (on myshopify.com) is not the same as our URL of the shop.When we try to access the new

  • My time zone will not automatically reset

    I have been in South America for 2 months. Coming from the states, my time zone adjusted automatically (1 hour time difference). I spent a weekend in Uruguay and when I returned to Argentina, the time zone did not readjust to Argentina time, but stay

  • Tracking of Masks created in linked project in Speedgrade dissapear in Premier Pro

    I have a sequence in Premiere Pro which I am grading in Speedgrade. I am using masks in SG and track them to follow the subjects face. However if I go back to PP, the mask is there, but the tracking is gone. No problem I thought, I just render it in

  • New take on the old "Finder using a lot of CPU"

    Been searching a lot and found next to nothing but "reinstall OS X" advice around. My situation: I run a 1 CPU, 4 core 2008 Mac Pro with all updates. My Finder constantly uses 65 - 80 % CPU on one of the cores. It also has 16 - 18 threads open. It do