Can you do some tests?

1- Remove your database
2- start continuum and configure it
3- add all your projects
4- wait the checkout of files (without browsing continuum web interface, so 
logs will be clean)
5- Send me logs

What is the OS that host Continuum?

Emmanuel

Thibaut Cazenave a écrit :
Yes sorry,

I've got to come back to work to check these points.

This file on which continuum blocked is not that big : 23533 o on my CVS
repository
There are bigger files on my project.
When checkouted on Windows, this file sizes 20 ko.

I've got 1596 files and 2876 folders in my project.
And more than 60000 lines of code.

If you need more info, just ask.

Thx

Tibo


2006/4/26, Emmanuel Venisse <[EMAIL PROTECTED]>:

Thibaut,

Can you answer to my questions?

Emmanuel

Thibaut Cazenave a écrit :

Emmanuel Venisse :
Is it a big file?
How many files do you have in your project?

The best place for continuum question is the continuum mailing list,

thanks.

Emmanuel

Thibaut CAZENAVE a écrit :


Hi,

I just install Continuum 1.0.3. I've got a serious problem when I add my
Maven2 Project.

My Maven project is composed of 7 modules.
When I add the parent Project, Continuum checkouts the all 7 modules in
/build-directory/6/     --> this works well
Then Continuum checkouts the first child        in /build-directory/7/

-->

this works well
Then Continuum checkouts the second child in /build-directory/8/ -->

this

failed

Continuum stays blocked when checkouting one file.
Then nothing happens. It is impossible to build one of the modules

because

the checkout of second child is pending...

What is strange is that it is always on the same file.
I start from scratch a few time and it always do the same thing on the
same file : PlayerCommonHelper.java
I look on CVS and I don't find anythinf special on this file (same

owner,

same rights, etc)

When I look on build-directory/8/ for this module which checkout seems

to

fail, I notice that the module is well checkouted and that every file is
here (even PlayerCommonHelper.java)

If during the checkout, I try to do navigate in continuum website, I got
many exceptions.

Here is the log :
If someone is interested for the complete log, please ask.

Thanks for your help.

374969 [Thread-22] DEBUG org.apache.maven.scm.manager.ScmManager  - U

8/src/main/java/com/edfgdf/a16/application/impl/disws/common/scort/PlayerCommonHelper.java
637645 [SocketListener0-4] ERROR
org.codehaus.plexus.summit.renderer.Renderer:velocity  - Error rendering
template:
EOFException(java.net.SocketException: Broken pipe)
      at
org.mortbay.http.BufferedOutputStream.flush(BufferedOutputStream.java

:195)

      at
org.mortbay.http.ChunkingOutputStream.flush(ChunkingOutputStream.java

:67)

      at
org.mortbay.util.ByteBufferOutputStream.ensureSpareCapacity(

ByteBufferOutputStream.java:342)

      at
org.mortbay.util.ByteBufferOutputStream.write(

ByteBufferOutputStream.java:182)

      at
org.mortbay.http.BufferedOutputStream.write(BufferedOutputStream.java

:141)

      at
org.mortbay.http.HttpOutputStream.write(HttpOutputStream.java:442)
      at org.mortbay.jetty.servlet.ServletOut.write(ServletOut.java

:42)

      at
sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
      at
sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:395)
      at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136)
      at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146)
      at java.io.OutputStreamWriter.write(OutputStreamWriter.java:204)
      at java.io.Writer.write(Writer.java:126)
      at
org.apache.velocity.runtime.parser.node.ASTReference.render(

ASTReference.java:291)

      at
org.apache.velocity.runtime.parser.node.SimpleNode.render(

SimpleNode.java:230)

      at org.apache.velocity.Template.merge(Template.java:256)
      at
org.codehaus.plexus.summit.renderer.VelocityRenderer.render(

VelocityRenderer.java:70)

      at
org.codehaus.plexus.summit.display.ClassicBufferedDisplay.render(

ClassicBufferedDisplay.java:98)

      at
