VMware Cloud Community
kesanaramu
Contributor
Contributor

ORA-01653: unable to extend table HQUSER.EAM_EVENT_LOG by 8192 in tablespace TS_HQDB in HQServer

Can any one reply the below ERROR i got in FUSEHQ server

Can any one give solution for this issues urgent

2014-09-24 21:46:25,705 ERROR [JMS SessionPool Worker-2] [org.hibernate.util.JDBCExceptionReporter@78] ORA-01653: unable to extend table HQUSER.EAM_EVENT_LOG by 8192 in tablespace TS_HQDB

2014-09-24 21:46:25,707 ERROR [JMS SessionPool Worker-2] [org.hibernate.event.def.AbstractFlushingEventListener@301] Could not synchronize database state with session

org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update

2014-09-24 21:46:25,722 ERROR [JMS SessionPool Worker-2] [org.jboss.ejb.plugins.LogInterceptor@308] TransactionRolledbackLocalException in method: public abstract void org.hyperic.hq.events.shared.EventLogManagerLocal.insertEventLogs(org.hyperic.hq.events.server.session.EventLog[]), causedBy:

org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update

2014-09-24 21:46:26,042 ERROR [JMS SessionPool Worker-17] [org.hibernate.event.def.AbstractFlushingEventListener@301] Could not synchronize database state with session

org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update

0 Kudos
1 Reply
admin
Immortal
Immortal

Hi

Looks like an Oracle issue and doesn't depends to hyperic.

Please connect to Oracle and try:

ALTER DATABASE XXX DATAFILE 'filename' AUTOEXTEND ON

Good Luck

0 Kudos