Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

36
votes
3answers
3k views

How can I troubleshoot my Perl CGI script?

I have a Perl script that isn't working and I don't know how to start narrowing down the problem. What can I do? Note: I'm adding the question because I really want to add my very lengthy answer to ...
28
votes
4answers
662 views

What can cause IllegalMonitorStateException from inside a synchronized block?

We hit an extremely surprising exception today. Inside of a synchronized block, we call wait() and it throws IllegalMonitorStateException. What can cause this? This is happening in well-tested open ...
25
votes
23answers
1k views

“Works on my machine” - How to fix non-reproducible bugs? [closed]

Very occasionally, despite all testing efforts, I get hit with a bug report from a customer that I simply can't reproduce in the office. (Apologies to Jeff for the 'borrowing' of the badge) I have ...
24
votes
10answers
19k views

ASP.NET MVC: No parameterless constructor defined for this object

Server Error in '/' Application. -------------------------------------------------------------------------------- No parameterless constructor defined for this object. Description: An unhandled ...
23
votes
9answers
5k views

What are your favorite Grails debugging tricks? [closed]

Grails can be a bit of a bear to debug with its long stack dumps. Getting to the source of the problem can be tricky. I've gotten burned a few times in the BootStrap.groovy doing "def foo = new ...
17
votes
8answers
6k views

How can I restore svn control if the .svn folder has been damaged?

I've got a couple large checkouts where the .svn folder has become damaged so I'm getting and error, "Cleanup failed to process the following path.." And I can no longer commit or update files in that ...
15
votes
14answers
6k views

What's the easiest way to install a missing Perl module?

I get this error: Can't locate Foo.pm in @INC Is there an easier way to install it than downloading, untarring, making, etc?
13
votes
12answers
22k views

Troubleshooting “program does not contain a static 'Main' method” when it clearly does…?

My MS Visual C# program was compiling and running just fine. I close MS Visual C# to go off and do other things in life. I reopen it and (before doing anything else) go to "Publish" my program and ...
13
votes
10answers
30k views

Oracle - What TNS Names file am I using?

Sometimes I get Oracle connection problems because I can't figure out which tnsnames.ora file my database client is using. What's the best way to figure this out? ++happy for various platform ...
12
votes
2answers
1k views

“setup.py upload” is failing with “Upload failed (401): You must be identified to edit package information”

When running.. python setup.py sdist register upload ..I get the following output: running register We need to know who you are, so please choose either: 1. use your existing login, 2. register ...
12
votes
10answers
2k views

css problem: Absolutely positioned parent and float:right child stretches

In IE6, IE7 and FF2 the .outer div below is stretching out to the right edge of the document. Here is a complete test case: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
12
votes
6answers
7k views

What's the easiest to remember publicly pingable IP address?

For frequent network troubleshooting purposes, do you know a publicly pingable host with an easy to remember IP address (such as 1.2.3.4)?
12
votes
7answers
6k views

Best free Java .class viewer?

I've used DJ Java Decompiler, which has a handy GUI, but it seems as if the latest version is only a trial and forces you to purchase the software after some period of days (I recall using an earlier ...
10
votes
3answers
1k views

Search engine for special characters?

Google strips most special characters from the text they index so it's not a good tool for many troubleshooting-related tasks, such as finding out what the variable "$-" is in perl, or searching for ...
10
votes
4answers
3k views

Troubleshooting .NET “Fatal Execution Engine Error”

Summary: I periodically get a .NET Fatal Execution Engine Error on an application which I cannot seem to debug. The dialog that comes up only offers to close the program or send information about the ...
8
votes
4answers
637 views

ASP.NET MVC why does my app keep restarting?

I have an ASP.NET MVC website that gets about 6500 hits a day, on a shared hosting platform at Server Intellect. I keep seeing app restarts in the logs and I cannot figure out why. I've read Scott ...
8
votes
4answers
228 views

Troubleshooting techniques for Emacs and Emacs Lisp

I've been a fairly regular emacs user for about 4 years, but I'm still a newbie when it comes to customizing emacs and troubleshooting elisp. Recently, I've started customizing emacs as my ruby ...
8
votes
2answers
6k views

“too many automatic redirections were attempted” error message when using a httpWebRequest in VB.NET

I am attempting to request a page like "http://www.google.com/?q=random" using the webrequest class in vb.net. we are behind a firewall, so we have to authenticate our requests. I have gotten past the ...
8
votes
7answers
7k views

ASP.NET controls cannot be referenced in code-behind in Visual Studio 2008

Ok, so, my visual studio is broken. I say this NOT prematurely, as it was my first response to see where I had messed up in my code. When I add controls to the page I can't reference all of them in ...
8
votes
7answers
1k views

Identifying SQL Server Performance Problems

We're having sporadic, random query timeouts on our SQL Server 2005 cluster. I own a few apps that use it, so I'm helping out in the investigation. When watching the % CPU time in regular ol' Perfmon, ...
7
votes
5answers
515 views

How to troubleshoot .NET application that just disappears?

One of our .NET 2.0 application started to just randomly disappear. There are no records in the Event log, Dr. Watson doesn't generate crash dump, no nothing... How to troubleshoot this application?
7
votes
8answers
279 views

how do you troubleshoot with “works on my machine” scenarios

It happens lot of the time that when you report a bug to a developer, he comes back saying "it works on my system" though its a browser app. How do you go about sorting that out ?
7
votes
9answers
377 views

Tips on walking through unfamiliar code or info on tools that help the process?

I would love tips on how to walk unfamiliar code with many objects. Before OOP this was still a difficult thing and I would do it with listings and have tabs and 8 fingers holding my place. With ...
6
votes
6answers
3k views

How do I grep (search) a Crystal report for all uses of a column?

I am trying to remove all references to a table from a Crystal XI report. Crystal is telling me that a column from that table is currently being used, because there is a little green check mark over ...
5
votes
5answers
2k views

WCF Tracing. How I can get the exact reason for closing connection?

In my WCF service, when trying transfer large data I constantly get an error: *The underlying connection was closed: The connection was closed unexpectedly* I want to know what particular reason ...
5
votes
4answers
1k views

Stop tramp-mode running on emacs' startup

I was trying out tramp-mode, but now I cannot seem to get rid of it.. Whenever I start emacs, it spends about 20 seconds going through various tramp-related initialisations.. tramp: Waiting 60s for ...
5
votes
9answers
229 views

Troubleshooting user issues - techniques?

This is a pretty general question - but what are some of your strategies / procedures for troubleshooting issues that users find? Specifically, I'm talking about web-based programming - a combination ...
5
votes
1answer
4k views

How to remove a Run Script phase from Xcode

I tried this step: Select the menu options "Project > New Build Phase > New Run Script Build Phase", and enter the following script (don't forget to replace /Users/youruser/bin by the correct path ...
5
votes
9answers
9k views

Cannot import SQLite with Python 2.6

I'm running Python 2.6 on Unix and when I run the interactive prompt (SQLite is supposed to be preinstalled) I get: [root@idev htdocs]# python Python 2.6 (r26:66714, Oct 23 2008, 16:25:34) [GCC 3.2.2 ...
5
votes
7answers
3k views

How do I troubleshoot why my rewrite rules aren't being applied by apache?

I've got a tomcat 6 web app running with apache httpd as the front end. I'm using mod_proxy and mod_proxy_ajp to forward the requests to tomcat. My server is running ubuntu. Now I'm trying to use ...
5
votes
6answers
2k views

How do you troubleshoot WPF UI problems?

I'm working on a WPF application that sometimes exhibits odd problems and appears to hang in the UI. It is inconsistent, it happens in different pages, but it happens often enough that it is a big ...
4
votes
3answers
1k views

Eclipse Debug Mode: Variables not showing

I am running Eclipse Galileo for developers. When I run in debug mode, the current variables and their values are not coming up in the "variables" window. The window remains empty when I step through ...
4
votes
3answers
4k views

git push problem -argh!

Dunno what's going on, no response from github on this prob so I'm asking here. Tried a git push for the first time in a month or so and got this. Turned on export GIT_CURL_VERBOSE=1 and did a push ...
4
votes
5answers
166 views

Performance analysis strategies

I am assigned to a performance-tuning-debugging-troubleshooting task. Scenario: a multi-application environment running on several networked machines using databases. OS is Unix, DB is Oracle. ...
4
votes
3answers
363 views

How to do troubleshooting of 1000 sql queries everyday?

What would be the best way to trouble shoot thousands of sql queries everyday? Trouble shooting might includes finding the blocked queries, improving performance of query, Queries that are ...
4
votes
3answers
326 views

Right-aligned dual-column layout loses horizontal scrollbars

I want a layout with two right-aligned columns. So, I create the three divs (two columns and a wrapper): <div id="wrapper"> <div id="left"> First column </div> ...
4
votes
3answers
2k views

ByRef and ByVal in VBScript

I'm facing something weird in VBScript. When writing a procedure where I want the parameter to be passed by reference, the way of calling this procedure changes the way the parameter is passed ! Here ...
4
votes
1answer
349 views

Converting vb.net code to python for educational purposes. Output of a numeric value not occuring

My day job is mainly coding in vb.net, so I am very familiar with it. While doing my first few dozen project euler problems, I used vb.net just to get the hang of the problem styles. Now I'd like to ...
4
votes
6answers
448 views

Ruby Array.inject issue — Can't see it

I am trying to store values from an array, to a hash (array value is the key, value just 0). Here is my code. Any ideas? [1, 2, 3, 4].inject({}) {|result, e| result[e] = 0} This is the error I ...
4
votes
4answers
492 views

Troubleshooting with a .NET application that doesn't start

I have a recurrent issue with .NET applications that don't start (on others systems than mine). The fact is that I cannot, unfortunately, always create a smoothly running package. Therefore I often ...
4
votes
8answers
563 views

What is your FIRST SQL command to run to troubleshoot SQL Server performance?

When the SQL Server (2000/2005/2008) is running sluggish, what is the first command that you run to see where the problem is? The purpose of this question is that, when all answers are compiled, ...
4
votes
3answers
676 views

Line-wrapping problems with IPython shell

If I have run a long line in IPython, and try and recall it (using the up-arrow) or backspace beyond the start of the current line, it displays incorrectly (all smushed into one line) For example, in ...
4
votes
8answers
585 views

How to isolate causes of system hang on Unix/OSX

I am on OSX, and my system is becoming unresponsive for a few seconds roughly every 10 minutes. (It gives me the spinning beach ball of death). I was wondering if there was any way I could isolate the ...
4
votes
10answers
3k views

Apache/Tomcat error - wrong pages being delivered

This error has been driving me nuts. We have a server running Apache and Tomcat, serving multiple different sites. Normally the server runs fine, but sometimes an error happens where people are ...
4
votes
2answers
758 views

Visual Studio Add-in not going away

Ok, so I demo'd Refactor Pro and Resharper, I'm more comfortable with Resharper so that's what I bought. When I uninstalled Refactor Pro I thought everything was breezy. However, now when I open ...
3
votes
1answer
102 views

Why can I use a Java lib from the Scala REPL but not from a script?

I’m working on a Scala script which uses Joda Time. Up until today, this was working fine. Somehow, something’s changed and it’s no longer working. This works: $ scala -cp "lib/*" Welcome to Scala ...
3
votes
3answers
48 views

Troubleshooting CSS background-image

I'm new to stack overflow, but I've been working with CSS for about a year and a half now. I can't seem to get the background property to work at all for my div class="content". Ultimately I just ...
3
votes
1answer
178 views

Eclipse not deploying Android apps on device or Emulator

I just updated the SDK and ADT, I did not uninstall the previous version I had, I just installed "on top" of it. Now I cannot get Eclipse to deploy Android apps to a device or to the emulator as a ...
3
votes
2answers
113 views

Solving intermittent Garbage Collection problem - Java

I have spring enterprise app running on JDK 1.6 under Windows 2008. The app gets slow or unresponsive at random times. I suspect it is memory leak and the GC is kicking into over drive. How can I ...
3
votes
1answer
175 views

Battling with wxpython

I've spent a very frustrating evening trying to get wxpython to work on my MacBook Pro (running Snow Leopard 10.6.6). From reading the various threads on this topic both here and on other websites ...

1 2 3 4 5 8