[
https://issues.jboss.org/browse/JBIDE-12301?page=com.atlassian.jira.plugi...
]
Stefan Bunciak updated JBIDE-12301:
-----------------------------------
Fix Version/s: 4.0.0.Alpha2
(was: 4.0.0.Alpha1)
OpenShift server adapter fails to publish recreated project
-----------------------------------------------------------
Key: JBIDE-12301
URL:
https://issues.jboss.org/browse/JBIDE-12301
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Final
Reporter: Stefan Bunciak
Assignee: Andre Dietisheim
Priority: Critical
Fix For: 3.3.x, 4.0.0.Alpha2
Error log:
{code}
An exception occurred during push on URI
ssh://c7a8ce9bdf024b76ae7b6f78ac7aa0e2@springmvc-rhdomain.rhcloud.com/~/git/springmvc.git/:
An internal Exception occurred during push:
ssh://c7a8ce9bdf024b76ae7b6f78ac7aa0e2@springmvc-rhdomain.rhcloud.com/~/git/springmvc.git/:
Missing tree de7df63a451e9d9c83ca2d2d926e9879063dc1ac
{code}
Stack trace:
{code}
org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of
push command
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:156)
at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:194)
at org.jboss.tools.openshift.egit.core.EGitUtils.push(EGitUtils.java:429)
at org.jboss.tools.openshift.egit.core.EGitUtils.push(EGitUtils.java:412)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.commitAndPushProject(ExpressPublishMethod.java:220)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.publishFinish(ExpressPublishMethod.java:80)
at
org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishFinish(DeployableServerBehavior.java:94)
at
org.jboss.ide.eclipse.as.core.server.internal.DelegatingServerBehavior.publishFinish(DelegatingServerBehavior.java:147)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:974)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviour.publish(ExpressBehaviour.java:27)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviour.publish(ExpressBehaviour.java:34)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3087)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException:
ssh://c7a8ce9bdf024b76ae7b6f78ac7aa0e2@springmvc-rhdomain.rhcloud.com/~/git/springmvc.git/:
Missing tree de7df63a451e9d9c83ca2d2d926e9879063dc1ac
at
org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:186)
at
org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:126)
at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:141)
at org.eclipse.jgit.transport.Transport.push(Transport.java:1120)
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:152)
... 14 more
Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing tree
de7df63a451e9d9c83ca2d2d926e9879063dc1ac
at org.eclipse.jgit.storage.file.WindowCursor.open(WindowCursor.java:126)
at org.eclipse.jgit.revwalk.ObjectWalk.newTreeVisit(ObjectWalk.java:726)
at org.eclipse.jgit.revwalk.ObjectWalk.nextObject(ObjectWalk.java:378)
at org.eclipse.jgit.storage.pack.PackWriter.findObjectsToPack(PackWriter.java:1706)
at org.eclipse.jgit.storage.pack.PackWriter.preparePack(PackWriter.java:707)
at org.eclipse.jgit.storage.pack.PackWriter.preparePack(PackWriter.java:670)
at
org.eclipse.jgit.transport.BasePackPushConnection.writePack(BasePackPushConnection.java:265)
at
org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:168)
... 18 more
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira