MySQL Forums
Forum List  »  MySQL Query Browser

Exception
Posted by: ravikiran magadi
Date: November 09, 2010 12:18AM

Could anyone let me know why the below error information occurs whenever the data is inserted into the table. I have checked the table structure and all the columns can hold null values but still this message is being displayed. For the information the data is getting inserted into the table comfortably and there are no discrepreancies with respect to that.

Please let me know or do give me a hint what the probable cause of the error would be

Error while dumping channel information
java.lang.NullPointerException
at com.ibi.exits.BAMActivityDriver.dumpChannelInfo(BAMActivityDriver.java:1144)
at com.ibi.exits.BAMActivityDriver.emitEntry(BAMActivityDriver.java:1006)
at com.ibi.edaqm.XDMaster.emitXAEntry(XDMaster.java:1337)
at com.ibi.edaqm.XDWorker.emitXAEntry(XDWorker.java:3181)
at com.ibi.edaqm.XDEmit.preEmit(XDEmit.java:509)
at com.ibi.edaqm.XDEmit.preEmit(XDEmit.java:205)
at com.ibi.edaqm.XDInternalEmit.emit(XDInternalEmit.java:116)
at com.ibi.agents.XDInternalEmitAgent.execute(XDInternalEmitAgent.java:210)
at com.ibi.edaqm.XDAgent.execute(XDAgent.java:59)
at com.ibi.edaqm.XDXable.perform(XDXable.java:854)
at com.ibi.edaqm.XDPFlow.run(XDPFlow.java:803)
at java.lang.Thread.run(Unknown Source)

Options: ReplyQuote


Subject
Written By
Posted
Exception
November 09, 2010 12:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.