Errors

87 posts in Errors

Java + Angry IP Scanner error

· apple, errors, software

Angry IP scanner was quitting each time I started the application, and looking at Console I saw these errors:

06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190] [JavaAppLauncher Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190] [JavaAppLauncher Error] CFBundleCopyResourceURL() failed while getting Resource/Java directory
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190] [LaunchRunner Error] No main class specified
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190] [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190] Exception in thread "main" java.lang.NullPointerException
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190]  at apple.launcher.LaunchRunner.run(LaunchRunner.java:112)
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190]  at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
06/11/08 11:34:15 [0x0-0x1f01f].net.azib.ipscan[190]  at apple.launcher.JavaApplicationLauncher.main(JavaApplicationLauncher.java:61)
06/11/08 11:34:15 com.apple.launchd[97] ([0x0-0x1f01f].net.azib.ipscan[190]) Exited with exit code: 1

After some googling I came upon this website.

Bad virus scanner! Bad!

· errors, software

Some antivirus software vendors (McAfee, Symantec, and some others) have started recently identifying Angry IP Scanner as ‘potentially unwanted program’ or risky ‘hacktool’. Now, their programs often delete Angry IP Scanner from the disk during virus scanning.

The reason behind this is the will to bloat ‘virus databases’ and show unreal high number of detected ‘viruses’ in order to impress their customers. So they include everything they can find on the Internet, including many security tools, such as Angry IP Scanner.

Imap/Gmail mark as read

· errors, linux, misc, networking, software

I’ve “updated” my previous php-app.

Since today I ended up getting this error:

Warning: imap_open(): Couldn't open stream {imap.gmail.com:993/imap/ssl}[Google Mail]/Spam in /home/yeri/.gmail.php on line 30
Certificate failure for imap.gmail.com: unable to get local issuer certificate: /C=US/ST=California/L=Mountain View/O=Google Inc/CN=imap.gmail.com - Connection failed.

Simply searching this line:

$open = imap_open ("{imap.gmail.com:993/imap/ssl/}$path"

And editing it to:

$open = imap_open ("{imap.gmail.com:993/imap/ssl/novalidate-cert}$path"

Solves the problem.

This will ignore the Google certificate. Please do double check that imap.google.com really points to Google, and it’s not some kind of DNS issue.

iRail updates

· errors, misc, software, irail, www

I’ve made some more changes to iRail;

  • small link (top, left corner) to refresh/go to the main page
  • fixed an issue where the dropdown menus would display HH:MM when it should be HH+1:MM - e.g. if the time was 17h55, it would display 17h00 instead of 18h00
  • added a return/back button to the results page
  • changed (shortened) the Dutch text of "noresults/" page, to fit the text on one line (on the iPhone)
  • changed the settings icon to something more... "settings" and less "info"
  • Removed the link from iRail.be to m.iRail.be. iRail.be will now be the main site
  • added "arrival" and "departure" options, to specify whether you want to arrive or depart at that time
  • created a bugs and feedback email address - bugs[@]irail[.]be and feedback[@]irail[.]be
  • the touch-icon should be here soon

Route Planner bug fix

· errors, misc, software, irail, www

I just fixed a bug where he wouldn’t query the NMBS website if you hadn’t picked your language yet. Default language has been set to English.

Thanks to Helene.

Gmail automatic "mark (spam) as read"

· errors, linux, misc, networking, software

I hate having unread mail. I hate having spam. And most of all, I hate spam that asks for attention.

When receiving spam in Gmail, you get the annoying bold Spam (12353434) with ‘12353434’ being the number of unread spam messages.

With the introduction of Gmail Labs I’d hope to see an “automaticly mark spam message as seen” feature, which, well, I haven’t found yet.

Being tired of all these increasing spam numbers, and my daily efforts to “select all unread + mark as read”, I ended up writing a small PHP file which connects to the Gmail (using IMAP, so I asume you’ll need IMAP enabled in your settings..) and marks all spam messages as read. Running this script locally with a curl or cron every X time will solve most of your problems, I hope.

Wordpress stats

· errors, software, www

Took me a while to figure out what went wrong.

With the new Firefox (v3) and the wordpress update, I was no longer able to see my Wordpress stats on my dashboard.

Every (Wordpress) login attempt, to see the stats, resulted in… Well nothing. I just kept getting back to the login page. No error.

Actually, I have “third-party cookies disabled” on all my browsers; I don’t like to have cookies from sites I do not visit. And this was the cause of the problem.

Create Bootcamp partition

· apple, errors, software

Today I had to reinstall Bootcamp, and thus create a new Windows partition.

Trying the Bootcamp setup wizard, I got the same error as I had before - “Your disk cannot be partitioned because some files cannot be moved”.

I tried to Zero-Out-Data, overwriting all deleted data on the disk with 0’s. Yet this did not seem to solve the problem.

After deleting some big files, like my heroes & 24 episodes, I tried again. Still nothing.