You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adrian Crum (JIRA)" <ji...@apache.org> on 2009/04/15 20:10:15 UTC

[jira] Closed: (OFBIZ-2268) Service [indexWorkEffortKeywords] threw an unexpected exception/error when create database and load data

     [ https://issues.apache.org/jira/browse/OFBIZ-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum closed OFBIZ-2268.
------------------------------

    Resolution: Fixed

Fixed, rev 765288.


> Service [indexWorkEffortKeywords] threw an unexpected exception/error when create database and load data
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2268
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2268
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: windows
>            Reporter: bj_zhou
>             Fix For: SVN trunk
>
>
> 2009-04-01 11:41:30,890 (main) [  ServiceDispatcher.java:501:ERROR] 
> ---- runtime exception report --------------------------------------------------
> Service [indexWorkEffortKeywords] threw an unexpected exception/error
> Exception: java.lang.IllegalArgumentException
> Message: Cannot find and load the class of type: GenericValue or of type: java.lang.GenericValue or of type: java.sql.GenericValue:  (java.sql.GenericValue)
> ---- stack trace ---------------------------------------------------------------
> java.lang.IllegalArgumentException: Cannot find and load the class of type: GenericValue or of type: java.lang.GenericValue or of type: java.sql.GenericValue:  (java.sql.GenericValue)
> org.ofbiz.base.util.ObjectType.loadInfoClass(ObjectType.java:413)
> org.ofbiz.base.util.ObjectType.instanceOf(ObjectType.java:384)
> org.ofbiz.service.ModelService.validate(ModelService.java:671)
> org.ofbiz.service.ModelService.validate(ModelService.java:544)
> org.ofbizservice.ServiceDispatcher.runSync(ServiceDispatcher.java:367)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:155)
> org.ofbiz.entityext.eca.EntityEcaAction.runAction(EntityEcaAction.java:92)
> org.ofbiz.entityext.eca.EntityEcaRule.eval(EntityEcaRule.java:118)
> org.ofbiz.entityext.eca.DelegatorEcaHandler.evalRules(DelegatorEcaHandler.java:83)
> org.ofbiz.entity.GenericDelegator$EntityEcaRuleRunner.evalRules(GenericDelegator.java:3001)
> org.ofbiz.entity.GenericDelegator.create(GenericDelegator.java:807)
> org.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1369)
> org.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:282)
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:261)
> org.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:218)
> org.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:216)
> org.ofbiz.entityext.data.EntityDataLoadContainer.start(EntityDataLoadContainer.java:261)
> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:101)
> org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
> org.ofbiz.base.start.Start.startServer(Start.java:312)
> org.ofbiz.base.start.Start.start(Start.java:316)
> org.ofbiz.base.start.Start.main(Start.java:399)
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.