Skip to content

Instantly share code, notes, and snippets.

java.lang.RuntimeException: java.util.ConcurrentModificationException
at com.sun.tools.javac.main.Main.compile(Main.java:559)
at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)
at com.liferay.portal.osgi.web.servlet.jsp.compiler.internal.JspCompiler.compile(JspCompiler.java:123)
at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:384)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:625)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
19:12:09,115 ERROR [ajp-apr-8010-exec-1][IncludeTag:128] Current URL / generates exception: java.lang.NullPointerException
java.lang.NullPointerException
at org.apache.jsp.control_005fmenu.page_jsp._jspService(page_jsp.java:189)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:377)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at com.liferay.portal.osgi.web.servlet.jsp.compiler.JspServlet.service(JspServlet.java:413)
[exec] :apps:foundation:frontend-editor:frontend-editor-alloyeditor-accessibility-web:transpileJSRunning 'build'...
[exec] Compiling soy
[exec] Failed to execute org.gradle.cache.internal.AsyncCacheAccessDecoratedCache$2@6937bb88.
[exec] org.gradle.api.UncheckedIOException: Could not add entry '/mnt/shrd/repos/liferay-portal-ee/modules/apps/foundation/frontend-theme/frontend-theme-admin/node_modules/liferay-theme-tasks/node_modules/liferay-plugin-node-tasks/node_modules/lodash/_baseDifference.js' to cache fileHashes.bin (/mnt/shrd/repos/liferay-portal-ee/.gradle/3.3/taskArtifacts/fileHashes.bin).
[exec] at org.gradle.cache.internal.btree.BTreePersistentIndexedCache.put(BTreePersistentIndexedCache.java:158)
[exec] at org.gradle.cache.internal.DefaultMultiProcessSafePersistentIndexedCache$2.run(DefaultMultiProcessSafePersistentIndexedCache.java:53)
[exec] at org.gradle.cache.internal.DefaultFileLockManager$DefaultFileLock.doWriteAction(DefaultFileLockManager.java:184)
05:42:03,960 ERROR [http-nio-8080-exec-4][PortletRequestDispatcherImpl:261] org.apache.jasper.JasperException: java.lang.NullPointerException
org.apache.jasper.JasperException: java.lang.NullPointerException
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:440)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:377)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at com.liferay.portal.osgi.web.servlet.jsp.compiler.JspServlet.service(JspServlet.java:403)
at com.liferay.portal.osgi.web.servlet.jsp.compiler.JspServlet.service(JspServlet.java:414)
at org.eclipse.equinox.http.servlet.internal.registration.EndpointRegistration.service(EndpointRegistration.java:153)
at org.eclipse.equinox.http.servlet.internal.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:50)
05:06:36,414 ERROR [http-nio-8080-exec-24][PortletRequestDispatcherImpl:261] org.apache.jasper.JasperException: javax.el.ELException: java.lang.IllegalArgumentException: Cannot convert components of type class java.lang.String to interface com.liferay.portal.kernel.model.BaseModel
org.apache.jasper.JasperException: javax.el.ELException: java.lang.IllegalArgumentException: Cannot convert components of type class java.lang.String to interface com.liferay.portal.kernel.model.BaseModel
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:440)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:377)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at com.liferay.portal.osgi.web.servlet.jsp.compiler.JspServlet.service(JspServlet.java:403)
at com.liferay.portal.osgi.web.servlet.jsp.compiler.JspServlet.service(JspServlet.java:414)
at org.eclipse.equinox.http.servlet.internal.registrat
@ethanbustad
ethanbustad / Frontend Message
Last active January 31, 2017 00:43
Result when starting up DXP for the first time on an upgraded database, and signing in
Internal Server Error
An error occurred while accessing the requested resource.
http://localhost:8080/web/guest/home?p_p_id=com_liferay_login_web_portlet_LoginPortlet&p_p_lifecycle=1&p_p_state=maximized&p_p_mode=view&_com_liferay_login_web_portlet_LoginPortlet_javax.portlet.action=%2Flogin%2Flogin&_com_liferay_login_web_portlet_LoginPortlet_mvcRenderCommandName=%2Flogin%2Flogin
jdbc.default.url=jdbc:mysql://localhost/testray_prod_2017-01-27?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.username=test
liferay.home=../../
jdbc.default.password=test
[exec]
[exec] FAILURE: Build failed with an exception.
[exec]
[exec] * What went wrong:
[exec] Could not add entry '/mnt/shrd/repos/liferay-portal-ee/modules/apps/foundation/frontend-theme/frontend-theme-user-profile/node_modules/es5-ext/test/string/#/hyphen-to-camel.js' to cache fileHashes.bin (/mnt/shrd/repos/liferay-portal-ee/.gradle/3.3/taskArtifacts/fileHashes.bin).
[exec] > java.io.IOException: Input/output error
[exec]
[exec] * Try:
[exec] Run with --info or --debug option to get more log output.
[exec]
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-rw-r--r-- 1 root root 3341 Apr 20 16:57 TESTS-cloud-10-0-18-16.lax.liferay.com_jenkins-test-portal-environment-debian7-tomcat8-mysql56-jdk7-firefox(ee-7.0.x)-AXIS_VARIABLE=PortalSmoke#Smoke,label_exp=debian7.mysql-4.xml
-rw-r--r-- 1 root root 3341 Apr 20 16:57 TESTS-cloud-10-0-18-20.lax.liferay.com_jenkins-test-portal-environment-debian8-tomcat8-mysql56-jdk7-firefox(ee-7.0.x)-AXIS_VARIABLE=PortalSmoke#Smoke,label_exp=debian8.mysql-4.xml
-rw-r--r-- 1 root root 3416 Apr 20 16:57 TESTS-cloud-10-0-18-26.lax.liferay.com_jenkins-test-portal-environment-orcllinux6-tomcat8-postgresql92-jdk7-firefox(ee-7.0.x)-AXIS_VARIABLE=PortalSmoke#Smoke,label_exp=orcllinux6.postgresql-4.xml
-rw-r--r-- 1 root root 3332 Apr 20 16:58 TESTS-cloud-10-0-18-38.lax.liferay.com_jenkins-test-portal-environment-suse11-tomcat8-mysql56-jdk7-firefox(ee-7.0.x)-AXIS_VARIABLE=PortalSmoke#Smoke,label_exp=suse11.mysql-4.xml
-rw-r--r-- 1 root root 3326 Apr 20 16:57 TESTS-cloud-10-0-18-46.lax.lif