Unsupported classversion when connecting CEP 11.1.1.7 to Oracle NoSQL 3.0.5

Hi All
We try to create java Adapter in CEP 11.1.1.7 to connect to Oracle NoSQL database 3.0.5 for data input.
NoSQL supplies kvclient.jar, but this version of NoSQL require java 1.7 version.
When we publish CEP project to default server (local from eclipse) we get "unsupported classversion 51.0"
We tried to install CEP with jdk1.7.0_55, but have not found way to choose jdk during installation.
Changing server runtime jre not help
Please assist
ERROR
<Error> <Deployment> <BEA-2045010> <The application context "com.oracle.cep.nosql.session" could not be started: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'NoSqlAdapter': Invocation of init method failed; nested exception is java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'NoSqlAdapter': Invocation of init method failed; nested exception is java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
  at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
  at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
  at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
  at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
  at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
  at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:580)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:550)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:481)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:469)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
  at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  at com.oracle.cep.adapter.nosql.NoSqlAdapter.initKVStoreInstance(NoSqlAdapter.java:180)
  at com.oracle.cep.adapter.nosql.NoSqlAdapter.<init>(NoSqlAdapter.java:47)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  at java.lang.Class.newInstance0(Class.java:355)
  at java.lang.Class.newInstance(Class.java:308)
  at com.bea.wlevs.spring.EventBeanFactoryBean.createStage(EventBeanFactoryBean.java:44)
  at com.bea.wlevs.spring.StageFactoryBean.createInstance(StageFactoryBean.java:120)
  at org.springframework.beans.factory.config.AbstractFactoryBean.afterPropertiesSet(AbstractFactoryBean.java:130)
  at com.bea.wlevs.spring.BaseFactoryBean.afterPropertiesSet(BaseFactoryBean.java:195)
  at com.bea.wlevs.spring.StageFactoryBean.afterPropertiesSet(StageFactoryBean.java:101)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
  at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
  at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
  at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
  at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
  at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
<May 15, 2014 11:47:31 AM IDT> <Notice> <Deployment> <BEA-2045001> <The application bundle "com.oracle.cep.nosql.session" was undeployed successfully>
<May 15, 2014 11:47:31 AM IDT> <Error> <com.bea.wlevs.spring.extender.SystemContextErrorHandler> <BEA-000000> <System-level error in bundle [com.oracle.cep.nosql.session]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'NoSqlAdapter': Invocation of init method failed; nested exception is java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
  at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
  at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
  at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
  at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
  at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
  at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:580)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:550)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:481)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:469)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
  at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  at com.oracle.cep.adapter.nosql.NoSqlAdapter.initKVStoreInstance(NoSqlAdapter.java:180)
  at com.oracle.cep.adapter.nosql.NoSqlAdapter.<init>(NoSqlAdapter.java:47)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  at java.lang.Class.newInstance0(Class.java:355)
  at java.lang.Class.newInstance(Class.java:308)
  at com.bea.wlevs.spring.EventBeanFactoryBean.createStage(EventBeanFactoryBean.java:44)
  at com.bea.wlevs.spring.StageFactoryBean.createInstance(StageFactoryBean.java:120)
  at org.springframework.beans.factory.config.AbstractFactoryBean.afterPropertiesSet(AbstractFactoryBean.java:130)
  at com.bea.wlevs.spring.BaseFactoryBean.afterPropertiesSet(BaseFactoryBean.java:195)
  at com.bea.wlevs.spring.StageFactoryBean.afterPropertiesSet(StageFactoryBean.java:101)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
  at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
  at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
  at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
  at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
  at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
>
System-level error in bundle [com.oracle.cep.nosql.session]:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'NoSqlAdapter': Invocation of init method failed; nested exception is java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
  at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
  at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
  at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
  at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
  at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)
  at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)
  at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)
  at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:136)
  at org.springframework.scheduling.commonj.DelegatingWork.run(DelegatingWork.java:61)
  at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:204)
  at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: java.lang.UnsupportedClassVersionError: oracle/kv/KVStoreConfig : unsupported classversion 51.0
  at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:580)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:550)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:481)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:469)
  at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
  at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  at com.oracle.cep.adapter.nosql.NoSqlAdapter.initKVStoreInstance(NoSqlAdapter.java:180)
  at com.oracle.cep.adapter.nosql.NoSqlAdapter.<init>(NoSqlAdapter.java:47)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  at java.lang.Class.newInstance0(Class.java:355)
  at java.lang.Class.newInstance(Class.java:308)
  at com.bea.wlevs.spring.EventBeanFactoryBean.createStage(EventBeanFactoryBean.java:44)
  at com.bea.wlevs.spring.StageFactoryBean.createInstance(StageFactoryBean.java:120)
  at org.springframework.beans.factory.config.AbstractFactoryBean.afterPropertiesSet(AbstractFactoryBean.java:130)
  at com.bea.wlevs.spring.BaseFactoryBean.afterPropertiesSet(BaseFactoryBean.java:195)
  at com.bea.wlevs.spring.StageFactoryBean.afterPropertiesSet(StageFactoryBean.java:101)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
  at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
  ... 20 more

hi,
OEP 11.1.1.7.0 is built on JDK 1.6, and I believe NoSQL DB 3 is on JDK 7. So it is impossible to run this version.
Thanks
Junger

Similar Messages

  • OutOfMemoryError when connecting to BC4J deployed as EJB in Oracle 8i

    I have deployed a simple Application Module as an EJB in the Oracle 8i. I tried to connect to it with the following code:
    Hashtable env = new Hashtable(2);
    env.put(Context.INITIAL_CONTEXT_FACTORY, JboContext.JBO_CONTEXT_FACTORY);
    env.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_EJB);
    env.put(JboContext.CONNECTION_PORT, "2481");
    env.put(Context.SECURITY_CREDENTIALS, "jd");
    env.put(Context.SECURITY_PRINCIPAL, "jd");
    env.put(JboContext.ORACLE_SID, "ORA8I");
    env.put(JboContext.HOST_NAME, "dev51");
    env.put(JboContext.APPLICATION_PATH,"test/jd/ejb");
    ApplicationModule appMod1 = null;
    try
    System.out.println("Setting up Initial Context...");
    javax.naming.Context ic = new InitialContext(env);
    System.out.println("Doing LookUp...");
    ApplicationModuleHome home1 = (ApplicationModuleHome)ic.lookup(amName1);
    System.out.println("Calling create..." + home1.getClass());
    appMod1 = home1.create();
    While running the above code, I get an exception at home1.create() :
    Setting up Initial Context...
    Doing LookUp...
    Diagnostics: Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    [0] Diagnostic Properties: (from /oracle/jbo/common/Diagnostic.properties)
    [1] Timing:false Functions:false Linecount:true Threshold:6
    [2] Connected to Service:sess_iiop://dev51:2481:ORA8I
    [3] Logging in...
    [4] Login takes 1142 ms
    Calling create...class com.oracle.jbo.client.remote.ejb.EJBApplicationModuleHomeImpl
    java.lang.OutOfMemoryError
    at com.visigenic.vbroker.orb.GiopInputStreamImpl.read_wstring(GiopInputStreamImpl.java:330)
    at oracle.jbo.common.remote.ObjectHandleHelper.read(ObjectHandleHelper.java:33)
    at com.oracle.jbo.common.remote.ejb._st_RemoteApplicationModule.riGetApplicationModuleInfo(_st_RemoteApplicationModule.java:8
    at com.oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl.riGetApplicationModuleInfo(EJBApplicationModuleImpl.java:254)
    at oracle.jbo.client.remote.ApplicationModuleImpl.init(ApplicationModuleImpl.java:272)
    at oracle.jbo.client.remote.ApplicationModuleImpl.init(ApplicationModuleImpl.java:257)
    at com.oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl.init(EJBApplicationModuleImpl.java:47)
    at com.oracle.jbo.client.remote.ejb.EJBApplicationModuleHomeImpl.create(EJBApplicationModuleHomeImpl.java:71)
    at app.AppModEjbClient.main(AppModEjbClient.java:35)
    Trying to connect the same through an infobus data form results in a similar exception :
    Diagnostics: Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    [0] Diagnostic Properties: (from /oracle/jbo/common/Diagnostic.properties)
    [1] Timing:false Functions:false Linecount:true Threshold:6
    [2] Connected to Service:sess_iiop://dev51:2481:ORA8I
    [3] Logging in...
    [4] Login takes 1152 ms
    java.lang.OutOfMemoryError
    at com.visigenic.vbroker.orb.GiopInputStreamImpl.read_wstring(GiopInputStreamImpl.java:330)
    at oracle.jbo.common.remote.ObjectHandleHelper.read(ObjectHandleHelper.java:33)
    at com.oracle.jbo.common.remote.ejb._st_RemoteApplicationModule.riGetApplicationModuleInfo(_st_RemoteApplicationModule.java:8
    at com.oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl.riGetApplicationModuleInfo(EJBApplicationModuleImpl.java:254)
    at oracle.jbo.client.remote.ApplicationModuleImpl.init(ApplicationModuleImpl.java:272)
    at oracle.jbo.client.remote.ApplicationModuleImpl.init(ApplicationModuleImpl.java:257)
    at com.oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl.init(EJBApplicationModuleImpl.java:47)
    at com.oracle.jbo.client.remote.ejb.EJBApplicationModuleHomeImpl.create(EJBApplicationModuleHomeImpl.java:71)
    at oracle.dacf.dataset.SessionInfo._createAppModule(SessionInfo.java:1783)
    at oracle.dacf.dataset.SessionInfo.connect(SessionInfo.java:1370)
    at oracle.dacf.dataset.SessionInfo.open(SessionInfo.java:1425)
    at oracle.dacf.dataset.SessionInfo.publishSession(SessionInfo.java:952)
    at app.Frame1.<init>(Frame1.java:218)
    at app.InfobusClient.main(InfobusClient.java:14)
    Any help would be appreciat ed.
    null

    Hi:
    I went into the same problem as well.
    Does anyone know what might causes this?
    Thanks,
    Kevin.

  • Re: "Unsupported Video Signal" when connected to TV.

    i have a toshiba regza, model 42rv530u. i am getting the same unsupported video when i try to play games or some videos. i have made sure my resolution is set with the tv but noticed my video card is not reconnizeing the tv , has it listed as unidentafied monitor. i had down loaded a driver for a older pc to this tv a few yrs back . the pc i'm hook up to now is new. can anyone point me to a down load for this tv .  Thx

    I think the problem is the RESOLUTION of the TV when used as a monitor. My first computer connected had the highest resolution of 1280x1024, 60Hz -- but the options I was able to get from the Toshiba TV were different.
    Strangely enough, if I connect a normal 2nd monitor, I will get an image on the Toshiba TV and can use it as a computer monitor. But if I disconnect that 2nd monitor it goes back to saying: 'Unsupported video signal.'
    I wish there was a way to set the pc/computer resolution for the Toshiba TV through it's menu...
    Still can't get it to work by itself. 

  • Trusted CA Certificate Ignored When Connecting To Node Manager

    I have a question about Node Manager.
    I have the following configuration:
    OS: Linux (CentOS 5.4) 32bit
    Oracle WebLogic Server 11gR1 (10.3.2)
    Portal, Forms, Reports and Discoverer (11.1.1.2.0) - only Forms and Reports are installed and configured
    All configured components start successfuly, but I receive the following security related messages when I connect to Node Manager.
    java -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=DemoTrust weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic', <weblogic password>, 'icweb001', '5556', <domain name>)
    Connecting to Node Manager ...
    <Nov 25, 2009 3:35:35 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 25, 2009 3:35:35 PM EST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Successfully Connected to Node Manager.
    wls:/nm/DynaMed>I understand that the two BEA-090898 messages associated with the specified certificates are informational, but is there anything I can do to either,
    1) correct the certificate so the messages are not generated, or
    2) change my setup so that the messages are not displayed?
    Thanks in advance for your help.

    The certificates at issue belong to the $JAVA_HOME keystore in weblogic
    $JAVA_HOME/jre/lib/security/cacerts
    ttelesecglobalrootclass3ca, Feb 10, 2009, trustedCertEntry,
    ttelesecglobalrootclass2ca, Feb 10, 2009, trustedCertEntry,I was able to stop the warning messages from appearing when connecting to node manager, by removing these two certificates from the $JAVA_HOME/jre/lib/security/cacerts keystore.
    cd $JAVA_HOME/jre/lib/security
    cp -p cacerts cacerts.original
    chmod 644 cacerts
    keytool -delete -alias ttelesecglobalrootclass2ca -keystore cacerts
    keytool -delete -alias ttelesecglobalrootclass3ca -keystore cacerts
    chmod 444 cacerts cacerts.originalOnce the certs are removed from the keystore, the warning messages no longer appear when connecting to node manager.
    Some additional information on these two certificates can be found at:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6803022Edited by: wblum on Feb 18, 2010 1:10 PM

  • IPod touch 4G causes windows 7 to blue screen when connecting to iTunes

    Wife bought me a new iPod Touch 4G for Christmas. A few days ago it started to cause my Windows 7 (64bit) to blue screen randomly while connected or sometimes when I first connected it.  Did a Windows re-install and crashes Windows each time I connect it. It is not the USB port as other devices work fine through all my USB ports. I do load various apps on the iPod several times a day. And it is also bluetooth'd to my wireless wifi switch (same network as my PC). ITunes program on PC is latest version. Anyone have a clue on this one?

    Try here:
    iPhone, iPad, or iPod touch: Windows displays a blue screen message or restarts when connecting your device

  • HT1351 my ipod touch 2nd generation is no longer reconized in itunes when connected to my computer. I have tried different ipod cables and nothing works.

    my ipod touch 2nd generation is no longer reconized in itunes when connected to my computer. I have tried different ipod cables and nothing works.

    Hi Imminnie,
    Thanks for using Apple Support Communities.  If iTunes doesn't recognize your iPod touch, this article may help:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    If issues persist, a thorough removal and reinstall of iTunes would be the next thing to try:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Cheers,
    - Ari

  • 2nd iPod Classic locking up when connecting to MacBook Pro

    I'll sum up the lead-in story as best I can.
    I have a 2010 MacBook Pro 13". Just got an new iPod Classic a couple weeks back. I discovered that when playing the iQuiz game, I had a few lock-ups (freezing). Then a handful of times, it locked up when connecting it to the MacBook for charging or syncing. It didn't lock up EVERY time. But about 1 out of every 4 syncs on average.
    I naturally thought something was wrong with the Classic, and brought it into the Apple store when it was locked up, and they gave me a new one.
    But now this one is doing the same thing. Occasional lock-ups when connecting to the MacBook Pro. Doesn't matter which USB port. And doesn't seem to matter if the computer has been on, or if it's a fresh boot.
    What could be going on here? I doubt highly that both Classics I've gotten have the same exact issue with occasional lock-ups when connected to the computer. My MBP otherwise has given me no problems. And no problems with other USB devices, ever.
    Any ideas?

    Update: bought a new usb sync cable to try, and no change. the Classic locked up the first try with the new cable.

  • IPod Classic not recognized by iTunes, claims to be wiped of all content, and causes computer problems when connected

    I have an 80 GB iPod Classic that has suddenly developed severe problems. I'm running iTunes on Windows 7 64 bit.
    It was working fine until last night, when I connected it to iTunes to add 6 songs. (Four of these were bought on Amazon.com and 2 ripped from CD's). It accepted the songs and played them fine when connected. When I clicked the icon in iTunes to eject the iPod, it came up with the "OK to Disconnect" and progress bar as usual. However, this time the progress bar didn't start to fill in. It just sat there.
    After several minutes the progress bar finally filled in and returned to the menu... but instead of displaying the cover flow on the right side as usual, it showed a gray box with "No Music."
    When I tried to re-connect it to my computer, iTunes would not recognize it. My computer also wouldn't recognize it at first... after several minutes, it came up as a generic removable device. Attempting to right-click on it or eject it from Windows was unsuccessful.
    The iPod itself displayed "Connected" and alternated the plug image with the spinning arrows. It never said "Synchronizing" as it usually does.
    Furthermore, my computer's performance degraded severely while the iPod was plugged in. iTunes itself froze, and even my other applications (such as my web browser) would not work correctly. This all cleared up as soon as I unplugged the iPod. If I tried to initialize iTunes while the iPod was plugged in, it would not open. It opened immediately when I unplugged the iPod.
    Finally, despite claiming to have no music or other contents (it had contained only my iTunes music library, which is about 26.5 GB), in Settings the iPod claimed to have only 5.3 GB of free space.
    Resetting the iPod with Select/Menu made no change. I was able to put it in diagnostic mode and check the hard drive, which gave these results:
    Retracts: 381
    Reallocs: 0
    Pending Sectors: 10
    PowerOn Hours: 417
    Smart/Stops: 381
    Temp: Current 24c
    Temp: Min 15c
    Temp: Max 48c
    When I put the iPod up to my ear I hear a steady, faint high-pitched sound and an occasional very faint crackling noise. When it shuts down the sound continues for a few seconds, then ends with a kind of squeaking sound.
    The iPod is more than 5 years old, so I'm prepared for the probability that it's fried. But I'd like to try everything before I go ahead and spring for a new one.

    The iPod's hard drive probably has data corruption.  That does not necessarily mean there is a hardware problem.  Hard drives, including the ones in computers, can develop data corruption.
    Try putting the iPod into Disk Mode
    http://support.apple.com/kb/ht1363
    If it goes into Disk Mode, run iTunes on the computer and connect the iPod.  To eliminate other potential issues, you should disconnect other USB devices (you can leave standard keyboard/mouse connected), and connect the iPod to a direct USB port on the computer.
    iTunes may prompt you to do a Restore, which you should do.  This will erase the iPod, re-install its software, and set it to default settings.  If the problem was only data corruption, and there is no hardware problems, the iPod should have a "fresh start."  You can sync it from your iTunes library.
    If the iPod does not go into Disk Mode, or if doing a Restore fails, the iPod's hard drive may be faulty.

  • Getting null pointer exception when connecting to 10.2.0.4

    Hi,
    We just had some of our Oracle databases upgraded to 10.2.0.4 from 10.2.0.3. Now, I get a 'null' response with a Java stack trace. I can work with the 10.2.0.3 databases fine, it's the 10.2.0.4 databases that error when trying to open the connection. I changed the properties from network alias (10.2 client installed) to Connection Identifier and it seemed to work. The below error is what I'm getting. Just an inconvenience... does anyone know what the cause of this could be?
    java.lang.NumberFormatException: null
         at java.lang.Integer.parseInt(Integer.java:415)
         at java.lang.Integer.parseInt(Integer.java:497)
         at oracle.net.ns.NSProtocol.connect(Unknown Source)
         at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:844)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:268)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
         at oracle.jdeveloper.db.adapter.AbstractConnectionCreator.getConnection(AbstractConnectionCreator.java:153)
         at oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator.getConnection(RaptorConnectionCreator.java:59)
         at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:309)
         at oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(DatabaseProvider.java:238)
         at oracle.jdevimpl.db.adapter.CADatabaseFactory.createConnectionImpl(CADatabaseFactory.java:60)
         at oracle.javatools.db.DatabaseFactory.createConnection(DatabaseFactory.java:407)
         at oracle.javatools.db.DatabaseFactory.createDatabase(DatabaseFactory.java:126)
         at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:637)
         at oracle.jdeveloper.db.DatabaseConnections.getDatabase(DatabaseConnections.java:564)
         at oracle.dbtools.raptor.utils.Connections$ConnectionInfo$ConnectRunnable.doWork(Connections.java:1144)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:615)
         at java.lang.Thread.run(Thread.java:595)

    Hi,
    The error you got seems to occur because you probably type blank spaces for the password.
    If you change with a valid logon that should work!!!
    Regards,
    Mireille

  • The iTune Remote App has stopped finding my iTunes library when connected to wifi from my main router, but works fine when connected via second wifi router on the same network (different SSID)

    I'm running iTunes Remote App from a couple of iPhone 5's and a first generation iPod Touch. iTunes is running on a PC - Windows 7. My home network runs two Wifi Routers, each with a different SSID. I've had no problems with the Remote app running this set up for the last 8 months but recently the App can only find my iTunes library when the iPhone/iPod is connected via one specific router, when connected to the network via the other router, no iTunes library is found. I'm also running an Apple TV and it's the same as the iTunes Library, only visible via the one SSID.
    Everything else seems to work fine when connected via either router, eg Internet on the iPhones (definitely via wifi)
    I've tried renewing the lease on the iPhone wifi connection, restarting everything.....several times.....
    It used to work fine, this only seems to have been a problem in recent weeks
    Any help or advice would be much appreciated
    Thanks
    Ian

    It turned out to be the firewall settings on our router. Her machine was sending traffic that our router interpreted as a DoS attack and blacklisted her Airport's MAC address. That's why it would work fine if she switched to Ethernet.

  • My hp deskjet 1510 series does not print when connected to my hplap top (windows Vista),

    My hp deskjet 1510 series does not print when connected to my hp lap top (windows Vista), it says the printer is not active, although it is default printer, connected and on. However, it does work when connected to the (also HP) lap top (windows 8) of my husband.  I did everything the hp print and scan doctor advised and also what I could find at HP support (like switch of fire walls, reinstall everything, check printpooler ec etc)... it still does nothing except that I managed to print a diagnostic print which should give information about the condition,  but it only gives numbers and letters like : 11. SN = [Edited for Personal Information] Yr  12 PER = 05YR etc, that does not really help me :-). It won't print any testpages.  H E L P!!!

    Hello Elisabeeth,
    Welcome to the HP Forums!
    I understand you're unable to print using the Deskjet 1510. I will do my best to assist you! When you reinstall the HP software, did the installation state it was complete?
    I would start off by following this HP document on 'Printer is offline' Message Displays on the Computer and the Printer Will Not Print. From this document, please make sure you check the connection type and the ports.
    Please post your results, as I will be looking forward to hearing from you.
    I worked on behalf of HP.

  • My iPhone and iPod do not show up on iTunes when connected to my mac.

    iPhone and iPod do not show up when connected to iTunes.

    See either http://support.apple.com/kb/TS1538 (windows) or http://support.apple.com/kb/TS1591 (mac).

  • Camera and ipod shuffle do not show up on desk top when connected

    Kodak camera and ipod shuffle do not show up on desk top when connected.  Trying to download pictures and adding my music to ipod shuffle, Anyone have any suggestions.

    Have you plugged in another USB device to ensure that the USB ports are working?
    Suggest you buy (about $10 - $20) a USB memory card reader. Just plug your camera's memory card into it & copy the pic files to your Mac. Quicker & easier than interfacing the camera for pic transfer.
     Cheers, Tom

  • HT1384 My ipod nano 3rd generation, when connected by usb, does not show up in itunes, does not show up on my computer, does not seem to charge by the wall charger. It just has a black screen. Any ideas for me?

    My ipod nano 3rd generation, when connected by usb, does not show up in itunes, does not show up on my computer, does not seem to charge by the wall charger. It just has a black screen. Any ideas for me?
    I've run diagnostics. Can't find device. I've tried resetting. The toggle has been turned on and off.

    Cable works fine on my other iPod. Reset by pressing menu and center button together for 6-10 seconds. Left it to charge for many hours. Started acting up while running. Suddenly the music stopped playing but my Nike + was still working for the rest of my run. Took it straight it home and plugged it in to the wall to recharge since the battery was fairly low. Looked like it recharged ok but then screen went blank and now does it not show up on iTunes, does not seem to recharge by the wall charger (apple wall charger plugged into a surge protector in India). I have turned the hold switch off and on many times.
    Sounds like a repair issue, which is not easy to do in India :(

  • Since software update, can't see contents of iPod when connected to iTunes

    About 2 days ago, when I connected my iPod to my pc (iTunes), it said there were some software updates for my iPod so I downloaded them and the iPod rebooted itself. Once it came back up, my iPod showed up in iTunes under "devices" on the left hand sidebar. I got the registration page - I usually click register later, but nothing happened this time. It didn't bring me into my iPod. So I tried to Register. I could get so far, then it asked if I wanted some free movie or something, I said NO THANKS, CONTINUE, but nothing happened. I wasn't registered AND I couldn't access my iPod. I can see my iPod under My Computer. I can see "sandra's iPod" uder devices in iTunes. BUT, I can't get to the content when connected to iTunes. All of my stuff is there on the iPod. I can play my iPod when it's not connected to iTunes - but I can't see the content, manipulate playlists, delete songs, etc. when connected to iTunes. I am almost positive this is a result of the latest software updates to the iPod. I have not updated iTunes - I didn't want to and compound the problem. I'm not a techy person - so please be gentle! Thank you. Sandra

    Resolved at home.

Maybe you are looking for

  • What is the best way to compute the MD5 of a file from within a filesystem filter driver

    Greetings! I am developing a filesystem filter driver that monitors file creations. My driver is based on the sample code "scanner" in the DDK. I need to calculate the MD5 of the file in the PostCreate stage. I am using FltReadFile() to read the file

  • Updating flash player and still doesn't work.

    Recently, my games on Facebook and Youtube stopped working and prompted me to upgrade my flash player. It included the link to Adobe, as do all the sites that require it. So, I did. It says install successful, but it doesn't work.   When I check to s

  • Conversion of Vendor Payments

    How do we convert AP payments from legacy to SAP. For eg, if the invoices are paid as soon as they are entered, then we would be coverting the payments, am I right? Or how does the conversion work in this case. Do we first convert the invoices, then

  • Iphoto 5 - printing problems

    Every time I try to print a group of photos as standard prints I get a couple of empty boxes outlined on very expensive best photo paper. Even these are not the 3X5 they should be. This is not satisfactory. I am printing onto an Epson RX620. I have s

  • ESP - problem with security

    Hi, I have installed ESP 5.1 v4 and I am getting following errror after kicking off script: cd /opt/sybase/ESP-5_1/cluster/nodes/node1 $ESP_HOME/bin/esp_server --cluster-node node1.xml (Location of log: /opt/sybase/ESP-5.1/cluster/nodes/node1/clusted