Jump to content

Java compilation error while running the Job


srikanth1229

Recommended Posts

 

HI

When i am trying to run the job in JAsper ETL, i am getting this error.

Could anyone please help me to resolve this issue.

My job name is FundMigration1.

Error::

----------

Starting job Fundmigration1 at 20:59 17/12/2009.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:

 at fund_migration.fundmigration1.Fundmigration1.main(Fundmigration1.java:1787)
Job Fundmigration1 ended at 20:59 17/12/2009. [exit code=1]

 

 

Help would be highly appreciated.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

It's pretty much impossible to find the reason of the error based on this information. Try to take a look at the java code of the job, particulary at the chunk of code where the error occurs (Fundmigration1.java:1787 - it should be row 1787). Probably this will push you to an idea of what can be the reason.

Hope this helps

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...