Pushreplication Example failing

Hi all,
I have been struggeling with the Pushreplication ActiveActive Example for a while now, and I cannot get it to work
I am able to run both Active Cache Servers, but as soon as I am running the ActiveActiveUpdater, I am getting errors in both the Client and the Server.
I am using Coherence 12.1.3 and the Coherence Incubator 12.3 on Windows 7 64 bit.
Here are the logs - ActiveActiveUpdater:
Updating the cache with running sum object key = [0] and value [130]
Exception in thread "main" Portable(com.tangosol.util.WrapperException): (Wrapped: Failed request execution for DistributedCacheWithPublishingCacheStore service on Member(Id=2, Timestamp=2015-03-08 11:03:03.758, Address=10.162.62.78:8090, MachineId=23146, Location=site:Site1,machine:ANIWCZIN-IL,process:1016, Role=CoherenceServer) (Wrapped: Failed to store key="0") poll() is a blocking call and cannot be called on the Service thread) poll() is a blocking call and cannot be called on the Service thread
at com.tangosol.util.Base.ensureRuntimeException(Base.java:289)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.tagException(Grid.CDB:50)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onPartialCommit(PartitionedCache.CDB:7)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeRequest(PartitionedCache.CDB:82)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.run(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:3)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:1)
at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:2)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:38)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:23)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
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:51)
at java.lang.Thread.run(Thread.java:745)
at <process boundary>
at com.tangosol.io.pof.ThrowablePofSerializer.deserialize(ThrowablePofSerializer.java:57)
at com.tangosol.io.pof.PofBufferReader.readAsObject(PofBufferReader.java:3316)
at com.tangosol.io.pof.PofBufferReader.readObject(PofBufferReader.java:2604)
at com.tangosol.io.pof.ConfigurablePofContext.deserialize(ConfigurablePofContext.java:376)
at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.readObject(Service.CDB:1)
at com.tangosol.coherence.component.net.Message.readObject(Message.CDB:1)
at com.tangosol.coherence.component.net.message.responseMessage.SimpleResponse.read(SimpleResponse.CDB:6)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.deserializeMessage(Grid.CDB:20)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:21)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
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:51)
at java.lang.Thread.run(Thread.java:745)
Caused by: Portable(com.tangosol.util.AssertionException): poll() is a blocking call and cannot be called on the Service thread
at com.tangosol.coherence.Component._assertFailed(Component.CDB:12)
at com.tangosol.coherence.Component._assert(Component.CDB:3)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:5)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:1)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.ensureCache(PartitionedCache.CDB:24)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.ensureCache(PartitionedCache.CDB:36)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache$Router(SafeCacheService.CDB:1)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache(SafeCacheService.CDB:26)
at com.tangosol.coherence.config.scheme.AbstractCachingScheme.realizeCache(AbstractCachingScheme.java:63)
at com.tangosol.net.ExtensibleConfigurableCacheFactory.ensureCache(ExtensibleConfigurableCacheFactory.java:242)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:205)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:182)
at com.oracle.coherence.common.builders.NamedCacheSerializerBuilder.realize(NamedCacheSerializerBuilder.java:108)
at com.oracle.coherence.common.builders.NamedCacheSerializerBuilder.realize(NamedCacheSerializerBuilder.java:58)
at com.oracle.coherence.patterns.eventdistribution.distributors.coherence.CoherenceEventDistributor.establishEventChannelController(CoherenceEventDistributor.java:149)
at com.oracle.coherence.patterns.eventdistribution.configuration.EventDistributorTemplate.realize(EventDistributorTemplate.java:263)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore$1.ensureResource(PublishingCacheStore.java:208)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore$1.ensureResource(PublishingCacheStore.java:1)
at com.oracle.coherence.common.resourcing.AbstractDeferredSingletonResourceProvider.getResource(AbstractDeferredSingletonResourceProvider.java:85)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore.distribute(PublishingCacheStore.java:327)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore.store(PublishingCacheStore.java:523)
at com.tangosol.net.cache.ReadWriteBackingMap$BinaryEntryStoreWrapper.storeInternal(ReadWriteBackingMap.java:6221)
at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.store(ReadWriteBackingMap.java:5003)
at com.tangosol.net.cache.ReadWriteBackingMap.putInternal(ReadWriteBackingMap.java:1438)
at com.tangosol.net.cache.ReadWriteBackingMap.put(ReadWriteBackingMap.java:758)
at java.util.AbstractMap.putAll(AbstractMap.java:273)
at com.tangosol.net.cache.ReadWriteBackingMap.putAll(ReadWriteBackingMap.java:801)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.putPrimaryResource(PartitionedCache.CDB:63)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.postInvoke(PartitionedCache.CDB:36)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvocationContext.postInvokeAll(PartitionedCache.CDB:20)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvocationContext.postInvoke(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.invoke(PartitionedCache.CDB:15)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeRequest(PartitionedCache.CDB:52)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.run(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:3)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:1)
at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:2)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:38)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:23)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
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:51)
at java.lang.Thread.run(Thread.java:745)
at <process boundary>
at com.tangosol.io.pof.ThrowablePofSerializer.deserialize(ThrowablePofSerializer.java:57)
at com.tangosol.io.pof.PofBufferReader.readAsObject(PofBufferReader.java:3316)
at com.tangosol.io.pof.PofBufferReader.readObject(PofBufferReader.java:2604)
at com.tangosol.io.pof.PortableException.readExternal(PortableException.java:150)
at com.tangosol.io.pof.ThrowablePofSerializer.deserialize(ThrowablePofSerializer.java:59)
at com.tangosol.io.pof.PofBufferReader.readAsObject(PofBufferReader.java:3316)
at com.tangosol.io.pof.PofBufferReader.readObject(PofBufferReader.java:2604)
at com.tangosol.io.pof.ConfigurablePofContext.deserialize(ConfigurablePofContext.java:376)
at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.readObject(Service.CDB:1)
at com.tangosol.coherence.component.net.Message.readObject(Message.CDB:1)
at com.tangosol.coherence.component.net.message.responseMessage.SimpleResponse.read(SimpleResponse.CDB:6)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.deserializeMessage(Grid.CDB:20)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:21)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
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:51)
at java.lang.Thread.run(Thread.java:745)
CacheServer:
2015-03-08 11:03:40.054/40.096 Oracle Coherence GE 12.1.3.0.0 <Warning> (threadistributedCacheistributedCacheWithPublishingCacheStore, member=2): Application code running on "DistributedCacheWithPublishingCacheStore" service thread(s) should not call ensureCache as this may result in deadlock. The most common case is a CacheFactory call from a custom CacheStore implementation.
2015-03-08 11:03:40.056/40.098 Oracle Coherence GE 12.1.3.0.0 <Error> (threadistributedCacheistributedCacheWithPublishingCacheStore, member=2): Assertion failed: poll() is a blocking call and cannot be called on the Service thread
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:5)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:1)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.ensureCache(PartitionedCache.CDB:24)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.ensureCache(PartitionedCache.CDB:36)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache$Router(SafeCacheService.CDB:1)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache(SafeCacheService.CDB:26)
at com.tangosol.coherence.config.scheme.AbstractCachingScheme.realizeCache(AbstractCachingScheme.java:63)
at com.tangosol.net.ExtensibleConfigurableCacheFactory.ensureCache(ExtensibleConfigurableCacheFactory.java:242)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:205)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:182)
at com.oracle.coherence.common.builders.NamedCacheSerializerBuilder.realize(NamedCacheSerializerBuilder.java:108)
at com.oracle.coherence.common.builders.NamedCacheSerializerBuilder.realize(NamedCacheSerializerBuilder.java:58)
at com.oracle.coherence.patterns.eventdistribution.distributors.coherence.CoherenceEventDistributor.establishEventChannelController(CoherenceEventDistributor.java:149)
at com.oracle.coherence.patterns.eventdistribution.configuration.EventDistributorTemplate.realize(EventDistributorTemplate.java:263)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore$1.ensureResource(PublishingCacheStore.java:208)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore$1.ensureResource(PublishingCacheStore.java:1)
at com.oracle.coherence.common.resourcing.AbstractDeferredSingletonResourceProvider.getResource(AbstractDeferredSingletonResourceProvider.java:85)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore.distribute(PublishingCacheStore.java:327)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore.store(PublishingCacheStore.java:523)
at com.tangosol.net.cache.ReadWriteBackingMap$BinaryEntryStoreWrapper.storeInternal(ReadWriteBackingMap.java:6221)
at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.store(ReadWriteBackingMap.java:5003)
at com.tangosol.net.cache.ReadWriteBackingMap.putInternal(ReadWriteBackingMap.java:1438)
at com.tangosol.net.cache.ReadWriteBackingMap.put(ReadWriteBackingMap.java:758)
at java.util.AbstractMap.putAll(AbstractMap.java:273)
at com.tangosol.net.cache.ReadWriteBackingMap.putAll(ReadWriteBackingMap.java:801)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.putPrimaryResource(PartitionedCache.CDB:63)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.postInvoke(PartitionedCache.CDB:36)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvocationContext.postInvokeAll(PartitionedCache.CDB:20)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvocationContext.postInvoke(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.invoke(PartitionedCache.CDB:15)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeRequest(PartitionedCache.CDB:52)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.run(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:3)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:1)
at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:2)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:38)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:23)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
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:51)
at java.lang.Thread.run(Thread.java:745)
2015-03-08 11:03:40.058/40.100 Oracle Coherence GE 12.1.3.0.0 <Warning> (threadistributedCacheistributedCacheWithPublishingCacheStore, member=2): Partial commit due to the backing map exception com.tangosol.internal.util.HeuristicCommitException
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.postInvoke(PartitionedCache.CDB:42)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvocationContext.postInvokeAll(PartitionedCache.CDB:20)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvocationContext.postInvoke(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.invoke(PartitionedCache.CDB:15)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeRequest(PartitionedCache.CDB:52)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeRequest.run(PartitionedCache.CDB:1)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:3)
at com.tangosol.coherence.component.util.DaemonPool.add(DaemonPool.CDB:1)
at com.tangosol.coherence.component.net.message.requestMessage.DistributedCacheKeyRequest.onReceived(DistributedCacheKeyRequest.CDB:2)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:38)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:23)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
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:51)
at java.lang.Thread.run(Thread.java:745)
Caused by: (Wrapped: Failed to store key="0") com.tangosol.util.AssertionException: poll() is a blocking call and cannot be called on the Service thread
at com.tangosol.util.Base.ensureRuntimeException(Base.java:289)
at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.onStoreFailure(ReadWriteBackingMap.java:5344)
at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.store(ReadWriteBackingMap.java:5009)
at com.tangosol.net.cache.ReadWriteBackingMap.putInternal(ReadWriteBackingMap.java:1438)
at com.tangosol.net.cache.ReadWriteBackingMap.put(ReadWriteBackingMap.java:758)
at java.util.AbstractMap.putAll(AbstractMap.java:273)
at com.tangosol.net.cache.ReadWriteBackingMap.putAll(ReadWriteBackingMap.java:801)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.putPrimaryResource(PartitionedCache.CDB:63)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.postInvoke(PartitionedCache.CDB:36)
... 14 more
Caused by: com.tangosol.util.AssertionException: poll() is a blocking call and cannot be called on the Service thread
at com.tangosol.coherence.Component._assertFailed(Component.CDB:12)
at com.tangosol.coherence.Component._assert(Component.CDB:3)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:5)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.poll(Grid.CDB:1)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.ensureCache(PartitionedCache.CDB:24)
at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.ensureCache(PartitionedCache.CDB:36)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache$Router(SafeCacheService.CDB:1)
at com.tangosol.coherence.component.util.safeService.SafeCacheService.ensureCache(SafeCacheService.CDB:26)
at com.tangosol.coherence.config.scheme.AbstractCachingScheme.realizeCache(AbstractCachingScheme.java:63)
at com.tangosol.net.ExtensibleConfigurableCacheFactory.ensureCache(ExtensibleConfigurableCacheFactory.java:242)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:205)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:182)
at com.oracle.coherence.common.builders.NamedCacheSerializerBuilder.realize(NamedCacheSerializerBuilder.java:108)
at com.oracle.coherence.common.builders.NamedCacheSerializerBuilder.realize(NamedCacheSerializerBuilder.java:58)
at com.oracle.coherence.patterns.eventdistribution.distributors.coherence.CoherenceEventDistributor.establishEventChannelController(CoherenceEventDistributor.java:149)
at com.oracle.coherence.patterns.eventdistribution.configuration.EventDistributorTemplate.realize(EventDistributorTemplate.java:263)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore$1.ensureResource(PublishingCacheStore.java:208)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore$1.ensureResource(PublishingCacheStore.java:1)
at com.oracle.coherence.common.resourcing.AbstractDeferredSingletonResourceProvider.getResource(AbstractDeferredSingletonResourceProvider.java:85)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore.distribute(PublishingCacheStore.java:327)
at com.oracle.coherence.patterns.pushreplication.PublishingCacheStore.store(PublishingCacheStore.java:523)
at com.tangosol.net.cache.ReadWriteBackingMap$BinaryEntryStoreWrapper.storeInternal(ReadWriteBackingMap.java:6221)
at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.store(ReadWriteBackingMap.java:5003)
... 20 more
Many thanks in advance!!

