TableSourceNotFoundException - Possible cause: no queries registered aga...

Hi people,
I've installed the CEP 11.1.3 on Windows XP environment and i succesfully deployed HelloWorld application. Then, i decided to develop new HelloWorld application. I created an adapter and a processor, then i linked them with input channel. After that, i created a bean and then linked processor and bean with a output channel.
Then, i had exported my application as jar file and deployed it from CEP Visualizer in browser, i am getting this error consistently :
*<Jul 27, 2010 1:51:44 PM EEST> <Warning> <Ede> <BEA-000000> <Exception for 'com.turkcelltech.cep.event.GSMEvent@2499617' raised by listener = com.oracle.cep.processor.cql.impl.CQLEventReceiver@243cda2*
*com.bea.wlevs.ede.api.EventProcessingException: Internal error processing event [com.turkcelltech.cep.event.GSMEvent@2499617] = TableSource not found for table: inputChannel. Possible cause: no queries registered against: inputChannel*
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.sendToEngine(CQLEventReceiver.java:389)
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.onInsertEvent(CQLEventReceiver.java:248)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEventToListener(EventSenderImpl.java:360)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.bea.wlevs.channel.impl.ChannelImpl.onInsertEvent(ChannelImpl.java:439)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEventToListener(EventSenderImpl.java:360)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.ede.impl.EventSourceEventSenderImpl.sendInsertEvent(EventSourceEventSenderImpl.java:86)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.turkcelltech.cep.adapter.gsmAdapter.run(gsmAdapter.java:34)
     at com.turkcelltech.cep.adapter.gsmAdapter$$FastClassByCGLIB$$854acabc.invoke(<generated>)
     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.wlevs.ede.impl.EventManagerAccessorProxy.invoke(EventManagerAccessorProxy.java:30)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.wlevs.ede.impl.EventBeanProxy.invoke(EventBeanProxy.java:38)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
     at com.turkcelltech.cep.adapter.gsmAdapter$$EnhancerByCGLIB$$62c19860.run(<generated>)
     at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:118)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused By: oracle.cep.exceptions.TableSourceNotFoundException: TableSource not found for table: inputChannel. Possible cause: no queries registered against: inputChannel
     at oracle.cep.jdbc.CEPPreparedStatement.executeDML(CEPPreparedStatement.java:932)
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.sendToEngine(CQLEventReceiver.java:374)
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.onInsertEvent(CQLEventReceiver.java:249)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEventToListener(EventSenderImpl.java:360)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.bea.wlevs.channel.impl.ChannelImpl.onInsertEvent(ChannelImpl.java:439)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEventToListener(EventSenderImpl.java:360)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.ede.impl.EventSourceEventSenderImpl.sendInsertEvent(EventSourceEventSenderImpl.java:86)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.turkcelltech.cep.adapter.gsmAdapter.run(gsmAdapter.java:34)
     at com.turkcelltech.cep.adapter.gsmAdapter$$FastClassByCGLIB$$854acabc.invoke(<generated>)
     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.wlevs.ede.impl.EventManagerAccessorProxy.invoke(EventManagerAccessorProxy.java:30)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.wlevs.ede.impl.EventBeanProxy.invoke(EventBeanProxy.java:38)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
     at com.turkcelltech.cep.adapter.gsmAdapter$$EnhancerByCGLIB$$62c19860.run(<generated>)
     at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:118)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
I could have not solved this issue for two days. I think i missed some tiny point.
My EPN assembly file is :
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:osgi="http://www.springframework.org/schema/osgi"
       xmlns:wlevs="http://www.bea.com/ns/wlevs/spring"
       xsi:schemaLocation="
  http://www.springframework.org/schema/beans
  http://www.springframework.org/schema/beans/spring-beans.xsd
  http://www.springframework.org/schema/osgi
  http://www.springframework.org/schema/osgi/spring-osgi.xsd
  http://www.bea.com/ns/wlevs/spring
  http://www.bea.com/ns/wlevs/spring/spring-wlevs-v11_1_1_3.xsd">
   <wlevs:event-type-repository>
        <wlevs:event-type type-name="GSMEvent">
            <wlevs:class>com.turkcelltech.cep.event.GSMEvent</wlevs:class>
        </wlevs:event-type>
    </wlevs:event-type-repository>
     <wlevs:adapter id="gsmAdapter" class="com.turkcelltech.cep.adapter.gsmAdapter">
     </wlevs:adapter>
     <wlevs:channel id="inputChannel" event-type="GSMEvent">
          <wlevs:listener ref="NetworkEventProcessor" />
          <wlevs:source ref="gsmAdapter" />
     </wlevs:channel>
     <wlevs:processor id="NetworkEventProcessor"/>
     <wlevs:channel id="outputChannel" event-type="GSMEvent">
          <wlevs:listener>
               <bean class="com.turkcelltech.cep.bean.gsmBean"/>     
          </wlevs:listener>
          <wlevs:source ref="NetworkEventProcessor"/>
     </wlevs:channel>
