[Opensource] Oracle config
Peter A. Pilgrim
peterp at xenonsoft.demon.co.uk
Mon Mar 10 15:08:25 PST 2003
Innovest Ken wrote:
> hi all,
>
> I have installed 5.03 expresso on my machine, but
> getting the following error in my expresso-config.xml.
> Please help!
>
> ConfigManager: Log directory:
> 'C:/bea/singtel/applications/projects/WEB-INF/log'
>
> 2003-03-10 20:01:25,595 ERROR [Thread-9]
> misc.ConfigManager (ConfigManager.java:
> 1485) - Unable to read database mapping entries for
> context 'oracle'
> com.jcorporate.expresso.core.db.DBException: Unable to
> execute statement: SELECT
> Descrip, DBObjName, DBConnName FROM DBOTHERMAP
> (com.jcorporate.expresso.service
> s.dbobj.DBOtherMap, db/context 'oracle'):ORA-00942:
> table or view does not exist
>
Does the table DBOTHERMAP actually exists in Oracle?
May be you have run DBCreate?
Sometimes the DBA set the Oracle table to be visible
or accessible to only certain users.
Is the syntax
grant select, insert, delete, update on DBOTHERMAP for PUBLIC
or something like that in Oracle 9i?
Or sometimes Oracle DBA use SYNONYMS.
Am I assuming here it is a DB problem, not Expresso.
For Weblogic it is possible the session is not serializable
between two JVMs. Wild guess? Look at the server logs for
more infos.
--
Peter Pilgrim
__ _____ _____ _____
/ //__ // ___// ___/ + Serverside Java
/ /___/ // /__ / /__ + Struts
/ // ___// ___// ___/ + Expresso Committer
__/ // /__ / /__ / /__ + Independent Contractor
/___//____//____//____/ + Intrinsic Motivation
On Line Resume
||
\\===> `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''
More information about the Opensource
mailing list