[JBoss JIRA] (JBIDE-11606) Mavenize JBoss Tools Birt releases
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-11606?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-11606.
------------------------------
Resolution: Won't Do
> Mavenize JBoss Tools Birt releases
> ----------------------------------
>
> Key: JBIDE-11606
> URL: https://issues.jboss.org/browse/JBIDE-11606
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: birt
> Reporter: Tomas Vala
> Priority: Minor
> Labels: jboss, maven
>
> Hello,
> please consider making JBoss Tools releases available through maven repository.
> For reference: Eclipse is aiming to officialy provide maven feed for BIRT Runtime (Business Intelligence and Reporting Tools) from Juno release on (2012/6). It would be nice and practical if at least portion of JBoss Tools, JBoss BIRT Integration ODA plugin would follow this trend.
> {noformat}
> Personal opinion based on recent experience:
> I consider current distribution channels and methods to be somewhat lacking compared to nowadays possibilities. Weird artificial dependencies of JBoss BIRT Integration Eclipse feature, direct download links for individual jars are rather difficult to find on the web site.
> {noformat}
> Tomas
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-22954) IncompatibleClassChangeError below ServerCreator.createServer (thrown in HandlerWrapper.setHandler)
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-22954?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-22954.
------------------------------
Resolution: Won't Do
> IncompatibleClassChangeError below ServerCreator.createServer (thrown in HandlerWrapper.setHandler)
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22954
> URL: https://issues.jboss.org/browse/JBIDE-22954
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.13.x
>
>
> The following problem was reported via the automated error reporting:
> Message: An internal error occurred during: "Launching olivapp".
> {noformat}
> java.lang.IncompatibleClassChangeError: Class org.eclipse.jetty.servlet.ServletContextHandler does not implement the requested interface org.eclipse.jetty.server.Handler
> at org.eclipse.jetty.server.handler.HandlerWrapper.setHandler(HandlerWrapper.java:84)
> at org.jboss.tools.cordovasim.eclipse.server.ServerCreator.createServer(ServerCreator.java:142)
> at org.jboss.tools.cordovasim.eclipse.launch.internal.CordovaSimLauncher.launchCordovaSim(CordovaSimLauncher.java:110)
> at org.jboss.tools.cordovasim.eclipse.launch.internal.CordovaSimLaunchConfigurationDelegate.launch(CordovaSimLaunchConfigurationDelegate.java:25)
> 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.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.8.0.v20160125-0953 | 3.8.0.v20160125-0953 |
> | org.eclipse.debug.core | 3.10.0.v20160125-1118 | 3.10.0.v20160125-1118 |
> | org.eclipse.debug.ui | 3.11.100.v20160126-1316 | 3.11.100.v20160126-1316 |
> | org.eclipse.jetty.server | 9.3.5.v20151012 | 9.3.5.v20151012 |
> | org.jboss.tools.cordovasim.eclipse | 3.7.1.Final-v20160331-0435-B86 | 3.7.1.Final-v20160331-0435-B86 |
> Operating Systems:
> | Windows | 6.3.0 | 6.3.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/5734deeae4b0138d62...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-18526) CordovaSim: Debugger doesn't work properly with the last JDK 8u20
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-18526?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-18526.
------------------------------
> CordovaSim: Debugger doesn't work properly with the last JDK 8u20
> -----------------------------------------------------------------
>
> Key: JBIDE-18526
> URL: https://issues.jboss.org/browse/JBIDE-18526
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, cordovasim, upstream
> Affects Versions: 4.2.0.CR2
> Environment: Not reproducible with Oracle JDK 7u67
> Affects Oracle JDK 8u20 and above (Not reproducible with JDK 8u5 and 8u11)
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Priority: Critical
> Labels: upstream
> Fix For: 4.12.0.Final
>
> Attachments: debugger error.png
>
>
> CordovaSim freezes with the following stack trace:
> {code}
> java.lang.IllegalStateException: Nested event loops are allowed only while handling system events
> at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:506)
> at com.sun.javafx.webkit.EventLoopImpl.cycle(EventLoopImpl.java:59)
> at com.sun.webkit.EventLoop.fwkCycle(EventLoop.java:45)
> at com.sun.webkit.Timer.twkFireTimerEvent(Native Method)
> at com.sun.webkit.Timer.fireTimerEvent(Timer.java:83)
> at com.sun.webkit.Timer.notifyTick(Timer.java:64)
> at javafx.scene.web.WebEngine$PulseTimer.lambda$static$44(WebEngine.java:1167)
> at javafx.scene.web.WebEngine$PulseTimer$$Lambda$67/10449826.pulse(Unknown Source)
> at com.sun.javafx.tk.Toolkit.lambda$runPulse$28(Toolkit.java:314)
> at com.sun.javafx.tk.Toolkit$$Lambda$134/26908315.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.tk.Toolkit.runPulse(Toolkit.java:313)
> at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:340)
> at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:451)
> at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:431)
> at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$363(QuantumToolkit.java:298)
> at com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$40/33541029.run(Unknown Source)
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.startCordovaSim(CordovaSimRunner.java:114)
> at org.jboss.tools.vpe.cordovasim.CordovaSimRunner.main(CordovaSimRunner.java:91)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-23634) cordovasim: Invalid character '\u0187' inFileWriter.js
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-23634?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-23634.
------------------------------
Resolution: Won't Do
> cordovasim: Invalid character '\u0187' inFileWriter.js
> ------------------------------------------------------
>
> Key: JBIDE-23634
> URL: https://issues.jboss.org/browse/JBIDE-23634
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Affects Versions: 4.4.2.Final
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.13.x
>
>
> Created from the forum question - https://developer.jboss.org/message/965770?et=watches.email.thread#965770
> {quote}
> I'm trying to run our hybrid app on the cordova sim but I'm getting the following error:
>
> !JavaScript ERROR: SyntaxError: Invalid character '\u0187' on line 2 for http://localhost:54938/plugins/cordova-plugin-file/www/FileWriter.js
> !JavaScript ERROR: Error: Module cordova-plugin-file.FileWriter does not exist. on line 1469 for http://localhost:54938/cordova.js
> !JavaScript LOG: deviceready has not fired after 5 seconds.
> !JavaScript LOG: Channel not fired: onPluginsReady
> !JavaScript LOG: Channel not fired: onCordovaReady
>
> I'm sure there is nothing wrong with the app because we can build it just fine using ionic build. I've Googled the error and they said that it is a bug on version 8. But I am now using version 10 of JBoss Developer. Does anyone knows how to fix this? Below is my environment:
>
> Thanks
>
> JBoss Developer Studio 10.1.0
> Eclipse Neon 1
> Cordova CLI: 6.4.0
> Ionic CLI Version: 2.1.12
> Ionic App Lib Version: 2.1.7
> ios-deploy version: Not installed
> ios-sim version: Not installed
> OS: Windows 7
> Node Version: v6.9.1
> Xcode version: Not installed
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-22955) NoStackTrace below CordovaSimLaunchParametersUtil.getCordovaEngineLocation (thrown in WPLibraryResolver.detectVersion)
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-22955?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-22955.
------------------------------
Resolution: Won't Do
> NoStackTrace below CordovaSimLaunchParametersUtil.getCordovaEngineLocation (thrown in WPLibraryResolver.detectVersion)
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22955
> URL: https://issues.jboss.org/browse/JBIDE-22955
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.13.x
>
>
> The following problem was reported via the automated error reporting:
> Message: Can not detect version. VERSION file C:\Users\dgates\.cordova\lib\wp8\cordova\3.6.0\VERSION is missing
> {noformat}
> com.ctrlflow.aer.NoStackTrace: This event was logged without a stack trace. A synthetic stack trace was hence inserted.
> at org.eclipse.thym.wp.core.WPLibraryResolver.detectVersion(WPLibraryResolver.java:111)
> at org.eclipse.thym.core.engine.HybridMobileLibraryResolver.init(HybridMobileLibraryResolver.java:37)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:245)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchForRuntimes(CordovaEngineProvider.java:233)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.initEngineList(CordovaEngineProvider.java:83)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.getAvailableEngines(CordovaEngineProvider.java:63)
> at org.eclipse.thym.core.engine.HybridMobileEngineManager.getActiveEngines(HybridMobileEngineManager.java:82)
> at org.eclipse.thym.core.HybridProject.getActiveEngines(HybridProject.java:163)
> at org.jboss.tools.cordovasim.eclipse.launch.CordovaSimLaunchParametersUtil.getCordovaEngineLocation(CordovaSimLaunchParametersUtil.java:204)
> at org.jboss.tools.cordovasim.eclipse.launch.internal.CordovaSimLauncher.launchCordovaSim(CordovaSimLauncher.java:79)
> at org.jboss.tools.cordovasim.eclipse.launch.internal.CordovaSimLaunchConfigurationDelegate.launch(CordovaSimLaunchConfigurationDelegate.java:25)
> 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.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.7.0.v20150330-2103 | 3.7.0.v20150330-2103 |
> | org.eclipse.debug.core | 3.10.0.v20150303-1130 | 3.10.0.v20150303-1130 |
> | org.eclipse.debug.ui | 3.11.101.v20160203-1230 | 3.11.101.v20160203-1230 |
> | org.eclipse.thym.core | 2.0.0.201603211426 | 2.0.0.201603211426 |
> | org.eclipse.thym.wp.core | 2.0.0.201603211426 | 2.0.0.201603211426 |
> | org.jboss.tools.cordovasim.eclipse | 3.7.1.Final-v20160331-0435-B86 | 3.7.1.Final-v20160331-0435-B86 |
> Operating Systems:
> | Windows | 6.1.0 | 6.1.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/5723aff6e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-22953) FileNotFoundException below CordovaPluginXmlUtil.getPluginsfromFiles (thrown in FileInputStream.open0)
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-22953?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-22953.
------------------------------
Resolution: Won't Do
> FileNotFoundException below CordovaPluginXmlUtil.getPluginsfromFiles (thrown in FileInputStream.open0)
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22953
> URL: https://issues.jboss.org/browse/JBIDE-22953
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.13.x
>
>
> The following problem was reported via the automated error reporting:
> Message: java.io.FileNotFoundException: C:\vso-tfs\CareTrail\StatChat\plugins\cordova-plugin-ionic-keyboard\plugin.xml (The system cannot find the file specified)
> {noformat}
> java.io.FileNotFoundException: C:\vso-tfs\CareTrail\StatChat\plugins\cordova-plugin-ionic-keyboard\plugin.xml (The system cannot find the file specified)
> at java.io.FileInputStream.open0(null:-2)
> at java.io.FileInputStream.open(null:-1)
> at java.io.FileInputStream.<init>(null:-1)
> at java.io.FileInputStream.<init>(null:-1)
> at sun.net.www.protocol.file.FileURLConnection.connect(null:-1)
> at sun.net.www.protocol.file.FileURLConnection.getInputStream(null:-1)
> at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(null:-1)
> at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(null:-1)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(null:-1)
> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(null:-1)
> at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(null:-1)
> at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(null:-1)
> at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(null:-1)
> at javax.xml.parsers.DocumentBuilder.parse(null:-1)
> at org.jboss.tools.cordovasim.eclipse.internal.util.CordovaPluginXmlUtil.getPluginsfromFiles(CordovaPluginXmlUtil.java:83)
> at org.jboss.tools.cordovasim.eclipse.servlet.internal.CordovaPluginJsServlet.doGet(CordovaPluginJsServlet.java:55)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:332)
> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
> at org.eclipse.jetty.server.Server.handle(Server.java:499)
> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
> at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
> at java.lang.Thread.run(null:-1)
> {noformat}
> Bundles:
> | javax.servlet | 3.1.0.v201410161800 | 3.1.0.v201410161800 |
> | javax.xml | 1.3.4.v201005080400 | 1.3.4.v201005080400 |
> | org.eclipse.jetty.io | 9.2.13.v20150730 | 9.2.13.v20150730 |
> | org.eclipse.jetty.rewrite | 9.2.13.v20150730 | 9.2.13.v20150730 |
> | org.eclipse.jetty.server | 9.2.13.v20150730 | 9.2.13.v20150730 |
> | org.eclipse.jetty.servlet | 9.2.13.v20150730 | 9.2.13.v20150730 |
> | org.eclipse.jetty.util | 9.2.13.v20150730 | 9.2.13.v20150730 |
> | org.jboss.tools.cordovasim.eclipse | 3.7.1.Final-v20160331-0435-B86 | 3.7.1.Final-v20160331-0435-B86 |
> Operating Systems:
> | Windows | 10.0.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/5772820ce4b03c6ed0...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-20584) CordovaSim doesn't talk to remote FH cloud app
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-20584?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-20584.
------------------------------
Resolution: Won't Do
> CordovaSim doesn't talk to remote FH cloud app
> ----------------------------------------------
>
> Key: JBIDE-20584
> URL: https://issues.jboss.org/browse/JBIDE-20584
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim, upstream
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Priority: Critical
> Labels: upstream
> Fix For: 4.13.x
>
> Attachments: remote.png
>
>
> I found several issue connected with CordovaSim FH & cordova.js >= 4.0.0:
> -1) Running against *local* FH cloud app fails with disabled proxy (need to use local by default)- (UPD: reported as a separated issue - JBIDE-20590)
> 2) Running against *remote* FH cloud app does not work with cordovasim at all (for remote proxy the error is the following):
> {code}
> XMLHttpRequest cannot load https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippo.... Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
> {code}
> -Literally, this cordova hello world app does not work against FH app preview (It used to work before)- (UPD: not a bug the app must be deployed firstly - JBIDE-20606)!remote.png|thumbnail!*strong text*
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-20912) Enable / Disable LiveReload settings have no effect for pages with already injected LiveReload.js
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-20912?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-20912.
------------------------------
Resolution: Won't Do
> Enable / Disable LiveReload settings have no effect for pages with already injected LiveReload.js
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20912
> URL: https://issues.jboss.org/browse/JBIDE-20912
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim, cordovasim
> Affects Versions: 4.3.0.CR2
> Environment: JBDS 9.0.0.GA-v20151002-2235-B124, Fedora 22 KDE 64 bit, Oracle Java 1.8
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.13.x
>
>
> 1. Import HTML 5 project from JBoss Central
> 2. Run it on server
> 3. Open Server view, expand running server, select HTML 5 project, click on context menu 'Show In' > 'Web Browser via LiveReolad Server'
> ASSERT: index.html page is opened in system web browser
> 4. Copy link with index.html from system web broweer to Browsersim
> ASSERT: LiveReload is enabled in BrowserSim context menu
> 5. Open index.html page in VPE, change content and save it
> ASSERT: Changes are rendered in BrowserSim and system web browser
> 6. Disable LiveReload in BrowserSim context menu
> 7. change content of index.html and save it
> ASSERT: Changes are rendered in system web browser
> ERROR: Changes are rendered in BrowserSim (CordovaSim)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (JBIDE-22952) 3rd party caused HIDDEN below CordovaSimLaunchParametersUtil.getCordovaEngineLocation
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-22952?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-22952.
------------------------------
Resolution: Won't Do
> 3rd party caused HIDDEN below CordovaSimLaunchParametersUtil.getCordovaEngineLocation
> -------------------------------------------------------------------------------------
>
> Key: JBIDE-22952
> URL: https://issues.jboss.org/browse/JBIDE-22952
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.13.x
>
>
> The following problem was reported via the automated error reporting:
> Message: An internal error occurred during: "Launching kitchensink-cordova".
> {noformat}
> HIDDEN: Numeric identifier MUST NOT contain leading zeroes
> at EXTERNAL.EXTERNAL(null:-1)
> at org.eclipse.thym.android.core.adt.AndroidLibraryResolver.initFiles(AndroidLibraryResolver.java:56)
> at org.eclipse.thym.android.core.adt.AndroidLibraryResolver.isLibraryConsistent(AndroidLibraryResolver.java:88)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:246)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchDir(CordovaEngineProvider.java:271)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.searchForRuntimes(CordovaEngineProvider.java:233)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.initEngineList(CordovaEngineProvider.java:83)
> at org.eclipse.thym.core.engine.internal.cordova.CordovaEngineProvider.getAvailableEngines(CordovaEngineProvider.java:63)
> at org.eclipse.thym.core.engine.HybridMobileEngineManager.defaultEngines(HybridMobileEngineManager.java:112)
> at org.eclipse.thym.core.engine.HybridMobileEngineManager.getActiveEngines(HybridMobileEngineManager.java:78)
> at org.eclipse.thym.core.HybridProject.getActiveEngines(HybridProject.java:163)
> at org.jboss.tools.cordovasim.eclipse.launch.CordovaSimLaunchParametersUtil.getCordovaEngineLocation(CordovaSimLaunchParametersUtil.java:204)
> at org.jboss.tools.cordovasim.eclipse.launch.internal.CordovaSimLauncher.launchCordovaSim(CordovaSimLauncher.java:79)
> at org.jboss.tools.cordovasim.eclipse.launch.internal.CordovaSimLaunchConfigurationDelegate.launch(CordovaSimLaunchConfigurationDelegate.java:25)
> 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.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.8.0.v20160509-0411 | 3.8.0.v20160509-0411 |
> | org.eclipse.debug.core | 3.10.100.v20160419-1720 | 3.10.100.v20160419-1720 |
> | org.eclipse.debug.ui | 3.11.200.v20160518-1858 | 3.11.200.v20160518-1858 |
> | org.eclipse.thym.android.core | 2.0.0.201605071736 | 2.0.0.201605071736 |
> | org.eclipse.thym.core | 2.0.0.201605071736 | 2.0.0.201605071736 |
> | org.jboss.tools.cordovasim.eclipse | 3.8.0.Final-v20160609-2302-B3 | 3.8.0.Final-v20160609-2302-B3 |
> Operating Systems:
> | MacOSX | 10.9.5 | 10.9.5 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57988311e4b0300861...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months