URL Scraper Problem

Hi

I running iPlanet Portal SP3a and have encountered an error when trying to usr URL Scraper. I receive the following error:

"Error: An error occurred while creating the channel. Consult the iwtAdmin debugging files for more information and seek technical assistance. "

Here's the debug info:

"ERROR: ChannelWizard

com.iplanet.portalserver.profile.ProfileException: Invalid attribute or privilege name"

Thanks in Advance,

Craig

craig@isi.edu

[508 byte] By [craig@isi.edu] at [2007-11-25 8:26:06]
# 1
Is there another error in the debug file following the one you mention?
Stephen_Szalla at 2007-7-1 14:50:51 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Yes. Here's the complete message in iwtAdmin log file:

10/24/02 3:32:00 PM PDT: Thread[Thread-2743,5,main]

ERROR: ChannelWizard

com.iplanet.portalserver.profile.ProfileException: Invalid attribute or privilege name

at java.lang.Throwable.fillInStackTrace(Native Method)

at java.lang.Throwable.fillInStackTrace(Compiled Code)

at com.iplanet.portalserver.profile.ProfileException.<init>(Compiled Code)

at com.iplanet.portalserver.profile.ProfileUtils.getProfileResponse(Compiled Code)

at com.iplanet.portalserver.profile.Profile.store(Compiled Code)

at com.iplanet.portalserver.admin.modules.chwizard.ChannelWizard.makeFinishPage(Co mpiled Code)

at com.iplanet.portalserver.admin.modules.chwizard.ChannelWizard.getData(Compiled Code)

at com.iplanet.portalserver.admin.servlet.AdminCon.doGetData(Compiled Code)

at com.iplanet.portalserver.admin.servlet.AdminCon.doGetPost(Compiled Code)

at com.iplanet.portalserver.admin.servlet.AdminCon.doPost(Compiled Code)

at javax.servlet.http.HttpServlet.service(Compiled Code)

at javax.servlet.http.HttpServlet.service(Compiled Code)

at com.netscape.server.http.servlet.NSServletRunner.Service(Compiled Code)

10/24/02 3:32:00 PM PDT: Thread[Thread-2743,5,main]

ERROR: ChannelWizard.getData:

ChannelWizard: <font color=red>Error: An error occurred while creating the channel. Consult the iwtAdmin debugging files for

more information and seek technical assistance.</font>

at java.lang.Throwable.fillInStackTrace(Native Method)

at java.lang.Throwable.fillInStackTrace(Compiled Code)

at java.lang.Throwable.<init>(Compiled Code)

at java.lang.Exception.<init>(Compiled Code)

at com.iplanet.portalserver.admin.servlet.AdminException.<init>(Compiled Code)

Thanks again

Craig

craig@isi.edu at 2007-7-1 14:50:51 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Check the ldap server to see if the attributes have been converted to lower case. If it is then, take a look at this link for the workaround http://knowledgebase.iplanet.com/ikb/kb/articles/4827.html
Karthik_Krishnamoorthy at 2007-7-1 14:50:51 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4
Fixed.It wasn't a ldap issue, but a java problem. We installedan application server which upgraded java. Once I re-linked/usr/java to point to /usr/java1.2 the channel scraping errordisappeared.Thanks for all the help,Craig
craig@isi.edu at 2007-7-1 14:50:51 > top of Java-index,Web & Directory Servers,Portal Servers...