Saturday, October 27, 2012

Re: High memory process to interact with database.

you can use compute engine instances for this.



On Tuesday, December 6, 2011 3:10:31 PM UTC-5, Marcelo Iturbe wrote:
Hello,
We have a mysql database which we want to migrate which currently weighs 10GB on disk, average table has 1 million rows.

We have a process in Java which runs several times a day which does datamining and/or normalization of sorts.  The issue is that this Java process currently uses 6GB of ram.  

From what I have read, GAPE only supports 1GB for backend processes... is there an alternative way to connecto to Cloud SQL?

Thus far, this is the only limitation that I can see in order to migrate my application.

Thanks for the heads up.

Monday, October 22, 2012

connector for go

Hi,

is there also a driver for Go Lang available, or is it at least planed to have some in the near future ?

thanks

kr

Friday, October 19, 2012

Re: unable to export data, problem table in database

Thank you.

On 10/19/2012 1:32 PM, Ken Ashcraft wrote:
I'll look into it and email you directly.

Ken

On Fri, Oct 19, 2012 at 1:08 PM, Jacob Padgett <jacob@fdgweb.com> wrote:
Hello,

One of our database tables has a problem I am trying to investigate.  When I attempt to run a count query from the command line console, I get the following message:

"Table '[--EDITED--]' is marked as crashed and last (automatic?) repair failed"

Repair commands time out, even in the command line (at least, I assume they time out, I get a message after about 10 minutes about invalid cache or something along those lines every time I attempt to run the query, immediately followed by "invalid connection id" every time I attempt to run any subsequent queries).  I have attempted to export the entire SQL instance to check the data manually and salvage what I can from the database table, but the export to cloud storage fails:

Failed to back up to gs://dbfile/10192012.gz: An unknown problem occurred (ERROR_RDBMS)

According to the Cloud SQL console, however, daily backups are successful, but there is no way for me to access those short of loading them, which would obliterate anything from the past 24 hours or so.  And, given the risk of what might happen to the data if the backup isn't really there, it's not a wise idea to try, IMHO.

I do not want to simply drop the table, we have about three months worth of data for a large project in there. Unfortunately, hours are tight on this project for the company that uses it (I'm allowed 5-7 hours a month max for all dev work and maintenance), so being able to actively monitor it has not been an option.  I'm hoping to find some way to pull everything down and at least have a sql file to go through and figure out what happened, salvage what I can, or perhaps even run the repair query on a local instance of mysql.

Instance name is iabalpadtest:iabreportsection if that helps.

Do I have any options available to me here?


--

Jacob Padgett
Developer, FDG Web
jacob@fdgweb.com
360.572.0398

Re: unable to export data, problem table in database

I'll look into it and email you directly.

Ken

On Fri, Oct 19, 2012 at 1:08 PM, Jacob Padgett <jacob@fdgweb.com> wrote:
Hello,

One of our database tables has a problem I am trying to investigate.  When I attempt to run a count query from the command line console, I get the following message:

"Table '[--EDITED--]' is marked as crashed and last (automatic?) repair failed"

Repair commands time out, even in the command line (at least, I assume they time out, I get a message after about 10 minutes about invalid cache or something along those lines every time I attempt to run the query, immediately followed by "invalid connection id" every time I attempt to run any subsequent queries).  I have attempted to export the entire SQL instance to check the data manually and salvage what I can from the database table, but the export to cloud storage fails:

Failed to back up to gs://dbfile/10192012.gz: An unknown problem occurred (ERROR_RDBMS)

According to the Cloud SQL console, however, daily backups are successful, but there is no way for me to access those short of loading them, which would obliterate anything from the past 24 hours or so.  And, given the risk of what might happen to the data if the backup isn't really there, it's not a wise idea to try, IMHO.

I do not want to simply drop the table, we have about three months worth of data for a large project in there. Unfortunately, hours are tight on this project for the company that uses it (I'm allowed 5-7 hours a month max for all dev work and maintenance), so being able to actively monitor it has not been an option.  I'm hoping to find some way to pull everything down and at least have a sql file to go through and figure out what happened, salvage what I can, or perhaps even run the repair query on a local instance of mysql.

Instance name is iabalpadtest:iabreportsection if that helps.

Do I have any options available to me here?

unable to export data, problem table in database

Hello,

One of our database tables has a problem I am trying to investigate.  When I attempt to run a count query from the command line console, I get the following message:

"Table '[--EDITED--]' is marked as crashed and last (automatic?) repair failed"

Repair commands time out, even in the command line (at least, I assume they time out, I get a message after about 10 minutes about invalid cache or something along those lines every time I attempt to run the query, immediately followed by "invalid connection id" every time I attempt to run any subsequent queries).  I have attempted to export the entire SQL instance to check the data manually and salvage what I can from the database table, but the export to cloud storage fails:

Failed to back up to gs://dbfile/10192012.gz: An unknown problem occurred (ERROR_RDBMS)

According to the Cloud SQL console, however, daily backups are successful, but there is no way for me to access those short of loading them, which would obliterate anything from the past 24 hours or so.  And, given the risk of what might happen to the data if the backup isn't really there, it's not a wise idea to try, IMHO.

I do not want to simply drop the table, we have about three months worth of data for a large project in there. Unfortunately, hours are tight on this project for the company that uses it (I'm allowed 5-7 hours a month max for all dev work and maintenance), so being able to actively monitor it has not been an option.  I'm hoping to find some way to pull everything down and at least have a sql file to go through and figure out what happened, salvage what I can, or perhaps even run the repair query on a local instance of mysql.

Instance name is iabalpadtest:iabreportsection if that helps.

Do I have any options available to me here?

Thursday, October 18, 2012

Re: Query Cache not being used even when it has memory

This summary is not available. Please click here to view the post.

Re: Query Cache not being used even when it has memory

This summary is not available. Please click here to view the post.

Re: Problem importing data into Cloud SQL database

The error seems to be a missing database. I sent you a direct email with the exact error.

-- Razvan ME


On Thu, Oct 18, 2012 at 8:03 AM, Francesco De Cassai <thoth84@gmail.com> wrote:
Hi, 

my istance thoth84:thoth84 gives me 
Failed to import gs://adeptus_dump/backup.sql: An unknown problem occurred (ERROR_RDBMS)

but i'm not able to see which error.

Thanks
Francesco

Problem importing data into Cloud SQL database

Hi, 

my istance thoth84:thoth84 gives me 
Failed to import gs://adeptus_dump/backup.sql: An unknown problem occurred (ERROR_RDBMS)

but i'm not able to see which error.

Thanks
Francesco

Tuesday, October 16, 2012

Re: Query Cache not being used even when it has memory

Please provide exact steps to reproduce the problem and we'll look into it.

Thanks,
Ken

On Tue, Oct 16, 2012 at 10:48 AM, Philip Gladstone <philip.j.s.gladstone@gmail.com> wrote:
I have a small Cloud SQL instance and I was looking at the performance of the system.

I wondered why certain repetitive queries were not being cached by the mysql query cache. Initially, I found that I had to set the query cache size to  non-zero amount. However, after that, every query shows up in the Qcache_not_cached bucket. It appears as though there is no caching being performed. 

Is there another setting that I need to tweak to get this to work?

Philip

Query Cache not being used even when it has memory

I have a small Cloud SQL instance and I was looking at the performance of the system.

I wondered why certain repetitive queries were not being cached by the mysql query cache. Initially, I found that I had to set the query cache size to  non-zero amount. However, after that, every query shows up in the Qcache_not_cached bucket. It appears as though there is no caching being performed. 

Is there another setting that I need to tweak to get this to work?

Philip

Re: Error connecting to Google Cloud

For me the problem was that the .setting folder mas mis placed. Thus Eclipse did not find how to reach the Db...

Monday, October 15, 2012

Re: How do I connect Mysql Workbench to my Google Cloud Instanct

Here is a similar thread:
https://groups.google.com/forum/?fromgroups=#!searchin/google-cloud-sql-discuss/toad/google-cloud-sql-discuss/BRpSz2UZN10/wF-RET7oDm0J

On Mon, Oct 15, 2012 at 7:35 PM, Darian Hickman <darian.hickman@gmail.com> wrote:
If you could show me the answer in a youtube video that would be super awesome.  But text works too, if you got it working. 


How do I connect Mysql Workbench to my Google Cloud Instanct

If you could show me the answer in a youtube video that would be super awesome.  But text works too, if you got it working. 

Wednesday, October 10, 2012

Re: The rdbms API is not available because the MySQLdb library could not be loaded.

Tom, did you ever figure out what was causing the pesky:
WARNING  2012-03-03 17:29:47,709 py_zipimport.py:139] Can't open zipfile /Library/Python/2.7/site-packages/MySQL_python-1.2.3-py2.7-macosx-10.7-intel.egg: IOError: [Errno 13] file not accessible: '/Library/Python/2.7/site-packages/MySQL_python-1.2.3-py2.7-macosx-10.7-intel.egg'

I'm getting the same thing, and while things appear to be working otherwise, it's unsettling...

On Saturday, March 3, 2012 9:34:21 AM UTC-8, Tom Pinckney wrote:
I'm also on 10.7.3 with Python 2.7.1 and an install of MySQLdb into the standard system location. Using App Engine 1.6.3.

Adding "import MySQLdb" to the top of dev_appserver.py also fixed the problem for me. 

I still see errors like

WARNING  2012-03-03 17:29:47,709 py_zipimport.py:139] Can't open zipfile /Library/Python/2.7/site-packages/MySQL_python-1.2.3-py2.7-macosx-10.7-intel.egg: IOError: [Errno 13] file not accessible: '/Library/Python/2.7/site-packages/MySQL_python-1.2.3-py2.7-macosx-10.7-intel.egg'

but 1) that is where the file is and it's readable and 2) my app engine app does actually work. So not sure what that error is all about.

On Tuesday, December 6, 2011 4:14:20 PM UTC-5, Philip wrote:
When I added MySQLdb to the PYTHONPATH and adding "import MySQLdb" to
dev_appserver.py rdbms was found and worked.

Note: I'm using a Mac and the PYTHONPATH I added in Eclipse to the
project External Libraries was:

/Library/Python/2.7/site-packages/MySQL_python-1.2.3-py2.7-macosx-10.7-
intel.egg

On Dec 1, 12:38 pm, Timofey Koolin <timo...@koolin.ru> wrote:
> Try downloadhttp://sourceforge.net/projects/mysql-python/and install
> it/add to PYTHONPATH
>
> 2011/12/1 Philip <phili...@gmail.com>:
>
>
>
>
>
>
>
>
>
> > I have installed MySQL and the necessary support libraries / files
> > locally. It is accessible from MySQLWorkbench, Squirrel, and the
> > Python 2.7 command line (i.e. import MySQLdb succeeds without any
> > errors). I added the following line to my ./bash_profile file too:
>
> > export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/usr/local/mysql/lib/"
>
> > When I try to start dev_appserver in Eclipse or from a command line
> > using:
>
> > dev_appserver.py --debug --mysql_user=root myapp
>
> > I get the following warning and error:
>
> > WARNING  2011-11-30 21:07:54,891 rdbms_mysqldb.py:90] The rdbms API is
> > not available because the MySQLdb library could not be loaded.
>
> > ERROR    2011-11-30 21:08:19,042 dev_appserver_main.py:632] <type
> > 'exceptions.NotImplementedError'>: Unable to find the MySQLdb library.
> > Please see the SDK documentation for installation instructions.
>
> > DEBUG    2011-11-30 21:08:19,046 dev_appserver_main.py:634] Traceback
> > (most recent call last):
> >  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> > google/appengine/tools/dev_appserver_main.py", line 629, in main
> >    dev_appserver.SetupStubs(appinfo.application, **option_dict)
> >  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> > google/appengine/tools/dev_appserver.py", line 3183, in SetupStubs
> >    rdbms_mysqldb.connect(database='')
> >  File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
> > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
> > google/appengine/api/rdbms_mysqldb.py", line 96, in connect
> >    'Unable to find the MySQLdb library. Please see the SDK '
>
> > I have tried the hack of adding "import MySQLdb" to the
> > dev_appserver.py file, but that didn't help.
>
> > Any ideas?
>
> --
> Blog:www.rekby.ru

Saturday, October 6, 2012

Re: cloudSQL's mysterious action.

- Output of "SHOW PROCESSLIST" when the problem happens
----------------------------------------------------------------
Id User Host db Command Time State Info
249283 root localhost runwaychannel Query 0 NULL SHOW PROCESSLIST
----------------------------------------------------------------


- Output of "SHOW ENGINE INNODB STATUS" when the problem happens
----------------------------------------------------------------
Type Name Status
InnoDB ===================================== 121006 7:38:18 INNODB MONITOR OUTPUT ===================================== Per second averages calculated from the last 1 seconds ----------------- BACKGROUND THREAD ----------------- srv_master_thread loops: 194225 1_second, 194163 sleeps, 18769 10_second, 8915 background, 8910 flush srv_master_thread log flush and writes: 201654 ---------- SEMAPHORES ---------- OS WAIT ARRAY INFO: reservation count 1536320, signal count 1262054 Mutex spin waits 155556036
----------------------------------------------------------------
Thank you for your reply, and sorry for not enough informations.
I can show you additional informations, though there are some which cannot 
be shown
on this public board.

>- Exact time of day with timezone