</beans> And, processor xml is below :
<?xml version="1.0" encoding="UTF-8"?>
<wlevs:config xmlns:wlevs="http://www.bea.com/ns/wlevs/config/application">
    <processor>
        <name>NetworkEventProcessor</name>
        <rules>
            <query id="ExampleQuery">
            <![CDATA[ select * from inputChannel where 1=1]]>
            </query>
        </rules>
    </processor>
</wlevs:config>Thanks for responses.

I've forgotten pasting above error messages. Here comes:
<Jul 27, 2010 3:29:17 PM EEST> <Warning> <CQLProcessor> <BEA-000000> <Caught java.lang.RuntimeException, stopping query [ExampleQuery]
java.lang.IllegalStateException: Unable to instantiate com.turkcelltech.cep.event.GSMEventdue to the following exception: com.turkcelltech.cep.event.GSMEvent
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEventBean(JavaBeanEventType.java:288)
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEvent(JavaBeanEventType.java:277)
     at com.oracle.cep.processor.cql.impl.TupleValueUtils.assignEvent(TupleValueUtils.java:117)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.getEventForChannel(CQLQueryRouter.java:302)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:242)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:111)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.putNext(CQLQueryRouter.java:495)
     at com.oracle.cep.processor.cql.impl.CQLQueryDestination.putNext(CQLQueryDestination.java:61)
     at oracle.cep.execution.operators.Output.run(Output.java:1033)
     at oracle.cep.execution.queues.DirectInteropQueue.enqueue(DirectInteropQueue.java:77)
     at oracle.cep.execution.operators.Select.run(Select.java:431)
     at oracle.cep.execution.queues.DirectInteropQueue.enqueue(DirectInteropQueue.java:77)
     at oracle.cep.execution.operators.StreamSource.run(StreamSource.java:696)
     at oracle.cep.execution.operators.ExecOpt.run(ExecOpt.java:1029)
     at oracle.cep.execution.ExecManager.runOperator(ExecManager.java:317)
     at oracle.cep.execution.operators.ExecOptTask.run(ExecOptTask.java:76)
     at oracle.cep.interfaces.input.QueueSource.putNext(QueueSource.java:252)
     at oracle.cep.interfaces.input.QueueSource.putNext(QueueSource.java:224)
     at oracle.cep.execution.ExecManager.insert(ExecManager.java:848)
     at oracle.cep.server.CEPServer.executeDML(CEPServer.java:234)
     at oracle.cep.jdbc.CEPPreparedStatement.executeDML(CEPPreparedStatement.java:936)
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.onInsertEvent(CQLEventReceiver.java:248)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.bea.wlevs.channel.impl.ChannelImpl.onInsertEvent(ChannelImpl.java:439)
     at com.bea.wlevs.ede.impl.EventSourceEventSenderImpl.sendInsertEvent(EventSourceEventSenderImpl.java:85)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.turkcelltech.cep.adapter.gsmAdapter.run(gsmAdapter.java:34)
     at com.turkcelltech.cep.adapter.gsmAdapter$$FastClassByCGLIB$$854acabc.invoke(<generated>)
     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.wlevs.ede.impl.EventManagerAccessorProxy.invoke(EventManagerAccessorProxy.java:30)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.wlevs.ede.impl.EventBeanProxy.invoke(EventBeanProxy.java:38)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
     at com.turkcelltech.cep.adapter.gsmAdapter$$EnhancerByCGLIB$$62c19860.run(<generated>)
     at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:118)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused By: java.lang.InstantiationException: com.turkcelltech.cep.event.GSMEvent
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEventBean(JavaBeanEventType.java:286)
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEvent(JavaBeanEventType.java:277)
     at com.oracle.cep.processor.cql.impl.TupleValueUtils.assignEvent(TupleValueUtils.java:117)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.getEventForChannel(CQLQueryRouter.java:302)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:242)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:112)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.putNext(CQLQueryRouter.java:495)
     at com.oracle.cep.processor.cql.impl.CQLQueryDestination.putNext(CQLQueryDestination.java:61)
     at oracle.cep.execution.operators.Output.run(Output.java:1033)
     at oracle.cep.execution.queues.DirectInteropQueue.enqueue(DirectInteropQueue.java:77)
     at oracle.cep.execution.operators.Select.run(Select.java:431)
     at oracle.cep.execution.queues.DirectInteropQueue.enqueue(DirectInteropQueue.java:77)
     at oracle.cep.execution.operators.StreamSource.run(StreamSource.java:696)
     at oracle.cep.execution.operators.ExecOpt.run(ExecOpt.java:1029)
     at oracle.cep.execution.ExecManager.runOperator(ExecManager.java:317)
     at oracle.cep.execution.operators.ExecOptTask.run(ExecOptTask.java:76)
     at oracle.cep.interfaces.input.QueueSource.putNext(QueueSource.java:252)
     at oracle.cep.interfaces.input.QueueSource.putNext(QueueSource.java:224)
     at oracle.cep.execution.ExecManager.insert(ExecManager.java:848)
     at oracle.cep.server.CEPServer.executeDML(CEPServer.java:234)
     at oracle.cep.jdbc.CEPPreparedStatement.executeDML(CEPPreparedStatement.java:936)
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.onInsertEvent(CQLEventReceiver.java:248)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.bea.wlevs.channel.impl.ChannelImpl.onInsertEvent(ChannelImpl.java:439)
     at com.bea.wlevs.ede.impl.EventSourceEventSenderImpl.sendInsertEvent(EventSourceEventSenderImpl.java:85)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.turkcelltech.cep.adapter.gsmAdapter.run(gsmAdapter.java:34)
     at com.turkcelltech.cep.adapter.gsmAdapter$$FastClassByCGLIB$$854acabc.invoke(<generated>)
     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.wlevs.ede.impl.EventManagerAccessorProxy.invoke(EventManagerAccessorProxy.java:30)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.wlevs.ede.impl.EventBeanProxy.invoke(EventBeanProxy.java:38)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
     at com.turkcelltech.cep.adapter.gsmAdapter$$EnhancerByCGLIB$$62c19860.run(<generated>)
     at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:118)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
