Can some one help me to resolve this below ERROR 013-11-07 06:02:47,1

Can some one help me to resolve this below ERROR

013-11-07 06:02:47,117 [Timer-5] ERROR org.hibernate.transaction.JDBCTransaction - Could not toggle autocommit
java.sql.SQLException: Connection is not associated with a managed connection.org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6@5ebefeee
          at org.jboss.resource.adapter.jdbc.WrappedConnection.lock(WrappedConnection.java:81)
          at org.jboss.resource.adapter.jdbc.WrappedConnection.setAutoCommit(WrappedConnection.java:454)
          at org.hibernate.transaction.JDBCTransaction.toggleAutoCommit(JDBCTransaction.java:224)
          at org.hibernate.transaction.JDBCTransaction.commitAndResetAutoCommit(JDBCTransaction.java:169)
          at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:142)
          at com.appiancorp.rdbms.hb.search.SearchIndexManagerSessionImpl.sync(SearchIndexManagerSessionImpl.java:95)
          at com.appiancorp.rdbms.hb.search.SearchIndexManagerSessionImpl.sync(SearchIndexManagerSessionImpl....

OriginalPostID-88898

OriginalPostID-88898

  Discussion posts and replies are publicly visible

Parents
  • Looking at the last caused by clause:

    ******************************************************************************************
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset by peer: socket write error
    ******************************************************************************************

    It seems like the application-server is unable to connect to the SQL Server instance, where you have configured your PrimaryDS. You might want to check with your DBA’s if the SQL Server instances is up and running. Once you verify that, please restart the application-server.
Reply
  • Looking at the last caused by clause:

    ******************************************************************************************
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset by peer: socket write error
    ******************************************************************************************

    It seems like the application-server is unable to connect to the SQL Server instance, where you have configured your PrimaryDS. You might want to check with your DBA’s if the SQL Server instances is up and running. Once you verify that, please restart the application-server.
Children
No Data