Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
174 views

How to check if connection was aborted in node.js server

I'm making some long polling with node.js. Basically, node.js server accepts request from the user and then checks for some updates. If there're no updates, it will check them after the timeout. But ...
1
vote
0answers
207 views

why does my jquery.ajax() function show 'Aborted' when uploaded to a live server

Why does my jQuery.ajax() function work perfectly on my local server, but when uploaded I now get an 'aborted' response in Firebug? The ajax function is calling the same domain, and looks like this ...
1
vote
2answers
642 views

Getting System.ServiceModel.CommunicationObjectAbortedException from a single client

We have a customer in the field that installed our client app on a new machine. When they try and login; which calls a WCF web service; they get the following error: ...
1
vote
3answers
918 views

Thread being aborded error (ASP.NET C#)

We have an application that can create e-books. This application has an export module that creates an AIR file but this can take a while (some books have 2500 pages). If we export we get the following ...
0
votes
0answers
60 views

Rake aborted Problem while running Ruby on Rails Application in Ubuntu Rakefile:7

I have been trying since the past one week to find a solution for my problem. I have changes my OS twice in the process. I am trying to run a Ruby on Rails Application developed by my friend. I am ...
0
votes
1answer
87 views

Erlang Mnesia nested transaction aborted

i have the following code: J = fun()->mnesia:clear_table(names) end. mnesia:activity(transaction, J, [], mnesia_frag). and i get this error: ** exception exit: ...
0
votes
3answers
617 views

Ruby on Rails - rake db:migrate produces error: “Rake Aborted! Uninitialized constant Bundler”

I'm a totall new Ruby & Rails programmer. When I try to run rake for the first time: $ rake db:migrate I get this error: Rake Aborted! Uninitialized constant Bundler Looking around here ...