473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Random "The IListSource does not contain any datasources" and more (Crashing a live site at random, twice a week or so)

Hi!

We've got an ASP.NET application that runs swell on development PC's and one
live production server. Another prod. server though crashes a couple of
times a week. Either something that should be bound reports that column X
isn't found, or that the IListSource does not contain any datasources. We
get the solution up again by restarting aspnet_wp. This may happen if
aspnet_wp is at 40 mb or 400mb, so it's not memory related. The SQL Server
has about 40 total connections and the connectionstring uses default
pooling.
I've ran div. stress tests with ACT, but can't reproduce the error. The
solution runs fine with 10 users at once (test agains workstation), and none
of the requests generated reports status 500.

Anyone have any ideas about how to solve this or how to reproduce the error?

Lars-Erik
- soon to be placed in a mental institution
Nov 19 '05 #1
8 1771
Hi Lars-Erik

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 19 '05 #2
Hi Lars,

Based on your description, the problem occurs randomly per week and seems
not related to memory consumption, I'm thinking the problem likely related
to your application's code logic. For example, is there any COM components
used in your application which is intialized at startup time and clearup at
shutdown time of the app. And have you turn off your asp.net application's
debug option in the web.config at the production server?

BTW, looking at the nature of this issue, it would require intensive
troubleshooting(dump analyze) which would be done quickly and effectively
with direct assistance from a Microsoft Support Professional through
Microsoft Product Support Services. If you feel this is an urgent issue, I
recommend that you contact Microsoft Product Support directly to discuss
additional support options you may have available, by contacting us at
1-(800)936-5800 or by choosing one of the options listed at
http://support.microsoft.com/default...d=sz;en-us;top.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #3
Hi, guys!

Thanks for your swift replies. I could sum this up with yes, yes and yes,
but I'll elaborate a bit here before I eventually open a support case. ( I
hope you still follow the thread ;) )

The application uses a lot of COM interop (going away in half a year).
Nothing is initialized at Application start though. I'm not sure what I
should troubleshoot here, but I could have a look at the amount of instanced
objects in the COM+ management when we get the error.
We always release "release" builds to the production servers, but I'm not
sure if we've done anything with the web.config file. I'll check that too.

I've seen one issue reporting this error, but that was an issue where the
controls were attempted bound by Page_Load, and the data is loaded by
Control.Load - I guess that would make the control crash every time, not just
once or twice a week?
Our case happens with a control that loads and binds itself in .load, or a
control that's bound by page after a call to a local webservice is done to
retrieve a dataset. Both gives the mentioned behaviors. I guess there's more
in the other 30-40 pages, but these are the ones we've seen so far.

I tried the link you provided, but ended up with a norwegian custom 404.
This is actually a very urgent issue, but I'm not prepared to take the budget
hit just yet ;)

Thanks again for your help. Hope you can help me get a bit closer, or direct
me to some support personell who can help. (Do I have to contact the US by
phone?)

Lars-Erik

Nov 19 '05 #4
Hi again!

I have set the compilation element's debug attribute to false in
web.config - I recon I have to recompile to make this effective? I thought
this was ruled by the project configuratiion setting..? Anyway, we're
constantly monitoring the server and waiting for the error to re-appear. :)
(Crashed this morning before I got down to this thread again)

I'm also opening a case with product support, but I'll keep updating this
thread.

Lars-Erik

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:xA**************@TK2MSFTNGXA02.phx.gbl...
Hi Lars,

Based on your description, the problem occurs randomly per week and seems
not related to memory consumption, I'm thinking the problem likely related
to your application's code logic. For example, is there any COM components
used in your application which is intialized at startup time and clearup
at
shutdown time of the app. And have you turn off your asp.net application's
debug option in the web.config at the production server?

BTW, looking at the nature of this issue, it would require intensive
troubleshooting(dump analyze) which would be done quickly and effectively
with direct assistance from a Microsoft Support Professional through
Microsoft Product Support Services. If you feel this is an urgent issue, I
recommend that you contact Microsoft Product Support directly to discuss
additional support options you may have available, by contacting us at
1-(800)936-5800 or by choosing one of the options listed at
http://support.microsoft.com/default...d=sz;en-us;top.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #5
Well, still crashing with debug=false :) Just crashed again... It seems like
the crash is occuring more and more often.

L-E

"Lars-Erik Aabech" <la******@newsgroup.nospam> wrote in message
news:eK***************@tk2msftngp13.phx.gbl...
Hi again!

I have set the compilation element's debug attribute to false in
web.config - I recon I have to recompile to make this effective? I thought
this was ruled by the project configuratiion setting..? Anyway, we're
constantly monitoring the server and waiting for the error to re-appear.
:) (Crashed this morning before I got down to this thread again)

I'm also opening a case with product support, but I'll keep updating this
thread.

Lars-Erik

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:xA**************@TK2MSFTNGXA02.phx.gbl...
Hi Lars,