<Jul 27, 2010 3:29:17 PM EEST> <Emergency> <CQLServer> <BEA-000000> <RunTime Exception Stack oracle.cep.exceptions.CEPException: downstream components reported failure: java.lang.IllegalStateException: Unable to instantiate com.turkcelltech.cep.event.GSMEventdue to the following exception: com.turkcelltech.cep.event.GSMEvent
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.putNext(CQLQueryRouter.java:544)
     at com.oracle.cep.processor.cql.impl.CQLQueryDestination.putNext(CQLQueryDestination.java:60)
     at oracle.cep.execution.operators.Output.run(Output.java:1033)
     at oracle.cep.execution.queues.DirectInteropQueue.enqueue(DirectInteropQueue.java:77)
     at oracle.cep.execution.operators.Select.run(Select.java:431)
     at oracle.cep.execution.queues.DirectInteropQueue.enqueue(DirectInteropQueue.java:77)
     at oracle.cep.execution.operators.StreamSource.run(StreamSource.java:696)
     at oracle.cep.execution.operators.ExecOpt.run(ExecOpt.java:1029)
     at oracle.cep.execution.ExecManager.runOperator(ExecManager.java:317)
     at oracle.cep.execution.operators.ExecOptTask.run(ExecOptTask.java:76)
     at oracle.cep.interfaces.input.QueueSource.putNext(QueueSource.java:252)
     at oracle.cep.interfaces.input.QueueSource.putNext(QueueSource.java:224)
     at oracle.cep.execution.ExecManager.insert(ExecManager.java:848)
     at oracle.cep.server.CEPServer.executeDML(CEPServer.java:234)
     at oracle.cep.jdbc.CEPPreparedStatement.executeDML(CEPPreparedStatement.java:936)
     at com.oracle.cep.processor.cql.impl.CQLEventReceiver.onInsertEvent(CQLEventReceiver.java:248)
     at com.bea.wlevs.processor.impl.EventSenderImpl.sendInsertEvent(EventSenderImpl.java:331)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.bea.wlevs.channel.impl.ChannelImpl.onInsertEvent(ChannelImpl.java:439)
     at com.bea.wlevs.ede.impl.EventSourceEventSenderImpl.sendInsertEvent(EventSourceEventSenderImpl.java:85)
     at com.bea.wlevs.eventstore.recplay.RecordPlaySendEventInterceptor.sendInsertEvent(RecordPlaySendEventInterceptor.java:160)
     at com.bea.wlevs.ede.spi.AbstractSendEventInterceptor.sendInsertEvent(AbstractSendEventInterceptor.java:79)
     at com.bea.wlevs.eventinspector.EventInspectInterceptor.sendInsertEvent(EventInspectInterceptor.java:133)
     at com.bea.wlevs.monitor.internal.MonitorSendEventInterceptor.sendInsertEvent(MonitorSendEventInterceptor.java:480)
     at com.turkcelltech.cep.adapter.gsmAdapter.run(gsmAdapter.java:34)
     at com.turkcelltech.cep.adapter.gsmAdapter$$FastClassByCGLIB$$854acabc.invoke(<generated>)
     at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
     at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.wlevs.ede.impl.EventManagerAccessorProxy.invoke(EventManagerAccessorProxy.java:30)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.wlevs.ede.impl.EventBeanProxy.invoke(EventBeanProxy.java:38)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635)
     at com.turkcelltech.cep.adapter.gsmAdapter$$EnhancerByCGLIB$$62c19860.run(<generated>)
     at com.bea.wlevs.spring.RunnableBeanPostProcessor$RunnableWrapper.run(RunnableBeanPostProcessor.java:118)
     at weblogic.work.commonj.CommonjWorkManagerImpl$WorkWithListener.run(CommonjWorkManagerImpl.java:196)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.lang.IllegalStateException: Unable to instantiate com.turkcelltech.cep.event.GSMEventdue to the following exception: com.turkcelltech.cep.event.GSMEvent
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEventBean(JavaBeanEventType.java:288)
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEvent(JavaBeanEventType.java:277)
     at com.oracle.cep.processor.cql.impl.TupleValueUtils.assignEvent(TupleValueUtils.java:117)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.getEventForChannel(CQLQueryRouter.java:302)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:242)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:111)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.putNext(CQLQueryRouter.java:495)
     at com.oracle.cep.processor.cql.impl.CQLQueryDestination.putNext(CQLQueryDestination.java:61)
     ... 41 more
