Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null pointer exception when using Test again Dev or building manually #5

Closed
ghost opened this issue Jan 11, 2016 · 0 comments
Closed
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Jan 11, 2016

Here is an example, it started happening when building manually for your Scanbiz ticket. Weird, mine ran manually and passed this morning:

java.lang.NullPointerException
    at org.eclipse.jgit.internal.storage.file.UnpackedObjectCache$Table.index(UnpackedObjectCache.java:146)
    at org.eclipse.jgit.internal.storage.file.UnpackedObjectCache$Table.contains(UnpackedObjectCache.java:109)
    at org.eclipse.jgit.internal.storage.file.UnpackedObjectCache.isUnpacked(UnpackedObjectCache.java:64)
    at org.eclipse.jgit.internal.storage.file.ObjectDirectory.openObject(ObjectDirectory.java:373)
    at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:145)
    at org.eclipse.jgit.treewalk.CanonicalTreeParser.reset(CanonicalTreeParser.java:202)
    at org.jenkinsci.plugins.sma.SMAGit.getTree(SMAGit.java:372)
    at org.jenkinsci.plugins.sma.SMAGit.getDiffs(SMAGit.java:354)
    at org.jenkinsci.plugins.sma.SMAGit.<init>(SMAGit.java:76)
    at org.jenkinsci.plugins.sma.SMARunner.<init>(SMARunner.java:89)
    at org.jenkinsci.plugins.sma.SMABuilder.perform(SMABuilder.java:65)
    at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
    at hudson.model.Build$BuildExecution.build(Build.java:205)
    at hudson.model.Build$BuildExecution.doRun(Build.java:162)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
    at hudson.model.Run.execute(Run.java:1738)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:410)

Build step 'Salesforce Migration Assistant' marked build as failure
Finished: FAILURE
@aesanch2 aesanch2 added the bug label Jan 12, 2016
@aesanch2 aesanch2 self-assigned this Jan 12, 2016
aesanch2 added a commit that referenced this issue Jul 27, 2016
Would prevent deployments to production environments that didn't have any apex components when a TestLevel was set. Resolves #5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant