Forum Tools
Forums |  Register |  Login |  My Profile |  Inbox |  Address Book |  My Subscription |  My Forums 

Photo Gallery |  Member List |  Search |  Calendars |  FAQ |  TOS |  Disclaimer |  Ticket List |  Log Out | 
  Sponsor

RE: Bug Report

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [Feedback & Help] >> Feedback & Information >> RE: Bug Report
Jump to post #:
Page: <<   < prev  5 6 [7] 8 9   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: Bug Report - 7/1/2005 1:23:21 AM   
lofo


Posts: 1578
Status: offline
I know the time out was happening to DarcyJo last night, Wednesday.

I have noticed the long lag times. And yes it is in PM's and forums.
BeckeyZ commented today about the long lag times too.

You know something else really weird. I was reading a thread and went to the next page. A PM notice popped up. I clicked okay to go to the inbox. No PM. I really don't even know how that could happen. I did not go "back" or have any recent PM's in that time period.

_____________________________

May others see CHRIST in you!
Post #: 151
RE: Bug Report - 7/1/2005 1:10:07 PM   
Fritzpw_Admin


Posts: 7720
Joined: 2/28/2005
From: New Jersey
Status: offline
Keep the information coming... if it is happening only in CW it will help us to identify the problem.

_____________________________

Fritz
Senior Manager of Social Media
fritz@salemwebnetwork.com


Want to see my latest online project? Check out http://budurl.com/CWonFacebook
Post #: 152
RE: Bug Report - 7/1/2005 11:05:45 PM   
humbleinspirit


Posts: 17768
Joined: 4/13/2005
From: Just Outside of Boston
Status: offline
quote:

ORIGINAL: Kath

quote:

ORIGINAL: lofo

quote:

Server Error in '/' Application.
--------------------------------------------------------------------------------
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.


This is happening to me several 4-5 times a day just in the last 2-3 days. This frequency is annoying as I am losing posts and wasting time here.

quote:

Actually, I believe this is a bug related to users logging in through the Christianity.com login page.

Nope, I am logging in through Crosswalk forums. Several people in a chat thread just last night were having the same problem and they are from CW also.

Has the time allowed to post a reply been shortened recently? I'm losing posts that are short or long.

I have also noticed PM's are having a lot of lag between the time sent after clicking sending and the time to click the okay button that takes you back to your inbox.


I am logging in through FCN. I have had I don't know how many of those Server Error in '/' Application errors. It has just been the last two days. I thought it was just my isp or something, till I read in here. It happens when I click on a thread to read.

I am also having a long lag time between hitting enter and it actually posting, both in PMs and in forums. Some times it is fine and others it is really long.


When I get that, I hit the back button on my browser and try again, but I do not think that it has happened while making a post though.

_____________________________

Post #: 153
RE: Bug Report - 7/1/2005 11:42:46 PM   
Kath


Posts: 16935
Joined: 2/28/2005
Status: offline
quote:

I am logging in through FCN. I have had I don't know how many of those Server Error in '/' Application errors.


When I hit refresh, it does correct itself.
I never log in through cw or c.com
Post #: 154
RE: Bug Report - 7/2/2005 12:00:04 AM   
lofo


Posts: 1578
Status: offline
Kath, does it refresh back to your reply you just typed before you hit "okay."?
Or does it just lose the post?

_____________________________

May others see CHRIST in you!
Post #: 155
RE: Bug Report - 7/2/2005 2:43:17 AM   
Kath


Posts: 16935
Joined: 2/28/2005
Status: offline
I don't hit refresh when I lose my post, it is just lost. :(

I hit refresh when I try to go to the next thread I want to read, and it sits and sits, trying to load, then I get the system error. That is when I hit refresh.

sorry for the confusion :)
Post #: 156
RE: Bug Report - 7/2/2005 10:42:32 AM   
christsstar


Posts: 5162
Joined: 4/8/2005
Status: offline
when it times out when tyring to post, I hit back and it's usually there.

_____________________________

Christine

Avatar: "Now, why was I moving that lamp?"
Klutz Meets Pregnant Brain
Post #: 157
RE: Bug Report - 7/21/2005 8:58:33 PM   
shawke


Posts: 6534
Joined: 3/31/2005
Status: offline
On the My Forums page, when I select a subscribed thread with new messages, it will end up about a page behind, on messages I have already read. I log in on the FCN side.

It happens on most, not all, subscribed threads, which makes it extra strange.

This just started happening in the last couple of days.

< Message edited by shawke -- 7/21/2005 9:04:55 PM >
Post #: 158
RE: Bug Report - 7/22/2005 12:42:29 PM   
Darcyjo


Posts: 16328
Joined: 4/11/2005
From: Sunny NC!
Status: offline
Alright, the time outs are getting to be a PAIN!

I always log in through CW, and I'm timing out a couple of times a day now.....and it's GUARANTEED to happen when I try to post in my blog!

Thank goodness someone suggested I start copying my blog posts.....considering how long it takes for me to write some of them.

And am I the only one with reaaaaaaly long page loading times?

_____________________________

Who, me?....my blog!
Post #: 159
RE: Bug Report - 7/26/2005 4:12:59 PM   
Kath


Posts: 16935
Joined: 2/28/2005
Status: offline
Just got another violation error...
http://faithcommunitynetwork.com/m_1125/mpage_26/tm.htm#325775

Server Error in '/' Application.
Violation of PRIMARY KEY constraint 'sessionID'. Cannot insert duplicate key in object 'pgd_Session'. The statement has been terminated.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'sessionID'. Cannot insert duplicate key in object 'pgd_Session'. The statement has been terminated.

Source Error:

Line 32: cmd.Parameters.Add("@IP", Request.ServerVariables("REMOTE_ADDR"))
Line 33:
Line 34: cmd.ExecuteNonQuery()
Line 35:
Line 36: Dim isThereNewPM As Integer = CInt(cmd.Parameters("@isThereNewPM").Value)


Source File: E:\Replicated\National\Forums\js\globalSessionFunction.aspx Line: 34

Stack Trace:

