You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Nowakowski, Mateusz" <Ma...@sabre-holdings.com> on 2009/05/13 17:46:32 UTC

ODE 1.3.2 issues

I've changed the subject because it was misleading.

I did a build and I see there is an issue with duplicated
Manifest-Versions.

What is more I have another question.

I saw that both bundles: war and JBI binding component rely on
openjpa-1.3.0-SNAPSHOT.jar. I don't know what are the reasons, but it
causes that the official stable ODE release is based on unstable
library. It may disqualify this release for production purposes.

-- 
Regards
Mateusz Nowakowski

-----Original Message-----
From: Nowakowski, Mateusz [mailto:Mateusz.Nowakowski@sabre-holdings.com]

Sent: Wednesday, May 13, 2009 12:29 PM
To: Karthick Sankarachary
Cc: dev@ode.apache.org
Subject: RE: [VOTE] ODE 1.3.2 release

I'll make a build today as fast as possible.

 

However, yesterday I put manually ode-agents jar into JBI bundle and it
started successfully, but I saw some strange logs on standard output 

 

2009-05-12 17:02:39 java.util.jar.Attributes read

WARNING: Duplicate name in Manifest: Manifest-Version.

Ensure that the manifest does not have duplicate entries, and

that blank lines separate individual sections in both your

manifest and in the META-INF/MANIFEST.MF entry in the jar file.

2009-05-12 17:02:40 java.util.jar.Attributes read

WARNING: Duplicate name in Manifest: Manifest-Version.

Ensure that the manifest does not have duplicate entries, and

that blank lines separate individual sections in both your

manifest and in the META-INF/MANIFEST.MF entry in the jar file.

 

It comes from ... ode-agents-1.3.2.jar manifest:

 

Manifest-Version: 1.0

Created-By: Buildr

Manifest-Version: 1.0

Premain-Class: org.apache.ode.agents.memory.SizingAgent

 

I'm getting scared, because it seems this version hasn't been even run
on JBI platform before release.

 

What is more I've got some strange logs during startup:

 

2009-05-12 17:02:39,248 [ProcessStoreImpl-1] INFO  openjpa.Query - This
query on type "class org.apache.ode.store.jpa.VersionTrackerDAOImpl"
must load the entire candidate class extent and evaluate the query
in-memory.  This may be very slow.  The query must be executed in memory
because OpenJPA is configured with IgnoreCache=false and
FlushBeforeQueries=false and there are dirty instances that may affect
the query's outcome in the cache.

 

for each process.

 

We have only in-memory processes; does it have any impact on these
processes?

ODE is deployed with EMBEDDED db.

 

-- 

Regards

Mateusz Nowakowski

________________________________

From: Karthick Sankarachary [mailto:sankarachary@intalio.com] 
Sent: Tuesday, May 12, 2009 7:30 PM
To: Nowakowski, Mateusz
Subject: Re: [VOTE] ODE 1.3.2 release

 

Please checkout revision 773992 and see whether the JBI package includes
the required agents module. If so, then that should resolve your issue.
If not, please get back to me at this email.

Best Regards,
Karthick Sankarachary



On Tue, May 12, 2009 at 8:34 AM, Nowakowski, Mateusz
<Ma...@sabre-holdings.com> wrote:

Hi,



I've tried JBI version of this release and I've got while startup:



Exception in thread "Timer-2" java.lang.NoClassDefFoundError:
org/apache/ode/agents/memory/SizingAgent

       at
org.apache.ode.bpel.engine.BpelProcess.sizeOf(BpelProcess.java:1046)

       at
org.apache.ode.bpel.engine.BpelEngineImpl.setProcessSize(BpelEngineImpl.
java:638)

       at
org.apache.ode.bpel.engine.BpelProcess$HydrationLatch.doHydrate(BpelProc
ess.java:881)

       at
org.apache.ode.bpel.engine.BpelProcess$HydrationLatch.access$100(BpelPro
cess.java:777)

       at
org.apache.ode.bpel.engine.BpelProcess$HydrationLatch$2.run(BpelProcess.
java:787)

       at
org.apache.ode.bpel.engine.NStateLatch.latch(NStateLatch.java:89)

       at
org.apache.ode.bpel.engine.BpelProcess.hydrate(BpelProcess.java:688)

       at
org.apache.ode.bpel.engine.BpelServerImpl.register(BpelServerImpl.java:3
14)

       at
org.apache.ode.jbi.OdeServiceUnit.start(OdeServiceUnit.java:104)

       at org.apache.ode.jbi.OdeSUManager.start(OdeSUManager.java:115)

       at
org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.start(ServiceUn
itLifeCycle.java:103)

       at
org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(Servi
ceAssemblyLifeCycle.java:154)

       at
org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentSe
rvice.java:390)

       at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateServiceA
ssembly(AutoDeploymentService.java:351)

       at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(
AutoDeploymentService.java:255)

       at
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirecto
ry(AutoDeploymentService.java:658)

       at
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(Aut
oDeploymentService.java:63)

       at
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(AutoDepl
oymentService.java:622)

       at java.util.TimerThread.mainLoop(Timer.java:512)

       at java.util.TimerThread.run(Timer.java:462)

Caused by: java.lang.ClassNotFoundException:
org.apache.ode.agents.memory.SizingAgent in classloader
org.apache.ode.agents.memory.SizingAgent

       at
org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiParen
tClassLoader.java:206)

       at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

       ... 20 more



It seems JBI version doesn't contain ode-agents-1.3.2.jar



--

Regards

Mateusz Nowakowski




-----Original Message-----
From: Tammo van Lessen [mailto:tvanlessen@gmail.com]
Sent: Thursday, April 30, 2009 5:03 PM
To: dev@ode.apache.org
Subject: Re: [VOTE] ODE 1.3.2 release



Matthieu Riou wrote:

>

> +1

>

> If we find another annoying bug we can roll out a quick bugfix release
but

> we've already delayed too much and I'm pretty convinced this release
will

> greatly benefit the majority of the community.

>



+1 (for both, release and comment :)



Cheers,

 Tammo



--

Tammo van Lessen - http://www.taval.de

 


Re: ODE 1.3.2 issues

Posted by Alex Boisvert <bo...@intalio.com>.
2009/5/13 Nowakowski, Mateusz <Ma...@sabre-holdings.com>

> I've changed the subject because it was misleading.
>
> I did a build and I see there is an issue with duplicated
> Manifest-Versions.


I think this may warrant an upgrade to Buildr 1.3.4 on the 1.X branch.


> What is more I have another question.
>
> I saw that both bundles: war and JBI binding component rely on
> openjpa-1.3.0-SNAPSHOT.jar. I don't know what are the reasons, but it
> causes that the official stable ODE release is based on unstable
> library. It may disqualify this release for production purposes.


SNAPSHOT doesn't necessarily imply unstable, although I can understand the
discomfort of running on something that's not officially blessed.   If
you're running Ode in production, I would suggest running on the Hibernate
DAOs at this time.

We can upgrade to an official OpenJPA version in the next release.

Can you file bugs for both of these issues?

alex