• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Production Issue

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a high priority production Issue.
In my application I am using Hibernate framework oracle 10g. daily I am running a job at 8PM to get data from database to generate a report.
Here job is nothing but a java class. Everyday I am running a job to get data between yesterday's 7:30 PM to today 7:30 pm. Here the problem is everyday I am missing the data at 12AM to 1 AM This problem is in Production only If I am doing same thing on dev regions it's working fine. One more update is from my local workspace I connected to Production datatbase and run the job locally I am getting the entire data without missing any data. I dont know it's a database issue or java code issue or environment issue.
Here is the code I used to get the data


Any one please help me on this.
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi and welcome to the JavaRanch.

If you run the same code with different results on dev and production then it is probably a configuration issue.
 
What do you have to say for yourself? Hmmm? Anything? And you call yourself a tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic