[JBoss JIRA] (JBIDE-25504) Support hot deploy for workspace dependencies for SpringBoot applications on OpenShift
by Jeff MAURY (JIRA)
Jeff MAURY created JBIDE-25504:
----------------------------------
Summary: Support hot deploy for workspace dependencies for SpringBoot applications on OpenShift
Key: JBIDE-25504
URL: https://issues.jboss.org/browse/JBIDE-25504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM2
Reporter: Jeff MAURY
Assignee: Andre Dietisheim
Fix For: 4.5.x
When a SpringBoot application is being deployed on OpenShift with the server adapter, we should support the following use case:
* the SpringBoot app has a dependency which is avalailable in the workspace
* when a modifiction is done on the dependency code, it should be synced to OpenShift by the server adapter
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25446) Windows/Mac slave gets disconnected during job execution
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25446?page=com.atlassian.jira.plugi... ]
Pavol Srna reassigned JBIDE-25446:
----------------------------------
Sprint: devex #142 December 2017
Assignee: Pavol Srna (was: Ondrej Dockal)
> Windows/Mac slave gets disconnected during job execution
> --------------------------------------------------------
>
> Key: JBIDE-25446
> URL: https://issues.jboss.org/browse/JBIDE-25446
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: qa
> Affects Versions: 4.5.2.AM2
> Reporter: Ondrej Dockal
> Assignee: Pavol Srna
> Priority: Blocker
> Labels: jenkins
> Fix For: 4.5.x
>
>
> During jenkins job execution slaves is disconnected with exception
> {code}
> 19:09:27 19:09:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Problem Occured"] is available....
> 19:09:32 FATAL: command execution failed
> 19:09:32 java.io.IOException: Backing channel 'Channel to /10.8.247.148' is disconnected.
> 19:09:32 at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:191)
> 19:09:32 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:256)
> 19:09:32 at com.sun.proxy.$Proxy68.isAlive(Unknown Source)
> 19:09:32 at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1043)
> 19:09:32 at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1035)
> 19:09:32 at hudson.Launcher$ProcStarter.join(Launcher.java:399)
> 19:09:32 at hudson.tasks.Maven.perform(Maven.java:367)
> 19:09:32 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> 19:09:32 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
> 19:09:32 at hudson.model.Build$BuildExecution.build(Build.java:205)
> 19:09:32 at hudson.model.Build$BuildExecution.doRun(Build.java:162)
> 19:09:32 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
> 19:09:32 at hudson.model.Run.execute(Run.java:1728)
> 19:09:32 at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
> 19:09:32 at hudson.model.ResourceController.execute(ResourceController.java:98)
> 19:09:32 at hudson.model.Executor.run(Executor.java:404)
> 19:09:32 Caused by: java.io.IOException: Connection aborted: org.jenkinsci.remoting.nio.NioChannelHub$MonoNioTransport@5af9151e[name=Channel to /10.8.247.148]
> 19:09:32 at org.jenkinsci.remoting.nio.NioChannelHub$NioTransport.abort(NioChannelHub.java:210)
> 19:09:32 at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:635)
> 19:09:32 at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
> 19:09:32 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 19:09:32 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 19:09:32 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 19:09:32 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 19:09:32 at java.lang.Thread.run(Thread.java:748)
> 19:09:32 Caused by: java.io.IOException: Connection reset by peer
> 19:09:32 at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
> 19:09:32 at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
> 19:09:32 at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
> 19:09:32 at sun.nio.ch.IOUtil.read(IOUtil.java:197)
> 19:09:32 at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
> 19:09:32 at org.jenkinsci.remoting.nio.FifoBuffer$Pointer.receive(FifoBuffer.java:142)
> 19:09:32 at org.jenkinsci.remoting.nio.FifoBuffer.receive(FifoBuffer.java:359)
> 19:09:32 at org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:564)
> 19:09:32 ... 6 more
> 19:09:32 Build step 'Invoke top-level Maven targets' marked build as failure
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25501) Installer tests doesn't work on Ubuntu with OpenJDK
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25501?page=com.atlassian.jira.plugi... ]
Lukáš Valach updated JBIDE-25501:
---------------------------------
Story Points: 8
> Installer tests doesn't work on Ubuntu with OpenJDK
> ---------------------------------------------------
>
> Key: JBIDE-25501
> URL: https://issues.jboss.org/browse/JBIDE-25501
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: qa
> Affects Versions: 4.5.2.AM3
> Reporter: Lukáš Valach
> Assignee: Lukáš Valach
> Fix For: 4.5.2.AM3
>
>
> Installer tests doesn't work on Ubuntu with OpenJDK.
> Log snippet:
> {code}
> ...
> [ubuntu1710] $ /qa/tools/opt/groovy-2.4.3/bin/groovy -DuseWhiteSpace /mnt/hudson_workspace/workspace/Devstudio_Installation/Devstudio_installation/devstudio_installation_standalone_11.matrix-lvalach/jdk/openjdk-1.8/label/ubuntu1710/devstudio-installer.test/src/main/groovy/prepareJBDSInstall.groovy https://devstudio.redhat.com/11/snapshots/builds/devstudio.product_master... /mnt/hudson_workspace/workspace/Devstudio_Installation/Devstudio_installation/devstudio_installation_standalone_11.matrix-lvalach/jdk/openjdk-1.8/label/ubuntu1710
> Installer not found on local machine
> Attempting to download
> [get] Getting: https://devstudio.redhat.com/11/snapshots/builds/devstudio.product_master...
> [get] To: /mnt/hudson_workspace/workspace/Devstudio_Installation/Devstudio_installation/devstudio_installation_standalone_11.matrix-lvalach/jdk/openjdk-1.8/label/ubuntu1710/devstudio-11.2.0.AM2-v20171212-1017-B1750-installer-standalone.jar
> [get] Exception in thread "Thread-1" java.lang.InternalError
> [get] at sun.security.ec.SunEC.initialize(Native Method)
> [get] at sun.security.ec.SunEC.access$000(SunEC.java:49)
> [get] at sun.security.ec.SunEC$1.run(SunEC.java:61)
> [get] at sun.security.ec.SunEC$1.run(SunEC.java:58)
> [get] at java.security.AccessController.doPrivileged(Native Method)
> [get] at sun.security.ec.SunEC.<clinit>(SunEC.java:58)
> [get] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> [get] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> [get] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> [get] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> [get] at java.lang.Class.newInstance(Class.java:442)
> [get] at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:221)
> [get] at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
> [get] at java.security.AccessController.doPrivileged(Native Method)
> [get] at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
> [get] at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
> [get] at sun.security.jca.ProviderList.getProvider(ProviderList.java:233)
> [get] at sun.security.jca.ProviderList.getService(ProviderList.java:331)
> [get] at sun.security.jca.GetInstance.getInstance(GetInstance.java:157)
> [get] at javax.net.ssl.SSLContext.getInstance(SSLContext.java:156)
> [get] at javax.net.ssl.SSLContext.getDefault(SSLContext.java:96)
> [get] at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:122)
> [get] at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:332)
> [get] at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:289)
> [get] at sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:85)
> [get] at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62)
> [get] at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57)
> [get] at java.net.URL.openConnection(URL.java:979)
> [get] at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:680)
> [get] at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:626)
> [get] at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:616)
> {code}
> ...then the installer archive isn't downloaded.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months