HI Subba,
   have you doen any binding if yes can you send teh details please.
Regards
AnujN

Similar Messages

  • CreditFlow example fails to compile

    Hello.
    I have downloaded and installed bpel 10.1.2 and the bpel designer for Eclipse. I have Eclipse 3.1 installed.
    When I follow the example app, CreditFlow, I click on Build the BPEL Project and get the following error:
    Buildfile: C:\BPELwork\CreditFlow\build.xml
    main:
    [bpelc] error: Invalid class file format in C:\Program Files\Java\jre1.5.0_04\lib\rt.jar(java/lang/Object.class). The major.minor version '49.0' is too recent for this tool to understand.
    [bpelc] error: Class java.lang.Object not found in class com.collaxa.cube.engine.core.BaseCubeProcess.
    [bpelc] 2 errors
    BUILD FAILED
    C:\BPELwork\CreditFlow\build.xml:28: ORABPEL-01005
    Failed to compile classes.
    Failed to compile the generated BPEL classes for "CreditFlow".
    Does anyone know how to get past this?
    Thanks.

    There is no need for deinstalling anything - and why this should not be possible.
    For serverside:
    the only thing you have to take care is the path setting in setenv.bat - which sets the path for the jdk .. ($BPEL_HOME/bin)
    client side, eclipse offers you to specify the vm location (-vm switch)
    clemens

  • Yahoo search example failed http connection

    The Yahoo search example supplied with XMP-FileInfo-SDK-5.1 works perfectly well when PanelTest.mxml is compiled from Flashbuilder 4. However when I add the panel to Photoshop CS5 the http request fails. IT have indicated that the request doesn't even get as far as the firewall. The installation of Photoshop is at the root level, so the info panels are at Mac HD/Library/Application Support/Adobe/XMP/Custom File Info Panels/3.0/panels, not /Users/<username>/etc.
    cfg files are in place and flash security settings are correct for that location.
    Any help appreciated. Thanks

    Thanks lot sir for your kind reply. I have worked two days on this problem and just few moments ago I solved this problem.
    I am not behind any proxy server I did following changes to provider.xml file in proxy section
    <proxyInfo class="oracle.portal.provider.v2.ProxyInformation">
    <!-- <httpProxyHost></httpProxyHost>
    <httpProxyPort></httpProxyPort>
    <dontProxyFor>*.mycompany.com</dontProxyFor> -->
    <proxyUseAuth></proxyUseAuth>
    <proxyType></proxyType>
    <proxyRealm></proxyRealm>
    <proxyUseGlobal></proxyUseGlobal>
    <proxyUser></proxyUser>
    </proxyInfo>
    commented first three tags and removed value from remaining tags.
    I am following your book Oracle WebCenter 11g PS3 Administration Cookbook very well written :) . I have also embedded Google docs by following your book successfully but
    on portal Google docs page is blank I dont know why.
    Thank you,
    Muhammad Nasir

  • Qsample example failing with Q_CAT:1495: ERROR: xa_open()

    I'm trying to run qsample example coming with evaluation tuxedo 8.0 for solaris
    8.
    It fails in the qmadmin tool when trying to call "qopen QSPACE".
    The user log file has recorded error line "Q_CAT:1495: ERROR: xa_open() - failed
    to attach to shared memory, key = 62839, errno = 22".
    Truss utility shows this:
    <<<<<<<<<<<<<<<<<<<<<<<<<
    semget(62839, 1, 0) = 786432
    semop(786432, 0xFFBEE0BC, 1) = 0
    shmget(62839, 0, 0) = 24576
    shmctl(24576, 12, 0xFFBEE058) = 0
    shmat(24576, 0, 0) = 0xFD800000
    shmdt(0xFD800000) = 0
    shmget(62839, 94417, 0) = 24576
    open("/dev/zero", O_RDONLY) = 4
    mmap(0x00000000, 1048576, PROT_READ, MAP_PRIVATE, 4, 0) = 0xFE280000
    close(4) = 0
    munmap(0xFE280000, 1048576) = 0
    shmat(24576, 0xFE280000, 0) Err#22 EINVAL
    .and /etc/system has:
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:share_page_table=1
    set msgsys:msginfo_msgmap = 1026
    set msgsys:msginfo_msgmax = 4096
    set msgsys:msginfo_msgmnb = 4096
    set msgsys:msginfo_msgmni = 50
    set msgsys:msginfo_msgssz = 8
    set msgsys:msginfo_msgtql = 1024
    set msgsys:msginfo_msgseg = 2048
    ** IPC-semsys
    set semsys:seminfo_semmap = 1026
    set semsys:seminfo_semmni = 3072
    set semsys:seminfo_semmns = 32768
    set semsys:seminfo_semmnu = 2048
    set semsys:seminfo_semmsl = 128
    set semsys:seminfo_semopm = 128
    set semsys:seminfo_semume = 256
    set semsys:seminfo_semvmx = 32767
    set semsys:seminfo_semaem = 16384
    ** IPC-shmsys
    set shmsys:shminfo_shmmni = 3072
    set shmsys:shminfo_shmseg = 1024
    The box we are tryimg it on is a big SunFire 6800 server
    with 16 GB RAM and 8 CPUs and also has Oracle installed on it
    so all shared memory setting are quite high.
    Could anyone tell me where we are doing wrong. Thanking you in advance.

    Thank you, Scott
    Actually I've found the problem already. It was in the /etc/system file we had
    settings shmsys:share_page_table=1, and that caused ISM to function differently
    so, particularly calls to shmat() with supplying your own map address (and what
    Tuxedo does) would fail. Removing this setting fixed the problem.
    Scott Orshan <[email protected]> wrote:
    George,
    I tried qsample on Tux 8/Solaris 8, and it worked for me. I think that
    Support should take a look at it. You can have them check with me, and
    I'll show them where in the code this error comes from.
         Scott Orshan
    George wrote:
    I'm trying to run qsample example coming with evaluation tuxedo 8.0for solaris
    8.
    It fails in the qmadmin tool when trying to call "qopen QSPACE".
    The user log file has recorded error line "Q_CAT:1495: ERROR: xa_open()- failed
    to attach to shared memory, key = 62839, errno = 22".
    Truss utility shows this:
    <<<<<<<<<<<<<<<<<<<<<<<<<
    semget(62839, 1, 0) = 786432
    semop(786432, 0xFFBEE0BC, 1) = 0
    shmget(62839, 0, 0) = 24576
    shmctl(24576, 12, 0xFFBEE058) = 0
    shmat(24576, 0, 0) = 0xFD800000
    shmdt(0xFD800000) = 0
    shmget(62839, 94417, 0) = 24576
    open("/dev/zero", O_RDONLY) = 4
    mmap(0x00000000, 1048576, PROT_READ, MAP_PRIVATE, 4, 0) = 0xFE280000
    close(4) = 0
    munmap(0xFE280000, 1048576) = 0
    shmat(24576, 0xFE280000, 0) Err#22 EINVAL

  • JAAS example fails on Tomcat

    The JAAS tutorial and sample code works fine in Creator but when I tried to deploy it in Tomcat 5.5.17 it fails to start and gives this error.
    org.apache.catalina.startup.ContextConfig applicationWebConfig
    SEVERE: Parse error in application web.xml file at jndi:/localhost/JaasAuthentication/WEB-INF/web.xml
    java.lang.IllegalArgumentException: Invalid <url-pattern> /faces/*.jsp in filter mappingI have looked at the Help in Creator on deploying applications in Tomcat but with no luck. Anybody know what is causing this exception in Tomcat?
    John.

    the cross-domain file has to be placed on the web service
    server.
    you can use blazeds or lcds to proxy your ws calls. this
    tutorial should help,
    http://learn.adobe.com/wiki/display/Flex/Creating+a+BlazeDS+web+service+application+in+Fle x+Builder

  • Simple struct example fails.

    %module myModule
    struct myStruct {
       int myNumber;
    extern void test(struct myStruct *);
    struct myStruct {
       int myNumber;
    extern void test(struct myStruct *;
    Let me preface this by acknowledging that, despite hours of reading FLASCC, CrossBridge and SWIG documentation, I don't have a very solid understanding of what I am supposed to be doing.  That is why I have reduced the 05 and 06 samples to this simplest possible case.  In particular, since I have no good feeling about what preprocessing and actual processing steps are going on when I enter:
    $FLASCC}/usr/bin/swig -as3 -module myModule -outdir . -includeall -ignoremissing -o MyLib.c t.swg
    [After having done:  export CYGWIN=nodosfilewarning in order to overcome that matter.]
    I am not sure when this diagnostic warning/error gets emitted:  didn't find type info for myStruct
    I do get a MyLib.c file and I do get a myModule.as, but as the comments in those two files wisely point out, a beginner would be a fool to try to touch either of them and neither of them is understandable to the novice.  All I can say is that a myStruct structure does seem to be found in the .c file, but in the .as file, the argument to the test function seems to be an int, not a pointer as I would have guessed from what I have read.
    So:
    A.  Is the did not find type message just a warning that I should ignore and try to go on to building a SWC that could successfully use the test function, or is it an error, that will prevent any successful use?
    B.  Assuming it is the latter, what is wrong with the syntax I am providing?
    C. Can you provide a simple explanation of why the information provided in the swig interface file seems to essentailly need to be duplicated as above.  I am not concerned with/interested in explanations of alternatives that might accomplish the same thing.  If what I am providing is invalid, in which section is it invalid?  What parts of the swig compilation 'see' each section?
    Thank you.

    Well, it's many hours later and I have made some progress, but rather than just edit the original posting, I think it will be more clear to append to it this way.
    First, I was able to coerce the help text out of swig.  That gave me a handle to the -E switch so I could see the difference between the kinds of logic made part of preprocessing as separate from the final compilation steps. The -verbose option was useful once I could tell that my problem was NOT being picked up in a preprocessing step.
    Evenutally I was able to get an error message pointing to the first character of the first line of my swig file!  That led to the idea that I needed to use the #ifdef SWIG syntax which I had seen in some of the examples -- but none of the examples that I thought pertained to my simplke non-C++ use case.  Evidently I am wrong.
    So, I will keep trying to move the ball down the field.  By using this kind of weird triplification, I now seem to get clean output from swig:
    #ifdef SWIG
        %module myModule
            /* Place my C declarations here. */
        /* Insert the same C declarations here. */
    #else
        /* insert the same C declarations a third time here. */
    #endif
    So, if indeed, that is a correct incantation, I would still appreciate a plain English, non-techno-abbreviated statement of why the code needs to appear in each of those three places.
    Thank you..

  • Simplest import-excel example fails  - beginner question

    Help! I can't get import-excel to behave reliably even in the simplest case:
    1 New table with the default one column
    2 Add data to one row "hello"
    3 Export to excel
    4 New table with the default one column
    5 Import from excel
    6 Error message:
    --IMPORT into table TABLE2 complete
    --Inserted 2rows.
    --Failed to insert 0rows.
    I don't know if this detail helps:
    Step 2's message was:
    --INSERT INTO "TABLE1" (COLUMN1) VALUES ('hello')
    --Commit Successful
    Step 3's resulting excel file looks OK, though it has a null column to the right (as revealed by excel's control-end key). Nevertheless, deleting that null column didn't change the outcome.
    Step 5's DML says:
    --insert into TABLE2 (COLUMN1) VALUES(' ');
    --insert into TABLE2 (COLUMN1) VALUES(' ');                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Oops, I forgot to mention these details:
    --Oracle9i Enterprise Edition Release 9.2.0.8.0
    --OracleBI Discoverer Version 10.1.2.2
    --SQL Developer 1.1.2.25
    --Excel 2003                                                                                                                                                                                                                                                                                                                                                   

  • JWSDP 2.0 examples failing to compile

    I am using JWSDP 2.0, JDK 1.5.0_06 AND tOMCAT 5.5.18.
    While compiling "fromjava" example of JWSDP 2.0, I am getting error
    java.lang.NoClassDefFoundError: javax/xml/bind/annotation/AccessType
    I tried searching this class in all the jar files available in JWSDP 2.0 as well as JDK 1.5.0_06 but couldn't get.
    Then I tried searching the net as if I don't have the jar file containg this class and I got the following post saying that the class name has been changed to "XmlAccesType" in an update of JAXB.
    http://forums.java.net/jive/thread.jspa?threadID=14599&messageID=102626
    I don't see this class used in any of the example source, it means some other class used in the library is using it and I have no way of changing this file and get this example working.
    Could any body help me compile this example.

    See Troubleshooting issues with iTunes for Windows updates. Use the steps in the second box to repair your iTunes installation. Your library should be unaffected by these steps but there is backup advice elsewhere in the user tip.
    tt2

  • Precompile of WebLogic Portal 'stockportal' example fails

              I am trying to precompile a portal web application for WebLogic portal that is based
              on the stockportal. Compilation fails with the message:
              weblogic.servlet.jsp.JspException: (line 3): Could not parse deployment descriptor:
              java.io.IOException: cannot resolve 'es.tld' into a valid tag library
                   at weblogic.servlet.jsp.JspLexer.jspException(JspLexer.java:782)
              It appears that when precompiling, JSPC is not able to pull TLDs from a JAR file,
              which is how the WebLogic Portal custom tags are specified in the portal web application
              web.xml. It appears to work if I extract the TLD from the tag library JAR and reference
              the extracted file, however I do not want to have to do this for the 20+ tag libraries
              in WebLogic Portal. I've searched this site pretty thoroughly to no avail...is there
              an easier workaround?
              Thanks,
              Andy
              

    Hello Andy,
              It appears that you have come across a known problem concerning precompiling
              JSP's that are dependant upon tag libraries.
              The good news is that a patch has been created to fix this issue.
              I would suggest to open a case to our BEA Support and to precise the issue
              number, which is : CR 55595.
              The patch consists in a jar file that you have to put at the beginning of
              your java class path.
              I hope this helps,
              Ludovic.
              Developer Relations Engineer
              BEA Support
              "Andy Jenkins" <[email protected]> a écrit dans le message news:
              [email protected]...
              >
              > I am trying to precompile a portal web application for WebLogic portal
              that is based
              > on the stockportal. Compilation fails with the message:
              > weblogic.servlet.jsp.JspException: (line 3): Could not parse deployment
              descriptor:
              > java.io.IOException: cannot resolve 'es.tld' into a valid tag library
              > at weblogic.servlet.jsp.JspLexer.jspException(JspLexer.java:782)
              > It appears that when precompiling, JSPC is not able to pull TLDs from a
              JAR file,
              > which is how the WebLogic Portal custom tags are specified in the portal
              web application
              > web.xml. It appears to work if I extract the TLD from the tag library JAR
              and reference
              > the extracted file, however I do not want to have to do this for the 20+
              tag libraries
              > in WebLogic Portal. I've searched this site pretty thoroughly to no
              avail...is there
              > an easier workaround?
              >
              > Thanks,
              >
              > Andy
              

  • Workflow example failing?

    Hi all,
    I re-created the example in the below link. But found below issues.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0556155450DB12208601539486599498End?blog=/pub/wlg/5381
    1)In Method describeagents:
    swc_get_table container 'Agents' agents. ( agents container is blank?)
    DESCRIBE TABLE agents LINES lines.
    swc_set_element container 'Lines' lines.
    2)In Method loopatagents.
    swc_get_table container 'Agents' agents. (container is blank?)
    swc_get_element container 'Index' index. (container is blank?)
    3) In Method GET_EMAIL
    SWC_GET_ELEMENT CONTAINER 'ActuallyProcBy' ACTUALLYPROCBY. (container is blank?)
    Appreciate if you can help in this regard.
    Thanks,
    Subba

    HI Subba,
       have you doen any binding if yes can you send teh details please.
    Regards
    AnujN

  • Export Release Build Flash Builder 4.5 fails to load over the web.

    Exported Release Build Application fails to load over the web.  You can reproduce using the following steps:
    1. Create New Flex Project in Trial Flash Builder 4.5.
    2. Use the default Flex 4.5 sdk.
    3. Configure as a web application.
    3. Place the following MXML code in the main application file:
    <?xml version = "1.0" encoding = "utf-8"?>
    <s:Application xmlns:fx = "http://ns.adobe.com/mxml/2009"
    xmlns:s = "library://ns.adobe.com/flex/spark"
    xmlns:mx = "library://ns.adobe.com/flex/mx"
    minWidth = "955"
    minHeight = "600">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <s:TextArea text = "Hello World!" width = "100%" height = "100%">
    </s:TextArea>
    </s:Application>
    3. Save the main application file and Export Release Build to bin-release.
    4. Place all files in bin-release on IIS web server in a web accessible location.
    5. Go to the web accessible location in any browser with newest flash player and view the application's html page.
    Actual Results:
    Flash movie appears blank. Context menu shows Movie Not Loaded. Network traffic shows application main swf downloaded. Framework dependent swfs not downloaded.
    Expected Results:
    Movie loads. Hello World! appears in text box. Context menu does not show Movie Not Loaded. Framework dependent swfs downloaded.
    Workaround (if any):
    Deploy on an Apache web server.
    The tests were run on IIS 7.x (7.0 for one, and 7.5)
    Flex application was built using Flex 4.5.0 SDK pre-bundled release (built-in flex 4.5 with Flash Builder 4.5 trial) on Mac OS X 10.6.7 (10J869)
    Flash Player 10.3.181.14
    Example failing website:
    http://staging.ibenergy.com/Test.html
    Any idea as to why my exported release build fails? Any help would be appreciated.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • DBMS_XMLSave.insertXML Fails on decimal format

    DBMS_XMLSave.insertXML Fails on decimal format
    The following example fails when using collections of complex elements. The error is:
    java.lang.NumberFormatException: 1.0'
    Example is:
    create table test_parent(p_id NUMBER(18),
    test_col number(10))
    alter table test_parent add constraint pk1 primary key(p_id)
    create table test_child(t_id NUMBER(18),
    test_col number(10),
    p_id NUMBER(18))
    alter table test_child add constraint pk2 primary key(t_id)
    alter table test_child add constraint fk1 foreign key (p_id) references test_parent(p_id)
    insert into test_parent values(1,1)
    insert into test_child values(1,1,1)
    insert into test_child values(2,2,1)
    insert into test_child values(3,3,1)
    create type test_c AS OBJECT (t_id NUMBER(18),test_col NUMBER(10));
    CREATE OR REPLACE TYPE test_cs AS TABLE OF test_c
    CREATE OR REPLACE VIEW test_view(parent_id,parent_num,child)
    AS SELECT p.P_id,
    p.test_col,
    CAST(MULTISET(SELECT c.t_id,
    c.test_col
    FROM test_child c
    WHERE p.p_id = c.p_id) AS test_cs) AS child
    FROM test_parent P
    CREATE OR REPLACE TRIGGER test_trig INSTEAD OF INSERT ON test_view
    BEGIN
    DBMS_OUTPUT.PUT_LINE('Trigger proccessing');
    END;
    SHOW ERRORS
    DECLARE
    insCtx DBMS_XMLSave.ctxType;
    rows number;
    xmlDoc CLOB := '<ROWSET>
    <ROW>
    <PARENT_ID>2.0</PARENT_ID>
    <PARENT_NUM>2.0</PARENT_NUM>
    <CHILD>
    <T_ID>1.0</T_ID>
    <TEST_COL>1.0</TEST_COL>
    </CHILD>
    </ROW>
    </ROWSET>';
    BEGIN
    insCtx := DBMS_XMLSave.newContext('TEST_VIEW');
    rows := DBMS_XMLSave.insertXML(insCtx,xmlDoc);
    DBMS_XMLSave.closeContext(insCtx);
    END;
    DECLARE
    insCtx DBMS_XMLSave.ctxType;
    rows number;
    xmlDoc CLOB := '<?xml version="1.0"?>
    <ROWSET>
    <ROW>
    <PARENT_ID>1</PARENT_ID>
    <PARENT_NUM>1</PARENT_NUM>
    <CHILD>
    <TEST_C>
    <T_ID>1.0</T_ID>
    <TEST_COL>1</TEST_COL>
    </TEST_C>
    <TEST_C>
    <T_ID>2</T_ID>
    <TEST_COL>2</TEST_COL>
    </TEST_C>
    <TEST_C>
    <T_ID>3</T_ID>
    <TEST_COL>3</TEST_COL>
    </TEST_C>
    </CHILD>
    </ROW>
    </ROWSET>';
    BEGIN
    insCtx := DBMS_XMLSave.newContext('TEST_VIEW');
    rows := DBMS_XMLSave.insertXML(insCtx,xmlDoc);
    DBMS_XMLSave.closeContext(insCtx);
    END;

    If you have access to ON, check out document 119140.1.
    Apparently it's a bug in the jdbc driver in pre-Oracle 8.1.7 databases...the workaround looks messy though.

  • Error message E: failed to mount /cache (invalid argument) message

    Charged my Thrive today first time in a couple months and it was stuck on the initial Toshiba logo startup screen..
    I attempted to wipe the cache as suggested in a lot of other posts on this forum, but Its  showing error messages..
      for examples
    Failed to mount Cache
    E: can't open cache/recovery/ log
    e: failed to mount /cache /recovery/ log
    e: failed closing /dev block platform etc etc etc
    please help, Im trying to figure this out but haven't noticed anything other than the reset option  (power button + volume up).
    Is it possible to update using external storage (USB/SD card)?  What are my options?

    Hello, and Welcome to the HP Support Community!
    Why are you trying to enter recovery mode?
    If you are sure you have followed the directions carefully, if still under warranty contact HP directly.
    To contact HP directly, click this link: http://h22207.www2.hp.com/us-en/contact-hp/
    Outside the USA:
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • [SOLVED] Apper "Failed to Obtain Authentication"

    I'm trying to set up Apper, I like how it auto-probes available updates daily and I can just pop it open to see whats new. Problem is, actually installing updates doesn't work. No user or root password prompt, just "Failed to Obtain Authentication".
    The polkit wiki page is outdated for one. It seems to be a mix of pre-systemd and pre-polkit notes. The only thing I tried from there was the "mount without authentication" script, which did work.
    Here are the posts I found on the bbs already about similar topics:
    https://bbs.archlinux.org/viewtopic.php?id=151719 : I'm not using testing, and polkit seems to be working in the general case. Also, it's 10 months old.
    https://bbs.archlinux.org/viewtopic.php?id=136483 : I get an authentication failure error, and trying to use pkcon it will display updates and packages fine, but trying to pkcon install zziplib, for example, fails with a "could not find or read package" error. It works as root though, so it still seems to be a privileges issue.
    Here is a bug report from debian about something similar. But like before, I have polkit working and pkcon works under root, so it isn't the same issue. Also, I read a bunch about how polkit (not policykit) has specific integrations with systemd that make it behave differently vs other init systems.
    I have also read in multiple places that polkit has a KDE system settings page, but I don't have it. It might have been in policykit, since most of the posts I'm finding are years old.
    So it looks like I'm going to have to manually write polkit permissions for apper, unless someone knows what's missing here. So anyone know something?
    Last edited by zanny (2013-01-09 06:20:01)

    I'm using yapan as an update notifier. It works great and is unobtrusive. You can also install updates with it.  I've had problems with apper on other distros so it's the first thing to go as it hangs up package management.
    https://wiki.archlinux.org/index.php/Pa … _Notifiers

  • Errors running PHP examples

    I have built DB XML on my Linux box.
    [ctucker@fedora dbxml_testing]$ uname -a
    Linux fedora.chilternnetworks.local 2.6.17-1.2174_FC5 #1 SMP Tue Aug 8 15:30:44 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
    I can run the dbxml CLI examples successfully.
    I have built the PHP API with no obvious errors, following the guidelines in "http://dev.sleepycat.com/resources/faq_show.html?id=130", but there is obviously something wrong. For example, now I have loaded the two PHP modules (db4 and dbxml), I get a PHP Notice I did not see before:
    [ctucker@fedora dbxml_testing]$ php -v
    PHP Notice: Constant DB_LOCK_DEADLOCK already defined in Unknown on line 0
    PHP 5.1.4 (cli) (built: May 8 2006 08:35:26)
    Copyright (c) 1997-2006 The PHP Group
    Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    Also, the PHP examples fail, for example:
    [ctucker@fedora dbxml_testing]$ php 01.php
    PHP Notice: Constant DB_LOCK_DEADLOCK already defined in Unknown on line 0
    PHP Warning: xmlmanager::createcontainer(): St9bad_alloc in /home/ctucker/Desktop/dbxml_testing/01.php on line 5
    PHP Fatal error: Call to a member function putDocument() on a non-object in /home/ctucker/Desktop/dbxml_testing/01.php on line 6
    with similar results for other examples.
    Any suggestions for solving these problems will be welcome.

    I had the same problem, and finally I got with the solution.
    This is an error caused on configure:27200
    config.log says that pthread is not found:
    configure:27163: gcc -o conftest -g -O2 -L/usr/local/dbxml-2.2.13/install/lib conftest.c -ldb -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_condattr_setpshared'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutexattr_destroy'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutexattr_setpshared'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutexattr_init'
    /usr/local/dbxml-2.2.13/install/lib/libdb.so: undefined reference to `pthread_mutex_trylock'
    collect2: ld returned 1 exit status
    configure: failed program was:
    #line 27152 "configure"
    #include "confdefs.h"
    #include "/usr/local/dbxml-2.2.13/install/include/db.h"
    Just comment these two lines (configure:27197)
    LDFLAGS=$old_LDFLAGS
    LIBS=$old_LIBS
    and add this one:
    THIS_LIBS="pthread"
    it worked for me.
    ldd `which php`
    linux-gate.so.1 => (0x00145000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x03850000)
    librt.so.1 => /lib/librt.so.1 (0x0038c000)
    libdb-4.3.so => /usr/local/dbxml-2.2.13/install/lib/libdb-4.3.so (0x008bc000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00d7e000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00118000)
    libm.so.6 => /lib/libm.so.6 (0x00c45000)
    libdl.so.2 => /lib/libdl.so.2 (0x00c6c000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x00101000)
    libxml2.so.2 => /usr/lib/libxml2.so.2 (0x03bd1000)
    libc.so.6 => /lib/libc.so.6 (0x00b10000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00a20000)
    /lib/ld-linux.so.2 (0x00af3000)
    However, it still appears the DB_LOCK_DEADLOCK .. :(
    Best,
    /Enric

Maybe you are looking for