Chanda, I don't use the CC plugin, but it looks like the call it's doing to try and create your local view is failing on the view storage directory path format. In your log, it looks like there's "null" that's getting put in, where a UNC-style path likely should be. I assume you're already familiar with CC and view storage directory requirements.
Scott On Tue, Apr 22, 2014 at 8:19 AM, Chanda Norton <[email protected]>wrote: > I receive this error. > > Started by user anonymous <http://localhost:8080/user/null> > Building remotely on Slave <http://localhost:8080/computer/Slave> in > workspace c:\jenkins\workspace\test2 > [_lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws] $ cleartool > lsview -cview -s > [INFO] computeChangeLogBeforeCheckout = false > [INFO] computeChangeLogAfterCheckout = true > [test2] $ cleartool lsview Niyah.vws > cleartool: Error: No matching entries found for view tag "Niyah.vws". > > FATAL: Base ClearCase failed. exit code=1 > [test2] $ cleartool mkview -snapshot -tag Niyah.vws -vws null\Niyah.vws.vws > _lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws > cleartool: Error: storage directory must be in UNC style (e.g. > \\host\share\...) > > FATAL: Base ClearCase failed. exit code=1java.io.IOException > <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: > cleartool did not return the expected exit code. Command line="mkview > -snapshot -tag Niyah.vws -vws null\Niyah.vws.vws > _lexdev2_ClearCase_Stg_VIEW_TSGDEV_cnorton_niyah_view.vws", actual exit code=1 > > > I have been trying to get this work for months...using Base Clear Case > plugin.. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
