Comments

  • 1-3 of 3
  • Ade B
    posted January 14, 2010 in Go > General Discussion

    Hi

    I'm using cruise 1.3.2 and when I try to invoke a cruise pipeline using curl

    e.g.

    curl -u <user>:<pwd> <cruise server>:8153/cruise/run/test

    where "test" is the name of the pipeline.

    I get the following response.

    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
    <title>Error 404 NOT_FOUND</title>
    </head>
    <body><h2>HTTP ERROR 404</h2>
    <p>Problem accessing /cruise/admin/force. Reason:
    <pre>    NOT_FOUND</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>                        

    Any ideas?

    Thanks

    Ade

  • Ade B
    posted June 25, 2009 in Go > General Discussion

    I have a follow up question.

    The second stage in my pipeline runs batch file that lauches ANT that executes some Twist tests. When the twist tests are executed against Internet Explorer (v7) browser, the tests don't start as the browser gives a 404 erroras follows:

    Apache Tomcat/5.5 - Error report

    message /selenium-server/core/RemoteRunner.html

    description The requested resource (/selenium-server/core/RemoteRunner.html) is not available.

    However, if I run the batch file from a command window passing in the same arguments as Cruise does and running it from the same working directory (as specified in the cruise config file), then it works perfectly. So something in the Cruise environment (or something I haven't set up) is preventing me from running twist tests in Internet Explorer.

    Note: Everything works fine in Cruise when firefox is the browser used by Twist.

    Any help would be appreciated.

    Thanks

    Ade

  • Ade B
    posted June 17, 2009 in Go > General Discussion

    Actually, I am guessing I have to kill off the process I spawned to start JBoss? to allow the Cruise stage to complete?

    Is the second issue something to do with the error code returned from ANT (being 0 and not 1)?

    Ade