Skip to content

Instantly share code, notes, and snippets.

@ethanbustad
Created August 24, 2017 23:55
Show Gist options
  • Save ethanbustad/1e330f70ec470c145ac7fb4921bcfc87 to your computer and use it in GitHub Desktop.
Save ethanbustad/1e330f70ec470c145ac7fb4921bcfc87 to your computer and use it in GitHub Desktop.
ethan@ethan-M3800:/links/testray/osb-testray-taglib(7.0.x-private)$ gw clean generateJSPJava
Unable to configure styled parent theme
Unable to configure unstyled parent theme
:private:apps:osb-testray:osb-testray-taglib:cleanBuildCSS UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanCompileJSP
:private:apps:osb-testray:osb-testray-taglib:cleanCompileJava
:private:apps:osb-testray:osb-testray-taglib:cleanCompileTestIntegrationJava UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanCompileTestJava UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanCopyLibs UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanCopyTLDDocResources UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanDownloadNode UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanEclipseJdt UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanFindbugsMain UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanFindbugsTest UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanFindbugsTestIntegration UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanGenerateJSPJava
:private:apps:osb-testray:osb-testray-taglib:cleanJar
:private:apps:osb-testray:osb-testray-taglib:cleanJarJSP UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanJarJavadoc UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanJarSources UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanJarTLDDoc UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanJavadoc UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanMergeArtifactsPublishCommands UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanPmdMain UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanPmdTest UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanPmdTestIntegration UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanProcessResources UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanProcessTestIntegrationResources UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanProcessTestResources UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanTest UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanTestIntegration UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanTlddoc UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanTranspileJS UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:cleanWriteFindBugsProject UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:clean
:private:apps:osb-testray:osb-testray-taglib:compileJava
:private:apps:osb-testray:osb-testray-taglib:buildCSS UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:processResources
:private:apps:osb-testray:osb-testray-taglib:transpileJS SKIPPED
:private:apps:osb-testray:osb-testray-taglib:configJSModules SKIPPED
:private:apps:osb-testray:osb-testray-taglib:copyLibs SKIPPED
:private:apps:osb-testray:osb-testray-taglib:replaceSoyTranslation UP-TO-DATE
:private:apps:osb-testray:osb-testray-taglib:wrapSoyAlloyTemplate SKIPPED
:private:apps:osb-testray:osb-testray-taglib:classes
:private:apps:osb-testray:osb-testray-taglib:jar
:private:apps:osb-testray:osb-testray-taglib:unzipJar
:private:apps:osb-testray:osb-testray-taglib:generateJSPJava
Compiling JSP files of project ':private:apps:osb-testray:osb-testray-taglib' with /mnt/shrd/data/app-servers/EE/7.0.x/tomcat-8.0.32/webapps/ROOT/WEB-INF/lib/util-taglib.jar as dependency in place of 'com.liferay.portal:com.liferay.util.taglib'
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.liferay.jasper.jspc.JspC.main(JspC.java:52)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.jasper.jspc.JspC._runWithClassPath(JspC.java:168)
at com.liferay.jasper.jspc.JspC.main(JspC.java:46)
Caused by: java.lang.NoSuchMethodError: javax.el.ExpressionFactory.newInstance()Ljavax/el/ExpressionFactory;
at org.apache.jasper.compiler.JspUtil.getExpressionFactory(JspUtil.java:1192)
at org.apache.jasper.compiler.JspUtil.validateExpressions(JspUtil.java:654)
at org.apache.jasper.compiler.Validator$ValidateVisitor.getJspAttribute(Validator.java:1366)
at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1142)
at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:859)
at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1502)
at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2297)
at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2347)
at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:879)
at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1502)
at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2297)
at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2347)
at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2353)
at org.apache.jasper.compiler.Node$Root.accept(Node.java:499)
at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2297)
at org.apache.jasper.compiler.Validator.validate(Validator.java:1890)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
at org.apache.jasper.JspC.processFile(JspC.java:1178)
at org.apache.jasper.JspC.execute(JspC.java:1345)
... 6 more
:private:apps:osb-testray:osb-testray-taglib:generateJSPJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':private:apps:osb-testray:osb-testray-taglib:generateJSPJava'.
> Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 8.754 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment