Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] MDM Jboss Server bug using MySQL DB

Hi,
I upgrad my Talend Platform dor MDM with Big DATA to the current version (5.4.2).
I have some anormal errors and bugs (See the server log bellow) that I hadn't with the last version. These errors occurs when I try to access the records from the web UI.
PS: I am using MySQM database.
Thanks in advance.


2014-06-24 16:30:37,121 WARN SQL Error: 0, SQLState: 08003
2014-06-24 16:30:37,121 ERROR No operations allowed after connection closed.
2014-06-24 16:30:37,131 ERROR ##### Error during fetch operation #####
2014-06-24 16:30:37,201 ERROR TransactionRolledbackLocalException in method: public abstract java.lang.String com.amalto.core.server.XmlServer.getDocumentAsString(java.lang.String,java.lang.String,java.lang.String) throws com.amalto.core.util.XtentisException, causedBy:
java.lang.RuntimeException: java.lang.RuntimeException: Exception occurred during fetch operation at com.amalto.core.storage.Sto

To see the whole post, download it here
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
The line:
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.

... looks rather suspicious. Please check the following:
* Are you sure nothing changed on the MySQL side?
* The database connection configuration did not change?
* Do you have any other exception before this one that may indicate the reason of the connection close?
In any case, MySQL usage indicates you're using Enterprise version, so you can reach Talend Support ( https://support.talend.com) for assistance and diagnostic.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,
The line:
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.

... looks rather suspicious. Please check the following:
* Are you sure nothing changed on the MySQL side?
* The database connection configuration did not change?
* Do you have any other exception before this one that may indicate the reason of the connection close?
In any case, MySQL usage indicates you're using Enterprise version, so you can reach Talend Support ( https://support.talend.com) for assistance and diagnostic.
Anonymous
Not applicable
Author

Yes, it's really suspicious !
I haven't change anything on the MySQL side.
Thanks for yout reply anyway.
I'll see with the support team.
Anonymous
Not applicable
Author

Great, please also check for any exception occurring before this one that could explain the connection close.