I installed News Server, set the config files (allow anonymous users, ApplicationName is default "dev" everywhere) and run the service.
On first connecting from OE I get the following error message in log file:
2007-11-09 12:14:35,943 [8184] ERROR [ - Exception occurred in Server.CreateNewConnectionException: System.TypeInitializationExceptionMessage: The type initializer for 'CommunityServer.Components.MemberRoleProfileProvider' threw an exception.Source: CommunityServer.Components at CommunityServer.Components.User..ctor() at CommunityServer.Components.CommonDataProvider.PopulateUserFromIDataReader(IDataReader dr, Boolean isEditable, Boolean includeAudit) at CommunityServer.Components.CommonDataProvider.cs_PopulateUserFromIDataReader(IDataReader dr, Boolean isEditable) at CommunityServer.Data.SqlCommonDataProvider.GetUser(Int32 userID, String username, Boolean isOnline, Boolean isEditable, String lastAction) at CommunityServer.Users.GetUserFromDataProvider(Int32 userID, String username, Boolean isOnline, Boolean isEditable, String lastAction) at CommunityServer.Users.GetUser(Int32 userID, String username, Boolean isOnline, Boolean isCacheable, Boolean fromCache) at CommunityServer.Users.GetAnonymousUser() at CommunityServer.NntpServer.Components.NntpContext..ctor(Int32 connectionId, SocketProvider client, String serverHost, String defaultApplicationName) at CommunityServer.NntpServer.Components.Server.?(SocketProvider )
Nested Exception
Exception: System.ExceptionMessage: MemberUserRoleProvider Provider Type CommunityServer.ASPNet20MemberRole.CSMemberRoleProfileProvider, CommunityServer.ASPNet20MemberRole could not be loadedSource: CommunityServer.Components at CommunityServer.Components.MemberRoleProfileProvider..cctor()
NNTP connections over 119 port working, CS is 2007, NNTP SQL scripts are succesfully runed and nntp schema and procedures are in the CS database. The connection string is ok because if I change it then I get the "cannot connect do DB" message.
Is it something with a version of CS procedures or something like that (GetUser)?
Regards,Dobriša
live.mscommunity.net
Hi,
I got the same error using CS2007.1.
Did you ever got an solution for this?
kind regards
Joerg
Hi Joerg!
I have't got a time last week to deal with this problem... and so it's still unsovled :(
We had posted an update to the NNTP server yesterday. I knew there was a forum post about the issue, though wasn't able to find it when we posted the update.
You can get the latest version here: http://get.communityserver.org/download/nntp/
Dear Ken,
the one problem is now solved but there are now some others:
1) When you use Outlook Express and try to download the posting for reading nothing happens. Error Message: 2007-12-11 18:28:24,785 [22204] ERROR [ - Exception occurred in Server.ThreadPool_WaitCallback Exception: CommunityServer.Components.CSException Message: <p>The type initializer for 'CommunityServer.Components.ApplicationSet' threw an exception.</p><p>CommunityServer.RollerBlogs.Components.RollerApplication, CommunityServer.RollerBlogs</p> Source: CommunityServer.Components at CommunityServer.Components.SiteUrls.Instance() at CommunityServer.Components.ApplicationUrls.FormatUrl(String name, Object[ parameters) at CommunityServer.Discussions.Components.ForumUrls.PostPermaLink(Int32 threadID, Int32 postID) at CommunityServer.NntpServer.Components.NntpForumPosts.ConvertPostToMessage(ForumPost post, NntpContext context, Boolean headersOnly) at CommunityServer.NntpServer.Components.CommandProcessor.?(NntpContext , String[ ) at CommunityServer.NntpServer.Components.CommandProcessor.ProcessCommand(NntpContext context, String command) at CommunityServer.NntpServer.Components.Server.?(Object ) Nested Exception Exception: System.TypeInitializationException Message: The type initializer for 'CommunityServer.Components.ApplicationSet' threw an exception. Source: CommunityServer.Components at CommunityServer.Components.NavigationUrls.GetUrls(XmlNode nav, UrlsData urlData) at CommunityServer.Components.SiteUrls.Instance() Nested Exception Exception: System.Exception Message: CommunityServer.RollerBlogs.Components.RollerApplication, CommunityServer.RollerBlogs Source: CommunityServer.Components at CommunityServer.Components.ApplicationSet..cctor()
Solution: There is still another DLL missing: CommunityServer.RollerBlogs.DLL Copy CommunityServer.RollerBlogs.DLL from .....\Telligent\Community Server 2007\Web\bin to ...\Telligent\Community Server News Gateway.
2) When you try to post an article with Outlook Express you will get an error with OE. In the Log you will find the following error:
2007-12-12 22:09:38,808 [23244] ERROR [ - Exception occurred in Server.ThreadPool_WaitCallbackException: System.TypeInitializationExceptionMessage: The type initializer for 'CommunityServer.Discussions.Components.ForumEmailsProvider' threw an exception.Source: CommunityServer.Discussions at CommunityServer.Discussions.Components.Posts.AddPost(ForumPost post, User postAuthor) at CommunityServer.NntpServer.Components.NntpForumPosts.AddPost(NntpContext context, Forum forum, MimeMessage message, ArrayList attachments) at CommunityServer.NntpServer.Components.CommandProcessor.?(NntpContext ) at CommunityServer.NntpServer.Components.CommandProcessor.ProcessCommand(NntpContext context, String command) at CommunityServer.NntpServer.Components.Server.?(Object ) Nested Exception Exception: CommunityServer.Components.CSExceptionMessage: Unable to load ForumEmailsProviderSource: CommunityServer.Discussions at CommunityServer.Discussions.Components.ForumEmailsProvider.ProviderException(String providerName) at CommunityServer.Discussions.Components.ForumEmailsProvider.CreateDefaultCommonProvider()
2007-12-12 22:09:38,808 [23244] ERROR [ - Exception occurred in Server.ThreadPool_WaitCallbackException: System.TypeInitializationExceptionMessage: The type initializer for 'CommunityServer.Discussions.Components.ForumEmailsProvider' threw an exception.Source: CommunityServer.Discussions at CommunityServer.Discussions.Components.Posts.AddPost(ForumPost post, User postAuthor) at CommunityServer.NntpServer.Components.NntpForumPosts.AddPost(NntpContext context, Forum forum, MimeMessage message, ArrayList attachments) at CommunityServer.NntpServer.Components.CommandProcessor.?(NntpContext ) at CommunityServer.NntpServer.Components.CommandProcessor.ProcessCommand(NntpContext context, String command) at CommunityServer.NntpServer.Components.Server.?(Object )
Exception: CommunityServer.Components.CSExceptionMessage: Unable to load ForumEmailsProviderSource: CommunityServer.Discussions at CommunityServer.Discussions.Components.ForumEmailsProvider.ProviderException(String providerName) at CommunityServer.Discussions.Components.ForumEmailsProvider.CreateDefaultCommonProvider()
How to solve that problem?
3) With Outlook Express you can also download the newsgroup descriptions. The gateway will give you strange characters there.
Hope that we got the Gateway running.
My appologies. When I tested the MSI, I had it install over an existing install without realizing it, so I didn't notice that the MSI was missing a few files.
Please download again from the same URL above. Verified it has all of the DLLs.
Dear Ken!
Thanks a lot now it is working! Great!
I will test it this weekend.
The only think which should be also solved now is the newsgroup description.When you download the newsgroup list from a server you can also downloadthe newsgroup description. That doesn't work with the gateway.
Anyway... Thanks a lot!
Joerg,
The gateway doesn't support downloading the description.
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com