posted 16 years ago
Hi!
I am very Satisfied with the tool, but... I've a problem:
I implemented the class SSO to integrate the login of my application with of the forum and
put my application in a cluster, but, almost always the user access
the forum, an exception is displayed on the screen:
-----------------------------
** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: Broken pipe
STACKTRACE:
java.net.SocketException: Broken pipe
(Details of exception...)
** END NESTED EXCEPTION **
Last packet sent to the server was 1 ms ago.
Query being executed when exception was thrown:
SELECT * FROM jforum_users WHERE LOWER(username) = LOWER('testear')
-----------------------------
I yet note that my plugin MySQL is in its correct version!
After display of error, if update the page, the login is done with success!
Please, can you help-me?
Tank's!!
[originally posted on jforum.net by rodrigo.marini]