ServerSocketConnection: ConnectionNotFound exception - Possible causes?

Hi all,
I was writing a J2ME Midlet which performs some monitoring of ports in a certain range on my device. In my program, I attempt to establish a ServerSocketConnection to ports within the range to check for ports which are currently in use.
I had used the following code fragment (similar to many examples and forum postings)
for (int i = LOWER_LIMIT; i< UPPER_LIMIT; i++) {
    try {
        ServerSocketConnection scn = (ServerSocketConnection) Connector.open("socket://:"+i);
        // Exception is thrown immediately after the previous line (has been verified)
        scn.close
    catch (ConnectionNotFoundException e) {
        // output to text box exception type and error message
    catch (IOException e) {
        if (e.getMessage.equals("ServerSocket open"))
              // write to logfile (port is in use)
}There were no issues running my midlet on emulators in WTK2.5.2, Netbeans and Eclipse. However, I have consistently encountered the ConnectionNotFoundException (with error message null) upon running the midlet on my mobile phones. This behavior has been observed on the Nokia N95 and Dopod D810. I've set the required permissions in my JAD file and have also conformed the settings to the JTWI configurations (MIDP2.0/CLDC1.0).
I'm extremely puzzled by this strange behavior. What could be a probable cause? Is there a possibility that ServerSocketConnections are barred by certain devices or manufacturers?
Thanks in advance!

I told you in one of your earlier threads:
"Can't call rollback when autocommit=true" is a pretty clear message. Your Connection is set up with autoCommit true, so you can't rollback.
If you don't want it to rollback at all, checkthe JSP called something like "frmNCNRaiseNCN.jsp", it calls NCNSecurity.RollBack somewhere.
Also, please try to learn how to read a stack trace.

Similar Messages

  • "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.

  • 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;
    }

  • 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

  • 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

  • Removing Exception Handling Causes Compiler Error

    I am very new to Java. I have a background in other programming languages including Ruby. I am in need of a convenient means to parse XML code. I picked up the code shown at the end of this message on the Internet. In its original form, it works perfectly. I experimented by trying to comment out the try block as you can see. I was surprised to find that in that form it wouldn't compile. In essence, I thought what I was doing was simply removing exception handling. I figured that since the code worked and there were no exceptions being thrown, it would work just fine for experimentation purposes. (I understand that I would not want to do this in production mode.) Can someone please explain to me why removing the exception handling causes the program to fail to compile?
    Thanks for any input.
    ... doug
    /* Experimental Code */
    /* http://www.mkyong.com/java/how-to-read-xml-file-in-java-dom-parser/ */
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.w3c.dom.Document;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.Node;
    import org.w3c.dom.Element;
    import java.io.File;
    public class ReadXMLFile {
    public static void main(String argv[]) {
    try {
    File fXmlFile = new File("ReadXMLFile.xml");
    DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
    DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
    Document doc = dBuilder.parse(fXmlFile);
    doc.getDocumentElement().normalize();
    System.out.println("Root element :" + doc.getDocumentElement().getNodeName());
    NodeList nList = doc.getElementsByTagName("staff");
    System.out.println("-----------------------");
    for (int temp = 0; temp < nList.getLength(); temp++) {
    Node nNode = nList.item(temp);     
    if (nNode.getNodeType() == Node.ELEMENT_NODE) {
    Element eElement = (Element) nNode;
    System.out.println("First Name : " + getTagValue("firstname",eElement));
    System.out.println("Last Name : " + getTagValue("lastname",eElement));
    System.out.println("Nick Name : " + getTagValue("nickname",eElement));
    System.out.println("Salary : " + getTagValue("salary",eElement));
    } catch (Exception e) {
    e.printStackTrace();
    private static String getTagValue(String sTag, Element eElement){
    NodeList nlList= eElement.getElementsByTagName(sTag).item(0).getChildNodes();
    Node nValue = (Node) nlList.item(0);
    return nValue.getNodeValue();
    }

    877757 wrote:
    I figured that since the code worked and there were no exceptions being thrown, it would work just fine for experimentation purposes. The compiler doesn't know that your code works. It only knows that some method you call can throw some checked exception, and it requires you to catch it or declare that you don't.

  • 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.

  • 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

  • [b]java.sql.SQLException: Io exception: Software caused connection abort: r

    hi ,
    In my application iam getting DBconnection obj from context attribute which iam using in all my sevlets & jsp's.
    The application is running fine but sometimes iam getting following exception
    java.sql.SQLException: Io exception: Software caused connection abort: recv failed
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
    at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:417)
    at oracle.jdbc.driver.OracleConnection.privateCreateStatement(OracleConn
    ection.java:474)
    at oracle.jdbc.driver.OracleConnection.createStatement(OracleConnection.
    java:383)
    at org.apache.jsp.Vis_002dReg.GetCompNames_jsp._jspService(GetCompNames_
    jsp.java:64)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:311)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    01)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
    atcher.java:684)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
    ispatcher.java:575)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
    patcher.java:498)
    at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary
    .java:1002)
    at org.apache.jsp.Vis_002dReg.VisRegCustmer3_jsp._jspService(VisRegCustm
    er3_jsp.java:320)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:311)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    01)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2415)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
    3)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :594)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
    ssConnection(Http11Protocol.java:392)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
    :565)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:619)
    at java.lang.Thread.run(Thread.java:534)
    222222 In GET COMPANY NAMES EXCEPTION
    java.lang.NullPointerException
    at org.apache.jsp.Vis_002dReg.GetCompNames_jsp._jspService(GetCompNames_
    jsp.java:101)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:311)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    01)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
    atcher.java:684)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
    ispatcher.java:575)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
    patcher.java:498)
    at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary
    .java:1002)
    at org.apache.jsp.Vis_002dReg.VisRegCustmer3_jsp._jspService(VisRegCustm
    er3_jsp.java:320)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:311)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    01)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2415)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
    3)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :594)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
    ssConnection(Http11Protocol.java:392)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
    :565)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:619)
    at java.lang.Thread.run(Thread.java:534)
    can any body help me with this wat went wrong, need urgent

    Something bad happened.
    Why is this such a calamity?
    Anyway something (probably the server) closed the connection probably. Maybe a time out. Or you asked for something so dispicable the database got upset and booted you out.

  • 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.

Maybe you are looking for

  • VL04 Issue -Open order Quantity Display

    This issue is come in VL04 area. At first - user had changed customer master data in to - shipping partial delivery per item: B (Create only one delivery (Also with qty = 0) )  and Max partial deliveries : 1 settings are maintained, which are the sta

  • ITunes 8.1 will no longer sync music with my RAZR V3i

    I've been doing this successfully for years, but after updating to 8.1 my phone will not sync with iTunes. I can access the phone's playlist in iTunes, but iTunes wont sync that playlist. I have mp3 files I've deleted from iTunes and they still appea

  • Motion to final cut quality loss

    Whether round tripping or exporting, gfx involving logos I'm creating in motion look great in motion. As soon as I put them in the FCP timeline, logos look ragged and grungy. Any thoughts as to why this is happening?

  • How can I stop Pages converting the second letter in a postcode into lowercase?

    Ever since I had a new upgrade to Pages last year it converts the second letter of a postcode to lowercase even though I have the caps lock on.  How can I stop it doing this?  eg SW15 1QZ becomes Sw15 1QZ.

  • Equivilent of Visual Basic Chr() function?

    What is an equivilent function in Java to the Chr() function of Visual Basic? Cheers