Bugs item #1754452, was opened at 2007-07-15 17:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1754452&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/JDBC
Group: Clients CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aaron Evans (aaronevans)
Assigned to: Fabian (mr-meltdown)
Summary: NullPointerException in MonetConnection

Initial Comment:
While trying to perform many  consecutive XQuery updates using the JDBC driver, 
I eventually receive a NPE:
Exception in thread "SendThread" java.lang.NullPointerException
        at 
nl.cwi.monetdb.jdbc.MonetConnection$SendThread.run(MonetConnection.java:2115)

This constructor looks wrong to me:
public SendThread(BufferedMCLWriter conn) {
        super("SendThread");
        setDaemon(true);
        this.out = out;
        start();
}

It looks like SendThread should probably use the argument in the constructor.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1754452&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to