Error on first downloading the newsgroups from reader

rated by 0 users
Not Answered This post has 0 verified answers | 7 Replies | 3 Followers

dadamec
Not Ranked
2 Posts
Points 40
By: dadamec
Posted: Fri, Nov 9 2007 6:23 AM

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.CreateNewConnection
Exception: System.TypeInitializationException
Message: 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.Exception
Message: MemberUserRoleProvider Provider Type CommunityServer.ASPNet20MemberRole.CSMemberRoleProfileProvider, CommunityServer.ASPNet20MemberRole could not be loaded
Source: 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

Dobriša Adamec [mscommunity.net Country Leader] [INETA Country Leader for Croatia]
 
  • Post Points: 20 |

All Replies

JoergSzepan
Not Ranked
7 Posts
Points 95
By: JoergSzepan
Posted: Tue, Dec 4 2007 9:08 AM In reply to

Hi, 

I got the same error using CS2007.1.

Did you ever got an solution for this?

kind regards

Joerg

 
  • Filed under: |
  • Post Points: 20 |
dadamec
Not Ranked
2 Posts
Points 40
By: dadamec
Posted: Tue, Dec 11 2007 9:32 AM In reply to

Hi Joerg!

I have't got a time last week to deal with this problem... and so it's still unsovled :(

 Regards,
Dobriša

Dobriša Adamec [mscommunity.net Country Leader] [INETA Country Leader for Croatia]
 
  • Post Points: 20 |
Ken Robertson
Top 10 Contributor
5,184 Posts
Points 47,485
CS Developers
By: Ken Robertson
Posted: Wed, Dec 12 2007 3:28 PM In reply to

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/ 

 
  • Post Points: 20 |
JoergSzepan
Not Ranked
7 Posts
Points 95
By: JoergSzepan
Posted: Wed, Dec 12 2007 4:31 PM In reply to

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_WaitCallback
Exception: System.TypeInitializationException
Message: 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.CSException
Message: Unable to load ForumEmailsProvider
Source: 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.

Joerg

 
  • Filed under: |
  • Post Points: 20 |
Ken Robertson
Top 10 Contributor
5,184 Posts
Points 47,485
CS Developers
By: Ken Robertson
Posted: Thu, Dec 13 2007 2:53 PM In reply to

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. 

 
  • Post Points: 20 |
JoergSzepan
Not Ranked
7 Posts
Points 95
By: JoergSzepan
Posted: Fri, Dec 14 2007 10:40 AM In reply to

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 download
the newsgroup description. That doesn't work with the gateway.

Anyway... Thanks a lot!

Joerg

 
  • Filed under: |
  • Post Points: 20 |
Ken Robertson
Top 10 Contributor
5,184 Posts
Points 47,485
CS Developers
By: Ken Robertson
Posted: Tue, Dec 18 2007 7:23 PM In reply to

Joerg,

The gateway doesn't support downloading the description. 

 
  • Post Points: 5 |
Page 1 of 1 (8 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com