Message Boards

How to resolve Bundle Exception

Anu Narayanan, modified 3 Years ago.

How to resolve Bundle Exception

Junior Member Posts: 50 Join Date: 4/24/15 Recent Posts

How do I resolve the bundle exception? I am new to gradle. I am seeing this exception on the console and the jar file is is showing a red mark on the server.

org.osgi.framework.BundleException: Could not resolve module: com.liferay.waterdevelopment.ffc.service [3729]_  Unresolved requirement: Import-Package: com.liferay.util.dao.orm_ [Sanitized]
    at org.eclipse.osgi.container.Module.start(Module.java:444)
    at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:428)
    at com.liferay.portal.file.install.internal.DirectoryWatcher._startBundle(DirectoryWatcher.java:1097)
    at com.liferay.portal.file.install.internal.DirectoryWatcher._startBundles(DirectoryWatcher.java:1130)
    at com.liferay.portal.file.install.internal.DirectoryWatcher._startAllBundles(DirectoryWatcher.java:1075)
    at com.liferay.portal.file.install.internal.DirectoryWatcher._process(DirectoryWatcher.java:987)
    at com.liferay.portal.file.install.internal.DirectoryWatcher.run(DirectoryWatcher.java:282)