Issue getting Open Social gadget to work

I get an error opening up an email from the Open Social demos. I have setup the gadget and given permissions (approval), etc.

I have the trace files available. How would I figure out what is wrong?

thanks,

Howard

Subject: This document will help you

Hi Howard,
See this document for making sure you have configured things correctly and the troubleshooting section will help errors that your might encounter

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/IBM_Domino_9.0_Social_Edition_OpenSocial_Deployment_Cookbook http://www-10.lotus.com/ldd/dominowiki.nsf/dx/IBM_Domino_9.0_Social_Edition_OpenSocial_Deployment_Cookbook

Subject: thanks, I think I got it working

My test domain has no internet domains defined so I can not send it internet emails. So, I was copying and pasting an email from Open Social into the mail file. I found the error and it said something about email address was not found:

opensocial.container.CommonContainer
createSecurityToken

Exception in IdUtil.
NotesException: Item or Match not found
at lotus.domino.local.DirectoryNavigator.NgetFirstItemValue(Native Method)
at lotus.domino.local.DirectoryNavigator.getFirstItemValue(Unknown Source)
at com.ibm.fiesta.commons.DefaultEmailAddressProvider.getPrimaryEmailAddress(Unknown Source)
at com.ibm.fiesta.notes.security.NotesEmailAddressProvider.getPrimaryEmailAddress(Unknown Source)
at com.ibm.fiesta.commons.DefaultEmailAddressProvider.getPrimaryEmailAddress(Unknown Source)
at com.ibm.fiesta.commons.IdUtil.getShindigId(Unknown Source)
at com.ibm.rcp.opensocial.container.CommonContainer$21.runInNotesThread(Unknown Source)
at com.ibm.notes.java.api.util.NotesSessionJob.runIt(Unknown Source)
at com.ibm.notes.java.api.util.NotesSessionJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)

I changed the SendTo field of the email in the inbox and also added the email address in the Internet Address field of the person document. That seemed to get it to work.

How does the OpenSocial setup use the email address in the SendTo field? Does it check each recipient against the SendTo field for something?

thanks

Howard

Subject: Adding the internet address is what fixed it

See http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Troubleshooting_OSC90#Exception+in+IdUtil http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Troubleshooting_OSC90#Exception+in+IdUtil

The OpenSocial Component relies on the internet address to generate a valid OpenSocial ID for the current user. It tries to get this from the local NAB but will get it from the Domino Directory in the person document if it can’t find it locally.

Best regards,
-Stanton

Subject: Where in the local nab and what is it looking up?

Stanton, thanks,

Is it looking up the value in the SendTo field of the received email?

And, where would it look in the local NAB?

thanks,

Howard