OFBiz doesn't start : Exception in thread "main" java.lang.IncompatibleClassChangeError

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OFBiz doesn't start : Exception in thread "main" java.lang.IncompatibleClassChangeError

Eric DE MAULDE

Hi,

I've updated my custom OFBiz from the trunk, version 805338
Now, I can't start OFBiz
I obtain this error into console.log :

2009-08-18 16:22:43,105 (main) [      DelegatorImpl.java:169:INFO ] Doing entity
definition check...
Exception in thread "main" java.lang.IncompatibleClassChangeError
        at
org.ofbiz.entity.model.ModelEntityChecker.checkEntities(ModelEntityChecker.java:43)
        at org.ofbiz.entity.DelegatorImpl.<init>(DelegatorImpl.java:171)
        at
org.ofbiz.entity.DelegatorFactory.getGenericDelegator(DelegatorFactory.java:40)
        at
org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:172)
        at
org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:190)
        at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:66)
        at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
        at org.ofbiz.base.start.Start.init(Start.java:97)
        at org.ofbiz.base.start.Start.main(Start.java:408)


Do you have the same problem after an update ?
Thanks for your feedback

Eric
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz doesn't start : Exception in thread "main" java.lang.IncompatibleClassChangeError

Adrian Crum
Run ant clean, then ant build.

-Adrian

[hidden email] wrote:

> Hi,
>
> I've updated my custom OFBiz from the trunk, version 805338
> Now, I can't start OFBiz
> I obtain this error into console.log :
>
> 2009-08-18 16:22:43,105 (main) [      DelegatorImpl.java:169:INFO ] Doing entity
> definition check...
> Exception in thread "main" java.lang.IncompatibleClassChangeError
> at
> org.ofbiz.entity.model.ModelEntityChecker.checkEntities(ModelEntityChecker.java:43)
> at org.ofbiz.entity.DelegatorImpl.<init>(DelegatorImpl.java:171)
> at
> org.ofbiz.entity.DelegatorFactory.getGenericDelegator(DelegatorFactory.java:40)
> at
> org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:172)
> at
> org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:190)
> at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:66)
> at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
> at org.ofbiz.base.start.Start.init(Start.java:97)
> at org.ofbiz.base.start.Start.main(Start.java:408)
>
>
> Do you have the same problem after an update ?
> Thanks for your feedback
>
> Eric
>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz doesn't start : Exception in thread "main" java.lang.IncompatibleClassChangeError

Eric DE MAULDE
OFBiz starts
Easy !!!
Thank you very much

Eric
----- Original Message -----
From: "Adrian Crum" <[hidden email]>
To: <[hidden email]>
Sent: Tuesday, August 18, 2009 6:07 PM
Subject: Re: OFBiz doesn't start : Exception in thread "main"
java.lang.IncompatibleClassChangeError


> Run ant clean, then ant build.
>
> -Adrian
>
> [hidden email] wrote:
>> Hi,
>>
>> I've updated my custom OFBiz from the trunk, version 805338
>> Now, I can't start OFBiz
>> I obtain this error into console.log :
>>
>> 2009-08-18 16:22:43,105 (main) [      DelegatorImpl.java:169:INFO ] Doing
>> entity
>> definition check...
>> Exception in thread "main" java.lang.IncompatibleClassChangeError
>> at
>> org.ofbiz.entity.model.ModelEntityChecker.checkEntities(ModelEntityChecker.java:43)
>> at org.ofbiz.entity.DelegatorImpl.<init>(DelegatorImpl.java:171)
>> at
>> org.ofbiz.entity.DelegatorFactory.getGenericDelegator(DelegatorFactory.java:40)
>> at
>> org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:172)
>> at
>> org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:190)
>> at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:66)
>> at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
>> at org.ofbiz.base.start.Start.init(Start.java:97)
>> at org.ofbiz.base.start.Start.main(Start.java:408)
>>
>>
>> Do you have the same problem after an update ?
>> Thanks for your feedback
>>
>> Eric
>>
>