browse by category or date

My HR colleague called me this morning because she’s having problem with Inland Revenue Authority of Singapore (IRAS) Validation and Submission Java Application (JNLP) which can be found HERE.

The error window that she had was:

Unable to launch the application

click Details to view the Exception:

Found unsigned entry in resource

To solve this issue, you need to do the following steps:

  1. Remove the proxy settings (optional). There’s a chance that the your HTTP Proxy server is caching the outdated version of the applet
  2. Clear your Java cache. Go to Control Panel – Java.Java Control Panel click Settings, then click Delete Files.
  3. Set JNLP File/MIME Association. In Java Cotrol Panel, click Advanced tab. Expand JNLP File/MIME Association. Select Promp User.JNLP File/MIME Association

You should by now fixed the issue. When you launched the Java Application you should have the following prompt:

Do you want to run the application?

Click Run, and you are set to validate your Employment Income submission.

If it’s still not working, drop a comment and we’ll see what we can do ;).

GD Star Rating
loading...
[Solved] IRAS Validation and Submission Application Error: Found unsigned entry in resource, 3.0 out of 5 based on 1 rating

Possibly relevant:

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Incoming Search

error, iras, java, singapore

1 comment so far

Add Your Comment
  1. Thank you for the advice for solving the “unsigned items” error. I had signed my jars; I had verified with jarsigner that they were signed, but the browsers either failed or told me that there were unsigned items. It was very frustrating. Your advice to use java console to empty the cache got things working.