How To Solve Apache Ant java Task Execution ErrorsJuly 26th, 2006 I have seen myriad errors when executing java task. For example I have seen: javax.xml.parsers.FactoryConfigurationError?: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl? not found when executing the java task in jdk1.5.0
The problems with debugging the errors is that the commandline used by java task is not visible, even in verbose mode.
Solving: Permission denied to get property HTMLDivElement.nodeType when calling method: [nsIDOMEventListener::handleEvent] nsresult: 0x8057001e (NS_ERROR_XPC_JS_THREW_STRING) location: <unknown> data: noJuly 31st, 2007 This is a sporadic error that I have seen in Firefox browsers while using the Ext JS components. It is not harmful in any way but is annoying.
Solving CSS Stylesheet Not Loading / Rendering ErrorJuly 3rd, 2007 My blog had this vexing problem where it used to render ugly, really ugly, as the stylesheet wasn't being loaded on Firefox. However after a refresh everything was fine.
Fixing - configure: error: C++ compiler cannot create executablesApril 5th, 2008 A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables. The solution, not surprisingly is simple:
Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++.
DansGuardian Configure Error Fix - configure: error: pcre-config not found!April 5th, 2008 On running ./configure in dansguardian (web content filter for Linux), I got the following error - configure: error: pcre-config not found!configure: WARNING: Cache variable ac_cv_prog_PCRE contains a newline.. The solution, as usual, is simple:
Install pcre-devel.
Solving Failure To Forward Emails in Mozilla Thunderbird by Message Filters; Understanding Thunderbird Account ArchitectureSeptember 28th, 2007 I faced a vexing problem with the otherwise excellent Mozilla Thunderbird email client. I was unable to forward emails to another account using the rules in Message Filters.
Solving named.conf error: change directory to /var/named/chroot/var/named failed file not foundMay 26th, 2007 After the recent yum update, named failed to load. I tried searching Google without much help.
Solution: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs & Error: vlc conflicts with faad2 >= 2.5March 22nd, 2008 Have you seen the error while installing a package using yum / yumex?
Error: vlc conflicts with faad2 >= 2.5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs
The error is because of using freshrpms repository or other repository to install recent version of faad2. Now let's see how you can solve it.
How To Protect Yourself From Harddisk Crash & FailuresJanuary 15th, 2007 Most modern hard disks have S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology) technology built in which, if enabled, allows you to query the hard drive about it's health and performance.
Turn off Error Reporting in Windows VistaApril 21st, 2009 Windows Vista creates problems and comes out with failures every ten minute you use. Anything above normal and you can expect Windows Explorer in Vista to hang up invariably.
How To Solve Missing Dependency Errors in YumApril 30th, 2007 Today when I was trying to install createrepo and repoview, I repeatedly got this weird error: Error: Missing Dependency: python(abi) = 2.4. The problem is strange at first sight because yum is designed to include missing dependencies.
Solution: MySQL Master-Master Replication Fails With ERROR 1200 (HY000) on MasterNovember 16th, 2007 When you try MySQL master-master replication with two (or more) servers you may often find that in the process of configuring the original master to also act as a slave server (start slave), it fails with the following error:
mysql> start slave;
ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MASTER TO
To rectify it locate and delete the master.info file and restart the mysql server. Now try to start slave and it should work.
Understanding Translator Error PageJune 27th, 2007 Translator Plugin Pro & Gold tries through all the available engines for a language combination to translate the page. This ensures much higher reliability than single engine translations.
How To Fix SSH Automatic Connection ProblemsSeptember 12th, 2008 I was doing something very simple - connecting to my own machine (with ssh) without using password. That should be simple right?
I dutifully appended my id_dsa.pub to authorized_keys and expected that it would work.
PHP Encapsulation SurprisesSeptember 15th, 2005 In PHP, unlike Java or C++, $this has to be explicitly used to refer to variables within a class. The value of $this is determined by the context in which it is called.
October 6th, 2006 at 8:40 am
Thank you for your post. I got a similar error message from a webservice I was calling. “WebServicesFault … Error in line 1: pseudo attribute name is expected”
xml was my third parameter, but I was calling a TPM web service and couldn’t find server-side trace so I had no indication that it was during xml parsing of my 3rd parameter.
Yours is the only post on the web that was useful. Without it it would’ve taking me a very long time to figure this one out.
Thank you very much.
Ally
April 2nd, 2008 at 2:31 pm
Thanks for the point Angsuman, exact issue with CF here and it solved the problem.
April 4th, 2008 at 2:45 am
Happy to be of help.
June 2nd, 2008 at 5:44 am
Same as Mark here… thanks to you, now Google DOES help!
July 14th, 2009 at 1:31 pm
Thanks Alot - realy save me a lot of time to find the cause of this error