Planned maintenance is scheduled for the week of June 15th - the exact date and time will be announced soon.
See More Details
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
Unresolved requirement: Import-Package: org.joda.time
Currently trying to deploy one of the module project. I have updated the dependancies in build.gradle file.
But when I'm deploying the jar for the same app, shows processing on the server console.
When checked through gogo shell command, got the error as:
Unresolved requirement: Import-Package: org.joda.time
Can anyone help me please to resolve the issue and deploy the app jar.
But when I'm deploying the jar for the same app, shows processing on the server console.
When checked through gogo shell command, got the error as:
Unresolved requirement: Import-Package: org.joda.time
Can anyone help me please to resolve the issue and deploy the app jar.
Attachments:
Hi, Thanks for the support.
I referred the blog and tried the 2nd option and enter the below line in the build.gradle as:
runtime group: 'joda-time', name: 'joda-time', version: '2.9.4'
But still getting the same error when build and deployed the module.
Basically I already created the module and joda-time is the dependent jar for the same module.
Can you please suggest me if I would have missed out anything?
I referred the blog and tried the 2nd option and enter the below line in the build.gradle as:
runtime group: 'joda-time', name: 'joda-time', version: '2.9.4'
But still getting the same error when build and deployed the module.
Basically I already created the module and joda-time is the dependent jar for the same module.
Can you please suggest me if I would have missed out anything?
Hi,
Now I'm able to start that module but getting the below error as:
java.lang.ClassNotFoundException: com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet cannot be found by <module name>
Can anyone please help me to resolve this issue????
Below is the more line for the error:
10:34:41,719 ERROR [Refresh Thread: Equinox Container: f0232a5b-04c9-0017-1c87-db70c4eb7b73][mrmwrsecurity:97] BundleComponentActivator : Bundle [647] Unexpected failure enabling component holder com.iton.mrmwr.security.portlets.LoginPortlet
java.lang.NoClassDefFoundError: com/liferay/portal/kernel/portlet/bridges/mvc/MVCPortlet
Now I'm able to start that module but getting the below error as:
java.lang.ClassNotFoundException: com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet cannot be found by <module name>
Can anyone please help me to resolve this issue????
Below is the more line for the error:
10:34:41,719 ERROR [Refresh Thread: Equinox Container: f0232a5b-04c9-0017-1c87-db70c4eb7b73][mrmwrsecurity:97] BundleComponentActivator : Bundle [647] Unexpected failure enabling component holder com.iton.mrmwr.security.portlets.LoginPortlet
java.lang.NoClassDefFoundError: com/liferay/portal/kernel/portlet/bridges/mvc/MVCPortlet
Community
Company
Feedback