Jump to content
Pulseway 9.14 🔥

Featured Replies

Posted

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?
 

"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?

  • Author

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.

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)

Create an account or sign in to comment