[
https://issues.apache.org/jira/browse/IGNITE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653607#comment-14653607
]
tc_commenter commented on IGNITE-799:
-------------------------------------
There was triggered next test builds for last attached patch-file:
01. http://204.14.53.152/viewQueued.html?itemId=93475 - -> Run All
02. http://204.14.53.152/viewQueued.html?itemId=93476 - Ignite AOP
03. http://204.14.53.152/viewQueued.html?itemId=93477 - Ignite AWS
04. http://204.14.53.152/viewQueued.html?itemId=93478 - Ignite Basic
05. http://204.14.53.152/viewQueued.html?itemId=93479 - Ignite Cache
06. http://204.14.53.152/viewQueued.html?itemId=93480 - Ignite Cache 2
07. http://204.14.53.152/viewQueued.html?itemId=93481 - Ignite Cache 3
08. http://204.14.53.152/viewQueued.html?itemId=93482 - Ignite Cache 4
09. http://204.14.53.152/viewQueued.html?itemId=93483 - Ignite Cache Expiry
Policy
10. http://204.14.53.152/viewQueued.html?itemId=93484 - Ignite Cache Failover
11. http://204.14.53.152/viewQueued.html?itemId=93485 - Ignite Cache Failover
Multi JVM
12. http://204.14.53.152/viewQueued.html?itemId=93486 - Ignite Cache Failover2
13. http://204.14.53.152/viewQueued.html?itemId=93487 - Ignite Cache Full API
14. http://204.14.53.152/viewQueued.html?itemId=93488 - Ignite Cache Full API
Multi JVM
15. http://204.14.53.152/viewQueued.html?itemId=93489 - Ignite Cache Restarts
16. http://204.14.53.152/viewQueued.html?itemId=93490 - Ignite Cache Tx Recovery
17. http://204.14.53.152/viewQueued.html?itemId=93491 - Ignite Cloud
18. http://204.14.53.152/viewQueued.html?itemId=93492 - Ignite Compute Grid
19. http://204.14.53.152/viewQueued.html?itemId=93493 - Ignite Data Strucutures
20. http://204.14.53.152/viewQueued.html?itemId=93494 - Ignite Examples
21. http://204.14.53.152/viewQueued.html?itemId=93495 - Ignite GCE
22. http://204.14.53.152/viewQueued.html?itemId=93496 - Ignite Geospacial
Indexing
23. http://204.14.53.152/viewQueued.html?itemId=93497 - Ignite H2 Indexing
24. http://204.14.53.152/viewQueued.html?itemId=93498 - Ignite Hadoop
25. http://204.14.53.152/viewQueued.html?itemId=93499 - Ignite Hibernate
26. http://204.14.53.152/viewQueued.html?itemId=93500 - Ignite IGFS
27. http://204.14.53.152/viewQueued.html?itemId=93501 - Ignite IGFS Examples
28. http://204.14.53.152/viewQueued.html?itemId=93502 - Ignite IGFS Linux and
MacOS
29. http://204.14.53.152/viewQueued.html?itemId=93503 - Ignite Java Client
30. http://204.14.53.152/viewQueued.html?itemId=93504 - Ignite JDBC Driver
31. http://204.14.53.152/viewQueued.html?itemId=93505 - Ignite JTA
32. http://204.14.53.152/viewQueued.html?itemId=93506 - Ignite Logging
33. http://204.14.53.152/viewQueued.html?itemId=93507 - Ignite Queries
34. http://204.14.53.152/viewQueued.html?itemId=93508 - Ignite Scalar Examples
35. http://204.14.53.152/viewQueued.html?itemId=93509 - Ignite SPI
36. http://204.14.53.152/viewQueued.html?itemId=93510 - Ignite Spring
37. http://204.14.53.152/viewQueued.html?itemId=93511 - Ignite Start Nodes
38. http://204.14.53.152/viewQueued.html?itemId=93512 - Ignite URI Deploy SPI
39. http://204.14.53.152/viewQueued.html?itemId=93513 - Ignite Visor Console
40. http://204.14.53.152/viewQueued.html?itemId=93514 - Ignite WebSessions
41. http://204.14.53.152/viewQueued.html?itemId=93515 - JCache TCK
> Schema import script gets "Desktop API is not supported on the current
> platform" exception for Ubuntu OS
> --------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-799
> URL: https://issues.apache.org/jira/browse/IGNITE-799
> Project: Ignite
> Issue Type: Bug
> Affects Versions: sprint-4
> Environment: Ubuntu 14.04, Ignite fabric-1.0.3-QASK2401 build #53
> (http://94.72.60.102/viewLog.html?buildId=433416&tab=artifacts&buildTypeId=IgniteBuildsAndUploads_UploadIgniteGridGainMvnSiteOnDemandToGg)
> Reporter: Vasilisa Sidorova
> Assignee: Alexey Kuznetsov
> Priority: Minor
> Fix For: ignite-1.5
>
> Attachments:
> #_IGNITE-799_Suggestion_to_install_additional_library.patch,
> ignite-799-libgnome.png
>
>
> ---------------------------------------------
> STEPS FOR REPRODUCE
> ---------------------------------------------
> 1. Run ignite-schema-import.sh from product bin directory
> 2. Choose connection to DB
> 3. Choose tables
> 4. Press "Generate" button
> 5. Choose answer "Yes" for question "Reveal output folder in system default
> file browser?"
> ---------------------------------------------
> ACTUAL RESULT
> ---------------------------------------------
> There is exception in the script's console:
> {noformat}
> Exception in runnable
> java.lang.UnsupportedOperationException: Desktop API is not supported on the
> current platform
> at java.awt.Desktop.getDesktop(Desktop.java:144)
> at
> org.apache.ignite.schema.ui.SchemaImportApp$3.succeeded(SchemaImportApp.java:512)
> at javafx.concurrent.Task.setState(Task.java:639)
> at javafx.concurrent.Task$TaskCallable$2.run(Task.java:1271)
> at
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:182)
> at
> com.sun.javafx.application.PlatformImpl$4$1.run(PlatformImpl.java:179)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:179)
> at
> com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
> at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
> at com.sun.glass.ui.gtk.GtkApplication$3$1.run(GtkApplication.java:89)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> All data are generated correctly
> ---------------------------------------------
> EXPECTED RESULT
> ---------------------------------------------
> Undefined. May be it should be modal window with error message instead
> exception in the console.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)