Author Topic: Error in Clientmgr10_1088.out  (Read 4888 times)

tdeneau

  • Jr. Member
  • **
  • Posts: 51
  • Karma: +1/-1
Error in Clientmgr10_1088.out
« on: December 17, 2018, 05:36:39 PM »
I see an error in Clientmgr10_1088.out when I start a 16 tile run. Please find the error pasted below

-> finished validateInitialValues()
-> Exception in thread "P=684244:O=0:CT" org.spec.jappserver.driver.http.SJASHttpException: error running cache test for java.lang.NumberFormatException: Infinite or NaN
->      at org.spec.jappserver.driver.http.HttpDealer.cacheTest(HttpDealer.java:776)
->      at org.spec.jappserver.driver.Auditor.cacheTest(Auditor.java:517)
->      at org.spec.jappserver.driver.Driver.configure(Driver.java:693)
->      at org.spec.jappserver.driver.Driver.<init>(Driver.java:243)
->      at org.spec.jappserver.driver.Driver.main(Driver.java:2277)

I see this error on tiles 10 to 16. A 9 tile run was successful. Can anyone help me understand what might be the issue?

lroderic

  • Moderator
  • Full Member
  • *****
  • Posts: 167
  • Karma: +6/-0
Re: Error in Clientmgr10_1088.out
« Reply #1 on: December 17, 2018, 06:08:23 PM »
You said this happens when you start a 10-tile run or greater? And nine tiles work OK?

Is there anything interesting in primectrl.out and/or Clientmgr10_1098.out? Have you tailored anything in your app/dbserver config, or does it use the defaults according to the example VM scripts?

Lisa

lroderic

  • Moderator
  • Full Member
  • *****
  • Posts: 167
  • Karma: +6/-0
Re: Error in Clientmgr10_1088.out
« Reply #2 on: December 17, 2018, 06:56:58 PM »
Our friendly jApp expert says that likely clients 10-16 are not connecting to the Application Server for their tiles. Please run the atomicity tests for each tile as documented in the SPECvirt FAQ. Ensure that curl is run from the client and that the client and appserver belong to the same tile.

tdeneau

  • Jr. Member
  • **
  • Posts: 51
  • Karma: +1/-1
Re: Error in Clientmgr10_1088.out
« Reply #3 on: December 18, 2018, 12:36:28 PM »
Thank you very much for the response. I have ran atomicityTest curl command on all 1-16 tiles and looks like it is failing on Tiles 10,11,12,14,15,16. Surprisingly Tiles 9 and 13 Passed. I am not sure what might be broken, I have edited /home/db2inst1/sqllib/db2nodes.cfg file in dbserver9 and 13 and assigned the respective tile number. What might be wrong?


lroderic

  • Moderator
  • Full Member
  • *****
  • Posts: 167
  • Karma: +6/-0
Re: Error in Clientmgr10_1088.out
« Reply #4 on: December 18, 2018, 01:31:34 PM »
appserver9 is the first appserver against dbserver3, and appserver13 is the first appserver against dbserver4. I suspect you've got config problems with the remaining three appservers for those tiles. Did you edit /home/db2inst1/sqllib/db2nodes.cfg for appserver10-12 to use dbserver3? Did you edit  /home/db2inst1/sqllib/db2nodes.cfg for appserver14-16 to use dbserver4?

Lisa

tdeneau

  • Jr. Member
  • **
  • Posts: 51
  • Karma: +1/-1
Re: Error in Clientmgr10_1088.out
« Reply #5 on: December 18, 2018, 07:22:00 PM »
Thank you very much Lisa. /etc/hosts file on appserver10-12 and appserver14-16 had wrong ip for dbserver. I corrected that and ran a test. I will post further updates after the run is completed.