Hi,
I have configured my application to run locally. I am getting the following error message when i try to update one of the table through the application:
java.sql.SQLException: ORA-02290: check constraint (RMS.CHK_STAKE_LOCATION_STATUS) violated
**************************************************
java.sql.SQLException: ORA-02290: check constraint (RMS.CHK_STAKE_LOCATION_STATUS) violated
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:791)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1101)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
I debugged the application and found out that it was passing the correct value, so i deployed my war file on the unix box. I was able to get through and didnt get any errors on the server. Could anyone plz help me?
Thanks,
Jyotsna
I have configured my application to run locally. I am getting the following error message when i try to update one of the table through the application:
java.sql.SQLException: ORA-02290: check constraint (RMS.CHK_STAKE_LOCATION_STATUS) violated
**************************************************
java.sql.SQLException: ORA-02290: check constraint (RMS.CHK_STAKE_LOCATION_STATUS) violated
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:791)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1101)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
I debugged the application and found out that it was passing the correct value, so i deployed my war file on the unix box. I was able to get through and didnt get any errors on the server. Could anyone plz help me?
Thanks,
Jyotsna