Caused by: java.lang.InstantiationException: com.turkcelltech.cep.event.GSMEvent
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEventBean(JavaBeanEventType.java:286)
     at com.bea.wlevs.eventtyperepo.event.JavaBeanEventType.createEvent(JavaBeanEventType.java:277)
     at com.oracle.cep.processor.cql.impl.TupleValueUtils.assignEvent(TupleValueUtils.java:117)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.getEventForChannel(CQLQueryRouter.java:302)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:242)
     at com.oracle.cep.processor.cql.impl.CQLQueryRouter.send(CQLQueryRouter.java:112)
     ... 43 more
>
GSM Eventi gonderildi.
GSM Eventi olusturuldu.
<Jul 27, 2010 3:29:22 PM EEST> <Emergency> <CQLServerTrace> <BEA-000000> <oracle.cep.interfaces.InterfaceException: stale table source is used for inputChannel>
<Jul 27, 2010 3:29:22 PM EEST> <Warning> <CQLServerTrace> <BEA-000000> < executeDML failed. Resetting server context. java.rmi.RemoteException: stale table source is used for inputChannel; nested exception is:
     oracle.cep.exceptions.StaleTableSourceException: stale table source is used for inputChannel> Event Class is (GSMEvent.java):
package com.turkcelltech.cep.event;
public final class GSMEvent {
     private String imei;
     private String msisdn;
     private String activationDate;
     public GSMEvent(String imei, String msisdn, String activationDate) {
          this.imei = imei;
          this.msisdn = msisdn;
          this.activationDate = activationDate;
     public String getImei() {
          return imei;
     public String getMsisdn() {
          return msisdn;
     public String getActivationDate() {
          return activationDate;
     public void setImei(String imei) {
          this.imei = imei;
     public void setMsisdn(String msisdn) {
          this.msisdn = msisdn;
     public void setActivationDate(String activationDate) {
          this.activationDate = activationDate;
}

Similar Messages

  • Error -32810 occurred at The FieldPoint server initialization failed. Possible causes: 1. Missing or corrupt configuration file; 2. Failed to create callbacks. : FP Open.vi

    I have two cFP-2120 RT controller. They both have NI-Serial RT2.5.6, DataSocket for LV RT4.2, NI-VISA 3.6, FP Drivers 5.1.0, FP VI Manager 3.1.0 LV RT 7.1.1 installed. But one same vi can run on one controller but not another.
    the error message got when it runs on another controller is "Error -32810 occurred at  The FieldPoint server initialization failed. Possible causes: 1. Missing or corrupt configuration file; 2. Failed to create callbacks. : FP Open.vi"
    I wonder by what it is caused?
    Thanks

    Hi Matthew,
    As mentioned previously, this KnowledgeBase article may be of some help. Also, if your code is being run on an embedded controller and then a network controller (not embedded), you will need to run the program differently. On the embedded controller, you should deploy your VI in a Project Explorer or programmatically (as described here.) However, you do not need to deploy the program to a network controller, but simply run the VI.
    I would also suggest creating a new .IAK file. Do you still see the same error? Also, double-check that the software installed on the controller matches the software installed on the host PC. If you have any file paths associated with one FieldPoint controller, ensure that you are changing them to match the second controller.
    Please keep us posted on your troubleshooting steps. Have a great day!
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

  • 2011 Macbook Air - Multiple logic board failures - possible causes?

    I have a 2011 i7 macbook air - 7 months old.  About a month ago I went to use the computer after allowing it to sleep and it was totally dead.  Apple authorized repair center said the logic board failed and needed to be replaced.  Fast forward a month and I finally get the machine back.  It works fine for 6 hours, I put it to sleep, and soon as the screen went out, I hear a pop, fizzle, then the machine is dead again.  The authorized repair center wants to replace the logic board again, which should get me up and running, but its not likley that that is the root CAUSE of the problem here, since it happened twice now.  I suggested to them that perhaps the power adaptor, battery, or some other component is the issue and they don't think so.  I'm located overseas, and every repair attempt takes 1 month b/c of parts (total joke if you're listening apple!!).  My biggest concern is that they replace the logic board again, I'm out of commission for 2 months now, and it just fails again.  Does anyone have any suggestions on the possible causes of this problem? 
    As FYI - I'm using the same power outlet and power strip with another laptop and haven't had any similar issues.  Thanks for the help!

    I have logic board problems too. I have had a late 2010 mac book air for 2 and half years. Its been a great machine in general - although it did go back within the warranty period for the track pad
    Now it has logic board failure - symptons are the sound going and  the battery is dead and it is unable to charge which means every time you put the power lead on the computer thinks it is starting from scratche.
    I have been quoted over £400 for the repair!  Like the above post I do not believe that this part should fail - and if it does then it is a major design problem and Apple should be doing something for us. I just dont know where to start.
    I have used macs for 14 years and owned eight along the way. Most have them have lasted many years with full functionality  the record was my G3 imac which was still working after 13 years.
    I really cant believe the situation I am in and rather think I have bought my last mac!
    alistair

  • "The 'charCode' property of a keyup event should not be used. The value is meaningless." Is this possibly caused by a virus?

    I don't know what's wrong with my Mac Mozilla Firefox, version 3.6.8, but today, it started alerting me about an error message on the "Error Console". In every website I visit, it tells me: "The 'charCode' property of a keyup event should not be used. The value is meaningless." Is this possibly caused by a virus?
    I saw a pop-up which did not allow me to click it when I scatter the windows on my Mac. I was using Private Browsing, with pop-ups disabled, but one pop-up managed to get passed my settings, and open in another window. It would not allow me to select it, so all I did was to close Firefox, and start a new session. So far, everything has been normal, I also deleted the cookies it installed.
    But, I still keep seeing that "Error Console" notice under my "Tools" on the Menu Bar, and when I clicked on it, it listed errors (such as what I listed above).
    Would someone explain this to me?
    Thanks for your help!

    The messages you see in the Error Console are mostly to assist the web site's author in resolving compatibility problems. Some of them can assist you in determining why a web site doesn't work as intended. The one you mentioned doesn't sound that suspicious, except that it occurs on many sites. Perhaps one of your add-ons is trying to monitor what you type?
    To diagnose whether this is caused by an add-on or one of your settings, you could try the following:
    First, make a backup of your computer for safekeeping. To back up Firefox, see [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information].
    Next, try starting Firefox in Firefox
    [http://support.mozilla.com/kb/Safe+Mode Safe Mode]. Be careful not to "reset" anything permanently if you didn't back up.
    Does that resolve the errors? If so, then an add-on usually is the culprit. If not, try creating a new (blank) profile: [http://support.mozilla.com/kb/Managing+profiles Managing profiles].
    If the new profile works correctly, you can choose between further research on your old profile or moving key settings like bookmarks from your old profile to the new one. [https://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile Recovering important data from an old profile].
    Hope this helps.

  • Generic service 'Analysis Services (TEST1)' could not be brought online (with error '1060') during an attempt to open the service. Possible causes include: the service is either not installed or the specified service name is invalid.

    Hi,
    We have a cluster with 2 nodes. Everything works fine in Node1. When I try to failover TEST1 database to Node-2 it fails with this message.
    Generic service 'Analysis Services (TEST1)' could not be brought online (with error '1060') during an attempt to open the service.  Possible causes include: the service is either not installed or the specified service name is invalid.
    Any help is much appreciated.
    Thanks

    Hello,
    The error message is pretty straight forward, it's saying either the service isn't installed or it's not installed as the same service on that node. Did you install analysis services on the second node (from the error it seems like it isn't)?
    Sean Gallardy | Blog |
    Twitter

  • Recently, any attempt to log on to any site with my valid userid and password fails with FireFox but passes with Internet Explorer. What could possibly cause this?

    I used FireFox a long time for email and other scure sites. Out of the blue my logins started rejecting. In frustration, I went back to Internet Explorer and found I could log in using the same UID and PWD.
    I cain't imagine what setting could be causing this to happen. Have you ever heard of such a thing? And is there a solution?

    In Firefox 3.6.4 and later the default connection settings have been changed to "Use the system proxy settings".
    See "Firefox connection settings" in [[Server not found]]
    You can find the connection setting here: Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select No Proxy
    Another possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that,.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • My macbook is getting hot pretty quickly. What are the possible causes?  How can I tell if it is mechanical vs. dust?

    My Macbook Pro is getting hot pretty quickly. What are the possible causes?  I have had the machine about 3 years.

    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Install iStat Menus 4.05 to provide actual temperature readings and fan speeds.

  • I own an iPod Touch 4g. Now i'm planning to buy iPod Touch 5g. Is it possible for me to register the new one with existing Apple ID so that i can transfer the apps from my existing account to my new Ipod 5g?

    I own an iPod Touch 4g. Now i'm planning to buy iPod Touch 5g. Is it possible for me to register the new iPod with existing Apple ID so that i can transfer the apps from my existing account to my new Ipod 5g?

    There should definitely be no issue. You can register more than one Apple device with the same Apple ID and get the same apps on both devices without having to pay for the apps again.
    Alternatively, if you want all your settings to say the same, do a backup of your old iPod Touch and then whe you receive the new iPod, restore the backup on it and it'll save you the trouble from having to redownload everything.
    Cheers.

  • In app run if no list generated what are the possible causes

    afetr the app run when i click on execute system showing no list generated.  what r the possible causes?

    Hi
    1.  no due date open items are not availabe for that vendor.
    2.  please check the vendor master.  payment method are defind or not.
    then you will run the APP cycle.
    Regards
    Ram

  • Mac book pro hanging very often what will be the possible cause for it?

    hi my mac book pro is 3months old and nowadays its hanging very often like when iam surfing, and some times when i dont use it for 10 to 15min.
    can anybody suggest me what will be the possible cause for it.
    Thanks

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • CFG0008: Error occured while processing. Possible Cause: URN_NOT_FOUND : urn "JRM" : Not

    Dears , Kindly advise
    I have a server running Ciscoworks LMS 4.2.3 version. Server has been working without any issues.
    Now when I try to go into Netconfig Jobs, I get the following popup:
    CFG0008: Error occured while processing.
    Possible Cause: URN_NOT_FOUND : urn "JRM" : Not found !!
    I've been looking at various threads similar to my situation and tried several, to no avail.

    It may be that the related services are down. Share the output of NMSROOT/bin/pdshow -brief from the server to share service status.
    Many times, it happens when the port required by service is being used by other. Try the following procedure and see it works :
    1.Stop daemon manager: net stop crmdmgtd
    2.Go the location: CSCOpx\MDC\tomcat\webapps\rme\WEB-INF\lib take a copy of the following
    file and them delete them: ctmregistery and ctmregistery.backup
    3.Restart the daemon manager: net start crmdmgtd (wait for 10 minutes)
    Check if everything works fine.
    -Thanks
    Vinod

  • What are possible causes for frequent loss of wireless mouse connectivity other than the batteries ?

    What are possible causes for frequent loss of wireless mouse connectivity other than the batteries ?

    Wi-Fi or another interference source. Try turning off the Wi-Fi and see if the problems continue. If that solves the problem, see if you can set your Wi-Fi to run in the 5 GHz range.
    Keyboard/Mouse – Troubleshooting Wireless
    WIFI AND BLUETOOTH FINALLY SOLVED, NO REALLY - YOSEMITE 10.10
    Bluetooth Wireless Problems
    Bluetooth devices become unresponsive

  • Nstalling Photoshop Elements 13 and Premiere Elements 13 but I have no disc drive. Is it possible to install and register it online?, I bought at Media Market the CD for installing Photoshop Elements 13 and Premiere Elements 13 but I have no disc drive. I

    I bought at Media Market the CD for installing Photoshop Elements 13 and Premiere Elements 13 but I have no disc drive. Is it possible to install and register it online?

    I was in the same boat as you, so I went to Best Buy and purchased the box (on sale, by the way). I then downloaded the trials separately for Photoshop Elements and Premiere Elements from the Adobe product site.
    In the box you should have been given 2 discs (one for Photoshop Elements (PS) and one for Premiere Elements (PE)) and something called a "redemption code" on a square of colorful cardboard with instructions on how to get your serial keys for installation. The single redemption code is NOT the serial/product key you use to install your purchase. Once you follow the instructions on this card you will be shown two serial/product codes, one each for PE and PS. Write them down, print them, whatever, you will need them during installation.
    Now go to the downloaded trial file(s) and run the installer, either for PE first or PS, it makes no difference. During the installation you will be asked if you want to start a trial or use a serial/product code. Choose "I have a code". Enter the product key and you will be golden. Repeat for the other program.
    Hope this helps!

  • HT3546 my airport will not power on, what are the possible causes?

    My Airport just shut off and it will not power on. I unplug it from the wall and pulg it back into the power outlet but it still won't power on. What are the possible causes. Is this system just died out, I have it for about 3 years.

    Causes....a failed electical power supply component or an internal connection that has come loose.
    It's a real longshot, but if you are handy with small tools, carefully saw open the case of the Express along the center seam to open up the case and look for something obvious.
    Your chances of success here are very very small, but if you have the time and inclination, it won't hurt to try.

  • All possible causes of database hung

    Hi,
    Can someone please tell me what are all the possible causes of database hung?
    Thanks.
    Creems

    Already discussed threads.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=database+hang&objID=f61&dateRange=lastyear&userID=&numResults=15
    Regards,
    Sabdar Syed.

Maybe you are looking for

  • May need to change shortname

    I have a small problem that I hope someone can help me fix. I have cross posted this in the mail services forum as that is the service that I have the 'user' problem with. Some time back I made a mistake and deleted a user using WM. This user had mai

  • Old Software, New Computer

    I'm thinking of buying the new iMac 27" quad core. Can I use my AppleWorks software with the new machine? I use the AW drawing program a lot! I have two external HDs and back up with Retrospect onto one, put photos on the other. Will Retrospect work

  • The DNS name that you specified is already in use.

    Hi, I am a new in Windows Azure. Can You help me please? When I try to create new VM and input samething in DNS box, I get this message "The DNS name that you specified is already in use." I have tried many random texts, but without success. Pls help

  • Seeking advice for backing up Xserve G5 w/ RAID PCI card

    Hello all! I'm a newbie to Macs and server admin, and I have inherited the job of setting up a server at work for file storage. I'll do my best to give a concise description of our set-up - I'm looking for some advice on the last few odds and ends...

  • Index construction for InfoCube went wrong due to SQL Error

    Hello, I searched the topic before posting  most of them suggested to delete index manually and create it and  check in RSRV and SE38 prg to SAP_INFOCUBE_INDEXES_REPAIR.  this steps and all i followed but  its not working fine. The problem is Index c