]
Marián Labuda commented on JBIDE-23487:
---------------------------------------
So far I have not experience such kind of issue. At least not on staged AM3 build. I will
update this issue once I will perform full regression test run on final build.
Server adapter: Publishing fails when server adapter is created out
of eap app running on openshift (in cdk)
------------------------------------------------------------------------------------------------------------
Key: JBIDE-23487
URL:
https://issues.jboss.org/browse/JBIDE-23487
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.2.Final
Reporter: Martin Malina
Labels: openshift_v3, rsync, server_adapter
Fix For: 4.4.2.Final
While testing Rob's jolokia stuff from JBIDE-23429 I did this:
1. Start CDK (2.3.cr1)
2. Create eap64-basic-s2i app
3. Wait till the app is built and the pod is running
4. Right-click the eap-app in OpenShift explorer and create a server adapter
5. Now the server adapter is publishing and this will fail:
{code}
Could not sync
/Users/rasp/jbossqa/JBDS/10.0.0/workspace-neon-1a/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample-project@eap-app/deploy
to all pods running the service eap-app
Syncing com.openshift.restclient.capability.resources.IRSyncable$LocalPeer@41249d31 to
com.openshift.restclient.capability.resources.IRSyncable$PodPeer@27c8ba3a failed: Unable
to connect to the server: net/http: TLS handshake timeout
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.2]
error: exit status 12
{code}
This is on macOS Sierra with JBoss Tools from master with Rob's patches, but he says
his patches have nothing to do with publishing. I may try out a normal build of devstudio
or JBT later.