I recently installed Community Server 2007 on a windows 2000 server. It has ASP 2.0 installed. When I browse to the web page, I get a javaScript error: 'CallBackPager' is undefined. There are other JavaScript errors on the default page as well, like: 'Telligent_CallbackManager' is undefined. The application is also producing a large number of exceptions. The two exceptions I keep getting are:
CommunityServer.Components.CSException: Iterator Failed. Type CommunityServer.Components.SearchBarrel.SearchJob. Method IndexPosts. Reason Object reference not set to an instance of an object.
Iterator Failed. Type CommunityServer.Components.SearchBarrel.SearchJob. Method IndexPosts. Reason Object reference not set to an instance of an object.
AND
System.NullReferenceException: Object reference not set to an instance of an object. at CommunityServer.SearchTerms.CleanSearchTerms(String searchTerms) at CommunityServer.Components.SearchBarrel.SearchJob.Index(String contentToIndex, Hashtable words, WordLocation wordLocation, Int32 settingsID) at CommunityServer.Components.SearchBarrel.FileSearchJob.IndexPosts(Int32 setSize, Int32 settingsID) at CommunityServer.Components.SearchBarrel.SearchJob.IndexPosts(Int32 settingsID) at CommunityServer.Components.SiteSettingsManager.IterateSiteSettings(SiteSettingsListIterator iter) at CommunityServer.Components.SearchBarrel.SearchJob.Execute(XmlNode node) at Telligent.Tasks.Task.ExecuteTask()
Error occurred while running background task FilesIndexing
Any help would be appreciated
Got the same error message about the javascript... Seems javascript isn't loaded, but I have no idea where it's loaded from!
Dennis van der Stelt BloggingAbout.NET AdminOne Step Ahead : Class-A
Did you ever get this issure resolved? I did not solve it yet!
Oh right, sorry...
For me the problem was that .axd files weren't mapped in IIS to the aspnet_isapi.dll file of the .NET 2.0 Framework.
You can fix this very easily with aspnet_regiis.exe -i but then every website will be .NET 2.0 from that point on. I'm not really sure how you can just register the scriptmaps and stuff for a single website. I added the scriptmap manually on the server.
Thanks for the reply. That was my problem as well. To fix it in IIS, you open the virtual web site in the management console, click on "configuration" and change the mappings in there.
I have just checked my system and the ..axd files are already registered, anyone get any other ideas ?
Thanks
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com