[
https://issues.apache.org/jira/browse/OFBIZ-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781999#action_12781999
]
Erwan de FERRIERES commented on OFBIZ-3245:
-------------------------------------------
I've got this error :
[java] 2009-11-24 16:31:24,812 (main)
[ModelFieldTypeReader.java:131:ERROR]
[java] ---- exception report
----------------------------------------------------------
[java] SELECT * FROM OFBIZ.ENTITY_DATA_TYPES statement failed:
[java] Exception: org.ofbiz.entity.GenericDataSourceException
[java] Message: SQL Exception while executing the following:SELECT * FROM
OFBIZ.ENTITY_DATA_TYPES (Table/View 'OFBIZ.ENTITY_DATA_TYPES' does not exist.)
[java] ---- cause
---------------------------------------------------------------------
[java] Exception: java.sql.SQLSyntaxErrorException
[java] Message: Table/View 'OFBIZ.ENTITY_DATA_TYPES' does not exist.
[java] ---- cause
---------------------------------------------------------------------
[java] Exception: org.apache.derby.impl.jdbc.EmbedSQLException
[java] Message: Table/View 'OFBIZ.ENTITY_DATA_TYPES' does not exist.
[java] ---- cause
---------------------------------------------------------------------
[java] Exception: org.apache.derby.iapi.error.StandardException
[java] Message: Table/View 'OFBIZ.ENTITY_DATA_TYPES' does not exist.
[java] ---- stack trace
---------------------------------------------------------------
[java] ERROR 42X05: Table/View 'OFBIZ.ENTITY_DATA_TYPES' does not exist.
[java] org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
[java]
org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown
Source)
[java]
org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
[java] org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown
Source)
[java]
org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
[java]
org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
[java] org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown
Source)
[java] org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown
Source)
[java] org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown
Source)
[java] org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
[java]
org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown
Source)
[java] org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown
Source)
[java] org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(Unknown
Source)
[java] org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(Unknown
Source)
[java] org.apache.derby.impl.jdbc.EmbedPreparedStatement40.<init>(Unknown
Source)
[java] org.apache.derby.jdbc.Driver40.newEmbedPreparedStatement(Unknown
Source)
[java] org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown
Source)
[java] org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown
Source)
[java]
org.apache.commons.dbcp.DelegatingConnection.prepareStatement(DelegatingConnection.java:291)
[java]
org.apache.commons.dbcp.DelegatingConnection.prepareStatement(DelegatingConnection.java:291)
[java]
org.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:365)
[java]
org.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:342)
[java]
org.ofbiz.entity.model.ModelFieldTypeReader.initializeFieldTypes(ModelFieldTypeReader.java:125)
[java] org.ofbiz.entity.GenericDelegator.<init>(GenericDelegator.java:269)
[java]
org.ofbiz.entity.DelegatorFactoryImpl.getInstance(DelegatorFactoryImpl.java:43)
[java]
org.ofbiz.entity.DelegatorFactoryImpl.getInstance(DelegatorFactoryImpl.java:25)
[java]
org.ofbiz.base.util.UtilObject.getObjectFromFactory(UtilObject.java:181)
[java]
org.ofbiz.entity.DelegatorFactory.getDelegator(DelegatorFactory.java:31)
[java]
org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:229)
[java]
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:100)
[java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:271)
[java] org.ofbiz.base.start.Start.startServer(Start.java:321)
[java] org.ofbiz.base.start.Start.start(Start.java:325)
[java] org.ofbiz.base.start.Start.main(Start.java:410)
[java]
--------------------------------------------------------------------------------
[java]
and some
[java] 2009-11-24 16:58:16,549 (main) [ SqlJdbcUtil.java:510:INFO ]
Unable to convert, falling back on switch statement
[java] 2009-11-24 16:58:16,550 (main) [ SqlJdbcUtil.java:510:INFO ]
Unable to convert, falling back on switch statement
[java] 2009-11-24 16:58:16,550 (main) [ SqlJdbcUtil.java:510:INFO ]
Unable to convert, falling back on switch statement
HTH,
Erwan
> Sandbox: Integrating The New Conversion Framework Into The Entity Engine
> ------------------------------------------------------------------------
>
> Key: OFBIZ-3245
> URL: https://issues.apache.org/jira/browse/OFBIZ-3245
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: SVN trunk
> Reporter: Adrian Crum
> Assignee: Adrian Crum
> Priority: Minor
> Attachments: conversion.patch, conversion.patch
>
>
> This issue contains a patch intended for evaluation before it is committed.
> See comments for details.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.