[opencms-dev] weird error in opencms
martin koeck
martin.koeck at gmx.at
Sat Sep 13 21:32:01 CEST 2003
> if i open the mysql console (with the same user) the table exists in the database ocmstest
>
> select * from cms_systemid;
> +------------------------+------+
> | TABLE_KEY | ID |
> +------------------------+------+
> | CMS_GROUPS | 61 |
> | CMS_USERS | 51 |
> | CMS_TASKPAR | 11 |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> com.opencms.core.CmsException: 33 Resourcebroker-init error. Detailed error: Database init failed.
> root cause was com.opencms.core.CmsException: 33 Resourcebroker-init error. Detailed error: Critical error while loading resourcebroker.
> root cause was com.opencms.core.CmsException: 4 Sql exception. Detailed error: [com.opencms.dbpool.CmsIdGenerator]General error: Table 'ocmstest.CMS_SYSTEMID' doesn't exist.
> root cause was java.sql.SQLException: General error: Table 'ocmstest.CMS_SYSTEMID' doesn't exist
to me this rather sounds like a generic database error, eg no connection
etc. the SYSTEMID table might be the first table that opencms tries to
open. just a guess.
rgds
--
martin
More information about the opencms-dev
mailing list