I am going crazy trying to figure this one out. I have successfully deployed my application on Windows and Linux. I have to move it from one Linux server to another. When I move the application and run I am constantly getting this error:
1278: 11:41:58,644 ERROR [InventoryPageBean] InventoryPageBean.getAllRows:org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.vit.inventory.InvPower#1]
I know this row exists (assuming PK = 1) because I can see it when I do a select. I have tried Tomcat 5.5.17, 5.0.X, and Geronimo. My application works fine with all of these app servers. When I run the same servers on Linux I get the error stated above.
Please help!
Mike.
|