Based on your description, the problem occurs randomly per week and seems
not related to memory consumption, I'm thinking the problem likely
related
to your application's code logic. For example, is there any COM
components
used in your application which is intialized at startup time and clearup
at
shutdown time of the app. And have you turn off your asp.net
application's
debug option in the web.config at the production server?

BTW, looking at the nature of this issue, it would require intensive
troubleshooting(dump analyze) which would be done quickly and effectively
with direct assistance from a Microsoft Support Professional through
Microsoft Product Support Services. If you feel this is an urgent issue,
I
recommend that you contact Microsoft Product Support directly to discuss
additional support options you may have available, by contacting us at
1-(800)936-5800 or by choosing one of the options listed at
http://support.microsoft.com/default...d=sz;en-us;top.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Nov 19 '05 #6
Hi L-E,

Thanks for your followup. Since you mentioned the crash occurs more and
more often, I think the problem become more regular and will be easy for
the PSS guys to TS. Have they asked for some dump files from you ? Anyway,
it'll be great appreciate that you provide the further result of the
problem so that many other ones can have a reference later.

Thanks & Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #7
Hi again! :)

We're waiting for the problem to start again. Getting a bit annoyed now as
it's been running for 24 hours.
When the problem arises we've got some commands to run to create dumps and
we'll take it from there with the support guys.
I'll update the thread when and if we locate the problem. :)
(For now it seems like there is one particular page that crashes first each
time it happens - we're focusing the search a bit)

Lars-Erik

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:wS**************@TK2MSFTNGXA02.phx.gbl...
Hi L-E,

Thanks for your followup. Since you mentioned the crash occurs more and
more often, I think the problem become more regular and will be easy for
the PSS guys to TS. Have they asked for some dump files from you ?
Anyway,
it'll be great appreciate that you provide the further result of the
problem so that many other ones can have a reference later.

Thanks & Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 19 '05 #8
For the guys googling this:
I haven't found a solution yet. The application has been running fine again
for a while, so I'm not even sure if the problem is still there. There are
actually a few changes since my first post, but I can't prove that they have
solved anything. The application is now running in isolated mode on iis and
a .net Enterprise Service class running in COM+ has got 200 as max pool
instead of 50.

Anyway, I'll update the thread if something happens again.
Until then.. :)

Lars-Erik

"Lars-Erik Aabech" <la******@newsgroup.nospam> wrote in message
news:ey**************@TK2MSFTNGP15.phx.gbl...
Hi again! :)

We're waiting for the problem to start again. Getting a bit annoyed now as
it's been running for 24 hours.
When the problem arises we've got some commands to run to create dumps and
we'll take it from there with the support guys.
I'll update the thread when and if we locate the problem. :)
(For now it seems like there is one particular page that crashes first
each time it happens - we're focusing the search a bit)

Lars-Erik

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:wS**************@TK2MSFTNGXA02.phx.gbl...
Hi L-E,

Thanks for your followup. Since you mentioned the crash occurs more and
more often, I think the problem become more regular and will be easy for
the PSS guys to TS. Have they asked for some dump files from you ?
Anyway,
it'll be great appreciate that you provide the further result of the
problem so that many other ones can have a reference later.

Thanks & Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Nov 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: lkrubner | last post by:
I want to give users the power to edit files from an easy interface, so I create a form and a PHP script called "fileUpdate". It does a reasonable about of error checking and prints out some...
33
by: Steven Bethard | last post by:
I feel like this has probably been answered before, but I couldn't find something quite like it in the archives. Feel free to point me somewhere if you know where this has already been answered. ...
24
by: Charles Crume | last post by:
Hello; My "index.htm" page has 3 frames (content, navigation bar, and logo). I set the "SRC" of the "logo" frame to a blank gif image and then want to change it's contents after the other two...
0
by: Jim Fisher | last post by:
I've been trying to find the time to get my site up and running before posting this article, but it looks like the trend is leaning toward less free time rather than more. Since this has been...
2
by: Kenneth P | last post by:
Hi, I'm trying to find out how I can retrieve the week value of a date. Today we have 2005-05-08 and week 18. Let's say I had a dropdownlist with values 1 to 53 and wanted to...
11
by: TheBurgerMan | last post by:
Hi all. I am using W2K3, .NET2 on a machine running AD and Exchange. I started getting the message below last week. I googled the error and not much was returned, but I did find this;...
1
by: RCS | last post by:
All, When I create a website locally, I have that little Administration tool (the little icon in the Solution Explorer - or under Website | Web Site Administration) - but when I connect to a 2.0...
1
by: Christoph Zwerschke | last post by:
Does anybody know what happened to the "Vaults of Parnassus" site at http://www.vex.net/~x/parnassus/? "Dr Dobb's weekly Python news" still claims that it "ambitiously collects references to all...
13
by: Steve | last post by:
Hi; A friend of mine is publishing a book that includes 3000 citations, many with urls. When he made his bibliography he chopped off the "http://"s off of his urls. I wrote a program to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.