[JBoss JIRA] (JBIDE-21788) Jenkins: builds for master and jbosstools-4.3.x are failing for openshift
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21788?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21788:
-------------------------------------
Labels: build jenkins (was: )
> Jenkins: builds for master and jbosstools-4.3.x are failing for openshift
> -------------------------------------------------------------------------
>
> Key: JBIDE-21788
> URL: https://issues.jboss.org/browse/JBIDE-21788
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1, 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Nick Boldt
> Labels: build, jenkins
>
> Both jenkins builds for [jbosstools-4.3.x|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbo...] and [master|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-op...] are currently failing for openshift. I cant reproduce it locally, the error looks like some configuration error
> {code}
> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (deploy-snapshot-build) on project openshift.site: Misconfigured argument (8), value is null. Set the argument to an empty value if this is the required behaviour. -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (deploy-snapshot-build) on project openshift.site: Misconfigured argument (8), value is null. Set the argument to an empty value if this is the required behaviour.
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Misconfigured argument (8), value is null. Set the argument to an empty value if this is the required behaviour.
> at org.codehaus.mojo.exec.ExecMojo.handleArguments(ExecMojo.java:490)
> at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:250)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> ... 19 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21788) Jenkins: builds for master and jbosstools-4.3.x are failing for openshift
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-21788:
----------------------------------------
Summary: Jenkins: builds for master and jbosstools-4.3.x are failing for openshift
Key: JBIDE-21788
URL: https://issues.jboss.org/browse/JBIDE-21788
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1, 4.4.0.Alpha1
Reporter: Andre Dietisheim
Both jenkins builds for [master|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-op...] and [jbosstools|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstool...] are currently failing for openshift. I cant reproduce it locally, the error looks like some configuration error
{code}
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (deploy-snapshot-build) on project openshift.site: Misconfigured argument (8), value is null. Set the argument to an empty value if this is the required behaviour. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (deploy-snapshot-build) on project openshift.site: Misconfigured argument (8), value is null. Set the argument to an empty value if this is the required behaviour.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Misconfigured argument (8), value is null. Set the argument to an empty value if this is the required behaviour.
at org.codehaus.mojo.exec.ExecMojo.handleArguments(ExecMojo.java:490)
at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:250)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21787) New OpenShift Connection shells are not same
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21787?page=com.atlassian.jira.plugi... ]
Marián Labuda reassigned JBIDE-21787:
-------------------------------------
Assignee: Marián Labuda
> New OpenShift Connection shells are not same
> --------------------------------------------
>
> Key: JBIDE-21787
> URL: https://issues.jboss.org/browse/JBIDE-21787
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Labels: connection_wizard
>
> New Connection wizard opened via link in OpenShift Explorer view is not same as the one opened via tool item. The one opened via link available while there is no connection does not contain title. The other one has title "New OpenShift Connection". They both could have same title.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21787) New OpenShift Connection shells are not same
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21787?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21787:
----------------------------------
Labels: connection_wizard (was: )
> New OpenShift Connection shells are not same
> --------------------------------------------
>
> Key: JBIDE-21787
> URL: https://issues.jboss.org/browse/JBIDE-21787
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Labels: connection_wizard
>
> New Connection wizard opened via link in OpenShift Explorer view is not same as the one opened via tool item. The one opened via link available while there is no connection does not contain title. The other one has title "New OpenShift Connection". They both could have same title.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21787) New OpenShift Connection shells are not same
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-21787:
-------------------------------------
Summary: New OpenShift Connection shells are not same
Key: JBIDE-21787
URL: https://issues.jboss.org/browse/JBIDE-21787
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
New Connection wizard opened via link in OpenShift Explorer view is not same as the one opened via tool item. The one opened via link available while there is no connection does not contain title. The other one has title "New OpenShift Connection". They both could have same title.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month