On 06/02/06, Tibor Biro <[EMAIL PROTECTED]> wrote: > Hi Antoine, > > I looked at all the logs and here is what I found: > > http://melser.anton.neuf.fr/alchemi-manager.log > > Error "#42000You have an error in your SQL syntax; check the manual that > corresponds to your MySQL server version for the right syntax to use near > '02 where executor_id='23a45eac-6b6a-4441-b77b-ff1c52510e21'' at line 1" > > Means that the mySQL version you have is not happy with the syntax we passed > in to it. I am running mysql Ver 14.7 Distrib 4.1.7, for Win95/Win98 (i32) > which is close enough to yours. > > Looking further at the logs I suspect it might be the language of computer > the Manager is running on that is causing the issue. The numbers are > formatted with a comma instead of a dot, notice 0,08 in the command below: > > update executor set cpu_max=2004, cpu_usage=4, cpu_avail=0, > cpu_totalusage=0,08 where executor_id='23a45eac-6b6a-4441-b77b-ff1c52510e21' > > Can you please confirm that the above command fails when you run it in your > version of mySQL? Should it always be a dot even if mySQL is installed on a > French computer?
I would bet that is it... > I'll implement a fix for this today but I'm not sure how I'll be able to > test it. I'll get back to you soon. > http://melser.anton.neuf.fr/alchemi-executor.log.prime > > Error "Cannot find the assembly PrimeNumberGenerator" > Suggests that the assembly was not copied to the executor. This is done by > defining a module dependency to the right assembly, this is the line that > should have done this: > App.Manifest.Add(new ModuleDependency(typeof(PrimeNumberChecker).Module)); I thought as much (I thought maybe trying to add the assembly to the GAC would work... but none of the assemblies are signed and the core src won't compile on .net2...) - it obviously isn't working for me though - can I repeat my request for someone to compile with .net 1.1? I have no idea how to do it outside of vs and it seems likely to be a .net2 problem. Would that be OK so I can at least make sure that it works? Cheers Antoine -- This is where I should put some witty comment. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ alchemi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-users
