-2
votes
4answers
75 views
What makes domain specific software so bad, and how can I avoid those mistakes [closed]
What Sucks
I work in the information brokerage industry, with an online platform distributing information to a collection of business types. I've previously worked in Law, Scaffo …
0
votes
3answers
171 views
Tomcat failed to shutdown
when i add the following java opts to enable debugging:
JAVA_OPTS="$JAVA_OPTS -noverify -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,add …
1
vote
2answers
29 views
PHP on IIS 5.1 is not working
I know this has been asked a few times here. But none of the suggestions or answers related to PHP on IIS have helped.
I have tried installing PHP ON IIS 5.1 (XP SP 3) on two comp …
0
votes
1answer
15 views
Released/production version got heap corruption. Solution preventing it?
In our company we somehow got code to production which crashed(because Heap got corrupted somehow). Developers developed, after that testers had hands on it and later on it was rel …
5
votes
10answers
301 views
Losing Motivation due to failure… [closed]
Recently a more advanced programmer than I suggested that I move my software to the MVVM design style before I regretted it. I looked into it, thought it was a good idea, then atte …
0
votes
2answers
44 views
GLFW window fails to open (Ubuntu)
When compiling and running my GLFW-based C program under Ubuntu (9.04), it fails when trying to open the window (it compiles fine, having installed the latest GLFW). I've tried var …
0
votes
2answers
52 views
Recovering Apache from a mounted, unavailable NFS Mount
Hello -
I have several web applications in production that utilize NFS mounts to share resources (usually static asset files) among web heads. In the event that an NFS mount bec …
0
votes
1answer
39 views
Selenium.SeleniumException: ERROR: Command execution failure.
Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
I am getting error when i am trying to exec …
4
votes
5answers
215 views
Best practice in python for return value on error vs. success.
Hi,
In general, let's say you have a method like the below.
def intersect_two_lists(self, list1, list2):
if not list1:
self.trap_error("union_two_lists: list1 must n …
0
votes
1answer
181 views
Visual C# Express 2010 Beta 2 install fails [closed]
I'm trying to install Microsoft Visual C# Express 2010 Beta 2 on my machine but it's not working. It blazes through what should be a 150 MB download then fails installing the very …
0
votes
4answers
411 views
all of a sudden…dynamic created imagebutton’s click event wont fire.
hi
i have a page that dynamic create a table of contacts, if the contact got an email i also create an image button with a click event. i have a similar function in the rest of th …
0
votes
1answer
69 views
Android Database error?
I have a MenuItem in my Android application that deletes all the values in the database, its used more for my debugging purposes, after a while, inserting dummy values get redundan …
0
votes
5answers
132 views
Rails unit testing doesn’t load fixtures
Hello together,
rake test:units fails in my current application, because the needed data of the fixtures is missing.
If I'm loading the fixtures manually via rake db:fixtures:loa …
0
votes
7answers
770 views
Branching after a file system task in SSIS without failing the package
If a file system task such as a rename fails, for example if the file does not exist, then this is considered an error by SSIS. This means the whole package fails. I can get around …
0
votes
0answers
623 views
SQL Server 2005 Service Pack 3 won’t install. [closed]
Already on Server Fault
SQL Server 2005 Service Pack 3 won't install
I am trying to install SQL Server 2005 Service Pack 3 and it keeps failing. Comes back with the following …
