Bugs item #1564916, was opened at 2006-09-25 01:51
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1564916&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: PF/runtime
Group: Pathfinder CVS Head
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Fabian (mr-meltdown)
Assigned to: Nobody/Anonymous (nobody)
Summary: XQ: Xcopy command fails

Initial Comment:
sql/src/jdbc/example/XQueryLoad.java fails when being
executed with the following error:

% java -cp ../jars/monetdb-1.4-jdbc.jar:. XQueryLoad
Exception in thread "main" java.sql.SQLException:
ERROR: interpret: no matching MIL operator to
'shred_stream(Stream, str, str, int)'.
MAYBE YOU MEAN:
        shred_stream(Stream, str, str, lng) : void
        shred_stream(BAT[str,BAT], Stream, lng, lock) :
void
        at
nl.cwi.monetdb.jdbc.MonetConnection$ResponseList.executeQuery(MonetConnection.java:2342)
        at
nl.cwi.monetdb.jdbc.MonetConnection.copyToServer(MonetConnection.java:1184)
        at
nl.cwi.monetdb.jdbc.MonetStatement.executeBatch(MonetStatement.java:194)
        at XQueryLoad.main(XQueryLoad.java:42)


It looks like the Xcopy command of the server isn't
working properly.

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

>Comment By: SourceForge Robot (sf-robot)
Date: 2007-12-18 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 365 days (the time period specified by
the administrator of this Tracker).

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

Comment By: Stefan Manegold (stmane)
Date: 2006-12-18 02:13

Message:
Logged In: YES 
user_id=572415
Originator: NO

making this one "pending", in case we ever come up with an idea (how) to
add a respective test.


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

Comment By: Fabian (mr-meltdown)
Date: 2006-12-14 10:04

Message:
Logged In: YES 
user_id=963970
Originator: YES

Hard to add a test for, since we can't assure XQuery support from SQL. 
(Clients move should make this possible to add a test for).

I cannot set this up currently, so cannot check if it works now.

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

Comment By: Peter Boncz (boncz)
Date: 2006-12-14 09:51

Message:
Logged In: YES 
user_id=591107
Originator: NO

Fabian:

is this problem still occurring?

I am wondering why jdbc calls shred_stream?  Maybe it is functionality
that allows shredding of client-side XML?
In any case; that is part of the mapi handler code (xquery_client_engine /
pathfinder.mx) that works; at least when called from MapiClient.

Anyway, it is not so clear to me how to reproduce the bug. If a test
script should be added, would it be in the SQL or the JDBC test web?
 
questions.. questions..

Peter

PS



The current signature for shred_stream() is:

shred_stream(BAT[str,bat], Stream s, lng percentage, lock l)

and in MIL one generate statements like:

var b := bat(str,bat);
shred_stream(b, s, 0LL, lock(nil));



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

Comment By: Peter Boncz (boncz)
Date: 2006-10-28 16:38

Message:
Logged In: YES 
user_id=591107

Is this still a problem?



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

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

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to