Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Compilation error to run a job

Hello All,
I have a number of job and subjob , All are working file except one , in which I am getting a error message like ==== " Syntax error on token " ."identifier expected after this token " ==== and when i continue running following message come
===================================================
Starting job PartyMechs2 at 12:36 03/11/2010.
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at executive.partymechs2_0_6.PartyMechs2.main(PartyMechs2.java:397)
Job PartyMechs2 ended at 12:36 03/11/2010.
===================================================
After this job i am not able to run others job also .

Here is the generated code ,
import routines.InvoiceDetailID;
import routines.QuoteDetailID;
import routines.nextID;
import routines.DataOperation;
import routines.Mathematical;
import routines.Numeric;
import routines.Relational;
import routines.StringHandling;
import routines.TalendDataGenerator;
import routines.TalendDate;
import routines.TalendString;
import routines.; =======here compilation failed=========
import routines.system.*;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.math.BigDecimal;
import java.io.ByteArrayOutputStream;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.ObjectOutputStream;
import java.io.ObjectInputStream;
import java.io.IOException;
import java.util.Comparator;

Please suggest what I did wrong in job .
---
Thanks
Awdesh Parihar
Labels (3)
1 Reply
Anonymous
Not applicable

Under the code section of the metadata, check to make sure you do not have an unnamed routine. it looks like its trying to import one of the routines, but is either not retreving the name or the name is ""