[JBoss JIRA] (JBIDE-21857) Hot class reload doesn't work on OpenShift
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21857?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-21857:
----------------------------------------
FYI I tried JBDS 8 and it's reproducible there too.
I also tried JBDS 7 and there is a dialog on step #3 with a message about debugger and jvm being out of sync but with no option to restart the module.
> Hot class reload doesn't work on OpenShift
> ------------------------------------------
>
> Key: JBIDE-21857
> URL: https://issues.jboss.org/browse/JBIDE-21857
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
>
> When enabling debug mode on an EAP server deployed on OpenShift, locally changing a class file will :
> - work sometimes when only the content of the method changed, but could fail in some other occasions with the Debugger saying the JDK is out of sync
> - will always fail if a method signature changed, the debugger saying JDK is out of sync
> Restarting the deployed module (with the .dodeploy flag) doesn't fixes the issue (as opposed to the same tweak ahen running on a local EAP server)
> This may be caused by running OpenJDK? Does it support the same level of debugging as Oracle JDK?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-539) missing dependency org.kie.eclipse when building JBDS IS
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-539?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-539.
-----------------------------------
Verified. If you have problems with downloading ant-contrib then please see JBTIS-610
> missing dependency org.kie.eclipse when building JBDS IS
> --------------------------------------------------------
>
> Key: JBTIS-539
> URL: https://issues.jboss.org/browse/JBTIS-539
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Paul Leacu
> Fix For: 9.0.0.Beta1
>
>
> When I try to build the JBDS IS site, I get a missing dependency. What am I doing wrong?
> 1. check out sources from master branch
> 2. cd target-platform; mvn clean install -Pmirror
> (works)
> 3. cd ../jbosstools; mvn clean install -Pstable -Pearlyaccess
> (works)
> 4. cd ../devstudio; mvn clean install -Pstable -Pearlyaccess
> Fails:
> {code}
> [INFO] Resolving dependencies of MavenProject: com.jboss.jbds.integration-stack:site-ea:9.0.0-SNAPSHOT @ /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-integration-stack/devstudio/site-ea/pom.xml
> [INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: site-ea raw:9.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):9.0.0-SNAPSHOT
> [ERROR] Missing requirement: site-ea raw:9.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):9.0.0-SNAPSHOT requires 'org.kie.eclipse.feature.feature.group 0.0.0' but it could not be found{code}
> From where should I be resolving org.kie.eclipse.feature? It's in the JBTIS site, but JBDSIS can't find it. :(
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-610) Cannot build JBDS-IS due to error with downloading ant-contrib
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-610?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky updated JBTIS-610:
------------------------------------
Steps to Reproduce:
1. cd ../target-platform && mvn clean install -Pmirror
2. cd ../jbosstools && mvn clean install
3. cd ../devstudio && mvn clean install -DCOMPOSITE_EA_SITE=file://`pwd`/../jbosstools/site-ea/target/repository/
> Cannot build JBDS-IS due to error with downloading ant-contrib
> --------------------------------------------------------------
>
> Key: JBTIS-610
> URL: https://issues.jboss.org/browse/JBTIS-610
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.0.Beta1
> Reporter: Andrej Podhradsky
>
> I'm not able to build JBDS-IS from the source. I'm getting the following error
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project generation: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:47: The following error occurred while executing this line:
> [ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:100: Redirection detected from https to http. Protocol switch unsafe, not allowed.
> [ERROR] around Ant part ...<ant antfile="../../../scripts/build.xml" dir="." target="basic.build">... @ 4:74 in /home/apodhrad/Projects/jbosstools-integration-stack/jbosstools/discovery/generation/target/antrun/build-main.xml
> {code}
> The problem seems to be with downloading http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21952) Enforce non empty git source parameter in templates
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21952?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21952:
----------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.3.1.CR1)
> Enforce non empty git source parameter in templates
> ---------------------------------------------------
>
> Key: JBIDE-21952
> URL: https://issues.jboss.org/browse/JBIDE-21952
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha1
>
>
> Following JBIDE-21340, we need to add validation of required git source parameter property in ParameterListPage.
> To find out what parameter is the git repository url you'd do:
> {code}
> public String getGitRepoParameterKey() {
> ITemplate template = model.getSelectedTemplate();
> if (template != null) {
> for(String key : new String[]{"SOURCE_REPOSITORY_URL", "GIT_URI"}) {
> if (template.getParameters().containsKey(key)) {
> return key;
> }
> }
> }
> return null;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21952) Enforce non empty git source parameter in templates
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21952?page=com.atlassian.jira.plugi... ]
Marián Labuda resolved JBIDE-21952.
-----------------------------------
Resolution: Done
> Enforce non empty git source parameter in templates
> ---------------------------------------------------
>
> Key: JBIDE-21952
> URL: https://issues.jboss.org/browse/JBIDE-21952
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.4.0.Alpha1
>
>
> Following JBIDE-21340, we need to add validation of required git source parameter property in ParameterListPage.
> To find out what parameter is the git repository url you'd do:
> {code}
> public String getGitRepoParameterKey() {
> ITemplate template = model.getSelectedTemplate();
> if (template != null) {
> for(String key : new String[]{"SOURCE_REPOSITORY_URL", "GIT_URI"}) {
> if (template.getParameters().containsKey(key)) {
> return key;
> }
> }
> }
> return null;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-610) Cannot build JBDS-IS due to error with downloading ant-contrib
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-610?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky updated JBTIS-610:
------------------------------------
Summary: Cannot build JBDS-IS due to error with downloading ant-contrib (was: Cannot build JBDS-IS)
> Cannot build JBDS-IS due to error with downloading ant-contrib
> --------------------------------------------------------------
>
> Key: JBTIS-610
> URL: https://issues.jboss.org/browse/JBTIS-610
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.0.Beta1
> Reporter: Andrej Podhradsky
>
> I'm not able to build JBDS-IS from the source. I'm getting the following error
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project generation: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:47: The following error occurred while executing this line:
> [ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:100: Redirection detected from https to http. Protocol switch unsafe, not allowed.
> [ERROR] around Ant part ...<ant antfile="../../../scripts/build.xml" dir="." target="basic.build">... @ 4:74 in /home/apodhrad/Projects/jbosstools-integration-stack/jbosstools/discovery/generation/target/antrun/build-main.xml
> {code}
> The problem seems to be with downloading http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-610) Cannot build JBDS-IS
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-610:
---------------------------------------
Summary: Cannot build JBDS-IS
Key: JBTIS-610
URL: https://issues.jboss.org/browse/JBTIS-610
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 9.0.0.Beta1
Reporter: Andrej Podhradsky
I'm not able to build JBDS-IS from the source. I'm getting the following error
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project generation: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:47: The following error occurred while executing this line:
[ERROR] /home/apodhrad/Projects/jbosstools-integration-stack/scripts/build.xml:100: Redirection detected from https to http. Protocol switch unsafe, not allowed.
[ERROR] around Ant part ...<ant antfile="../../../scripts/build.xml" dir="." target="basic.build">... @ 4:74 in /home/apodhrad/Projects/jbosstools-integration-stack/jbosstools/discovery/generation/target/antrun/build-main.xml
{code}
The problem seems to be with downloading http://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21902) Connecting to a OS 3 Server adapter on restarted Eclipse throws error
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21902?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-21902:
---------------------------------------
Well, this issue is happening at any case when connection has not been established (an existing connection in OpenShift Explorer view does not mean it is established - credentials filled and confirmed. E.g. this is after eclipse restart when user is prompted to fill in password to be able to work with OpenShift server) or user does not have stored password (if password is stored, I think connection would be automatically established and therefore there is no error).
> Connecting to a OS 3 Server adapter on restarted Eclipse throws error
> ---------------------------------------------------------------------
>
> Key: JBIDE-21902
> URL: https://issues.jboss.org/browse/JBIDE-21902
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Blocker
> Labels: openshift_v3
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> If I am having an OpenShift 3 Server Adapter in Servers view and I restart IDE, I have to fill in credentials again to start OS 3 server adapter. After filling valid credentials using local CDK OS 3.2, following error pops up and server is still stopped. Following attempt to start the server adapter finish successfully (it is because connection is already established, but in first attempt although I was prompted to fill in credentials and connection was some time during the process established, it seems the server adapter was not able to comprehend it.
> {code}
> The OpenShift service for server eap-app at OpenShift 3 (10.3.2.2) could not be reached.
> com.openshift.restclient.authorization.UnauthorizedException: Unauthorized to access resource. You can access the server using Basic authentication.
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:485)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:158)
> at com.openshift.internal.restclient.DefaultClient.list(DefaultClient.java:139)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:387)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:287)
> at org.jboss.tools.openshift.core.server.OpenShiftServerUtils.getService(OpenShiftServerUtils.java:276)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.pollState(OpenShiftLaunchController.java:73)
> at org.jboss.tools.openshift.core.server.behavior.OpenShiftLaunchController.launch(OpenShiftLaunchController.java:56)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.launch(ControllableServerLaunchConfiguration.java:52)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3556)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3492)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBTIS-514) Unknown category 'org.jboss.tools.discovery.certification.supported' when installing from Central
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-514?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-514.
-----------------------------------
Verified with
- JBDS 9.0.0.GA + JBDS-IS 9.0.0.Alpha2
- JBDS 9.1.0.GA + JBDS-IS 9.0.0.Beta1
> Unknown category 'org.jboss.tools.discovery.certification.supported' when installing from Central
> -------------------------------------------------------------------------------------------------
>
> Key: JBTIS-514
> URL: https://issues.jboss.org/browse/JBTIS-514
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 4.3.0.Alpha2
> Environment: jee-mars-1
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Minor
> Fix For: 4.3.0.Alpha2
>
>
> After installing BYOE into Eclipse Mars JEE and installing integration tools I got the following error in Error Log
> Unknown category 'org.jboss.tools.discovery.certification.supported' referenced by connector 'org.jboss.runtime.drools.detector.feature' declared in org.jboss.tools.central.discovery.integration_stack_4.3.0.Alpha2_v20151006_1928_B438.jar_7070743946524519340.jar
> The eclipse instance was run as follows
> {code}
> ./eclipse -vmargs \
> -Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/mars/development/updates/integration-stack/discovery/4.3.0.Alpha2/jbosstools-directory.xml \
> -Djboss.discovery.site.integration-stack.url=http://download.jboss.org/jbosstools/mars/development/updates/integration-stack/discovery \
> -Djboss.discovery.earlyaccess.site.integration-stack.url=http://download.jboss.org/jbosstools/mars/development/updates/integration-stack/discovery/earlyaccess
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years