This Question is Answered

1 "correct" answer available (10 pts) 1 "helpful" answer available (5 pts)
4 Replies Last post: Feb 27, 2008 10:05 AM by Todd Getz  
Todd Getz KeyContributor 2,568 posts since
Apr 2, 2007
Currently Being Moderated

Feb 4, 2008 9:11 AM

Repeating Java Error in logs

Openfire 3.4.4 on windows Server 2003, I get a continuous repeating error:

 

2008.01.31 09:40:41 org.jivesoftware.openfire.ldap.LdapGroupProvider.populateGroups(LdapGroupProvid er.java:682)

 

java.lang.NullPointerException

2008.01.31 09:40:41 org.jivesoftware.openfire.ldap.LdapGroupProvider.populateGroups(LdapGroupProvid er.java:682)

 

java.lang.NullPointerException

2008.01.31 09:41:16 org.jivesoftware.openfire.ldap.LdapGroupProvider.populateGroups(LdapGroupProvid er.java:682)

 

java.lang.NullPointerException

2008.01.31 09:43:15 org.jivesoftware.openfire.ldap.LdapGroupProvider.populateGroups(LdapGroupProvid er.java:682)

 

java.lang.NullPointerException

2008.01.31 09:56:32 org.jivesoftware.openfire.ldap.LdapGroupProvider.populateGroups(LdapGroupProvid er.java:682)

 

 

 

 

 

 

Any Ideas?

Cameron Moore Silver 296 posts since
Feb 15, 2005
Currently Being Moderated
Jan 31, 2008 11:13 AM in response to: Todd Getz
Re: Repeating Java Error in logs

 

An NPE is clearly a bug in my book.  Try to make some noice with Jive.  If you have access to JIRA, create a new issue.

 

 

If you want to dig into it yourself, look here around line 682 and see if you can figure out why it doesn't like your data.  My guess is that the NPE is happening inside the else statement that starts on line 664.  If you could provide more info, it would help.

 

 

the_craigster Bronze 5 posts since
Jan 15, 2008
Currently Being Moderated
Feb 27, 2008 9:55 AM in response to: Todd Getz
Re: Repeating Java Error in logs

 

I'm getting the same error. What signified a bad group, and how did find which one where bad?

 

 

 

 

Thanks,

 

 

Craig.

 

 

More Like This

  • Retrieving data ...