Articles

odules:ty:compileJavaWARNING

modules:ty:compileJava WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by worker.org.gradle.internal.reflect.JavaMethod (file:/Users/---/.gradle/caches/3.0/workerMain/gradle-worker.jar) to method java.lang.ClassLoader.getPackages() WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.reflect.JavaMethod WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

Liferay osgi

org.osgi.framework.BundleException : Could not resolve module: com.taw.ctrl [539]_   Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=9.0))"_ [Sanitized] at org.eclipse.osgi.container.Module.start( Module.java:429 ) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel( ModuleContainer.java:1582 ) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel( ModuleContainer.java:1562 ) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel( ModuleContainer.java:1533 ) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent( ModuleContainer.java:1476 ) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent( ModuleContainer.java:1 ) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent( EventManager.java:230 ) at org.eclipse.osgi.framework.eventmgr.EventManager$

Caused by: java.lang.IllegalArgumentException: Children: cycle detected:

Caused by: java.lang.IllegalArgumentException: Children: cycle detected: parent = BorderPane[id=borderPane, styleClass=root], node = BorderPane[id=borderPane, styleClass=root]

Caused by: java.lang.IllegalArgumentException: URI is not hierarchical

Caused by: java.lang.IllegalArgumentException: URI is not hierarchical

Java.lang.AssertionError: isSubtype DEFERRED

java.lang.AssertionError: isSubtype DEFERRED at com.sun.tools.javac.code.Types$4.visitType(Types.java:971) at com.sun.tools.javac.code.Types$4.visitType(Types.java:947) at com.sun.tools.javac.code.Type.accept(Type.java:214) at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4794) at com.sun.tools.javac.code.Types.isSubtype(Types.java:943) at com.sun.tools.javac.code.Types.isSubtypeUncheckedInternal(Types.java:869) at com.sun.tools.javac.code.Types.isSubtypeUnchecked(Types.java:855) at com.sun.tools.javac.code.Types.isConvertible(Types.java:477) at com.sun.tools.javac.comp.Check.assertConvertible(Check.java:1023) at com.sun.tools.javac.comp.Check.checkMethod(Check.java:979) at com.sun.tools.javac.comp.Attr.checkMethod(Attr.java:4279) at com.sun.tools.javac.comp.Attr.checkIdInternal(Attr.java:4025) at com.sun.tools.javac.comp.Attr.checkMethodIdInternal(Attr.java:3932) at com.sun.tools.javac.comp.Attr.checkMethodId(Attr.java:3911) at com.su
Error: [ INFO ] --- maven-jar-plugin:3.0.2:jar (default-jar) @ cars --- [ WARNING ] JAR will be empty - no content was marked for inclusion! Solution:

Failed to execute goal org.codehaus.mojo:exec-maven-plugin

Error  : Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (unpack-dependencies) on project carMaven: Command execution failed. Cannot run program "/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home/../bin/javafxpackager" (in directory "----"): error=2, No such file or directory -> [Help 1] To see the full stack trace of the errors, re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging. For more information about the errors and possible solutions, please read the following articles: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException solution : remove this part :            <plugin>                 <groupId>org.codehaus.mojo</groupId>                 <artifactId>exec-maven-plugin</artifactId>                 <version>1.2.1</version>                 <executions>                     <execution>