[MonetDB-users] Server Crashes when Client is Opened
Hello, I have installed Monet and created the TPC-H schema and populated it with data. Once all data was copied, I restarted the computer to try the queries. However, now the server starts, but when I open the client everything closes immediately. I uninstalled it, and re-installed it and the same happens. Any help? Thank You. Regards, Alan -- View this message in context: http://www.nabble.com/Server-Crashes-when-Client-is-Opened-tf4657643.html#a1... Sent from the monetdb-users mailing list archive at Nabble.com.
Dear Alan, That doesn't sound good. Can you be more specific on your platform, and the MonetDB/SQL version you use. Also, what was the TPC-H scale factor being used. regards, Martin algatt wrote:
Hello, I have installed Monet and created the TPC-H schema and populated it with data. Once all data was copied, I restarted the computer to try the queries. However, now the server starts, but when I open the client everything closes immediately. I uninstalled it, and re-installed it and the same happens.
Any help?
Thank You.
Regards, Alan
I am running it on Windows XP with Athlon 64 3000 and 1GB Ram. The TPC-H I used just 1GB of data. The Monet Version is the latest v5.0.0. Also I noticed an error before everything closes down which is MAPI = monetdb@localhost:50000 ACTION= mapi_start_talking ERROR = !MALException:setScenario:Scenario 'mil' not initialized Thanks Martin Kersten wrote:
Dear Alan,
That doesn't sound good. Can you be more specific on your platform, and the MonetDB/SQL version you use. Also, what was the TPC-H scale factor being used.
regards, Martin
algatt wrote:
Hello, I have installed Monet and created the TPC-H schema and populated it with data. Once all data was copied, I restarted the computer to try the queries. However, now the server starts, but when I open the client everything closes immediately. I uninstalled it, and re-installed it and the same happens.
Any help?
Thank You.
Regards, Alan
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/Server-Crashes-when-Client-is-Opened-tf4657643.html#a1... Sent from the monetdb-users mailing list archive at Nabble.com.
algatt wrote:
I am running it on Windows XP with Athlon 64 3000 and 1GB Ram. The TPC-H I used just 1GB of data. The Monet Version is the latest v5.0.0. Also I noticed an error before everything closes down which is
MAPI = monetdb@localhost:50000 ACTION= mapi_start_talking ERROR = !MALException:setScenario:Scenario 'mil' not initialized
Thanks, this is helpful. Assuming you use the official 5.0.0 release, MapiClient still uses a default language option, called 'mil'. It is used in conjunction with the M4/Xquery stack If you call Mapiclient pass the argument --language=sql The upcoming release 5.2 will resolve this problem by dropping the language default. Also the new Mapiclient has undergone a major upgrade, including bugfixes and more rendering options. It will be announced shortly. Thanks
Martin Kersten wrote:
Dear Alan,
That doesn't sound good. Can you be more specific on your platform, and the MonetDB/SQL version you use. Also, what was the TPC-H scale factor being used.
regards, Martin
algatt wrote:
Hello, I have installed Monet and created the TPC-H schema and populated it with data. Once all data was copied, I restarted the computer to try the queries. However, now the server starts, but when I open the client everything closes immediately. I uninstalled it, and re-installed it and the same happens.
Any help?
Thank You.
Regards, Alan
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
Thanks for the tip, but it is saying that SQL is not initialised. Is there
something I missed?
The thing is that, everything worked fined before I copied the data. Now
even if I re-install it, it remains the same. Shall I compile it from
source?
Thanks
On 21/10/2007, Martin Kersten
algatt wrote:
I am running it on Windows XP with Athlon 64 3000 and 1GB Ram. The TPC-H I used just 1GB of data. The Monet Version is the latest v5.0.0. Also I noticed an error before everything closes down which is
MAPI = monetdb@localhost:50000 ACTION= mapi_start_talking ERROR = !MALException:setScenario:Scenario 'mil' not initialized
Thanks, this is helpful. Assuming you use the official 5.0.0 release, MapiClient still uses a default language option, called 'mil'. It is used in conjunction with the M4/Xquery stack
If you call Mapiclient pass the argument --language=sql
The upcoming release 5.2 will resolve this problem by dropping the language default. Also the new Mapiclient has undergone a major upgrade, including bugfixes and more rendering options. It will be announced shortly.
Thanks
Martin Kersten wrote:
Dear Alan,
That doesn't sound good. Can you be more specific on your platform, and the MonetDB/SQL version you use. Also, what was the TPC-H scale factor being used.
regards, Martin
algatt wrote:
Hello, I have installed Monet and created the TPC-H schema and
it with data. Once all data was copied, I restarted the computer to try
populated the
queries. However, now the server starts, but when I open the client everything closes immediately. I uninstalled it, and re-installed it and the same happens.
Any help?
Thank You.
Regards, Alan
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
Alan Gatt wrote:
Thanks for the tip, but it is saying that SQL is not initialised. Is there something I missed?
The thing is that, everything worked fined before I copied the data. Now even if I re-install it, it remains the same. Shall I compile it from source?
That should not be needed. I question if you have both SQL and XQuery installation on your Windows platform. The message indicates that you are talking to a M4 server, because the SQL module is not loaded. Are you using the CMD interface? If so, have a good look at the SQL and XQuery client .bat files to see the arguments required. If you use the start->monetdb->... for both server and client it should work.
Thanks
On 21/10/2007, *Martin Kersten*
mailto:Martin.Kersten@cwi.nl> wrote: algatt wrote: > I am running it on Windows XP with Athlon 64 3000 and 1GB Ram. The TPC-H I > used just 1GB of data. The Monet Version is the latest v5.0.0. Also I > noticed an error before everything closes down which is > > MAPI = monetdb@localhost:50000 > ACTION= mapi_start_talking > ERROR = !MALException:setScenario:Scenario 'mil' not initialized > Thanks, this is helpful. Assuming you use the official 5.0.0 release, MapiClient still uses a default language option, called 'mil'. It is used in conjunction with the M4/Xquery stack
If you call Mapiclient pass the argument --language=sql
The upcoming release 5.2 will resolve this problem by dropping the language default. Also the new Mapiclient has undergone a major upgrade, including bugfixes and more rendering options. It will be announced shortly.
Thanks > > > Martin Kersten wrote: > >> Dear Alan, >> >> That doesn't sound good. Can you be more specific on your platform, and >> the MonetDB/SQL version >> you use. Also, what was the TPC-H scale factor being used. >> >> regards, Martin >> >> algatt wrote: >> >>> Hello, I have installed Monet and created the TPC-H schema and populated >>> it >>> with data. Once all data was copied, I restarted the computer to try the >>> queries. However, now the server starts, but when I open the client >>> everything closes immediately. I uninstalled it, and re-installed it and >>> the >>> same happens. >>> >>> Any help? >>> >>> Thank You. >>> >>> Regards, >>> Alan >>> >>> >> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> MonetDB-users mailing list >> MonetDB-users@lists.sourceforge.net mailto:MonetDB-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/monetdb-users >> >> >> > >
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net mailto:MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
Ok, finally it worked. I had to delete all the files from the Application Data folder, did a fresh install and now it works. Thanks for your help. Martin Kersten wrote:
Alan Gatt wrote:
Thanks for the tip, but it is saying that SQL is not initialised. Is there something I missed?
The thing is that, everything worked fined before I copied the data. Now even if I re-install it, it remains the same. Shall I compile it from source?
That should not be needed. I question if you have both SQL and XQuery installation on your Windows platform. The message indicates that you are talking to a M4 server, because the SQL module is not loaded.
Are you using the CMD interface? If so, have a good look at the SQL and XQuery client .bat files to see the arguments required.
If you use the start->monetdb->... for both server and client it should work.
Thanks
On 21/10/2007, *Martin Kersten*
mailto:Martin.Kersten@cwi.nl> wrote: algatt wrote: > I am running it on Windows XP with Athlon 64 3000 and 1GB Ram. The TPC-H I > used just 1GB of data. The Monet Version is the latest v5.0.0. Also I > noticed an error before everything closes down which is > > MAPI = monetdb@localhost:50000 > ACTION= mapi_start_talking > ERROR = !MALException:setScenario:Scenario 'mil' not initialized > Thanks, this is helpful. Assuming you use the official 5.0.0 release, MapiClient still uses a default language option, called 'mil'. It is used in conjunction with the M4/Xquery stack
If you call Mapiclient pass the argument --language=sql
The upcoming release 5.2 will resolve this problem by dropping the language default. Also the new Mapiclient has undergone a major upgrade, including bugfixes and more rendering options. It will be announced shortly.
Thanks > > > Martin Kersten wrote: > >> Dear Alan, >> >> That doesn't sound good. Can you be more specific on your platform, and >> the MonetDB/SQL version >> you use. Also, what was the TPC-H scale factor being used. >> >> regards, Martin >> >> algatt wrote: >> >>> Hello, I have installed Monet and created the TPC-H schema and populated >>> it >>> with data. Once all data was copied, I restarted the computer to try the >>> queries. However, now the server starts, but when I open the client >>> everything closes immediately. I uninstalled it, and re-installed it and >>> the >>> same happens. >>> >>> Any help? >>> >>> Thank You. >>> >>> Regards, >>> Alan >>> >>> >>
-------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> MonetDB-users mailing list >> MonetDB-users@lists.sourceforge.net mailto:MonetDB-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/monetdb-users >> >> >> > >
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net mailto:MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ------------------------------------------------------------------------
_______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/Server-Crashes-when-Client-is-Opened-tf4657643.html#a1... Sent from the monetdb-users mailing list archive at Nabble.com.
participants (3)
-
Alan Gatt
-
algatt
-
Martin Kersten