org.codehaus.plexus.summit.pipeline.valve.DisplayValve.invoke(

DisplayValve.java:48)

      at
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(

AbstractPipeline.java:70)

      at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
      at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
      at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(

WebApplicationHandler.java:294)

      at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
      at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
      at
org.mortbay.jetty.servlet.WebApplicationContext.handle(

WebApplicationContext.java:525)

      at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
      at org.mortbay.http.HttpServer.service(HttpServer.java:879)
      at
org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
      at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java

:806)

      at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java

:218)

      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java

:331)

      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java

:520)

641202 [SocketListener0-3] INFO  org.codehaus.plexus.action.Action:login-
Trying to log in 'THC'.
689957 [SocketListener0-3] WARN  JPOX.RDBMS.SQL  - Object with id "0"

not

found !
689960 [SocketListener0-3] ERROR
org.apache.maven.continuum.web.tool.FormicaTool  - Error while

evaluation

OGNL expression 'getSchedule(#id)'.
ognl.MethodFailedException: Method "getSchedule" failed for object
[EMAIL PROTECTED]
[org.apache.maven.continuum.ContinuumException: No such object.]
      at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:796)
      at
ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61)
      at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819)
      at ognl.ASTMethod.getValueBody(ASTMethod.java:75)
      at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
      at ognl.SimpleNode.getValue(SimpleNode.java:210)
      at ognl.Ognl.getValue(Ognl.java:333)
      at ognl.Ognl.getValue(Ognl.java:378)
      at ognl.Ognl.getValue(Ognl.java:357)
      at
org.apache.maven.continuum.web.tool.FormicaTool.getValue(

FormicaTool.java:216)

      at
org.apache.maven.continuum.web.tool.FormicaTool.getItem(FormicaTool.java

:191)

      at


org.apache.maven.continuum.web.pipeline.valve.FormicaValve.populateViewContext
(FormicaValve.java:110)

      at
org.codehaus.plexus.summit.pipeline.valve.CreateViewContextValve.invoke(

CreateViewContextValve.java:50)

      at
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(

AbstractPipeline.java:70)

      at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
      at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
      at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(

WebApplicationHandler.java:294)

      at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
      at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
      at
org.mortbay.jetty.servlet.WebApplicationContext.handle(

WebApplicationContext.java:525)

      at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
      at org.mortbay.http.HttpServer.service(HttpServer.java:879)
      at
org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
      at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java

:806)

      at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java

:218)

      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java

:331)

      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java

:520)

/-- Encapsulated exception ------------\
org.apache.maven.continuum.ContinuumException: No such object.
      at
org.apache.maven.continuum.DefaultContinuum.logAndCreateException(

DefaultContinuum.java:2109)

      at
org.apache.maven.continuum.DefaultContinuum.getSchedule(

DefaultContinuum.java:1301)

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at
sun.reflect.NativeMethodAccessorImpl.invoke(

NativeMethodAccessorImpl.java:39)

      at
sun.reflect.DelegatingMethodAccessorImpl.invoke(

DelegatingMethodAccessorImpl.java:25)

      at java.lang.reflect.Method.invoke(Method.java:324)
      at ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:491)
      at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:785)
      at
ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61)
      at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819)
      at ognl.ASTMethod.getValueBody(ASTMethod.java:75)
      at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170)
      at ognl.SimpleNode.getValue(SimpleNode.java:210)
      at ognl.Ognl.getValue(Ognl.java:333)
      at ognl.Ognl.getValue(Ognl.java:378)
      at ognl.Ognl.getValue(Ognl.java:357)
      at
org.apache.maven.continuum.web.tool.FormicaTool.getValue(

FormicaTool.java:216)

      at
org.apache.maven.continuum.web.tool.FormicaTool.getItem(FormicaTool.java

:191)

      at


org.apache.maven.continuum.web.pipeline.valve.FormicaValve.populateViewContext
(FormicaValve.java:110)

      at
org.codehaus.plexus.summit.pipeline.valve.CreateViewContextValve.invoke(

CreateViewContextValve.java:50)

      at
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(

AbstractPipeline.java:70)

      at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
      at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
      at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(

WebApplicationHandler.java:294)

      at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
      at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
      at
