[Monetdb-developers] M5 cvs head crash when it starts..
Dear developers, Who was the "angle" responsible for this: Starting program: /net/amelia/export/scratch1/goncalve/MonetDB/MonetDB5/bin/mserver5 --dbname=demo --set mapi_port=50000 --dbinit=include\ sql\;\ clients.setTrace\(true\)\;\ sql.start\(\)\; [Thread debugging using libthread_db enabled] [New Thread 46912515613600 (LWP 26623)] !WARNING: GDKlockHome: created directory /ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/dbfarm/demo/ !WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock. !WARNING: BBPdir: initializing BBP. [New Thread 1082132800 (LWP 26626)] # MonetDB Server v5.0.0_beta2_1 # Copyright (c) 1993-2007 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # dbname:demo # Visit http://monetdb.cwi.nl/ for further information !MALException:MAL.getAddress:address of 'bpm.BPMrange' not found !SyntaxException:parseError:command rangePartition(pb:bat[:oid,:any_2], pv:bat[:oid,:any_2]):void !SyntaxException:parseError:^';' expected !FATAL: Failed to initialise system Program exited with code 01. I lost my afternoon to create a installer in windows. After all the work I realize that the mserver crashes during its initialization. Please, if you are lazy enough to not run Mtest at least run your Mserver before commit your changes. Regards, Romulo PS: Martin, installer only Monday.
On Sat, Feb 03, 2007 at 05:29:10PM +0100, Romulo Goncalves wrote:
Dear developers,
Who was the "angle" responsible for this:
Starting program: /net/amelia/export/scratch1/goncalve/MonetDB/MonetDB5/bin/mserver5 --dbname=demo --set mapi_port=50000 --dbinit=include\ sql\;\ clients.setTrace\(true\)\;\ sql.start\(\)\; [Thread debugging using libthread_db enabled] [New Thread 46912515613600 (LWP 26623)] !WARNING: GDKlockHome: created directory /ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/dbfarm/demo/ !WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock. !WARNING: BBPdir: initializing BBP. [New Thread 1082132800 (LWP 26626)] # MonetDB Server v5.0.0_beta2_1 # Copyright (c) 1993-2007 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # dbname:demo # Visit http://monetdb.cwi.nl/ for further information !MALException:MAL.getAddress:address of 'bpm.BPMrange' not found !SyntaxException:parseError:command rangePartition(pb:bat[:oid,:any_2], pv:bat[:oid,:any_2]):void !SyntaxException:parseError:^';' expected !FATAL: Failed to initialise system
Program exited with code 01.
I lost my afternoon to create a installer in windows. After all the work I realize that the mserver crashes during its initialization.
Please, if you are lazy enough to not run Mtest at least run your Mserver before commit your changes.
... or at least read your email and/or check the TestWeb the day after you checked in ... Stefan
Regards, Romulo
PS: Martin, installer only Monday.
-- | 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 |
Can anyone help please. I have a problem which should be simple to resolve, I am working under Windows platfrom and the problem is: When I keep writing data into the monet database, once the database gets large(>70k records), I simply can't shut down / restart the mserver. I get either of the following: 1. Mserver: !OS: Permission denied rename(bat\BACKUP\,bat\DELETE_ME\) failed. ------------------- Or 2. !ERROR: GDKremovedir: rmdir(bat\BACKUP\) failed. !OS: Permission denied. !Error: BBPrecover_subdir: recovery failed. Please check whether your disk is full or write protected. !FATAL: BBPinit: cannot properly process bat\BACKUP\SUBCOMMIT\. Then when I manually delete the folder subcommit after making sure its empty, and restart the server it displays the version,copyright, visit website, and then hangs up when it is supposed to start the MonetDB> server. ----------------------- Has anyone come across a similar problem on a Windows environment? I saw on the web a similar bug reported but the recommended solution was to -disable the indexing Service-, which did not resolve the problem. Site name is: http://kdl.cs.umass.edu/software/FAQ.html Any help would be really appreciated. Thanks Khaled -----Original Message----- From: monetdb-developers-bounces@lists.sourceforge.net [mailto:monetdb-developers-bounces@lists.sourceforge.net] On Behalf Of Stefan Manegold Sent: 03 February 2007 16:36 To: Romulo Goncalves Cc: monetdb-developers@lists.sourceforge.net Subject: Re: [Monetdb-developers] M5 cvs head crash when it starts.. On Sat, Feb 03, 2007 at 05:29:10PM +0100, Romulo Goncalves wrote:
Dear developers,
Who was the "angle" responsible for this:
Starting program: /net/amelia/export/scratch1/goncalve/MonetDB/MonetDB5/bin/mserver5 --dbname=demo --set mapi_port=50000 --dbinit=include\ sql\;\ clients.setTrace\(true\)\;\ sql.start\(\)\; [Thread debugging using libthread_db enabled] [New Thread 46912515613600 (LWP 26623)] !WARNING: GDKlockHome: created directory /ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/dbfarm/demo/ !WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock. !WARNING: BBPdir: initializing BBP. [New Thread 1082132800 (LWP 26626)] # MonetDB Server v5.0.0_beta2_1 # Copyright (c) 1993-2007 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # dbname:demo # Visit http://monetdb.cwi.nl/ for further information !MALException:MAL.getAddress:address of 'bpm.BPMrange' not found !SyntaxException:parseError:command rangePartition(pb:bat[:oid,:any_2], pv:bat[:oid,:any_2]):void !SyntaxException:parseError:^';' expected !FATAL: Failed to initialise system
Program exited with code 01.
I lost my afternoon to create a installer in windows. After all the work I realize that the mserver crashes during its initialization.
Please, if you are lazy enough to not run Mtest at least run your Mserver before commit your changes.
... or at least read your email and/or check the TestWeb the day after you checked in ... Stefan
Regards, Romulo
PS: Martin, installer only Monday.
-- | 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 | ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers -------------------------------------------------------- This message is for information purposes only and is not intended as an offer, recommendation or solicitation to buy or sell, nor is it an official confirmation of terms. No representation or warranty is made that this information is complete or accurate. Any views or opinions expressed do not necessarily represent those of ODL Securities Limited. This email and the information it contains may be confidential, proprietary or legally privileged. If you receive this message in error, please notify the sender and delete it from your system. You must not, directly or indirectly, use, disclose, distribute, copy or store this message or any part of it if you are not the intended recipient. Unless otherwise stated, any pricing information given in this email is indicative only, is subject to changes and does not constitute an offer to deal at any price quoted. ODL Securities Limited is authorised and regulated by the Financial Services Authority. -------------------------------------------------------- Sent by Khaled Esmat on Wed 07/Feb/2007 at 09:59:00 --------------------------------------------------------
Khaled Esmat wrote:
Can anyone help please. I have a problem which should be simple to resolve, I am working under Windows platfrom and the problem is: Which version are you using?
Regards, Romulo
When I keep writing data into the monet database, once the database gets large(>70k records), I simply can't shut down / restart the mserver. I get either of the following:
1. Mserver: !OS: Permission denied rename(bat\BACKUP\,bat\DELETE_ME\) failed. ------------------- Or
2. !ERROR: GDKremovedir: rmdir(bat\BACKUP\) failed. !OS: Permission denied. !Error: BBPrecover_subdir: recovery failed. Please check whether your disk is full or write protected. !FATAL: BBPinit: cannot properly process bat\BACKUP\SUBCOMMIT\.
Then when I manually delete the folder subcommit after making sure its empty, and restart the server it displays the version,copyright, visit website, and then hangs up when it is supposed to start the MonetDB> server. -----------------------
Has anyone come across a similar problem on a Windows environment? I saw on the web a similar bug reported but the recommended solution was to -disable the indexing Service-, which did not resolve the problem. Site name is: http://kdl.cs.umass.edu/software/FAQ.html
Any help would be really appreciated.
Thanks Khaled
-----Original Message----- From: monetdb-developers-bounces@lists.sourceforge.net [mailto:monetdb-developers-bounces@lists.sourceforge.net] On Behalf Of Stefan Manegold Sent: 03 February 2007 16:36 To: Romulo Goncalves Cc: monetdb-developers@lists.sourceforge.net Subject: Re: [Monetdb-developers] M5 cvs head crash when it starts..
On Sat, Feb 03, 2007 at 05:29:10PM +0100, Romulo Goncalves wrote:
Dear developers,
Who was the "angle" responsible for this:
Starting program: /net/amelia/export/scratch1/goncalve/MonetDB/MonetDB5/bin/mserver5 --dbname=demo --set mapi_port=50000 --dbinit=include\ sql\;\ clients.setTrace\(true\)\;\ sql.start\(\)\; [Thread debugging using libthread_db enabled] [New Thread 46912515613600 (LWP 26623)] !WARNING: GDKlockHome: created directory /ufs/goncalve/scratch/MonetDB/MonetDB5/var/MonetDB5/dbfarm/demo/ !WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock. !WARNING: BBPdir: initializing BBP. [New Thread 1082132800 (LWP 26626)] # MonetDB Server v5.0.0_beta2_1 # Copyright (c) 1993-2007 CWI, all rights reserved # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked # dbname:demo # Visit http://monetdb.cwi.nl/ for further information !MALException:MAL.getAddress:address of 'bpm.BPMrange' not found !SyntaxException:parseError:command rangePartition(pb:bat[:oid,:any_2], pv:bat[:oid,:any_2]):void !SyntaxException:parseError:^';' expected !FATAL: Failed to initialise system
Program exited with code 01.
I lost my afternoon to create a installer in windows. After all the work I realize that the mserver crashes during its initialization.
Please, if you are lazy enough to not run Mtest at least run your Mserver before commit your changes.
... or at least read your email and/or check the TestWeb the day after you checked in ...
Stefan
Regards, Romulo
PS: Martin, installer only Monday.
participants (3)
-
Khaled Esmat
-
Romulo Goncalves
-
Stefan Manegold