[JBoss JIRA] (JBIDE-23893) [cdk] follow up on changes to cdk3 for marker file
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23893?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-23893.
---------------------------------
I verified this in devstudio 10.4.0.AM3. I thought it's a bit broken, but it turns out it's a feature.
What I did is I changed the username in the marker file and then started cdk in devstudio. Then in the OpenShift Explorer view, the connection properly used the modified username. And it seemed to be connected which seemed odd since it was a random username. But it turns out that by default, openshift in cdk 3 will accept any username/password combination. There was no project, so I wanted to create a project myproject, but the server refused this saying that such project already exists. My colleagues explained to me that only one instance of a project name is allowed across the whole cluster, regardless of the actual user. So again, not a bug, but a feature.
So closing this.
> [cdk] follow up on changes to cdk3 for marker file
> --------------------------------------------------
>
> Key: JBIDE-23893
> URL: https://issues.jboss.org/browse/JBIDE-23893
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.3.Final
> Reporter: Rob Stryker
> Assignee: Martin Malina
> Fix For: 4.4.4.AM2
>
>
> cdk v3 added marker files with credentials and version information. We need to make use of that.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-23708) Pod Log: unable to get build log if build failed with error
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23708?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-23708.
------------------------------
Verified in Devstudio 10.4.0.AM3-v20170421-0111-B478
> Pod Log: unable to get build log if build failed with error
> -----------------------------------------------------------
>
> Key: JBIDE-23708
> URL: https://issues.jboss.org/browse/JBIDE-23708
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Jeff MAURY
> Labels: logs, openshift_v3, properties
> Fix For: 4.4.4.AM2, 4.5.0.AM1
>
> Attachments: cannot-get-logs-for-erroring-build.png, webconsole-logs-for-erroring-build.png
>
>
> steps to reproduce:
> # ASSERT: make sure that you have a build that failed (ex. launch a nodejs build and shut down your vpn. The build will fail because it cannot connect to the registry)
> # EXEC: in Properties view: select "Builds" tab and choose your erroring build. Choose "Build Log..." in it's context menu
> Result:
> You're told that you cannot get the logs for an erroring build. You therefore cannot have insights on why your build failed:
> !cannot-get-logs-for-erroring-build.png!
> The webconsole allows you to inspect those logs:
> !webconsole-logs-for-erroring-build.png!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-18578) Additional javaee7-samples import issues
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18578?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-18578:
---------------------------------------
With latest changes in master of javaee-samples repo there are new errors:
{code:java}
Description Resource Path Location Type
No persistence.xml file found in project jaxrs-angularjs JPA Problem
Project 'jaxrs-angularjs' is missing required source folder: 'src/main/resources' jaxrs-angularjs Build path Build Path Problem
Project 'jaxrs-angularjs' is missing required source folder: 'src/test/resources' jaxrs-angularjs Build path Build Path Problem
The project cannot be built until build path errors are resolved jaxrs-angularjs Unknown Java Problem
{code}
> Additional javaee7-samples import issues
> ----------------------------------------
>
> Key: JBIDE-18578
> URL: https://issues.jboss.org/browse/JBIDE-18578
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Affects Versions: 4.2.0.CR2
> Environment: JBDS 8.0.0.CR2
> Reporter: Jiri Peterka
> Assignee: Fred Bricon
> Fix For: 4.5.0.AM1
>
>
> Additional javaee7-samples import issues
> Clone and import https://github.com/javaee-samples/javaee7-samples as maven projects
> They should import nicely (without errors) into JBT/JBDS and deploy to a JBT/JBDS managed Wildfly.
> There are still some Java Problems, Maven Problems and XML Problems after import, most projects are without errors. Project should be imported without errors
> Java Problems
> {code}
> Description Resource Path Location Type
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 71 Java Problem
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 71 Java Problem
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 76 Java Problem
> EBook cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 85 Java Problem
> EBookStore cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 63 Java Problem
> EBookStore cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 69 Java Problem
> EBookStore cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 69 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 35 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 56 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 56 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 63 Java Problem
> EBookStoreImplService cannot be resolved to a type EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 69 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 28 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 32 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 36 Java Problem
> Greeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 37 Java Problem
> SimpleGreeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 28 Java Problem
> SimpleGreeting cannot be resolved to a type GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 37 Java Problem
> The declared package "org.javaee7.cdi.bean.discovery" does not match the expected package "main.java.org.javaee7.cdi.bean.discovery" Greeting.java /bean-discovery-all/src/main/java/org/javaee7/cdi/bean/discovery line 1 Java Problem
> The declared package "org.javaee7.cdi.bean.discovery" does not match the expected package "main.java.org.javaee7.cdi.bean.discovery" SimpleGreeting.java /bean-discovery-all/src/main/java/org/javaee7/cdi/bean/discovery line 1 Java Problem
> The declared package "org.javaee7.cdi.nobeans.xml" does not match the expected package "test.java.org.javaee7.cdi.nobeans.xml" GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 1 Java Problem
> The import org.javaee7 cannot be resolved GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 3 Java Problem
> The import org.javaee7 cannot be resolved GreetingTest.java /bean-discovery-all/src/test/java/org/javaee7/cdi/nobeans/xml line 4 Java Problem
> The import org.javaee7.jaxws.client.gen cannot be resolved EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 12 Java Problem
> The import org.javaee7.jaxws.client.gen cannot be resolved EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 13 Java Problem
> The import org.javaee7.jaxws.client.gen cannot be resolved EBookStoreClientSampleTest.java /jaxws-client/src/test/java/org/javaee7/jaxws/client line 14 Java Problem
> {code}
> Maven Problems:
> {code}
> Description Resource Path Location Type
> Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:jaxws-maven-plugin:1.11:wsgen (execution: default, phase: process-classes) pom.xml /jaxws-endpoint line 21 Maven Project Build Lifecycle Mapping Problem
> Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:jaxws-maven-plugin:1.11:wsimport (execution: default, phase: generate-sources) pom.xml /jaxws-client line 21 Maven Project Build Lifecycle Mapping Problem
> {code}
> and xml problems
> {code}
> Description Resource Path Location Type
> cvc-complex-type.2.1: Element 'jboss' must have no character or element information item [children], because the type's content type is empty. enforce-beans.xml /jax-rs-angularjs/src/test/resources line 4 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 31 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 35 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 31 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 35 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 34 XML Problem
> cvc-complex-type.2.2: Element 'value' must have no element [children], and the value must be valid. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 38 XML Problem
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 25 XML Problem
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 25 XML Problem
> cvc-complex-type.2.4.a: Invalid content was found starting with element 'flow-call'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":inbound-parameter}' is expected. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 28 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jaxrs-endpoint/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jpa-converter/src/test/resources-glassfish-embedded line 5 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jpa-converter/src/test/resources-glassfish-remote line 5 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /jpa-converter/src/test/resources-jbosseap-remote line 5 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /send-receive/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /standalone/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /transactional/src/test/resources line 3 XML Problem
> cvc-elt.1: Cannot find the declaration of element 'arquillian'. arquillian.xml /user-transaction/src/test/resources line 3 XML Problem
> cvc-pattern-valid: Value 'param1 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 31 XML Problem
> cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 31 XML Problem
> cvc-pattern-valid: Value 'param1 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 34 XML Problem
> cvc-pattern-valid: Value 'param2 flow1 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow1-flow.xml /flows-declarative/src/main/webapp/flow1 line 35 XML Problem
> cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-declarative/src/main/webapp/flow2 line 35 XML Problem
> cvc-pattern-valid: Value 'param2 flow2 value' is not facet-valid with respect to pattern '#\{.*\}' for type 'faces-config-el-expressionType'. flow2-flow.xml /flows-mixed/src/main/webapp/flow2 line 38 XML Problem
> {code}
> Additional issues:
> https://issues.jboss.org/browse/JBIDE-18352
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4368) Improve erro reporting when an old Hyper-V Virtual Machine called "minishift is registered
by Aurélien Pupier (JIRA)
Aurélien Pupier created JBDS-4368:
-------------------------------------
Summary: Improve erro reporting when an old Hyper-V Virtual Machine called "minishift is registered
Key: JBDS-4368
URL: https://issues.jboss.org/browse/JBDS-4368
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Enhancement
Components: platform-installer
Affects Versions: 10.4.0.AM2
Reporter: Aurélien Pupier
currently it is failing with this kind of error in log:
{noformat}
Mon, 24 Apr 2017 10:23:59 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS467E.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe SUCCESS
Mon, 24 Apr 2017 10:23:59 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
Mon, 24 Apr 2017 10:23:59 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
Mon, 24 Apr 2017 10:24:03 GMT-ERROR: cdk - Error: Command failed: c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
Mon, 24 Apr 2017 10:24:03 GMT-ERROR: cdk -
Mon, 24 Apr 2017 10:24:03 GMT-ERROR: cdk failed to install: Error: Command failed: c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4366) CDK installation fails when MINISHIFT_HOME is specified
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBDS-4366?page=com.atlassian.jira.plugin.... ]
Aurélien Pupier updated JBDS-4366:
----------------------------------
Steps to Reproduce:
- use windows
- set MINISHIFT_HOME environment variable (to C:\minishift ) for instance
- launch dev suite installer
was:
- use windows with a username containing space
- launch dev suite installer
> CDK installation fails when MINISHIFT_HOME is specified
> -------------------------------------------------------
>
> Key: JBDS-4366
> URL: https://issues.jboss.org/browse/JBDS-4366
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Aurélien Pupier
> Fix For: 10.4.0.GA
>
>
> {noformat}
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS17D4.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe SUCCESS
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\install\DevelopmentSuite-1.4.0-170424-1236\kompose;c:\install\DevelopmentSuite-1.4.0-170424\kompose;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Setting up CDK 3 on host using 'C:\minishift' as Minishift's home directory
> Copying minishift-rhel7.iso to 'C:\minishift/cache/iso/minishift-rhel7.iso'
> Copying oc.exe to 'C:\minishift/cache/oc/v3.4.1.2/oc.exe'
> Creating configuration file 'C:\minishift/config/config.json'
> Creating marker file 'C:\minishift/cdk'
> CDK 3 setup complete.
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Execute c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv SUCCESS
> Mon, 24 Apr 2017 11:29:55 GMT-ERROR: cdk failed to install: TypeError: Cannot read property 'replace' of undefined
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4366) CDK installation fails when MINISHIFT_HOME is specified
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBDS-4366?page=com.atlassian.jira.plugin.... ]
Aurélien Pupier commented on JBDS-4366:
---------------------------------------
please note that odl user of minishift might have set this property to workaround not supported path to user home containing space
> CDK installation fails when MINISHIFT_HOME is specified
> -------------------------------------------------------
>
> Key: JBDS-4366
> URL: https://issues.jboss.org/browse/JBDS-4366
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Aurélien Pupier
> Fix For: 10.4.0.GA
>
>
> {noformat}
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS17D4.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe SUCCESS
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\install\DevelopmentSuite-1.4.0-170424-1236\kompose;c:\install\DevelopmentSuite-1.4.0-170424\kompose;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Setting up CDK 3 on host using 'C:\minishift' as Minishift's home directory
> Copying minishift-rhel7.iso to 'C:\minishift/cache/iso/minishift-rhel7.iso'
> Copying oc.exe to 'C:\minishift/cache/oc/v3.4.1.2/oc.exe'
> Creating configuration file 'C:\minishift/config/config.json'
> Creating marker file 'C:\minishift/cdk'
> CDK 3 setup complete.
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Execute c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv SUCCESS
> Mon, 24 Apr 2017 11:29:55 GMT-ERROR: cdk failed to install: TypeError: Cannot read property 'replace' of undefined
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4366) CDK installation fails when MINISHIFT_HOME is specified
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBDS-4366?page=com.atlassian.jira.plugin.... ]
Aurélien Pupier commented on JBDS-4366:
---------------------------------------
[~jrichter1] pointed that this line is hardcoding some stuff: https://github.com/redhat-developer-tooling/developer-platform-install/bl...
> CDK installation fails when MINISHIFT_HOME is specified
> -------------------------------------------------------
>
> Key: JBDS-4366
> URL: https://issues.jboss.org/browse/JBDS-4366
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Aurélien Pupier
> Priority: Critical
> Fix For: 10.4.0.GA
>
>
> {noformat}
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS17D4.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe SUCCESS
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\install\DevelopmentSuite-1.4.0-170424-1236\kompose;c:\install\DevelopmentSuite-1.4.0-170424\kompose;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Setting up CDK 3 on host using 'C:\minishift' as Minishift's home directory
> Copying minishift-rhel7.iso to 'C:\minishift/cache/iso/minishift-rhel7.iso'
> Copying oc.exe to 'C:\minishift/cache/oc/v3.4.1.2/oc.exe'
> Creating configuration file 'C:\minishift/config/config.json'
> Creating marker file 'C:\minishift/cdk'
> CDK 3 setup complete.
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Execute c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv SUCCESS
> Mon, 24 Apr 2017 11:29:55 GMT-ERROR: cdk failed to install: TypeError: Cannot read property 'replace' of undefined
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4366) CDK installation fails when MINISHIFT_HOME is specified
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBDS-4366?page=com.atlassian.jira.plugin.... ]
Aurélien Pupier updated JBDS-4366:
----------------------------------
Priority: Major (was: Critical)
> CDK installation fails when MINISHIFT_HOME is specified
> -------------------------------------------------------
>
> Key: JBDS-4366
> URL: https://issues.jboss.org/browse/JBDS-4366
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Aurélien Pupier
> Fix For: 10.4.0.GA
>
>
> {noformat}
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS17D4.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe SUCCESS
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\install\DevelopmentSuite-1.4.0-170424-1236\kompose;c:\install\DevelopmentSuite-1.4.0-170424\kompose;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Setting up CDK 3 on host using 'C:\minishift' as Minishift's home directory
> Copying minishift-rhel7.iso to 'C:\minishift/cache/iso/minishift-rhel7.iso'
> Copying oc.exe to 'C:\minishift/cache/oc/v3.4.1.2/oc.exe'
> Creating configuration file 'C:\minishift/config/config.json'
> Creating marker file 'C:\minishift/cdk'
> CDK 3 setup complete.
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Execute c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv SUCCESS
> Mon, 24 Apr 2017 11:29:55 GMT-ERROR: cdk failed to install: TypeError: Cannot read property 'replace' of undefined
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4366) CDK installation fails when MINISHIFT_HOME is specified
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBDS-4366?page=com.atlassian.jira.plugin.... ]
Aurélien Pupier updated JBDS-4366:
----------------------------------
Summary: CDK installation fails when MINISHIFT_HOME is specified (was: CDK installation fails when windows username contains space)
> CDK installation fails when MINISHIFT_HOME is specified
> -------------------------------------------------------
>
> Key: JBDS-4366
> URL: https://issues.jboss.org/browse/JBDS-4366
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Aurélien Pupier
> Priority: Critical
> Fix For: 10.4.0.GA
>
>
> {noformat}
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS17D4.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe SUCCESS
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\install\DevelopmentSuite-1.4.0-170424-1236\kompose;c:\install\DevelopmentSuite-1.4.0-170424\kompose;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
> Mon, 24 Apr 2017 11:29:50 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Setting up CDK 3 on host using 'C:\minishift' as Minishift's home directory
> Copying minishift-rhel7.iso to 'C:\minishift/cache/iso/minishift-rhel7.iso'
> Copying oc.exe to 'C:\minishift/cache/oc/v3.4.1.2/oc.exe'
> Creating configuration file 'C:\minishift/config/config.json'
> Creating marker file 'C:\minishift/cdk'
> CDK 3 setup complete.
> Mon, 24 Apr 2017 11:29:55 GMT-INFO: cdk - Execute c:\install\DevelopmentSuite-172404-1329\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv SUCCESS
> Mon, 24 Apr 2017 11:29:55 GMT-ERROR: cdk failed to install: TypeError: Cannot read property 'replace' of undefined
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4367) Problems with Red Hat Central/Spring MVC Project
by Giuseppe Cavallo (JIRA)
Giuseppe Cavallo created JBDS-4367:
--------------------------------------
Summary: Problems with Red Hat Central/Spring MVC Project
Key: JBDS-4367
URL: https://issues.jboss.org/browse/JBDS-4367
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Enhancement
Components: 3rd-party-dependencies
Environment: Creation of Spring MVC Project from Red Hat Central in Eclipse (Neon)
Reporter: Giuseppe Cavallo
Priority: Critical
Attachments: Cattura1.JPG
Hi everybody,
recently i had install Red Hat Developer Sudio on Eclipse (version Neon) and some plugin (ie Spring, Maven ecc.).
In the Project menu creation there is a section named 'Red Hat Central'. Under this section there is a 'Spring Mvc Project'.
I have a Jboss EAP 7.x installed like Server.
When i try to create Spring Project by this menu, there is an error on dependency Maven Artifact, like the snapshot attach. I try to install this dependency but the jar of this feature seems not have a correct xml descriptor to insert in Maven add Repository (local o remote).
Any suggest.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months