Skip to content

Instantly share code, notes, and snippets.

@dnebing
dnebing / dlfileentry_check.groovy
Created November 29, 2018 22:03
Update for DLFileEntry existence check.
import com.liferay.portal.kernel.service.GroupLocalServiceUtil
import com.liferay.portal.kernel.util.PortalUtil
import com.liferay.document.library.kernel.exception.NoSuchFileException
import com.liferay.document.library.kernel.service.DLFileEntryLocalServiceUtil;
import com.liferay.document.library.kernel.model.DLFileEntry;
import com.liferay.portal.kernel.util.StackTraceUtil
import java.io.File
long count = 0;
14:34:16,175 ERROR [localhost-startStop-1][PortletTracker:322] Portlet xxx from xxx_1.0.0 [43] failed to initialize
java.lang.NullPointerException
at com.liferay.portal.osgi.web.portlet.tracker.internal.PortletTracker$ServletContextServiceTrackerCustomizer.addingService(PortletTracker.java:1246)
at com.liferay.portal.osgi.web.portlet.tracker.internal.PortletTracker$ServletContextServiceTrackerCustomizer.addingService(PortletTracker.java:1229)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:318)
at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261)
@dnebing
dnebing / clone_portal_modules.sh
Created May 20, 2016 03:44
Shell script to clone the new portal modules. Works if you have "npm install -g gh" command. Be sure to edit for your own github id.
#!/bin/sh
# This shell script should allow a portal developer to clone and check out each of the
# separate portal projects.
GITHUB_ID=dnebing
LIFERAY_REPO_ROOT="https://github.com/liferay"
PERSONAL_REPO_ROOT="https://github.com/$GITHUB_ID"
REPOS="com-liferay-announcements com-liferay-application-list com-liferay-asset com-liferay-blogs com-liferay-bookmarks com-liferay-calendar com-liferay-comment com-liferay-configuration-admin com-liferay-contacts com-liferay-directory com-liferay-document-library com-liferay-dynamic-data-lists com-liferay-dynamic-data-mapping com-liferay-expando com-liferay-export-import com-liferay-flags com-liferay-frontend-css com-liferay-frontend-editor com-liferay-frontend-js com-liferay-frontend-taglib com-liferay-frontend-theme com-liferay-hello-soy com-liferay-hello-velocity com-liferay-hello-world com-liferay-iframe com-liferay-image-uploader com-liferay-invitation com-liferay-ip-geocoder com-liferay-item-selector com-liferay-journal com-liferay-layout com-liferay-license-mana