Simon, The error you are seeing is because Felix didn't shutdown properly after a previous test, so the next test fails to start a new Felix runtime. I am not sure why it didn't shutdown, because Felix is shutdown explicitly in test.tearDown for every test (and Tuscany should have shutdown Felix before that). I will see what I can do to at least avoid the test hanging if startup or shutdown fail.
Thank you... Regards, Rajini On 10/18/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 10/18/07, Rajini Sivaram <[EMAIL PROTECTED]> wrote: > > > > Sebastien, > > > > I have been trying to recreate the problem with the latest build, but I > > couldn't. I will take a look through the code and see if I can figure > out > > what went wrong. > > > > > > Thank you... > > > > Regards, > > > > Rajini > > > > > > On 10/17/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > > > > I think that this is the random build error that I've seen multiple > > > times. Recently I was not getting it anymore, and was not able to > > > produce the complete log that Rajini was asking for... Here it is > > > finally, from the continuum build machine :) > > > > > > Continuum VMBuild Server wrote: > > > > Online report : > > > > > > > > > > http://vmbuild.apache.org/continuum/buildResult.action?buildId=14073&projectId=277 > > > > > > > > > > > -- > > > Jean-Sebastien > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > Hi Rajini > > I'm also seeing OSGI erros again on my local build. In the OSGi > implementation itest. Not the same as the Continuum failure though... > > Started OSGiConversationServiceActivator > -> Started OSGiConversationClientActivator > Started OSGiConversationServiceActivator > ERROR: org.apache.felix.framework.cache.BundleCache: Error creating > archive. > (ja > va.io.FileNotFoundException: > C:\simon\tuscany\java-head\sca\itest\osgi-implement > ation\.felix\bundle1\version0.0\revision.location (The system cannot find > the fi > le specified.)) > java.io.FileNotFoundException: > C:\simon\tuscany\java-head\sca\itest\osgi-impleme > ntation\.felix\bundle1\version0.0\revision.location (The system cannot > find > the > file specified.) > at java.io.FileInputStream.<init>(FileInputStream.java:135) > at org.apache.felix.framework.util.SecureAction.getFileInputStream > (Secur > eAction.java:338) > at > org.apache.felix.framework.cache.BundleArchive.getRevisionLocation(Bu > ndleArchive.java:775) > at org.apache.felix.framework.cache.BundleArchive.<init>( > BundleArchive.j > ava:201) > at org.apache.felix.framework.cache.BundleCache.initialize( > BundleCache.j > ava:332) > at org.apache.felix.framework.cache.BundleCache.<init>( > BundleCache.java: > 95) > at org.apache.felix.framework.Felix.start (Felix.java:582) > at org.apache.tuscany.sca.osgi.runtime.FelixRuntime.startRuntime > (FelixRu > ntime.java:101) > at org.apache.tuscany.sca.osgi.runtime.FelixRuntime.getInstance > (FelixRun > time.java:45) > > I locks up after these errors also. Looks like something is hanging and > holding the files locked so I'll try killing a few processes and see if I > can get past it. > > Regards > > Simon >
