Well, if your using streams, then this view is fixed by the stream. We have 
just started using streams and that same Where command is also in my builds. 
Tis looks like a Perforce thing. I would look into changelist 176787

From: [email protected] 
[mailto:[email protected]] On Behalf Of Peter Soncek
Sent: Thursday, September 12, 2013 4:57 PM
To: [email protected]
Subject: Re: java.lang.IllegalStateException: No match found - Perforce


Below is my view (I renamed a few things for privacy).  My workspace is mapped 
to a virtual stream, which has all the mappings in it.  In the virtual stream, 
I import from other depot streams as well.



//Solver/v7.4.x/... //jenkins_ws_v7.4.x/...

//Solver/v7.4.x/resrc/... //jenkins_ws_v7.4.x/resrc/...

//Solver/v7.4.x/source/... //jenkins_ws_v7.4.x/C:/v7.4.0/s/v740/...

//Solver/v7.4.x/source/dir/src/main1.f 
//jenkins_ws_v7.4.x/C:/v7.4.0/s/v740/dir/src/main1.f

//Solver/v7.4.x/restart_preprocessor/... 
//jenkins_ws_v7.4.x/C:/v7.4.0/s/restart_preprocessor/...

//Solver/v7.4.x/+resrc/... 
//jenkins_ws_v7.4.x/C:/v7.4.0/AutoBuild/dir/cc/resrc/...

//Solver/v7.4.x/usrfiles/... 
//jenkins_ws_v7.4.x/Y:/inst_latest/v7.4.0/usrfiles/...

//Solver/v7.4.x/gtadmin-build/nag_win32/... 
//jenkins_ws_v7.4.x/S:/build/v740/nag_win32/...

//Solver/v7.4.x/gtadmin-build/nag_win32_dp/... 
//jenkins_ws_v7.4.x/S:/build/v740/nag_win32_dp/...

//Solver/v7.4.x/simulink/... //jenkins_ws_v7.4.x/C:/v7.4.0/s/v74/Simulink/...

//Solver/v7.4.x/simulink/RealTime/... 
//jenkins_ws_v7.4.x/C:/v7.4.0/s/v740rt/RealTime/...

//GUI/v7.4.x/AutoBuild/dir/... //jenkins_ws_v7.4.x/C:/v7.4.0/AutoBuild/dir/...

//GUI/v7.4.x/GTISoft/resrc/... 
//jenkins_ws_v7.4.x/C:/v7.4.0/AutoBuild/dir/deploy/v7.4.0/resrc/...

//GUI/v7.4.x/lib/... //jenkins_ws_v7.4.x/C:/v7.4.0/s/gui/lib/...

//GUI/v7.4.x/make/... //jenkins_ws_v7.4.x/C:/v7.4.0/s/gui/make/...

//GUI/v7.4.x/tools/... //jenkins_ws_v7.4.x/C:/v7.4.0/s/gui/tools/...

//GUI/v7.4.x/clib/... //jenkins_ws_v7.4.x/C:/v7.4.0/s/gui/clib/...

-//Solver/...source/link2010/... //jenkins_ws_v7.4.x/...source/link2010/...

On Thursday, September 12, 2013 3:28:06 PM UTC-5, rginga wrote:
This looks suspicious. What is your view definition look like:

P4 -G where //...

From: [email protected]<javascript:> 
[mailto:[email protected]<javascript:>] On Behalf Of Peter Soncek
Sent: Thursday, September 12, 2013 4:21 PM
To: [email protected]<javascript:>
Subject: java.lang.IllegalStateException: No match found - Perforce

I am new to Jenkins and have been building projects fine for the past week.  
However, this just started today in the very beginning where Jenkins is 
querying Perforce for changes.  I am using the Perforce Plugin for this.  I get 
an exception and the build crashes.  See the exception below and let me know if 
there is anything I can do.



Building in workspace C:\Program Files (x86)\Jenkins\workspace\gtsuite750

Using master perforce client: gtsuite_jenkins_v7.4.x

[gtsuite750] $ P4 workspace -o gtsuite_jenkins_v7.4.x

'Don't update client' is set. Not saving the client changes.

Last build changeset: 176777

[gtsuite750] $ P4 changes -s submitted -m 1 //gtsuite_jenkins_v7.4.x/...

[gtsuite750] $ P4 -s changes -s submitted 
//gtsuite_jenkins_v7.4.x/...@176778,@176802<mailto://gtsuite_jenkins_v7.4.x/...@176778,@176802>

[gtsuite750] $ P4 describe -s 176802

[gtsuite750] $ P4 -G where //...

[gtsuite750] $ P4 describe -s 176801

[gtsuite750] $ P4 describe -s 176800

[gtsuite750] $ P4 describe -s 176799

[gtsuite750] $ P4 describe -s 176797

[gtsuite750] $ P4 describe -s 176790

[gtsuite750] $ P4 describe -s 176788

[gtsuite750] $ P4 describe -s 176787

FATAL: No match found

java.lang.IllegalStateException<http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalStateException>:
 No match found

        at java.util.regex.Matcher.group(Unknown Source)

        at 
hudson.plugins.perforce.PerforceSCMHelper.doMapping(PerforceSCMHelper.java:240)

        at 
hudson.plugins.perforce.PerforceSCMHelper.mapToWorkspace(PerforceSCMHelper.java:189)

        at 
com.tek42.perforce.parse.Changes.getWorkspacePathForFile(Changes.java:98)

        at 
com.tek42.perforce.parse.Changes.calculateWorkspacePaths(Changes.java:92)

        at com.tek42.perforce.parse.Changes.getChangelist(Changes.java:74)

        at 
com.tek42.perforce.parse.Changes.getChangelistsFromNumbers(Changes.java:433)

        at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:947)

        at hudson.model.AbstractProject.checkout(AbstractProject.java:1408)

        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676)

        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)

        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581)

        at hudson.model.Run.execute(Run.java:1603)

        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)

        at hudson.model.ResourceController.execute(ResourceController.java:88)

        at hudson.model.Executor.run(Executor.java:247)
--
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]<javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.
--
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]<mailto:[email protected]>.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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/groups/opt_out.

Reply via email to