I have left the normal Ofbiz realm for a time and am attempting to use the
framework for a mainframe project prototype. In doing so, I deleted all the
applications except part of party. I have no errors in the build logs.
However, when I attempt to log in, I get this exception:
Exception in thread "default-invoker-Thread-9" java.lang.RuntimeException:
Error
while updating: [GenericEntity:RecurrenceInfo][createdStamp,2008-01-08
13:04:13
.297(java.sql.Timestamp)][createdTxStamp,2008-01-08
13:04:13.296(java.sql.Timest
amp)][exceptionDateTimes,null()][exceptionRuleId,null()][lastUpdatedStamp,20
08-0
1-08 13:06:22.906(java.sql.Timestamp)][lastUpdatedTxStamp,2008-01-08
13:06:22.90
6(java.sql.Timestamp)][recurrenceCount,1(java.lang.Long)][recurrenceDateTime
s,nu
ll()][recurrenceInfoId,270(java.lang.String)][recurrenceRuleId,270(java.lang
.Str
ing)][startDateTime,2000-01-01 00:00:00.0(java.sql.Timestamp)] (SQL
Exception wh
ile executing the following:UPDATE OFBIZ.RECURRENCE_INFO SET
START_DATE_TIME=?,
EXCEPTION_DATE_TIMES=?, RECURRENCE_DATE_TIMES=?, EXCEPTION_RULE_ID=?,
RECURRENCE
_RULE_ID=?, RECURRENCE_COUNT=?, LAST_UPDATED_STAMP=?,
LAST_UPDATED_TX_STAMP=?, C
REATED_STAMP=?, CREATED_TX_STAMP=? WHERE RECURRENCE_INFO_ID=? (Schema
'OFBIZ' do
es not exist))
at
org.ofbiz.service.job.PersistedServiceJob.init(PersistedServiceJob.ja
va:136)
Note that it sez "Schema 'OFBIZ' does not exist"
Here is a snipit from the ant run-install-seed log:
DatabaseUtil.java:356:INFO ] Created table [OFBIZ.RECURRENCE_INFO]
Anyone have a clue what this is?
I am running Ofbiz as java -jar ofbiz.jar sc
The "sc" is a specialpurpose application that is successfully connecting to
a mainframe. I can see it coming up on a monitor application.
Skip