Bugs item #2693363, was opened at 2009-03-19 04:27 Message generated for change (Settings changed) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2693363&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 "stable" Status: Open >Resolution: None Priority: 5 Private: No Submitted By: winston (wwinston) Assigned to: Nobody/Anonymous (nobody) Summary: mserver does not start with pathfinder option Initial Comment: mserver appears to start OK. However, the pathfinder option does not appear to start. The start up process exits after the PF/Tijah module v0.9.0 is loaded; the start up exits to the DOS command prompt. This is shown below under the heading: ACTUAL CONSOLE OUTPUT. According the Tijah documentation, these following two steps should appear last and the command prompt should appear as shown here, and are thus missing: # MonetDB/XQuery module v0.20.0 loaded # XRPC administrative console at http://localhost:50001/admin MonetDB> =x=x=x=x=x= ACTUAL CONSOLE OUTPUT: C:\MonetDB\MonetDB4>mserver # MonetDB Server v4.28.0 # based on GDK v1.28.0 # Copyright (c) 1993-July 2008, CWI. All rights reserved. # Copyright (c) August 2008-, 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. MonetDB>Terminate batch job (Y/N)? y C:\MonetDB\MonetDB4>mserver --dbinit="module(pathfinder);" # MonetDB Server v4.28.0 # based on GDK v1.28.0 # Copyright (c) 1993-July 2008, CWI. All rights reserved. # Copyright (c) August 2008-, 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 C:\MonetDB\MonetDB4> ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-03-22 10:01 Message: Winston, here are a couple of questions for information that we'd need to analyse/debug your problem: - Which version of Windows are you using? - May we assume you installed http://monetdb.cwi.nl/downloads/Windows/Feb2009/MonetDB4-XQuery-Installer-i386-20090227.msi and no problems occured during installation? - Is this your first and only installation of MonetDB/XQuery, or did you upgrade/replace a previous version of MonetDB/XQuery? If the latter, which version of MonetDB/XQuery did you use before, and do you still have database created by that version on your machine? - Are the following directories writeable for you on your machine? %APPDATA%\MonetDB4 %APPDATA%\MonetDB4\dbfarm %APPDATA%\MonetDB4\xquery_logs - Is general networking enabled or disabled on your machine? - Did you once manage to successfully start MonetDB with XQuery/pathfinder module, or did already the first attempt fail? - In case you once managed, what did you do/experience since between the last successful start-up and the first failing one? (Load & query documents? Encouter errors? If the latter, which ones?) - Do you happen to have any other servers/services running on your machine that use/block ports 50000 and/or 50001? You might try to start MonetDB/XQuery with alternative ports, e.g., MXQserver.bat --mapi_port=50505 MXQserver.bat --xrpc_port=55555 MXQserver.bat --mapi_port=50505 --xrpc_port=55555 Stefan ---------------------------------------------------------------------- Comment By: Henning Rode (hrode) Date: 2009-03-22 08:46 Message: Can someone else take over here? This is so far not a PF/Tijah related problem. Since the XQuery server does not even start correctly, I am in fact not sure, if we should handle this as a bug. It seems to fall more in the category "installation problems". And if there is anyone else able to help you, we need to know also your system details: what kind of machine and windows version you are using. ---------------------------------------------------------------------- Comment By: winston (wwinston) Date: 2009-03-21 15:40 Message: I still have the same problem. Your recommendation does not address the issue. I have the same problem when executing the mxqserver command or from windows menu pick. I merely showed you the command string so that you would see the problem in the MS-DOS command window. Essentially, I can't get the XQuery part started. The database startup exits without any error message and without giving me a command prompt. Below, please observe the mxqserver output as contrasted to the mserver output; mserver starts OK and gives a MonetDB command prompt, but mxqserver does not start and does not give a MonetDB command prompt, instead exiting to a MS-DOS command prompt. C:\MonetDB\MonetDB4>mserver # MonetDB Server v4.28.0 # based on GDK v1.28.0 # Copyright (c) 1993-July 2008, CWI. All rights reserved. # Copyright (c) August 2008-, 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. MonetDB> MonetDB>Terminate batch job (Y/N)? y C:\MonetDB\MonetDB4>mxqserver # MonetDB Server v4.28.0 # based on GDK v1.28.0 # Copyright (c) 1993-July 2008, CWI. All rights reserved. # Copyright (c) August 2008-, 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 C:\MonetDB\MonetDB4> ---------------------------------------------------------------------- Comment By: Henning Rode (hrode) Date: 2009-03-19 09:04 Message: The PF/Tijah documentation was already pointing to MonetDB/XQuery pages here, but I added another direct link to the very helpful "first steps" page, Stefan suggested below. Does this solve the problem? Or do you still face problems to starting the Mserver with PF/Tijah? ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-03-19 07:39 Message: I am not sure, which Tijah documentation you refer to, but the MonetDB/XQuery documentation tells clearly how to start a MonetDB/XQuery server *on Windows*; http://monetdb.cwi.nl/XQuery/QuickTour/HelloWorld/index.html says " Starting Mserver The first task is to start the MonetDB Server. On Windows platforms this is done by clicking: Start -> Programs -> MonetDB -> MonetDB XQuery Server If you are a Linux user, you should type something like: Mserver --dbinit="module(pathfinder);" " Alternatively, on Windows, you can also call "MXQserver.bat" to start the MonetDB/XQuery server. Maybe, you want to inform the maintainers of the Tijah documentation that you refer to to update their Windows-specific documentation accordingly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2693363&group_id=56967 ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
