
Hi Michael, for debugging, could you provide us with the data and queries you use and that trigger the "strange" error messages? Thanks, Stefan On Sun, Jun 07, 2009 at 01:48:27PM +0200, Mtekel wrote:
Hello again,
First thank you for the correct solution - now it works as intended. However, the client behavior is a little bit strange. It does everything as it should, except it gives always ERROR= (some like almost random sequence of bytes) - this may be some buffer dump or whatever, the characters are not only ASCII (e.g. there are control characters included, when I work with client speaker beeps according to these). If I set output to file, everything is fine, since these errors are printed only on console. However, I'd like to know if these errors mean anything serious and may in some cases alter or print different output than expected.
I have attached a file with console output. However if you open it, some text editors may replace few of those special characters, as they are non-printable.
Best regards,
Michael
-----Original Message----- From: Stefan Manegold [mailto:Stefan.Manegold@cwi.nl] Sent: 4. júna 2009 22:22 To: Mtekel Cc: 'Ying Zhang'; monetdb-users@lists.sourceforge.net; monetdb-developers@lists.sourceforge.net Subject: * Re: [Monetdb-developers] problems with starting the monetDB4xqueryserver
On Thu, Jun 04, 2009 at 10:02:42PM +0200, Mtekel wrote:
Hello, I have carefully read the link you have sent me. Too bad comments are closed.
Comments are allowed, provided you are logged in with your SF account. "Anonymous" coomets are not possible by design.
I have now uninstalled my 20090424 version and installed the newest 20090530. However I still have problems running the server.
The 2009 4 24 version wouldn't start even after loading all the modules by hand from the Mserver interactive commandline - nor the client or browser would connect. They would just hang, connecting forever.
Now this works for the 05 30 version, but I can't use the web interface (which now works) for adding the files - I get a bug (I'm not sure If I am allowed to send attachements, so I'll include them in the next mail).
Adding from commandline, mclient --language=xquery -I %1 -C WOcollection < %1 , where %1 is filename, works, but the collection name is %1 WOcollection (e.g. three different files end up in different collections instead of one).
What is more interresting, if I try to run pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) from the client's interactive commandline, I get this error (no matter where the file really is):
MAPI = monetdb@localhost:50000 QUERY = pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) ERROR = !ERROR: interpret: no matching MIL operator to 'ws_create(int)'.
There is a small mistake in my suggetsed work-around to load all modules individually. Module "mapi" must beloaded as last one (i.e., after module "pathfinder") not as first one. Sorry for the inconvenience.
I have run procmon and created trace as described in the link, the file is attached (to the second mail).
Thanks.
Stefan
I hope this issue can be solved somehow,
Best regards,
Michael
-----Original Message----- From: Ying Zhang [mailto:Y.Zhang@cwi.nl] Sent: 2. júna 2009 10:41 To: Mtekel Cc: monetdb-developers@lists.sourceforge.net Subject: * Re: [Monetdb-developers] problems with starting the monetDB4xquery server
Hello Michael,
Thanks for using MonetDB, and sorry for the inconvenience!
Your problem has been reported earlier. Unfortunately, we don't have a solution for this problem at this moment. However, there is a workaround, which seems to work according to other users. So please have a look at the following bug report (the workaround is in the report):
http://sourceforge.net/tracker/index.php?func=detail&aid=2693363&group_id=56
967&atid=482468
Kind regards,
Jennie
Hello,
I have problems starting the monetDB xquery server under windowsXP sp3. When I click on the link in the start menu, dos window appears but then it closes immediatelly and I can't see what's there (after pausing I can see only
first 6 lines of the program output as described below, then after unpausing it immediatelly quits and closes the window). If I run MXQserver.bat, or Mserver.bat --dbinit="module(pathfinder);" I get only this:
# MonetDB Server v4.28.4 # based on GDK v1.28.4 # Copyright (c) 1993-July 2008, CWI. All rights reserved. # Copyright (c) August 2008-2009, MonetDB B.V.. All rights reserved. # Compiled for i686-pc-win32/32bit with 32bit OIDs; dynamically linked. # Visit http://monetdb.cwi.nl/ for further information. # PF/Tijah module v0.9.0 loaded. http://dbappl.cs.utwente.nl/pftijah
That's all. The server immediatelly ends. However If I run only Mserver.bat, the server "runs" - I get the prompt, but for example I can't connect to
On Mon, Jun 01, 2009 at 10:55:45AM +0200, Mtekel wrote: the the
web interface on the port 50000.
Does anyone have any advice what to do? How to make it work? Any advice appreciated,
Best regards
Michael
----------------------------------------------------------------------------
--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
---------------------------------------------------------------------------- --
OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
mclient interactive MonetDB/XQuery session: type an XQuery or XQUF update.
Supported document-management XQuery extensions: pf:collections() as node() pf:documents($collectionName as xs:string) as node() pf:del-doc($documentName as xs:string) pf:add-doc($uri as xs:string, $documentName as xs:string [,$collectionName as xs:string [,$freePercentage as xs:integer]])
Session commands: <> - send query to server (or CTRL-Z) \? - show this message \
file - save response in file, or stdout if no file is given \|cmd - pipe result to process, or stop when no command is given \t - toggle timer \G - switch to algebra frontend \g - switch to old frontend \f - result format: dm or xml[-noheader][-typed|-noroot|-root-FOOBAR] \L file - save client/server interaction \X - trace mclient code \q - terminate session xquery>\f xml-noheader-noroot xquery>\ ^V'l@i k type error: no variant of function pf:text accepts the gi ven argument type(s): item*; string !type error: maybe you meant: !type error: pf:text (node*, string) as node* !type error: illegal arguments for function pf:text != TEST xquery> ---------------------------------------------------------
xquery>\
\ \ \ \
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |