Skip to content

Instantly share code, notes, and snippets.

@ruebot
Created April 25, 2013 20:43
Show Gist options
  • Save ruebot/5462998 to your computer and use it in GitHub Desktop.
Save ruebot/5462998 to your computer and use it in GitHub Desktop.
drupal filter issues
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
ERROR 2013-04-25 16:15:25.992 [http-8080-1] (DrupalAuthModule) SQLState: 08S01
ERROR 2013-04-25 16:15:25.993 [http-8080-1] (DrupalAuthModule) VendorError: 0
ERROR 2013-04-25 16:15:25.993 [http-8080-1] (DrupalAuthModule) Error Connecting to Database server localhost port 3306 database digital_library_drupal
ERROR 2013-04-25 16:15:25.993 [http-8080-1] (AuthFilterJAAS) javax.security.auth.login.LoginException: Login Failure: all modules ignored
@ruebot
Copy link
Author

ruebot commented Apr 25, 2013

"Java tries to connect to mysql via tcp, and mysqld is, by default, blocked by tcpwrappers" add mysqld: localhost to hosts.allow.

DON'T EVER FUCKING FORGET.

@jbfink
Copy link

jbfink commented Apr 25, 2013

hey man, don't beat yourself up over it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment