Hello Csaba!

Csaba E. Simon schrieb:
Tried to run PHPMyAdmin on libmysequoia.

* Is this possible in general?
Yes, this is possible.
After fixing the issue discussed just now in the sequoia list mysqli now runs with my testscript. But phpmyadmin refuses to work: PHPMyAdmin can log in but fails with following warning
in the sequoia log (see below)

The problem lies in the statement "SET collation_connection .." but this statement runs without errors from the sequoia console.(see below).

Is this an sequoia or an carob issue?
Any Ideas?

Best regards,

Volker

Log when running phpmyadmin (mysqli mode, php5.mysqli compiled against libmysequoia.). 11:43:18,623 WARN controller.RequestManager.myDB Exception while executing distributed read stored procedure (Unable to clone the parsing of an unknown request). java.lang.RuntimeException: Unable to clone the parsing of an unknown request at org.continuent.sequoia.controller.requests.UnknownWriteRequest.cloneParsing(UnknownWriteRequest.java:190) at org.continuent.sequoia.controller.cache.parsing.ParsingCache.getParsingFromCacheAndParseIfMissing(ParsingCache.java:198) at org.continuent.sequoia.controller.requestmanager.RequestManager.getParsingFromCacheOrParse(RequestManager.java:371) at org.continuent.sequoia.controller.requestmanager.RequestManager.scheduleExecWriteRequest(RequestManager.java:810) at org.continuent.sequoia.controller.requestmanager.distributed.DistributedRequestManager.scheduleExecWriteRequest(DistributedRequestManager.java:1464) at org.continuent.sequoia.controller.virtualdatabase.protocol.DistributedStatementExecute.executeScheduledRequest(DistributedStatementExecute.java:88) at org.continuent.sequoia.controller.virtualdatabase.protocol.DistributedRequest.handleMessageMultiThreaded(DistributedRequest.java:157) at org.continuent.sequoia.controller.virtualdatabase.DistributedVirtualDatabase.handleMessageMultiThreaded(DistributedVirtualDatabase.java:335) at org.continuent.hedera.adapters.MulticastRequestAdapterThread.run(MulticastRequestAdapterThread.java:99) 11:43:18,627 WARN controller.virtualdatabase.myDB Distributed request SET collation_connection = 'utf8_unicode... did not remove itself from the total order queue 11:43:18,699 WARN controller.RequestManager.myDB Request 3 failed on controller Member(address=/10.2.0.16:36443, uid=10.2.0.16:36443) (java.sql.SQLException: Unable to clone the parsing of an unknown request) 11:43:18,711 WARN controller.RequestManager.myDB Request SET collation_connection = 'utf8_unicode... failed (Unable to clone the parsing of an unknown request)

Command runs fine on console.

localhost:1090 > sql client jdbc:sequoia://127.0.0.1:25322/myDB
Login > user
Password >
jdbc:sequoia://127.0.0.1:25322/myDB (user) > SET COLLATION_CONNECTION='utf8_general_ci'
Affected rows: 0
Query executed in 0 s 48 ms .
jdbc:sequoia://127.0.0.1:25322/myDB (user) >

--
====================================================
  inqbus it-consulting      +49 ( 341 )  5643800
  Dr.  Volker Jaenisch      http://www.inqbus.de
  Herloßsohnstr.    12      0 4 1 5 5    Leipzig
  N  O  T -  F Ä L L E      +49 ( 170 )  3113748
====================================================


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to