org.mortbay.jetty.servlet.WebApplicationContext.handle(

WebApplicationContext.java:525)

      at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
      at org.mortbay.http.HttpServer.service(HttpServer.java:879)
      at
org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
      at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java

:806)

      at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java

:218)

      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java

:331)

      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java

:520)

Caused by:
org.apache.maven.continuum.store.ContinuumObjectNotFoundException: Could
not find object. Type 'org.apache.maven.continuum.model.project.Schedule

'.

Id: '0'.
      at
org.apache.maven.continuum.store.JdoContinuumStore.getObjectById(

JdoContinuumStore.java:579)

      at
org.apache.maven.continuum.store.JdoContinuumStore.getObjectById(

JdoContinuumStore.java:567)

      at
org.apache.maven.continuum.store.JdoContinuumStore.getSchedule(

JdoContinuumStore.java:958)

      at
org.apache.maven.continuum.DefaultContinuum.getSchedule(

DefaultContinuum.java:1297)

      ... 35 more
\--------------------------------------/
690005 [SocketListener0-3] WARN
org.codehaus.plexus.velocity.VelocityComponent  -
org.apache.velocity.runtime.exception.ReferenceException: reference :
template = screens/Error.vm [line 10,column 8] : $stackTrace is not a
valid reference.
770995 [SocketListener0-3] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator  -
Unactivating schedule DEFAULT_SCHEDULE
770996 [SocketListener0-3] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator  - Stopping
active schedule "DEFAULT_SCHEDULE".
770996 [SocketListener0-3] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator  -

Activating

schedule DEFAULT_SCHEDULE
771000 [SocketListener0-3] INFO
org.apache.maven.continuum.build.settings.SchedulesActivator  - Mon May

01

00:00:00 MEST 2006
774082 [SocketListener0-3] ERROR
org.codehaus.plexus.summit.renderer.Renderer:velocity  - Error rendering
template:
EOFException(java.net.SocketException: Broken pipe)
      at
org.mortbay.http.BufferedOutputStream.flush(BufferedOutputStream.java

:195)

      at
org.mortbay.http.ChunkingOutputStream.flush(ChunkingOutputStream.java

:67)

      at
org.mortbay.util.ByteBufferOutputStream.ensureSpareCapacity(

ByteBufferOutputStream.java:342)

      at
org.mortbay.util.ByteBufferOutputStream.write(

ByteBufferOutputStream.java:182)

      at
org.mortbay.http.BufferedOutputStream.write(BufferedOutputStream.java

:141)

      at
org.mortbay.http.HttpOutputStream.write(HttpOutputStream.java:442)
      at org.mortbay.jetty.servlet.ServletOut.write(ServletOut.java

:42)

      at
sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
      at
sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:395)
      at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136)
      at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146)
      at java.io.OutputStreamWriter.write(OutputStreamWriter.java:204)
      at java.io.Writer.write(Writer.java:126)
      at
org.apache.velocity.runtime.parser.node.ASTReference.render(

ASTReference.java:291)

      at
org.apache.velocity.runtime.parser.node.SimpleNode.render(

SimpleNode.java:230)

      at org.apache.velocity.Template.merge(Template.java:256)
      at
org.codehaus.plexus.summit.renderer.VelocityRenderer.render(

VelocityRenderer.java:70)

      at
org.codehaus.plexus.summit.display.ClassicBufferedDisplay.render(

ClassicBufferedDisplay.java:98)

      at
org.codehaus.plexus.summit.pipeline.valve.DisplayValve.invoke(

DisplayValve.java:48)

      at
org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(

AbstractPipeline.java:70)

      at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
      at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
      at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(

WebApplicationHandler.java:294)

      at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
      at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
      at
org.mortbay.jetty.servlet.WebApplicationContext.handle(

WebApplicationContext.java:525)

      at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
      at org.mortbay.http.HttpServer.service(HttpServer.java:879)
      at
org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
      at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
      at org.mortbay.http.HttpConnection.handle(HttpConnection.java

:806)

      at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java

:218)

      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java

:331)

      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java

:520)


Cdt,

Thibaut Cazenave








Reply via email to