[SqlException: Violation of PRIMARY KEY constraint 'sessionID'. Cannot insert duplicate key in object 'pgd_Session'.
The statement has been terminated.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +194
ASP.tm_aspx.InsertUpdateSession(String sessionID, Int32 mem, String login, String lastActivity, String whereAbout, Object appidQS, Object mQS) in E:\Replicated\National\Forums\js\globalSessionFunction.aspx:34
ASP.tm_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in E:\Replicated\National\Forums\session.aspx:127
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1984


Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Post #: 160
RE: Bug Report - 7/26/2005 4:23:12 PM   
AprilMtns


Posts: 670
Status: offline
Hi Kath!!!

That happened to me 3 times yesterday I didn't report it because I didn't know how to report it.

(No problems so far today.)
Post #: 161
RE: Bug Report - 7/27/2005 9:33:11 AM   
Fritzpw_Admin


Posts: 7720
Joined: 2/28/2005
From: New Jersey
Status: offline
quote:

ORIGINAL: AprilMtns

Hi Kath!!!

That happened to me 3 times yesterday I didn't report it because I didn't know how to report it.

(No problems so far today.)

Next time it happens report it in the thread titled, "Violation of PRIMARY KEY constraint Bug"

_____________________________

Fritz
Senior Manager of Social Media
fritz@salemwebnetwork.com


Want to see my latest online project? Check out http://budurl.com/CWonFacebook
Post #: 162
RE: Bug Report - 7/28/2005 2:09:48 PM   
miasma


Posts: 4120
Joined: 4/12/2005
Status: offline
It happened one day last week, yesterday, and again today.

On and off, I go to "My Forums," and it claims I haven't subscribed to anything.
Post #: 163
RE: Bug Report - 8/15/2005 1:33:03 PM   
Fritzpw_Admin


Posts: 7720
Joined: 2/28/2005
From: New Jersey
Status: offline
This is the bug report thread.

Please be sure to use this thread instead of starting new ones.

Thanks!

_____________________________

Fritz
Senior Manager of Social Media
fritz@salemwebnetwork.com


Want to see my latest online project? Check out http://budurl.com/CWonFacebook
Post #: 164
RE: Bug Report- Unable to post - 8/15/2005 2:34:16 PM   
DaveW


Posts: 4166
Joined: 4/12/2005
From: MD suburbs of Washington DC
Status: offline
I have recently (3-4 times in the last 2 weeks) run into a problem with posting a message. I will post and it will sit there for a minute or so and then go to an error page that it has timed out and is unable to post the message. The post/reply buttons are gone and so are the little icons to the left of the thread names in the forum lists. I have to completely exit FCN to get them to reappear. SOmething like this was happening previously when the system would suddenly log us out, except this time it shows that I am still logged in.

????????

I have used 2 different computers when this happens.
One is an XP (sp2) box using IE 6.0.29
The other is older running Win 2000 and Netscape 7.2
Both are logged in from faithcommunitynetwork.com.
Post #: 165
RE: Bug Report- Unable to post - 8/19/2005 11:52:31 AM   
shawke


Posts: 6534
Joined: 3/31/2005
Status: offline
The subscriptions list on the My Forums page is not updating. I will read subbed threads, click the My Forums link to come back and all the subs are still listed as having unread messages.

FCN/PC/XP/Firefox

_____________________________

It is better to trust in the Lord
Than to put confidence in man.
It is better to trust in the Lord
Than to put confidence in princes.

Psalm 118:8-9
Post #: 166
RE: Bug Report- Unable to post - 8/19/2005 12:10:47 PM   
Fritzpw_Admin


Posts: 7720
Joined: 2/28/2005
From: New Jersey
Status: offline
This has already been mentioned.

Unsubscribe from some of your older threads.

_____________________________

Fritz
Senior Manager of Social Media
fritz@salemwebnetwork.com


Want to see my latest online project? Check out http://budurl.com/CWonFacebook
Post #: 167
RE: Bug Report- Unable to post - 8/19/2005 5:42:37 PM   
.Pammy


Posts: 3892
Joined: 4/11/2005
From: PA, USA
Status: offline
Fritz - are you saying that unsubscribing from older "inactive" threads could help performance of "new" messages being shown?

Thanks

_____________________________

Pam


<< Toby

"Sweet-talkers win at singles' bars and in politics ... often with similar outcomes for the listener."
Post #: 168
RE: Bug Report- Unable to post - 8/19/2005 6:45:07 PM   
shawke


Posts: 6534
Joined: 3/31/2005
Status: offline
Thanks Fritz! It worked. I didn't realize I had that many subscribed threads.

_____________________________

It is better to trust in the Lord
Than to put confidence in man.
It is better to trust in the Lord
Than to put confidence in princes.

Psalm 118:8-9
Post #: 169
RE: Bug Report- Unable to post - 8/22/2005 2:58:30 PM   
Fritzpw_Admin


Posts: 7720
Joined: 2/28/2005
From: New Jersey
Status: offline
quote:

ORIGINAL: Pamela.Sue

Fritz - are you saying that unsubscribing from older "inactive" threads could help performance of "new" messages being shown?

Thanks

worked for me and several others anyway.

_____________________________

Fritz
Senior Manager of Social Media
fritz@salemwebnetwork.com


Want to see my latest online project? Check out http://budurl.com/CWonFacebook
Post #: 170
RE: Bug Report- Unable to post - 8/26/2005 8:31:48 PM   
cherish405


Posts: 32694
Joined: 4/11/2005
From: The Land Down Under
Status: offline
I'm finding that even though I click to stay logged in for the day, I'm often being timed out. Like DaveW, sometimes the buttons don't return to be able to post again. Is there any way this could be fixed?

_____________________________

*** If you think dogs can't count, try putting three dog biscuits in your pocket and then only give him two of them.
- Phil Pastoret ***
Post #: 171
RE: Bug Report - 8/28/2005 10:05:45 PM   
DaveW


Posts: 4166
Joined: 4/12/2005
From: MD suburbs of Washington DC
Status: offline
Happened again about 7:30 EDT.
THis time the icons were not greyed out and no amount of signing in or out or reloading the browser helped.
This was the message:

Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Source Error:

Line 244:
Line 245: With cmd
Line 246: .ExecuteNonQuery()
Line 247: If Not IsDBNull(.Parameters("@int_selfmsgid").Value) Then
Line 248: selfMessageID = cmd.Parameters("@int_selfmsgid").Value


Source File: E:\Replicated\National\Forums\postpro.aspx Line: 246

Stack Trace:

[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +194
ASP.PostPro_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in E:\Replicated\National\Forums\postpro.aspx:246
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926


Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Post #: 172
RE: Bug Report - 8/29/2005 1:43:48 PM   
christsstar


Posts: 5162
Joined: 4/8/2005
Status: offline
I only have 140 subscriptions and I cannot access the Subscriptions page from "My Forums."

_____________________________

Christine

Avatar: "Now, why was I moving that lamp?"
Klutz Meets Pregnant Brain
Post #: 173
RE: Bug Report - 9/5/2005 12:25:58 PM   
bzirk


Posts: 2848
Joined: 4/11/2005
From: Where the deer and antelope play
Status: offline
Is there a limit on subscriptions? I just got rid of a bunch of old subscriptions (probably about 30 of them) and I still cannot access My Forums. I'm getting a message that says it's disabled or I don't have sufficient permission, and I am logged in when I get the message.

_____________________________

may the God of hope fill you with all joy and peace in believing, so you will abound in hope by the power of the Holy Spirit. Romans 15:13

Great quote: I just ain't God and don't know it all. -- SonInMe1
Post #: 174
RE: Bug Report - 9/5/2005 12:33:30 PM   
christsstar


Posts: 5162
Joined: 4/8/2005
Status: offline
From my understanding, you ahve to have 200 or fewer subscriptions. But I have less than that and I still have problems.

_____________________________

Christine

Avatar: "Now, why was I moving that lamp?"
Klutz Meets Pregnant Brain
Post #: 175
Page:   <<   < prev  5 6 [7] 8 9   next >   >>
All Forums >> [Feedback & Help] >> Feedback & Information >> RE: Bug Report
Jump to post #:
Page: <<   < prev  5 6 [7] 8 9   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts