MySQL + Windows VISTA / 7 =与Eclipse RCP + Datanucleus应用程序崩溃

时间:2023-01-19 14:19:40

I'm having a big problem with MySQL + Datanucleus + Windows Vista / 7.

我遇到了MySQL + Datanucleus + Windows Vista / 7的大问题。

THE Problem is so SEVERE, the MySql Server Shuts Down!

问题是如此严重,MySql服务器关闭!

PROBLEM OCCURS:

  • with DN 1.0.0.m3 + MySQL 5.1.x (LOCAL) + Vista.
  • DN 1.0.0.m3 + MySQL 5.1.x(LOCAL)+ Vista。

  • when performing deletePersistent of an object that has a LIST in the structure (a deletePersistentAll of the LIST is issued BEFORE deleting the main object)
  • 当执行在结构中具有LIST的对象的deletePersistent时(在删除主对象之前发出LIST的deletePersistentAll)

NO PROBLEM:

  • with objects that don't have LISTs (or SETs?) in the structure.
  • 对于结构中没有LIST(或SET?)的对象。

  • with LINUX / Windows XP.
  • 使用LINUX / Windows XP。

  • with postgreSQL.

We are in pain here!!! :-\

我们在这里痛苦!!! : - \

Thanks.

marco

1 个解决方案

#1


1). You are using an ancient version of DataNucleus.

1)。您正在使用古老版本的DataNucleus。

2). You quote no exceptions, and if they are the same as you mentioned on the DataNucleus forum then the issue is almost certainly configuration of MySQL on Windows.

2)。您没有引用任何例外,如果它们与您在DataNucleus论坛上提到的相同,则问题几乎可以肯定是在Windows上配置MySQL。

#1


1). You are using an ancient version of DataNucleus.

1)。您正在使用古老版本的DataNucleus。

2). You quote no exceptions, and if they are the same as you mentioned on the DataNucleus forum then the issue is almost certainly configuration of MySQL on Windows.

2)。您没有引用任何例外,如果它们与您在DataNucleus论坛上提到的相同,则问题几乎可以肯定是在Windows上配置MySQL。