Labsy Posted May 6, 2014 Posted May 6, 2014 Hi, I am using PCM for some time and I am thinking of purchasing more licences. Some days ago I installed debugging app on one of my servers (Linux) and it reported two weird errors in pcmonitor.jar: 1.) NullPointerException in checkflick.data.entities.Movie Called by putMovie public String toString() { return "name: " + this.fullName + ". status: " + this.status.toString(); } 2.) ArithmeticException in checkflick.bidding.SimpleBidBroker Called by SimpleBidBroker def handlePricing(bid: CustomBiddingRequest) { val pricePerUnit = bid.getUnitCount / (bid.getPrice * 1) CustomBiddingRequest println("Price for request: " + bid.getRequest + " is: " + bid.getPrice) println("Price per unit is " + pricePerUnit) } What do those "Movie" and "Broker" stuff have to do with PCMonitor?
Marius Posted May 7, 2014 Posted May 7, 2014 "Movie" and "Broker" have nothing to do with the PC Monitor API. Could you please give us some more details about what jar are you using? Are you using some plugins as well?
Labsy Posted May 7, 2014 Author Posted May 7, 2014 Hi Marius, I sent you login details to PM for you to review those errors easier. AFAIK there are no plugins installed, only default PCM installation on Linux server.
Calin Posted May 7, 2014 Posted May 7, 2014 Hello , 4 of the 6 errors represent a communication error. The other 2 are not related to the core pcmonitor product. Those are either a plugin which runs inside pcmonitor or is a Takipi reporting issue. Could you please provide the config for pcmonitor ? (Remove sensitive info)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now