You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jiří Kovalský (Jira)" <ji...@apache.org> on 2020/05/12 10:57:00 UTC

[jira] [Commented] (NETBEANS-4234) Maven JavaFX based project does not run due to nonvisible runtime

    [ https://issues.apache.org/jira/browse/NETBEANS-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105319#comment-17105319 ] 

Jiří Kovalský commented on NETBEANS-4234:
-----------------------------------------

Based on the fact that there is a workaround I don't think this issue meets criteria [1] for a {color:#ff8b00}BLOCKER{color} so I suggest that we lower priority of this bug to {color:#ff8b00}CRITICAL{color} and fix it in 12.1.

[1] [https://cwiki.apache.org/confluence/display/NETBEANS/Bug+Priority+Guidelines]

> Maven JavaFX based project does not run due to nonvisible runtime
> -----------------------------------------------------------------
>
>                 Key: NETBEANS-4234
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4234
>             Project: NetBeans
>          Issue Type: Bug
>          Components: javafx - Project
>    Affects Versions: 12.0, 11.2
>            Reporter: Ty Young
>            Priority: Blocker
>
> Attempting to run a Maven based JavaFX application, even if auto generated by Netbeans using the Maven based JavaFX template, results in a runtime error that runtime components could not be found:
>  
> Error: JavaFX runtime components are missing, and are required to run this application
>  Command execution failed.
>  org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
>  at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
>  at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
>  at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:764)
>  at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:711)
>  at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:289)
>  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
>  at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
>  at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
>  at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
>  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
>  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
>  at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
>  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>  at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>  at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>  at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
>  at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
>  at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
>  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
>  at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke (Method.java:564)
>  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
>  at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
>  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
>  at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists