[
https://issues.jboss.org/browse/JBIDE-12430?page=com.atlassian.jira.plugi...
]
Stefan Bunciak updated JBIDE-12430:
-----------------------------------
Steps to Reproduce:
* ASSERT: Have an OpenShift account
* EXEC: Create new application on OpenShift and import it to workspace (via OpenShift
Explorer)
* EXEC: Add new file to the project (e.g. NewFile.html)
* EXEC: Open context menu of the project and select Team -> Commit and Push, finish the
wizard
* RESULT: Exception popped up but the the push was finished imho.
was:
* ASSERT:
* EXEC: Create new application on OpenShift and import it to workspace
* EXEC: Add new file to the project (e.g. NewFile.html)
* EXEC: Open context menu of the project and select Team -> Commit and Push, finish the
wizard
* RESULT: Exception popped up but the the push was finished imho.
Read timed out after push to OpenShift
--------------------------------------
Key: JBIDE-12430
URL:
https://issues.jboss.org/browse/JBIDE-12430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.1
Reporter: Stefan Bunciak
Assignee: Andre Dietisheim
Fix For: 3.3.2
Exception is popped:
{code}
An exception occurred during push on URI
ssh://d992f21e80904bcfa75e9d9cc4104f63@jbossapp-reddeer.rhcloud.com/~/git/jbossapp.git/:
An internal Exception occurred during push:
ssh://d992f21e80904bcfa75e9d9cc4104f63@jbossapp-reddeer.rhcloud.com/~/git/jbossapp.git/:
Read timed out
{code}
{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.eclipse.egit.ui.internal.push.PushWizard$PushJob.run(PushWizard.java:295)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException:
ssh://d992f21e80904bcfa75e9d9cc4104f63@jbossapp-reddeer.rhcloud.com/~/git/jbossapp.git/:
Read timed out
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)
... 3 more
Caused by: java.io.InterruptedIOException: Read timed out
at
org.eclipse.jgit.util.io.TimeoutInputStream.readTimedOut(TimeoutInputStream.java:140)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:113)
at org.eclipse.jgit.util.IO.readFully(IO.java:223)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
at
org.eclipse.jgit.transport.SideBandInputStream.needDataPacket(SideBandInputStream.java:154)
at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:125)
at
org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:178)
... 7 more
{code}
OpenShift Server states "Repository already uptodate." after trying to
republish and changes are pushed to PaaS since I'm able to reach new files included in
the commit&push.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira