Hi,
-- I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get an error related to IncompatibleLayoutConflict. I use this:
Gofer new smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver'; package: 'ConfigurationOfOpenDBXDriver';
load #ConfigurationOfOpenDBXDriver asClass loadBleedingEdge Does anyone else succeed in getting it to work on Pharo 3.0?
Doru "Every thing has its own flow"
You received this message because you are subscribed to the Google Groups "DBXTalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
I am re-sending the message to the pharo mailing list. Could anyone point me to how to approach this problem (it seems to be related to a class loader error - IncompatibleLayoutConflict)?
--
Doru ---------- Forwarded message ---------- From: Tudor Girba <[hidden email]> Date: Thu, Feb 6, 2014 at 11:27 AM Subject: working on pharo 3.0? To: [hidden email] Hi,
I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get an error related to IncompatibleLayoutConflict.
I use this:
Gofer new smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver'; package: 'ConfigurationOfOpenDBXDriver';
load #ConfigurationOfOpenDBXDriver asClass loadBleedingEdge Does anyone else succeed in getting it to work on Pharo 3.0?
Doru "Every thing has its own flow"
"Every thing has its own flow"
You received this message because you are subscribed to the Google Groups "DBXTalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Tudor Girba-2
Hi Doru, Last time I checked it was working, but that was some months ago. Probably with the changes on the new class builder + opendbx using nativeboostFFI (which in turn creates annonimous classes) we have to revisit it.
What i did now was to make this CI job which was working for 20+mysql run on both 20 and 30 And I'm also resetting the jenkins because there are no workers available since two days ago... strange.
Guille On Thu, Feb 6, 2014 at 11:27 AM, Tudor Girba <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "DBXTalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hi Guille, Thanks. Please let me know how I can help. Cheers, Doru On Thu, Feb 6, 2014 at 11:40 AM, Guillermo Polito <[hidden email]> wrote:
"Every thing has its own flow"
You received this message because you are subscribed to the Google Groups "DBXTalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
In reply to this post by Tudor Girba-2
Well, I managed to figure out why the linux slave was not working: the amount of workers went magically to 0... The windows one is offline such as the ones in pharo's ci server, because of some connection issue, probably cloudstack issue). So pharo20 is green as expected for mysql-linux. Pharo3 is red because of the layout error. I just added postgres, which has failing tests because the database is not created :).
Of course if somebody wants to help (configuring one database engine, adding tests, etc), do not hesitate :).
Guille On Mon, Feb 10, 2014 at 11:42 AM, Tudor Girba <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "DBXTalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |