troubleshooting

Can't deploy GoogleAppEngine project!

Can't deploy anymore from eclipse plugin with the following error: Unable to upload: java.net.SocketException: Software caused connection abort: recv failed ... Caused by: java.net.SocketException: Software caused connection abort: recv failed I have absolutely no clue what this is about - it always worked before. Nothing changed in t...

Can't install a single plugin on Eclipse 3.5

I'm trying to install the Subversion team provider on Eclipse 3.5, and it fails with the following message: An error occurred while collecting items to be installed session context was:(profile=SDKProfile,phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=). Result of processing steps. Unpack faci...

Solved -> Just Installed ISAPI 3 -> httpd.ini / .htaccess not working!

trying a simple 1 to 1 redirect. I've tried this the ISAPI way and the Apache way, nothing seems to work. While I know this is very vague, I am very unfamiliar with this system. What steps would you recommend to troubleshoot? Problem Solved. For further discussion -> troubleshooting techniques ...

Backup Through LAN network

I tried to take a SQL Server 2008 database backup from the server which has the following features: server: windows server 2008 os to the client which has the following features: client:windows xp service pack 3 os through lan network, but I couldn't achieve it and i am getting the following error: **Msg 3201, Level 16, State 1, Lin...

Temproray Asp.net files error

Hi when building my application I am getting some temporary files shown in Solution Explorer under Miscellaneous Files lie App_Web_YDKG.VB with following code block in that generating error Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile Get Return CType(Me.Context.Profile,System.Web.Profile.Defaul...

How to troubleshoot PHP processes

I've built a script in PHP for a small shop that does a few things. Initiate a DB connection, and query the DB a couple times. Read/Write Sessions Make a request to PayPal PDT with fsockopen() parse the results save the order to db After some testing, the server stopped loading. Support let me know that there were 20 PHP processes runn...

Very slow connection to SQL Server 2005 only if using ADO.NET with SqlClient

I have a brand new server with Windows 2008 Server 64 bit + SQL Server 2005 Standard Edition SP3. When I try to open a connection to this server from a client in the same domain (Windows XP, .Net 3.5), it takes around 20 seconds to open the connection. After opening the connection, everything is fast as usual. When using a MDAC 2.8 co...

merge sort implementation to sort by string length - python

I've implemented what I believe to be a merge sort algorithm in python. I've never programmed in Python before, so I used several resources with commands that seemed foreign to me, to gain a better understanding. However, I've also never implemented merge sort in the first place, so I'm not sure if I've even implemented it correctly....

Cause of SSIS Custom Dataflow Component Error - Cannot be upgraded

I have a very simple component which trims all leading and trailing spaces from (read/write) strings in a pipeline. As far as I can see, I only have one binary of this dll on my development machine. I am transferring it to another development machine and registering it in the GAC, but when I open a package I copied to the second machin...

INSERT INTO wont work!

im having some problem with this code: if (count($_POST)) { $username = mysql_real_escape_string($_POST['username']); $passwd = mysql_real_escape_string($_POST['passwd']); mysql_query("INSERT INTO users (username, password) VALUES ($username, $passwd)"); } <form method="post"> <p><input type="text" name="username" /></...

PHP store date from loop in varible problem

<?php $sql = mysql_query("SELECT body FROM comments"); while ($r = mysql_fetch_assoc($sql)) { $body .= $r['body']; } ?> <?php echo $body ?><br /> Can someone explain why it prints out all comments without no space? It prints out all my entries but they are all together. And the <br /> only after the last comment? Thanks! ...

Unresponsive thread in Tomcat

Env: Tomcat 5.x on Java 1.5.x on Windows using OracleJDBC driver on Oracle 9i The problem: I have a thread which is in RUNNABLE state. It doesn't seem to complete -ever. How do I investigate this further ? This is reproducible quite easily. This thread is basically trying to insert some data Update: This insert is happening in a syn...

Chained custom FormPaint() in Embedded Forms causing 10 sec wait

I have created a Windows Form App for Managed Care(CRUD of Member Data). It is an internal app that uses Merge Replication to allow field use. The app basically follows this structure: Form Shell Form MemberHost Form Member Form MemberContacts Form MemberInsurance Form Enrollments Form CaseNotes Form MemberCenteredPlanHost Form M...

SharePoint WebPart Displays Twice - Help!

I am a SharePoint novice who is responsible for maintaining several sites. Recently, to organize a document library I opened it in Windows Explorer mode to drag and drop files. I do this frequently. I think I was moving too fast and inadvertently clicked something by mistake. A dialog box popped up asking about hiding Webparts. I th...

Troubleshooting an infinite redirect in a web application

I have a web application that is trying to redirect in a loop, and Firefox is telling me that it is stopping because the request will never complete. Is there a good way (in Firefox) to see what URL is being requested in this never-ending loop? The address doesn't seem to appear in the address bar. Are there any addons that can help with...

Unpredictable log file writing in PHP

Hi there. I have a script that runs every two minutes for a "Tweet-getter" application. In a nutshell it puts tweets onto Facebook. Every now and then it hiccups and despite my error checking, reposts old tweets continuously, every two minutes (the cycle of it being run as a cron job). I have a log.txt that in theory would help me determ...

Internet Explorer not showing PHP files while directory browsing. Help me

I am sure i created a php file into a folder named web in htdocs folder. But while directory browsing it shows only html, css files inside that folder. But the php files are not shown. Help me ...

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

Server Error in '/' Application. -------------------------------------------------------------------------------- No parameterless constructor defined for this object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and wher...

JPA reference refactoring

I refactor some classes from standard SQL to JPA/ORM usage. In most cases the Objects have a "real" reference but sometimes the references to other objects are only given by an unchecked database id reference (no foreign key, just simple a string with a reference to another table id). The code looks like: @Entity public final class my...

How to troubleshoot "Property value is invalid. Make sure the value is typed correctly."?

I'm calling a COM library from .NET through a interop assembly and getting the following error: System.Runtime.InteropServices.COMException(0x80040200): Internal error (ADODB.Connection, -2147467259, Property value is invalid. Make sure the value is typed correctly.) I have a test and a production version of the same external system. W...