Intermittent Errors Occurs And Hangs The ASP-session
I have a problem with a win 2003 server Standard edition.
Sometimes when I'm working in my web application the session hangs
(but not the ASP-application). In the application log I find the
following error:
The run-time environment has detected an inconsistency in its internal
state. This indicates a potential instability in the process that
could be caused by the custom components running in the COM+
application, the components they make use of, or other factors. Error
in d:
I have installed the "Network DTC-Access" and started the "COM+ System
Application process". After i did this it worked a lot better,
unfortunately the problem still remains (however not in the same
extent)
The ASP-application is built in VB and uses four different dll-files
for things like uploading files etc.
When I run the application on a win 2000 server everything worked out
perfect.
The asp page I developed works fine on my development machine and local IIS. When I load the page from the production server console, using an older version of IE, the page executes twice. I modified my variables with javascript to verify that the request is being sent twice from the client. I further proved this by accessing the production page from my development machine, and it works fine. This has never happened to me before. How can I figure out why the page is being sent twice from and older IE, and are is there a nice work-around? My ugly work around is to just modify my variables(javascript) after I submit so the second submit does not do anything.
I'm getting this error on my asp/access page. It's a sql error triggered by Recordset1.open sql,conn,1,1. The sql is constructed from user input on a search page.
ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
The problem I'm having is getting a Response.Write(sql) to actually display the sql code before the open statement.
Can someone please help me display my generated sql code?
I've cobbled together some asp code to serveup MS Access database information. I've got the code on a free asp host (1asphost.com) who are running IIS 5.0 on Windows 2000. There is no support from the host since it's a free service.
So, I was wondering if anyone here could help me stablilize this service so my pages load consistently. As it is now, I get error codes (which tell me nothing, I'm not a professional ASP coder) and no data displayed. At other times everything functions exactly as intended. Code:
I'm getting an 'unspecified error' when i'm trying to open a recordset in MS SQL Server 7.
I noticed that when I open the Enterprise Manager, 'server is not known to be running' after I click yes and start restoring my latest backup. when I try to open the recordset the 'unspecified error' occur. Thus, I need to leave my enterprise manager open.
I don't know if my assumption is right but I need help in solving this problem. I want to know what causes this error and how can i avoid it?
I am perplexed by an issue that I am having and hope that someone can shed some light for me. I recently set up forest blog in a subdirectory called blog. Now, it seems that intermittently people clicking on links for our main site are being served the default.asp from the /blog subdirectory instead of the default.asp in the main directory.
I have seen this happen even when I manually typed in the url - I was directed to the /blog page. I have no idea what could cause this behavior on an intermittent basis.
Problem with global.asa not firing 100% of the time. This error crops up several times throughout the day but if you wait a while and reload the page (could be 5 mins or an hour) it will suddenly start working again.
The error is: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /footer.asp, line 101
Line 101 in the footer.asp file reads: InnovationRS.Open sql, Application("AnymousConnection")
I believe that bad code would produce a persistent error message. The application would either work, or generate an error 100% of the time, not be intermittent. The error is now appearing 3 or 4 times a day with different users reporting it, but like I said, if you wait a while and refresh the page, it is working again. Code:
We use two COM components in our ASP pages which run fine for weeks at a time, but occasionally we get a permission denied message when calling a function on their interfaces. But strangely the next call works fine!
We think it may be load related but wanted to know if there were any other reasons people are aware of...
please some one help me Sometimes ASP hangs, and ASP pages aren't served anymore. I have to reboot. Is there some workaround so I don't have to reboot every time this happens?
I have a number of clients running an ASP applcation on iis6.0 and windows server 2003 web edition. Occasionally IIS seems to hang and has to be restarted. I have seen in other messages mention of a known Jet engine bug in ws2003. What is this, What does it do and how can I clearit?
We have an application which uses Crystal Reports, FireBird and dynamic views to display reports. When in a short period of time a lot of reports are displayed IIS hangs. Stopping and starting IIS does not help. The only solution to get IIS working again is a reboot. One time I got a message that there are to many users. But only once. All the other times it just hangs.
The to many users I do not understand, because at the moment I am the only one using (testing) the application. Anyone an idea what could be the problem and how to solve it?
I am using JSRS I have 3 select boxes(on an ASP page)..country,city and zipcode.When user selects a country,city select box is filled for chosen country using JSRS.but I am facing a problem..for some countries after select the browser hangs like Australia.for which there r 11,000+ cities..but same thing works in Netscape
I'm struggleing for months with one problem. I have created one COM (dll) object. When I call it inside IIS (ASP/VB) it works fine for a while and then IIS hangs. Then I have to restart my PC (Win 2000 Server) using (hardware) tower button, because Windows can't turn off IIS either.
As much as I could, I insured there were no uncought exceptions thrown and dialogs displayed by my COM object. How can I find out what causes IIS to hangs? I'm totally beginner with IIS. Is there some ATL/IIS guide which explains what ATL settings (threading model...) should be used when deploying COM object to the IIS?
I'v Windows 2000 , IIS4 and SP3 as WebServer.I use ASP 3 there. In an interval of 4-5 days the system stpos working, just request for a page and it doesnt work. I just terminate the process of dllhost.exe and it starts to work file but upto 4-5 days only.
For information I use COM written in VB6, that opens the connection for me and i close it once my i get data. And only asp page stops, a simple htm page still works in that situation. I would have liked to send the IIS logs of the day when it hanged but i think i cant do that.
My site was working well but when I restarted the computer after having a automated virus update, My IIS stopped working with ASP, I've restarted, re-linked with other directories, changed the IP address, and I've tried all the other usual methods.
What I've found out so far is that with HTML it is working perfectly, but when I hook on asp, I have problems. First It gave me the error message: 500.2 now the browser is just hanging.
Does anyone have a suggestion how I could debug this problem:
1. Data is collected from database and displayed in a form. 2. User updates data and submits it. 3. Submitted data is compared with old data. 4. SQL is generated for changes and put into an array. 5. SQL in the array is executed line by line.
I've copied the code which does the update from a working page that does something similar. And tested it with a basic update to be sure. But for some reason when I submit this sql:
update table set currency = 'USD' where currency = 'GBP' and company = 'LQ' and supplier_id = 'BCX0926' and invoice_no = '654664432'
IIS hangs and the browser displays a blank white page. At this point the whole site becomes unusable until I restart the IIS Admin service.
I've pasted the sql into Toad and tested it there and it works fine. Could anyone suggest what the problem is, or how I could go about debugging it. Normally when I get errors thet are written to the screen. But in this case, I dont get anything back at all. Code:
I've a server which hosts couple of hundreds sites. From time to time I can't access some of the websites, all of them are ASP. HTML ones are fine.
I've tried to use iisstate, but I can't seen any errors in the log, not even a warning. Also, there is nothing in the Event Viewer. The server is 2003 standard.
If I will restart IIS service, all is back to normal. I know this doesn't say much, but do you have any ideas where should I go from here?
I have an ASP script that is called from a PDF form to process form data.On the last line of the script I have a Response.Redirect "webpage.asp" that leads to another target page with actual HTML. However when I start this process (by submitting form data) even when I comment out the processing code, the address bar shows the desired page, but the page never appears and the flag keeps spinning indefinitely and doesn't stop even after 15 minutes.When I finally press Escape to stop it and then I press Refresh the page appears immediately.
I've found that if I remove all the HTML code that has links to other files images, javascript,stylesheets that the target page loads promptly from the same Redirect method.
Does anyone know what could be causing this?It seems IE or IIS gets lost looking those other files.
I am having the form elemetns for "FILE upload" 4 nos. and 4 "textarea" elements. I am keying the UTF-8 text in the textarea. The storing mechanism for the "images" and "text" are done in a separate file. The problem is here:
While submiting the form to the storing page, the browser (IE)gets hang & closed. But the data stored properly in the database.
When calling an ASP from within a Perl script to perform a query against a web-enabled database (don't ask how we arrived at this architecture), the first query almost always times out with an Timer_EntityBody error.
Our timeout is currently set at 300 seconds. We can see that the worker thread (we only have one for compatibility purposes) gets kicked off when the query arrives. Successive queries do not time out. Has anyone had any experience with this type of issue? What did you do to troubleshoot it? Did applying SP 1 help?
This code works fine local with PWS on win98 and also on the Internet: Set emailLog = Server.CreateObject("Scripting.FileSystemObject") But on a local XP computer, the IIS hangs. The message is that too many are trying to access the page.
I'm using IIS on W2k, using ODBC access to the database (which is on the same server as IIS).
The system is designed to generate reports from users after they have walked thru a few pages, supplying report parameters. The actual creation of the report is done on another server, accomplished via a COM object that the web server creates. This all works wonderfully.
However, after going thru this process, it seems the database connection from the web server 'hangs', meaning any subsequent page requested from the web server that has anything to do with the database will never complete, and at this point never timeout either. My only solution is to reset the IIS service.
At the point that the hanging occurs, I am still able to access the database from other programs. I am able to access static pages on the web server. I have looked at a number of performance counters under the ASP, IIS Globals, and Web Service objects, but all show zero activity. Even the lowly Task Manager shows nothing going on in the web server at all.
Is there anything I can check to see what is going on, what is being held up?
When I submit my form to the same page its on, the browser hangs up with lengthy strings in my "textarea field." It won't take anything over about 200 - 250 chars. Right now I have Request.Querystring for each element of the form. I've tried just Request and it does the same thing. I also tried Request.Form and it doesn't capture the values.However, as far as the database field, i have a VARCHAR(8000), the max the datatype can hold, so that I can post, if necessary, giant news articles.
The asp script uses the WSHSHELL run method to launch a local application on the web server but The application process hangs each time when this is called from the web. If the application is manually run from the command line or through a bat script (by double clicking on it), the application process launches and executes the batch file successfully.
If either of these actions are called from the .asp script, the application process.exe is seen running in the task manager and hangs.
We are facing a situation here related to rendering of IFrames in Internet Explorer. The situation is as follows:
We have an ASP that contains some data along with three IFrames in it. The 'sources' for each of these IFrames are set after the ASP page is loaded in the browser using a Javascript function. Basically, this JavaScript function checks if the rest of the page has finished loading and then sets the "<IFrame>.src" attributes for the three IFrames one after another.
Now, each of these IFrames contains separate ASPs. These ASPs call one Web-Service each to get some data and then render it in the IFrames. The problem arises when one of the Web Services in any one of the ASPs fail to respond and hangs up without returning any error message. We are expecting that if one web-service fails for a ASP, then the other two ASPs should execute and get rendered in the corresponding IFrames in the browser. But it does not happen. All the three IFrames hang up together.
Could you please suggest us anything to solve this ? We want to get the corresponding data loaded in the three IFrames asynchronously, so that even if one fails, the others are not affected. Can IFrames load asynchrounously when called from the browser through a Javascript function ?
I have a content management system with a html editor embedded in a page (uses a text area tag) within the tag I use Server.Execute(pageToExecute), it works for some pages but others it hangs the browser.
If I remove the ServerExecute line the page loads fine. Theres no error messages nothing and the page it is executing is simple html in an asp file. Any reasons why this would happen? Im using Windows Server 2003. All browsers.
My server hangs for a really long time after I run the following code...
It is to serve up 3 types of files: a picture, a word document, and an mp3 file from a directory "/uploads" that is not accessible through the URL. The script works perfectly for the picture and doc file, but nothing loads when it is used for the audio files. The files are a few megs large, but after I run it I can't access ANYTHING on the site for quite some time.
What's wrong? Is it something wrong with M@rco's script? Did I impliment it wrong?
I don't mind if it simply takes a long time for it to load the audio file, but it is killing the entire server it seems like. Code:
I am trying out the ShadowUpload script for the first time for uploading photos etc. I place the ShadowUpload script, upolad page that goes with the script in the wwwroot and then made a folder with full read/write permissions enable called uploads. When I tried to upload a large picture, it gives me the expected error Code:
I am using an asp script that uses rptserver.asp to display some reports over http. It worked fine previously but now the webpages with the report display just hang. I tried switching from the activex viewer to java viewer and still the same. I don't know what changed, except I do the Windows updates. Can anyone tell me the best way to trouble ASP problems. The page just stays blank forever and that status bar slowly progresses. No errors in the event log on the server. The HTTPerr log has the following errors: