Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
How to resolve Bundle Exception
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)