Happened several times.
Latest one was occurred in 9:34, 3 Oct.(UTC)

>- Exact error messages

Does this mean which error messages?
On the side of applications, "cannot connect to database" was the message.

>- Instance name

I cannot show this since the name of our customer is included in the 
instance name.
If it is possible by contacting over email, I can tell my email address to 
you on this
board. Please let me know if you can contact us by email or not.

>- Output of "SHOW PROCESSLIST" when the problem happens
>- Output of "SHOW ENGINE INNODB STATUS" when the problem happens

There are no evidences of above at the time when the error takes place.
But I attach a file which includes above, in normal situation.

Sorry for not sufficient informations, but thank you for your help.
And I need your help ongoing.

2012年10月5日金曜日 22時07分04秒 UTC+9 西内功:
Let me ask a quetion about cloudSQL which are carrying out a mysterious action.

Although the site is operated by the unrestricted plan of cloudSQL, there occurs a situation with no response from DB.
It has become impossible to use the site with a connection error of DB which is shown on the site.

At the time above occurs, when I check with "Google APIs Console", 
connection becomes 0 and it seems that the DB has been rebooted somehow. 
After 10 to 15 minutes when connection becomes 0, the number of connections is increased at a stroke as the queries which had accumulated are processed.

Although it has happened several times, it occurs not at the time especially with many accesses, rather occurs at time with few accesses, such as 
midnight. It seems that this is not a problem of applications because of the frequency of this happening.

Does this phenomenon occur by the structure of applications?
Or is it the specification of GAE?

Friday, October 5, 2012

Re: cloudSQL's mysterious action.

Sorry, but I need more details to help you:
- Exact time of day with timezone
- Exact error messages
- Instance name
- Output of "SHOW PROCESSLIST" when the problem happens
- Output of "SHOW ENGINE INNODB STATUS" when the problem happens

Thanks,
Ken

On Fri, Oct 5, 2012 at 6:07 AM, 西内功 <nishiuchi130@gmail.com> wrote:
Let me ask a quetion about cloudSQL which are carrying out a mysterious action.

Although the site is operated by the unrestricted plan of cloudSQL, there occurs a situation with no response from DB.
It has become impossible to use the site with a connection error of DB which is shown on the site.

At the time above occurs, when I check with "Google APIs Console", 
connection becomes 0 and it seems that the DB has been rebooted somehow. 
After 10 to 15 minutes when connection becomes 0, the number of connections is increased at a stroke as the queries which had accumulated are processed.

Although it has happened several times, it occurs not at the time especially with many accesses, rather occurs at time with few accesses, such as 
midnight. It seems that this is not a problem of applications because of the frequency of this happening.

Does this phenomenon occur by the structure of applications?
Or is it the specification of GAE?

cloudSQL's mysterious action.

Let me ask a quetion about cloudSQL which are carrying out a mysterious action.

Although the site is operated by the unrestricted plan of cloudSQL, there occurs a situation with no response from DB.
It has become impossible to use the site with a connection error of DB which is shown on the site.

At the time above occurs, when I check with "Google APIs Console", 
connection becomes 0 and it seems that the DB has been rebooted somehow. 
After 10 to 15 minutes when connection becomes 0, the number of connections is increased at a stroke as the queries which had accumulated are processed.

Although it has happened several times, it occurs not at the time especially with many accesses, rather occurs at time with few accesses, such as 
midnight. It seems that this is not a problem of applications because of the frequency of this happening.

Does this phenomenon occur by the structure of applications?
Or is it the specification of GAE?

Re: How to call a backends job from cron job in java

http://stackoverflow.com/questions/12684958/gae-how-to-configure-backends-xml-for-long-time-working-process

Wednesday, October 3, 2012

Re: Using Cloud SQL in Unit Test

Hi Fabian,

I'm stuck on the same thing actually, i've written a question there :

Did find anything to solve this? Because it looks like it's been a while :)

Thank you!!!

On Tuesday, October 25, 2011 1:38:32 PM UTC-4, Fabian Kajzar wrote:
Hi,

thank you for your answer, but sadly it didn´t changes anything. Still
get the same errors :(

Any other guesses?

Kind regards
Fabian

2011/10/25 Chandana Napagoda <cnap...@gmail.com>:
> Hi,
>
> I think for local test case "datanucleus rdbms" jar need. I have attached
> here it. Try to add it to your class path and try to execute test cases and
> let us know the results.
>
>
> Regards,
> Chandana
> http://cnapagoda.blogspot.com
>
> On Tue, Oct 25, 2011 at 8:44 AM, Fabian Kajzar <fabian...@googlemail.com>
> wrote:
>>
>> Hi folks,
>>
>> i used this setup and it works fine as long as i start a app engine
>> server. (it uses then my local mysql server)
>>
>> But i would like to use it also when i run my unit test. But when i
>> try this, i always get this error:
>>
>> com.google.apphosting.api.ApiProxy$CallNotFoundException: The API
>> package 'rdbms' or call 'OpenConnection()' was not found.
>>        at
>> com.google.apphosting.api.ApiProxy.makeSyncCall(ApiProxy.java:98)
>>        at
>> com.google.appengine.api.rdbms.RdbmsApiProxyClient$ApiProxyBlockingInterface.makeSyncCall(RdbmsApiProxyClient.java:89)
>>        at
>> com.google.appengine.api.rdbms.RdbmsApiProxyClient$ApiProxyBlockingInterface.openConnection(RdbmsApiProxyClient.java:75)
>>        at
>> com.google.cloud.sql.jdbc.internal.SqlProtoClient.openConnection(SqlProtoClient.java:58)
>>        at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:58)
>>        at com.google.cloud.sql.jdbc.Driver.connect(Driver.java:26)
>>        at java.sql.DriverManager.getConnection(DriverManager.java:582)
>>        at java.sql.DriverManager.getConnection(DriverManager.java:207)
>>        at
>> de.worldcup.appengine.server.BackendServlet.createTurnamentDBTable(BackendServlet.java:28)
>>        at
>> de.worldcup.appengine.test.TurnamentTest.setUp(TurnamentTest.java:30)
>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>        at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>        at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>        at java.lang.reflect.Method.invoke(Method.java:597)
>>        at
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>>        at
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>>        at
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>>        at
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
>>        at
>> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
>>        at
>> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>>        at
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>>        at
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>>        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>>        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>>        at
>> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>>        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>>        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>>        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>>        at
>> org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
>>        at
>> org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
>>        at
>> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
>>        at
>> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
>>        at
>> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
>>        at
>> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
>>
>> so i tried to use a LocalServiceTestHelper (the
>> LocalXMPPServiceTestConfig). Now i always get the error:
>>
>> java.lang.IllegalStateException: System property rdbms.driver must be set.
>>        at
>> com.google.appengine.api.rdbms.dev.LocalRdbmsProperties.registerDriver(LocalRdbmsProperties.java:79)
>>        at
>> com.google.appengine.api.rdbms.dev.LocalRdbmsServiceLocalDriver.init(LocalRdbmsServiceLocalDriver.java:70)
>>        at
>> com.google.appengine.api.rdbms.dev.LocalRdbmsService.init(LocalRdbmsService.java:85)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl.startServices(ApiProxyLocalImpl.java:561)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl.access$700(ApiProxyLocalImpl.java:46)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl$2.run(ApiProxyLocalImpl.java:544)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl$2.run(ApiProxyLocalImpl.java:542)
>>        at java.security.AccessController.doPrivileged(Native Method)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl.getService(ApiProxyLocalImpl.java:541)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl$AsyncApiCall.callInternal(ApiProxyLocalImpl.java:457)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl$AsyncApiCall.call(ApiProxyLocalImpl.java:436)
>>        at
>> com.google.appengine.tools.development.ApiProxyLocalImpl$AsyncApiCall.call(ApiProxyLocalImpl.java:415)
>>        at
>> java.util.concurrent.Executors$PrivilegedCallable$1.run(Executors.java:463)
>>        at java.security.AccessController.doPrivileged(Native Method)
>>        at
>> java.util.concurrent.Executors$PrivilegedCallable.call(Executors.java:460)
>>        at
>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>>        at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>>        at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>>        at java.lang.Thread.run(Thread.java:680)
>>
>> any ideas?
>>
>> Kind regards,
>> Fabian
>>
>> 2011/10/24 Manilal K M <libr...@gmail.com>:
>> > On 24 October 2011 07:53, Fabian <fabian...@googlemail.com> wrote:
>> >> Hi folks,
>> >>
>> >> is it possible to use a local mysql server instead of the cloud sql
>> >> when executing unit tests?
>> >
>> > Here are the steps to configure local MySQL server:
>> >
>> > http://code.google.com/apis/sql/docs/developers_guide_java.html#using_the_java_development_server
>> >
>> > Hope this helps.
>> >
>> > --
>> > Manilal K M : മണിലാല്‍ കെ എം.
>> > http://libregeek.blogspot.com
>> >
>
>