[JBoss JIRA] (JBIDE-19349) Fix ShrinkWrap Archive file location validation issues
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19349?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-19349:
----------------------------------
Fix Version/s: 4.3.0.Beta1
> Fix ShrinkWrap Archive file location validation issues
> ------------------------------------------------------
>
> Key: JBIDE-19349
> URL: https://issues.jboss.org/browse/JBIDE-19349
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: arquillian
> Affects Versions: 4.3.0.Alpha1
> Reporter: Lucia Jelinkova
> Assignee: Snjezana Peco
> Fix For: 4.3.0.Beta1
>
>
> In JBIDE-14782, the validation was solved only partially. These issues still remain:
> - EAR - no validation for application.xml
> - WAR
> -- validation for beans.xml and web.xml going to WEB-INF
> --- addAsManifestResource - OK
> --- addAsWebResource - NOK
> -- validation for persistence.xml and ejb-jar.xml
> --- addAsWebInfResource - OK
> --- addAsWebResource - NOK
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19349) Fix ShrinkWrap Archive file location validation issues
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19349?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-19349:
-------------------------------------
Assignee: Snjezana Peco
> Fix ShrinkWrap Archive file location validation issues
> ------------------------------------------------------
>
> Key: JBIDE-19349
> URL: https://issues.jboss.org/browse/JBIDE-19349
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: arquillian
> Affects Versions: 4.3.0.Alpha1
> Reporter: Lucia Jelinkova
> Assignee: Snjezana Peco
>
> In JBIDE-14782, the validation was solved only partially. These issues still remain:
> - EAR - no validation for application.xml
> - WAR
> -- validation for beans.xml and web.xml going to WEB-INF
> --- addAsManifestResource - OK
> --- addAsWebResource - NOK
> -- validation for persistence.xml and ejb-jar.xml
> --- addAsWebInfResource - OK
> --- addAsWebResource - NOK
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19527) UnknownHostException should be handled in UI/wizard and displayed to user with an error message
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19527?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-19527:
------------------------------------
e.g Wrong url can be the reason for the exception
> UnknownHostException should be handled in UI/wizard and displayed to user with an error message
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-19527
> URL: https://issues.jboss.org/browse/JBIDE-19527
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.3.CR1
> Reporter: Pavol Srna
> Assignee: Gorkem Ercan
> Fix For: 4.3.0.Alpha2
>
>
> {code}
> org.jboss.tools.feedhenry.ui.model.FeedHenryException: Error occured while communicating with the FeedHenry server
> at org.jboss.tools.feedhenry.ui.model.FeedHenry.doAPICall(FeedHenry.java:102)
> at org.jboss.tools.feedhenry.ui.model.FeedHenry.listProjects(FeedHenry.java:44)
> at org.jboss.tools.feedhenry.ui.internal.FeedHenryApplicationSelector.prepareInput(FeedHenryApplicationSelector.java:220)
> at org.jboss.tools.feedhenry.ui.internal.FeedHenryApplicationSelector.access$0(FeedHenryApplicationSelector.java:208)
> at org.jboss.tools.feedhenry.ui.internal.FeedHenryApplicationSelector$1.run(FeedHenryApplicationSelector.java:109)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> Caused by: java.net.UnknownHostException: aerogear-t.sandbox.feedhenry.cz: nodename nor servname provided, or not known
> at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
> at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:901)
> at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1293)
> at java.net.InetAddress.getAllByName0(InetAddress.java:1246)
> at java.net.InetAddress.getAllByName(InetAddress.java:1162)
> at java.net.InetAddress.getAllByName(InetAddress.java:1098)
> at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
> at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:259)
> at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:159)
> at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
> at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
> at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
> at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
> at org.jboss.tools.feedhenry.ui.model.FeedHenry.doAPICall(FeedHenry.java:84)
> ... 5 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19527) UnknownHostException should be handled in UI/wizard and displayed to user with an error message
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19527?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-19527:
---------------------------------
Fix Version/s: 4.3.0.Alpha2
(was: 4.2.3.Final)
> UnknownHostException should be handled in UI/wizard and displayed to user with an error message
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-19527
> URL: https://issues.jboss.org/browse/JBIDE-19527
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.3.CR1
> Reporter: Pavol Srna
> Assignee: Gorkem Ercan
> Fix For: 4.3.0.Alpha2
>
>
> {code}
> org.jboss.tools.feedhenry.ui.model.FeedHenryException: Error occured while communicating with the FeedHenry server
> at org.jboss.tools.feedhenry.ui.model.FeedHenry.doAPICall(FeedHenry.java:102)
> at org.jboss.tools.feedhenry.ui.model.FeedHenry.listProjects(FeedHenry.java:44)
> at org.jboss.tools.feedhenry.ui.internal.FeedHenryApplicationSelector.prepareInput(FeedHenryApplicationSelector.java:220)
> at org.jboss.tools.feedhenry.ui.internal.FeedHenryApplicationSelector.access$0(FeedHenryApplicationSelector.java:208)
> at org.jboss.tools.feedhenry.ui.internal.FeedHenryApplicationSelector$1.run(FeedHenryApplicationSelector.java:109)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> Caused by: java.net.UnknownHostException: aerogear-t.sandbox.feedhenry.cz: nodename nor servname provided, or not known
> at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
> at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:901)
> at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1293)
> at java.net.InetAddress.getAllByName0(InetAddress.java:1246)
> at java.net.InetAddress.getAllByName(InetAddress.java:1162)
> at java.net.InetAddress.getAllByName(InetAddress.java:1098)
> at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:44)
> at org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:259)
> at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:159)
> at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
> at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
> at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
> at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
> at org.jboss.tools.feedhenry.ui.model.FeedHenry.doAPICall(FeedHenry.java:84)
> ... 5 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19518) FH imported app cannot talk to FH cloud
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19518?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19518:
-----------------------------------
Priority: Critical (was: Blocker)
> FH imported app cannot talk to FH cloud
> ---------------------------------------
>
> Key: JBIDE-19518
> URL: https://issues.jboss.org/browse/JBIDE-19518
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.3.CR1
> Reporter: Pavol Srna
> Assignee: Gorkem Ercan
> Priority: Critical
> Fix For: 4.2.3.Final
>
>
> 1) Create "Cordova Hello World Project" in FH cloud
> 2) build cordova app in cloud, QR install and ASSERT app works
> 3) import cordova app into jbds
> 4) run imported app on real device /or simulator
> 5) Fill in a name and click on "Say Hello From The Cloud"
> {code}
> Error occured: No Cloud App connected to this Client App. Please Configure a Cloud App for this Client App to talk to: [object Object] {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19518) FH imported app cannot talk to FH cloud
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19518?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-19518:
----------------------------------------
For the record. This issue can/should be fixed in on server side only. So, it doesn't block JBDS 8.1.0.Final/JBT 4.2.3.Final release.
> FH imported app cannot talk to FH cloud
> ---------------------------------------
>
> Key: JBIDE-19518
> URL: https://issues.jboss.org/browse/JBIDE-19518
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.3.CR1
> Reporter: Pavol Srna
> Assignee: Gorkem Ercan
> Priority: Blocker
> Fix For: 4.2.3.Final
>
>
> 1) Create "Cordova Hello World Project" in FH cloud
> 2) build cordova app in cloud, QR install and ASSERT app works
> 3) import cordova app into jbds
> 4) run imported app on real device /or simulator
> 5) Fill in a name and click on "Say Hello From The Cloud"
> {code}
> Error occured: No Cloud App connected to this Client App. Please Configure a Cloud App for this Client App to talk to: [object Object] {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months