Message Boards

Error importing LDAP users and groups

Jana Hoffmann, modified 16 Years ago.

Error importing LDAP users and groups

Junior Member Posts: 30 Join Date: 10/26/07 Recent Posts
Hello guys,

I get the following error when I shutdown my Tomcat Apllicatioin Server 6.0. I don't see the problem, because the import of my users and groups from LDAP was fine.
Has anybody an idea what could be the problem?!

Thank you ver much.


05.11.2007 14:47:10 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
05.11.2007 14:47:11 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
05.11.2007 14:47:11 com.liferay.portal.kernel.log.Jdk14LogImpl error
SCHWERWIEGEND: Error importing LDAP users and groups
java.lang.NullPointerException
at org.apache.log4j.Category.isEnabledFor(Category.java:746)
at org.apache.commons.logging.impl.Log4JLogger.isTraceEnabled(Log4JLogger.java:327)
at net.sf.ehcache.store.MemoryStore.get(MemoryStore.java:134)
at net.sf.ehcache.Cache.searchInMemoryStore(Cache.java:898)
at net.sf.ehcache.Cache.get(Cache.java:733)
at net.sf.ehcache.Cache.get(Cache.java:710)
at com.liferay.portal.cache.PortalCacheImpl.get(PortalCacheImpl.java:45)
at com.liferay.portal.cache.MultiVMPoolImpl.get(MultiVMPoolImpl.java:92)
at com.liferay.portal.kernel.cache.MultiVMPoolUtil.get(MultiVMPoolUtil.java:59)
at com.liferay.portal.spring.hibernate.FinderCache._getResult(FinderCache.java:140)
at com.liferay.portal.spring.hibernate.FinderCache.getResult(FinderCache.java:77)
at com.liferay.portal.service.persistence.UserPersistenceImpl.fetchByC_EA(UserPersistenceImpl.java:1098)
at com.liferay.portal.service.persistence.UserPersistenceImpl.findByC_EA(UserPersistenceImpl.java:1067)
at com.liferay.portal.service.persistence.UserUtil.findByC_EA(UserUtil.java:294)
at com.liferay.portal.service.impl.UserLocalServiceImpl.getUserByEmailAddress(UserLocalServiceImpl.java:884)
at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy13.getUserByEmailAddress(Unknown Source)
at com.liferay.portal.service.UserLocalServiceUtil.getUserByEmailAddress(UserLocalServiceUtil.java:332)
at com.liferay.portal.security.ldap.PortalLDAPUtil._importUsersAndMembershipFromLDAPGroup(PortalLDAPUtil.java:784)
at com.liferay.portal.security.ldap.PortalLDAPUtil.importLDAPGroup(PortalLDAPUtil.java:385)
at com.liferay.portal.security.ldap.PortalLDAPUtil.importFromLDAP(PortalLDAPUtil.java:333)
at com.liferay.portal.security.ldap.PortalLDAPUtil.importFromLDAP(PortalLDAPUtil.java:283)
at com.liferay.portlet.admin.job.LDAPImportJob.execute(LDAPImportJob.java:68)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
05.11.2007 14:47:13 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080