【发布时间】:2012-10-25 13:52:10
【问题描述】:
我正在使用 openAM 在 Liferay 上配置 openSSO,在我更改了 Liferay 后端和 portal-ext.properties 中的所有内容后,我在控制台中收到此错误
Exception in thread "liferay/scheduler_dispatch-215" java.lang.NoClassDefFoundError: Could not initialize class com.liferay.portal.kernel.util.InetAddressUtil$LocalHostNameHolder
at com.liferay.portal.kernel.util.InetAddressUtil.getLocalHostName(InetAddressUtil.java:32)
at com.liferay.portal.kernel.scheduler.SchedulerEngineUtil._auditSchedulerJobs(SchedulerEngineUtil.java:455)
at com.liferay.portal.kernel.scheduler.SchedulerEngineUtil.auditSchedulerJobs(SchedulerEngineUtil.java:92)
at com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListenerWrapper.receive(SchedulerEventMessageListenerWrapper.java:103)
at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:63)
at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:114)
at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:671)
at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:582)
at java.lang.Thread.run(Thread.java:680)
谁能告诉我这是什么问题或问题?
我正在使用 openAM 10 和 Liferay 6.1.20ee
【问题讨论】:
-
您找到解决方案了吗?我有同样的例外,没有进一步的线索。
-
当我的 eth0 上没有定义 inet addr 时,我遇到了同样的问题。插入互联网电缆时,它会启动...
标签: java liferay single-sign-on openam opensso