[JBoss JIRA] (JBIDE-17935) AS7/WildFly8 fails to start when bound to your hostname even with web poller
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17935?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17935:
-------------------------------------
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.
> AS7/WildFly8 fails to start when bound to your hostname even with web poller
> ----------------------------------------------------------------------------
>
> Key: JBIDE-17935
> URL: https://issues.jboss.org/browse/JBIDE-17935
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3b B193
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.CR1
>
>
> This is a follow up of JBIDE-17173.
> Rob changed the default poller for the local profile to Web poller, which should be correct. So when you change your hostname in the server editor from localhost to your actual hostname, it should correctly recognize your server has started. But it does not.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17933) CordovaSim 404 error
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17933?page=com.atlassian.jira.plugi... ]
Ilya Buziuk edited comment on JBIDE-17933 at 7/21/14 9:24 AM:
--------------------------------------------------------------
<Jboss Central > Software/Update > jBoss Hybrid Mobile tools + CordovaSim
[~asifkilwani], oh now when I'm trying to follow the steps I'm getting - !error.png|thumbnail!
[~maxandersen], seems to be another central issue
was (Author: ibuziuk):
[~asifkilwani], oh now when I'm trying to follow the steps I'm getting - !error.png|thumbnail!
[~maxandersen], seems to be another central issue
> CordovaSim 404 error
> --------------------
>
> Key: JBIDE-17933
> URL: https://issues.jboss.org/browse/JBIDE-17933
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: Mac OSx 10.9.4, Eclipse Luna (4.4.0), Jboss Tools for Luna (4.2.0.Beta2), with Jboss Hybrid Mobile Tools + CordovaSim.
> Reporter: Asif Kilwani
> Assignee: Ilya Buziuk
> Attachments: error.png, us.png
>
>
> Created sample hybrid mobile app and tried to run with CordovSim, It shows error
> HTTP ERROR: 404
> Problem accessing /ripple/assets/index.html. Reason:
> Not Found
> Config.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"
> id="com.bac.bac" version="1.0.0">
> <name>abc</name>
> <description>
> A sample Apache Cordova application that responds to the
> deviceready
> event.
> </description>
> <author href="http://aerogear.org/" email="aerogear-dev(a)lists.jboss.org">
> JBoss by Red Hat
> </author>
> <content src="index.html" />
> <access origin="*" />
> <preference name="fullscreen" value="true" />
> <preference name="webviewbounce" value="true" />
> <feature name="App">
> <param name="android-package" value="org.apache.cordova.App" />
> </feature>
> <feature name="Console">
> <param name="ios-package" value="CDVLogger" />
> </feature>
> </widget>
> Index.html exisits in www folder.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17933) CordovaSim 404 error
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17933?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-17933:
-------------------------------------
[~asifkilwani], oh now when I'm trying to follow the steps I'm getting - !error.png|thumbnail!
[~maxandersen], seems to be another central issue
> CordovaSim 404 error
> --------------------
>
> Key: JBIDE-17933
> URL: https://issues.jboss.org/browse/JBIDE-17933
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: Mac OSx 10.9.4, Eclipse Luna (4.4.0), Jboss Tools for Luna (4.2.0.Beta2), with Jboss Hybrid Mobile Tools + CordovaSim.
> Reporter: Asif Kilwani
> Assignee: Ilya Buziuk
> Attachments: error.png, us.png
>
>
> Created sample hybrid mobile app and tried to run with CordovSim, It shows error
> HTTP ERROR: 404
> Problem accessing /ripple/assets/index.html. Reason:
> Not Found
> Config.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"
> id="com.bac.bac" version="1.0.0">
> <name>abc</name>
> <description>
> A sample Apache Cordova application that responds to the
> deviceready
> event.
> </description>
> <author href="http://aerogear.org/" email="aerogear-dev(a)lists.jboss.org">
> JBoss by Red Hat
> </author>
> <content src="index.html" />
> <access origin="*" />
> <preference name="fullscreen" value="true" />
> <preference name="webviewbounce" value="true" />
> <feature name="App">
> <param name="android-package" value="org.apache.cordova.App" />
> </feature>
> <feature name="Console">
> <param name="ios-package" value="CDVLogger" />
> </feature>
> </widget>
> Index.html exisits in www folder.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17933) CordovaSim 404 error
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17933?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-17933:
--------------------------------
Attachment: error.png
> CordovaSim 404 error
> --------------------
>
> Key: JBIDE-17933
> URL: https://issues.jboss.org/browse/JBIDE-17933
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: Mac OSx 10.9.4, Eclipse Luna (4.4.0), Jboss Tools for Luna (4.2.0.Beta2), with Jboss Hybrid Mobile Tools + CordovaSim.
> Reporter: Asif Kilwani
> Assignee: Ilya Buziuk
> Attachments: error.png, us.png
>
>
> Created sample hybrid mobile app and tried to run with CordovSim, It shows error
> HTTP ERROR: 404
> Problem accessing /ripple/assets/index.html. Reason:
> Not Found
> Config.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"
> id="com.bac.bac" version="1.0.0">
> <name>abc</name>
> <description>
> A sample Apache Cordova application that responds to the
> deviceready
> event.
> </description>
> <author href="http://aerogear.org/" email="aerogear-dev(a)lists.jboss.org">
> JBoss by Red Hat
> </author>
> <content src="index.html" />
> <access origin="*" />
> <preference name="fullscreen" value="true" />
> <preference name="webviewbounce" value="true" />
> <feature name="App">
> <param name="android-package" value="org.apache.cordova.App" />
> </feature>
> <feature name="Console">
> <param name="ios-package" value="CDVLogger" />
> </feature>
> </widget>
> Index.html exisits in www folder.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months