cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Start/Deploy Error

macalase
Champ in-the-making
Champ in-the-making
Hi All,

We are getting the error below in one of our applications, its when we redeploy the application with activiti embedded in it.
Its with Activiti 5.18.0, Oracle RAC 11.2.0.3.1, Spring 4.2.1, and Websphere 8.5.5.5


<blockcode>
### Error updating database.  Cause: java.sql.SQLException: ORA-00600: internal error code, arguments: [koklGetLocAndFlag1], [], [], [], [], [], [], [], [], [], [], []

### The error may involve org.activiti.engine.impl.persistence.entity.ResourceEntity.bulkInsertResource_oracle-Inline
### The error occurred while setting parameters
### SQL: INSERT ALL                   INTO ACT_GE_BYTEARRAY(ID_, REV_, NAME_, BYTES_, DEPLOYMENT_ID_, GENERATED_) VALUES          (?,          1,          ?,          ?,          ?,          ?)                   INTO ACT_GE_BYTEARRAY(ID_, REV_, NAME_, BYTES_, DEPLOYMENT_ID_, GENERATED_) VALUES          (?,          1,          ?,          ?,          ?,          ?)             SELECT * FROM dual
### Cause: java.sql.SQLException: ORA-00600: internal error code, arguments: [koklGetLocAndFlag1], [], [], [], [], [], [], [], [], [], [], []

        at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:311)
        at
</blockcode>

I'm not sure how to fix it yet, I looked at http://www.orafaq.com/wiki/ORA-00600 and I might try replacing the sqls with
"SELECT * FROM sys.dual"

Anybody seen this one before I try anything?

Regards,
Mac





1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hi,
did this happen every time you redeploy your application or it happens only sometimes, or maybe you see it only once?

I didn't see this before but I'll try to reproduce it.
Can you describe how is deployed your application? external context, as a war, etc… maybe you could provide your web application context file ? (it could help to create a similar application)