Is ' dataimport?command=delta-import.1' actually a file name? If this the case, are you running the trigger from a cron job or similar? If I am still on the right track, check your cron job/script and see if you have misplaced new line, quote (e.g. MSWord quote instead of normal) or some other abnormality. It looks like a Bobby Tables situation with run away quotes.
Regards, Alex. P.s. https://xkcd.com/327/ Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On Wed, Sep 3, 2014 at 5:19 AM, madhav bahuguna <madhav.bahug...@gmail.com> wrote: > I have solr installed on Debian and every time delta import takes place a > file gets created in my root directory. The files that get created look > like this > > > dataimport?command=delta-import.1 > > dataimport?command=delta-import.2 > > . > > . > > . > > dataimport?command=delta-import.30 > > Every time there is a delta import a file gets created , i opened the file > in vi editor and its an xml file. Why are these files getting created and > how do i stop solr from creating them. > > > To start solr i use this command > > > Java -jar start.jar & > > According to this command no log files should be created. Please advise and > help iam new to solr. > -- > Regards > Madhav Bahuguna