
Originally Posted by
uebari
v70 / v80 yes they were both 1.4.6
Usually means that the authd / gdeliveryd can't magically reach the databases so double check your /etc/table.xml file.
The English version of the included directions:
Not sure what I should do with the "authentication type base64" information. The instructions don't mention but you should change /etc/table.xml to be
Code:
url="jdbc:mysql://localhost:3306/BlackSky?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true;noAccessToProcedureBodies=true"
I added the noAccessToProcedureBodies=true based on an error message. It is a bit suspicious to see BlackSky database used by default in the SQL scripts, but the provided table.xml is pointing at a different database?I'm still getting the Server Network Error, even after replacing authd. With the replaced authd, and all IP addresses set to public except DB connection:
Code:
Sending query to acquire password
GQueryPasswd:account is anna , login ip is -1700929927
TRACE : gdelivery::passwdtimeout. user=anna
TRACE : gdelivery::matrixpasswd cache missing, user=anna
The java auth classpath is totally screwed up, but the replacement has a working classpath and confirms connection to mysql. Still no love from the package though, makes me suspicious this is a half done hack :/