[JBoss JIRA] (JBIDE-18274) AS7/WildFly8/EAP6 with oracle java 7 fails to start when bound to your hostname
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18274?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-18274:
-------------------------------------
[~mmalina] please add more details. Still cannot replicate.
> AS7/WildFly8/EAP6 with oracle java 7 fails to start when bound to your hostname
> -------------------------------------------------------------------------------
>
> Key: JBIDE-18274
> URL: https://issues.jboss.org/browse/JBIDE-18274
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.3.0.Beta2
>
> Attachments: server-adapter.png, server-editor.png, server-logs.png, server-runtime.png
>
>
> This is a follow up of JBIDE-17935 .
> Previously, Rob fixed this:
> {quote}
> I've surprisingly been able to replicate this and it's a race-condition. I'll need to synchronize some variables in this class here.
> {quote}
> But in this rare case it still fails for me.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20122) use new openshift-restclient-java with capitalized constants
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-20122:
----------------------------------------
Summary: use new openshift-restclient-java with capitalized constants
Key: JBIDE-20122
URL: https://issues.jboss.org/browse/JBIDE-20122
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.Beta2
Reporter: Andre Dietisheim
In OSJC-181 we are correcting non-capitalized constant names in the library. Once this is corrected we should correct whatever is required in JBT
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20121) Error running tests on jbosstools-server: Bundle org.jboss.tools.as.test.core is not found
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20121?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20121:
-------------------------------------
I am able to replicate this only when using java7 to run my build. I suspect you are using java7. You may want to inspect your JAVA_HOME environment variable, or run maven with the -U -X -debug flags to verify what java version the build is being run with.
> Error running tests on jbosstools-server: Bundle org.jboss.tools.as.test.core is not found
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-20121
> URL: https://issues.jboss.org/browse/JBIDE-20121
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Beta2
> Environment: Win7x64
> Reporter: Vsevolod Golovanov
>
> The exception in mvn log.
> {noformat}-------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> java.lang.RuntimeException: Bundle org.jboss.tools.as.test.core is not found
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:162)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.createCombinedClassLoader(OsgiSurefireBooter.java:98)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> {noformat}
> Full log after running
> {noformat}
> mvn clean verify -Djbosstools.test.jre.7=C:\Java\jdk1.7.0_80\jre 2>&1 | tee log
> {noformat}
> in
> {noformat}
> F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\
> {noformat}
> {code:title=Full log|collapse}[INFO] Scanning for projects...
> [WARNING] Could not transfer metadata org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): Cannot access ${jbosstools-base-site} with type p2 using the available connector factories: BasicRepositoryConnectorFactory
> [WARNING] Failure to transfer org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from ${jbosstools-base-site} was cached in the local repository, resolution will not be reattempted until the update interval of jbosstools-base has elapsed or updates are forced. Original error: Could not transfer metadata org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): Cannot access ${jbosstools-base-site} with type p2 using the available connector factories: BasicRepositoryConnectorFactory
> [INFO] Computing target platform for MavenProject: org.jboss.tools.as.tests:org.jboss.tools.as.test.core:3.1.0-SNAPSHOT @ F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\pom.xml
> [INFO] Adding repository http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.5...
> [INFO] Adding repository http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bas...
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.as.tests:org.jboss.tools.as.test.core:3.1.0-SNAPSHOT @ F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\pom.xml
> [WARNING] The following locally built units have been used to resolve project dependencies:
> [WARNING] org.jboss.ide.eclipse.archives.webtools/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.core.test/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.jmx.integration/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.jvmmonitor.core/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.jvmmonitor.ui/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.archives.scanner/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.archives.core/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.ui/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.core/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.dmr/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.as.catalog/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.rse.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.rse.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.ui.mbeans/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.archives.ui/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.as.runtimes.integration/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.management.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.classpath.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.archives.jdt.integration/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.wtp.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.classpath.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.jvmmonitor.tools/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.wtp.core/3.1.0.Beta2-v20150618-1313
> [INFO] Resolving class path of MavenProject: org.jboss.tools.as.tests:org.jboss.tools.as.test.core:3.1.0-SNAPSHOT @ F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\pom.xml
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building org.jboss.tools.as.test.core 3.1.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ org.jboss.tools.as.test.core ---
> [INFO] Deleting F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:build-qualifier (default-build-qualifier) @ org.jboss.tools.as.test.core ---
> [INFO] The project's OSGi version is 3.1.0.Beta2-v20150618-1322
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:validate-id (default-validate-id) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:validate-version (default-validate-version) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.7:regex-property (regex-property) @ org.jboss.tools.as.test.core ---
> [INFO] Setting property 'skipTestsOrITests' to ''.
> [INFO]
> [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.jboss.tools.as.test.core ---
> [INFO] tycho.testArgLine set to -javaagent:C:\\Users\\s.golovanov\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.1.201405082137\\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=F:\\rep\\jbosstools-server\\as\\target\\jacoco.exec,append=true,includes=org.jboss.ide.eclipse.as.core*
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.as.test.core ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\src\main\resources
> [INFO]
> [INFO] --- tycho-compiler-plugin:0.23.0:compile (default-compile) @ org.jboss.tools.as.test.core ---
> [INFO] Compiling 99 source files to F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.as.test.core ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\src\test\resources
> [INFO]
> [INFO] --- tycho-source-plugin:0.23.0:plugin-source (plugin-source) @ org.jboss.tools.as.test.core ---
> [INFO] Building jar: F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\org.jboss.tools.as.test.core-3.1.0-SNAPSHOT-sources.jar
> [INFO]
> [INFO] --- target-platform-configuration:0.23.0:target-platform (default-target-platform) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:package-plugin (default-package-plugin) @ org.jboss.tools.as.test.core ---
> [INFO] Building jar: F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\org.jboss.tools.as.test.core-3.1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- tycho-p2-plugin:0.23.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- repository-utils:0.22.1-SNAPSHOT:generate-repository-facade (generate-facade) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-p2-plugin:0.23.0:p2-metadata (attached-p2-metadata) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-surefire-plugin:0.23.0:test (default-test) @ org.jboss.tools.as.test.core ---
> [INFO] Expected eclipse log file: F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work\data\.metadata\.log
> [INFO] Command line:
> [C:\Java\jdk1.7.0_80\jre\bin\java.exe, -Dosgi.noShutdown=false, -Dosgi.os=win32, -Dosgi.ws=win32, -Dosgi.arch=x86_64, -javaagent:C:\\Users\\s.golovanov\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.1.201405082137\\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=F:\\rep\\jbosstools-server\\as\\target\\jacoco.exec,append=true,includes=org.jboss.ide.eclipse.as.core*, -Xms512m, -Xmx1024m, -XX:PermSize=256m, -XX:MaxPermSize=256m, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, C:\Users\s.golovanov\.m2\repository\p2\osgi\bundle\org.eclipse.equinox.launcher\1.3.100.v20150511-1540\org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work\data, -install, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work, -configuration, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work\configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\surefire.properties]
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> java.lang.RuntimeException: Bundle org.jboss.tools.as.test.core is not found
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:162)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.createCombinedClassLoader(OsgiSurefireBooter.java:98)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 37.243 s
> [INFO] Finished at: 2015-06-18T16:23:10+03:00
> [INFO] Final Memory: 57M/1085M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.23.0:test (default-test) on project org.jboss.tools.as.test.core: An unexpected error occured while launching the test runtime (return code -1). See log for details. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {code}
> Other ITests, e.g. in org.jboss.tools.jmx.core.test, run successfully.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20118) Test failures after merging JBIDE-19958
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20118?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20118:
------------------------------------------
ok, but we should have the fixes for these changes in the very same PR, otherwise there's no way of applying a single PR.
> Test failures after merging JBIDE-19958
> ---------------------------------------
>
> Key: JBIDE-20118
> URL: https://issues.jboss.org/browse/JBIDE-20118
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Priority: Critical
> Fix For: 4.3.0.Beta2
>
>
> Build currently fails with the following failures in our test suite:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift_...
> {code:title=org.jboss.tools.openshift.test.AllTestsSuite}
> Failed tests:
> CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors:100
> Wanted but not invoked:
> template.addLabel(<any>, <any>);
> -> at org.jboss.tools.openshift.test.ui.job.CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors(CreateApplicationFromTemplateJobTest.java:100)
> However, there were other interactions with this mock:
> -> at org.jboss.tools.openshift.test.ui.job.CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors(CreateApplicationFromTemplateJobTest.java:95)
> -> at org.jboss.tools.openshift.test.ui.job.CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors(CreateApplicationFromTemplateJobTest.java:95)
> NewApplicationWizardModelTest.setTemplateShouldCopyParametersAndLabels:76 array lengths differed, expected.length=1 actual.length=0
> Tests run: 120, Failures: 2, Errors: 0, Skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20114) New server uses openshift.redhat.com host name in case OpenShift server adapter has been selected in tree
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20114?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-20114:
-------------------------------------
Again, I'll repeat my comment from the other JIRA:
I could make sure my default is 'localhost', but that presents a bit of a problem. If the user opens the new server wizard and it's set to AS7 as the selection, and user changes host to some name (wonka) or some ip (faaa::5551:4fdd:fee6:f721) , and then selects wildfly 8 instead, it would reset the host to localhost, and the user would need to type it in again.
Until now we do not set a default host. We use whatever the currently selected host is.
So, either [~maxandersen] instructs me to set the default to localhost, or, we simply make sure users are aware to set their hostname properly on the first page of the wizard before pressing 'next'.
The problem is easily worked around, though. The user can simply double-click their server after having made it, and change the host. It's right at the top of the server editor on the left side.
I see this as a minor issue.
> but now it is far more dangerous. Because once user create any OpenShift application with server, the OpenShift server adapter is preselected in New Server
The most-recently-created server is what gets the default selection. So if a user makes a wf after an openshift, next time the wf will be pre-selected.
> and after any server is created the dialog shown in JBIDE-19108 is not shown,
I don't follow: why is it not shown?
> New server uses openshift.redhat.com host name in case OpenShift server adapter has been selected in tree
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20114
> URL: https://issues.jboss.org/browse/JBIDE-20114
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
>
> If in New server wizard in tree containing server types is selected at first OpenShift server adapter and then any server, host name stays openshift.redhat.com. If user is not careful enough, he does not have to notice this and his server won't start. Host name in wizard should change accordingly to used server (prefill localhost for servers).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20104) Kitchensink-rf project from JBoss Central doesn't run with JBoss AS 7.1.1.Final
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20104?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-20104.
---------------------------------
Resolution: Done
This example doesn't run either with EAP 6.1. It requires at least EAP 6.2.
I changed the examples requirements so that this is displayed now :
!http://content.screencast.com/users/fbricon/folders/Jing/media/466aaac7-4e24-4d7c-95cb-0a92d96c4ce0/00000121.png!
There is one major caveat though, the EAP 6.1...6.4 runtimes share the same server adapter ID (org.jboss.ide.eclipse.as.runtime.eap.61). So if only EAP 6.1 is installed, the requirement check will pass (since we look for servers with a matching id).
I'm hoping the text will be enough to deter users from running examples using EAP < 6.2
> Kitchensink-rf project from JBoss Central doesn't run with JBoss AS 7.1.1.Final
> -------------------------------------------------------------------------------
>
> Key: JBIDE-20104
> URL: https://issues.jboss.org/browse/JBIDE-20104
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.3.0.Beta1
> Environment: JBDS 9.0.0.Beta1-v20150614-0409-B50, JBossAS 7.1.1.Final,
> Reporter: Vlado Pakan
> Assignee: Fred Bricon
> Fix For: 4.3.0.Beta2
>
>
> 1. Import kitchensink-rf project from JBoss Central
> 2. Run it with JBossAS 7.1.1.Final server
> ERROR: Project didn't run.
> Server error log:
> {noformat}
> 14:17:59,254 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-6) Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! The JSF implementation 2.1.7-jbossorg-1 does not support the RichFaces ExtendedPartialViewContext. Please upgrade to at least Mojarra 2.1.28 or 2.2.6
> at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:376) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_79]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_79]
> at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_79]
> Caused by: java.lang.RuntimeException: The JSF implementation 2.1.7-jbossorg-1 does not support the RichFaces ExtendedPartialViewContext. Please upgrade to at least Mojarra 2.1.28 or 2.2.6
> at org.richfaces.application.InitializationListener.onStart(InitializationListener.java:67) [richfaces-core-4.5.2.Final-redhat-1.jar:4.5.2.Final-redhat-1]
> at org.richfaces.application.InitializationListener.processEvent(InitializationListener.java:167) [richfaces-core-4.5.2.Final-redhat-1.jar:4.5.2.Final-redhat-1]
> at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2168) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2144) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:302) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:288) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
> at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:601) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:370) [jsf-impl-2.1.7-jbossorg-2.jar:]
> ... 9 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months