Recent Posts

Pages: 1 ... 7 8 [9] 10
81
SPECvirt_sc2013 / Failed to Pass the SPECjAppServer verification.
« Last post by Rodriguez887 on June 12, 2021, 02:13:46 AM »
Hi, to all:
When I have completed the configuration of SPECjAppServer, I try to verify if it will be OK and type the command as follows from Client Server:
Then I get this message rather than "200 OK":
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>GlassFish v3 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}  B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - </h1><hr/><p><b>type</b> Status report</p><p><b>message</b></p><p><b>description</b>The requested resource () is not available.</p><hr/><h3>GlassFish Server Open Source Edition 3.1.2.2</h3></body></html>

What may cause this issue? Is there anyone here could help me to debug it please? Many thanks T.T  ~

82
SPECvirt_sc2013 / Re: WEB workload errors with cipher in SPECvirt.
« Last post by lroderic on June 03, 2021, 11:11:55 AM »
Please see https://www.spec.org/virt_sc2013/docs/SPECvirt_TechnicalSupport.html#Webserver. Which version of Java do you use? Note that Java 8+ has disabled SSLv3 by default and needs to be enabled explicitly.
83
SPECvirt_sc2013 / WEB workload errors with cipher in SPECvirt.
« Last post by Edwards258 on June 03, 2021, 08:09:49 AM »
Hello,

Please advise on next steps.
We are actually still having issues with the cipher stuff.  Per the earlier email the expected cipher supported by the system under test is: SSLv3, cipher SSL_RSA_WITH_RC4_128_MD5.

From the client I am able to connect to the system under test successfully using openssl and the specific cipher and ssl version:

[root@g1llloadgen002 logs]# openssl s_client -cipher 'RC4-MD5' -ssl3 -connect webserver:443
CONNECTED(00000003)
depth=0 /C=XX/L=Default City/O=Default Company Ltd
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=XX/L=Default City/O=Default Company Ltd
verify return:1
---
Certificate chain
 0 s:/C=XX/L=Default City/O=Default Company Ltd
   i:/C=XX/L=Default City/O=Default Company Ltd
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICUjCCAbugAwIBAgIJAMkb2SaLrBaSMA0GCSqGSIb3DQEBCwUAMEIxCzAJBgNV
BAYTAlhYMRUwEwYDVQQHDAxEZWZhdWx0IENpdHkxHDAaBgNVBAoME0RlZmF1bHQg
Q29tcGFueSBMdGQwHhcNMTUwNTA1MjM1NzQxWhcNMTUwNjA0MjM1NzQxWjBCMQsw
CQYDVQQGEwJYWDEVMBMGA1UEBwwMRGVmYXVsdCBDaXR5MRwwGgYDVQQKDBNEZWZh
dWx0IENvbXBhbnkgTHRkMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc2IEI
AYoHHhPB/MD93DeDcLC7OuPxXR73WrcIiyRt7NSe6R+cWiiGxuex4XJzSDsWEvQv
RsspkG02eZ/NJ0pmHxDBd8rq8DkuA7krjxJHY/qDt0zfoKXf54bzbVgxD6xhf+CB
ETjCSrqLPSFyqf4nJ5XBNNPGJuwI9jtBMe8GoQIDAQABo1AwTjAdBgNVHQ4EFgQU
CGOdUUYcl5h5LzVE3CMbOL808zIwHwYDVR0jBBgwFoAUCGOdUUYcl5h5LzVE3CMb
OL808zIwDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOBgQB72EfZlKbDVe0I
jubFCIWa9/mdTPJpHXIHURrO2Y0M0ligbHcIr0Pmrt3b1uRrmzTkVdoqT2q0e7mq
PN95b25dX7xuczZ5KUyc0LYVQ+cP/AEg/2zmt2DmvBihUGhO73f85QnzPrtiUrzw
HvV8OmvjAsO6x5uBZhBE+fiAumbHVA==
-----END CERTIFICATE-----
subject=/C=XX/L=Default City/O=Default Company Ltd
issuer=/C=XX/L=Default City/O=Default Company Ltd
---
No client certificate CA names sent
---
SSL handshake has read 775 bytes and written 257 bytes
---
New, TLSv1/SSLv3, Cipher is RC4-MD5
Server public key is 1024 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
    Protocol  : SSLv3
    Cipher    : RC4-MD5
    Session-ID: 8133AB1093A222C27E5DA858AB63E6B8C824726A856EFD3EE853FDDD5F1B4BE3
    Session-ID-ctx:
    Master-Key: 5F6D3B9DA87AAC674428C0DBD4BD21F36EF3B4DC223F407B110ECB9BD38B221AF0477062D248F7744841E715973D390C
    Key-Arg   : None
    Krb5 Principal: None
    Start Time: 1431366168
    Timeout   : 7200 (sec)
    Verify return code: 18 (self signed certificate)
---
GET /Support/ HTTP/1.1
<html><head>
              <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
              <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
              <meta name="viewport" content="width=device-width"><script type='text/javascript'>try{document.cookie = 'fjccheck=1';}catch(exception){}</script></head><frameset rows="100%,*" frameborder="no" border="0" framespacing="0">
   <frame src="http://www.http.com/?ga=HmqeklKbLYewQfbEUM3m4JBMgfoAUvPF6Pdoi9NYMx8s23%2BRSrUdOHY3NX81rwnY%2BR1J5pyFO%2BgQKZmdH4g%2BXA%3D%3D&gerf=eJPijblwIkatK9bXiAJRpxMn0f6XrOFY3YJlen9yveo%3D&guro=dX1cp6tjohVsltOURHeF6SD%2FmLRonwh4JCcCbfgHiiD%2BcEExziCASIQuB8Ry2PEt&">
</frameset>
<noframes>
   <body bgcolor="#ffffff" text="#000000">
   <a href="http://www.http.com/rg-erdr.php?_rpo=t n8S7Htr&_rdm=9f1NJXWBsNf93a5.JvV&p=5f95%7C%40%7C5f95%7C%40%7Ciii.0rr+.JvV%7C%40%7CfB%7C%40%7C%7C%40%7CZzbHzEZHE%7C%40%7Czbb%7C%40%7C39%7C%40%7C%7C%40%7Ct+nh8llbj%7C%40%7Ct+7zFZKFH&ga=HmqeklKbLYewQfbEUM3m4JBMgfoAUvPF6Pdoi9NYMx8s23%2BRSrUdOHY3NX81rwnY%2BR1J5pyFO%2BgQKZmdH4g%2BXA%3D%3D&t=nfrm">Click here to proceed</a>.
   </body>
</noframes></html>

Where per: https://www.openssl.org/docs/apps/ciphers.html under ssl v3.0: SSL_RSA_WITH_RC4_128_MD5  is  RC4-MD5

To be doubly sure I reconfigured apache to accept all ssl versions and all cipher suites.  Specvirt is still complaining of the exact same ssl connection error:

2015-05-06 09:25:51:414 SPECweb_Support: [ERROR] STATE 0; makeHttpRequest() failed.
2015-05-06 09:25:51:475 SslConnection: [ERROR] IOException during SSL handshake: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
2015-05-06 09:25:51:475 Connection: [ERROR] createSocket() failed.
2015-05-06 09:25:51:476 SslConnection: [ERROR] IOException during SSL handshake: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
2015-05-06 09:25:51:477 Connection: [ERROR] Write to socket failed! IOException was: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropiate)
2015-05-06 09:25:51:477 SslConnection: [ERROR] IOException during SSL handshake: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

84
SPECvirt_sc2013 / Re: Error SPECweb_Support 5
« Last post by lroderic on June 02, 2021, 11:09:47 AM »
You need to run Wafgen on each webserver for each tile. See instructions for this at https://www.spec.org/virt_sc2013/docs/SPECvirt_UserGuide.html#mozTocId525676
85
SPECvirt_sc2013 / Error SPECweb_Support 5
« Last post by Joel121 on June 02, 2021, 01:37:52 AM »
[root@client1 SPECvirt]# cat Clientmgr1_1088.out
2015-05-25 10:48:56:022 Creating clientmgr using RMI Registry port 1088
2015-05-25 10:48:56:200 client1:1088 ready...
2015-05-25 10:49:14:473 Client path: /opt/SPECjAppServer2004/classes
command line is: [java, -jar, specjappclient.jar, -p, 1091]
2015-05-25 10:49:14:517 Client path: /opt/SPECweb2005
command line is: [java, -jar, specwebclient.jar, -p, 1010]
2015-05-25 10:49:14:523 Client path: /opt/SPECimap
command line is: [java, -jar, specimapclient.jar, -p, 1200]
2015-05-25 10:49:14:529 Client path: /opt/SPECbatch
command line is: [java, -jar, specbatchclient.jar, -p, 1902]

Messages from: 101.1.1.19:1091
-> 2015-05-25 10:49:14:834 Creating jappclient using RMI Registry port 1091
-> 2015-05-25 10:49:14:867 client1:1091 ready...

Messages from: 101.1.1.19:1010
-> 2015-05-25 10:49:14:705 Creating specwebclient using RMI Registry port 1010
-> 2015-05-25 10:49:14:767 client1:1010 ready...

Messages from: 101.1.1.19:1200
-> 2015-05-25 10:49:14:879 SPECvirt-IMAP version SPECvirt-IMAP v1.00
-> 2015-05-25 10:49:14:925 specimapclient: client1:1200 ready...

Messages from: 101.1.1.19:1902
-> Creating specbatchclient using RMI Registry port 1902
-> client1:1902 ready...

Messages from: 101.1.1.19:1091
-> Driver Host: client1         Tile Number:0
-> 2015-05-25 10:50:23:836 matchOut() messages set ...
-> 2015-05-25 10:50:23:859 Starting rmiregistry; bindWait = 45000

Messages from: 101.1.1.19:1200
-> 2015-05-25 10:50:23:932 QoSThreshold[SIMPLE] is: 5000 ms
-> 2015-05-25 10:50:23:932 QoSPercent[SIMPLE] is: 95%
-> LoadGenerator: localHost is: client1; index = 0
-> With hostname (client1)
-> Retrieving workload key (client1:1200)
-> 2015-05-25 10:50:23:932 Inspecting tuple: (client1:1200,CT,test1-test500,mailserver)
-> 2015-05-25 10:50:23:933 There are 1 tuples to run
-> 2015-05-25 10:50:23:933 userIdMin is:1
-> 2015-05-25 10:50:23:933 userIdMax is:500
-> 2015-05-25 10:50:23:933 This client will simulate 500 users.
-> 2015-05-25 10:50:23:987 Loadgenerator tuple "client1:1200,CT,test1-test500,mailserver" users 1..500
-> 2015-05-25 10:50:24:003 EVENT: ClientType_6_EventScheduler:This client will simulate 500 Client Type 6 users.
-> 2015-05-25 10:50:24:003 specimapclient: Threads created.
-> 2015-05-25 10:50:24:004 Looking up polling host: mailserver:8001

Messages from: 101.1.1.19:1902
-> 2015-05-25 10:50:23:676 Looking up batch host: batchserver:1901
-> 2015-05-25 10:50:23:721 batch name/IP:port is batchserver/101.1.1.16:1901
-> 2015-05-25 10:50:23:736 Looking up polling host: batchserver:8001

Messages from: 101.1.1.19:1010
-> 2015-05-25 10:50:25:251 LoadGenerator: Setting sleep delay.
-> 2015-05-25 10:50:32:828 specwebclient: setting tile ID to 0
-> 2015-05-25 10:50:32:838 Looking up polling host: webserver:8001

Messages from: 101.1.1.19:1091
-> 2015-05-25 10:51:08:860 Starting Controller; bindWait = 45000
-> 2015-05-25 10:51:08:924 waiting for: Binding controller to /
-> rec'd notifyInterrupt(101) call
-> Binding controller to //client1:2098/Controller
-> Launcher: done in waitMatch(0)
-> 2015-05-25 10:51:57:327 Starting Agents
-> ---------------//client1:2098/Controller
-> Calling switchLog as master
-> url[0] is : http://specemulator:8080/Emulator/EmulatorServlet?cmd=switchlog
-> url[1] is : http://specdelivery:8000/Supplier/DeliveryServlet?cmd=switchlog
-> calling driver.waitMatch(0)...
-> 2015-05-25 10:52:42:906 waiting for: waiting2ramp
-> RunID for this run is : 31
-> Output directory for this run is : /opt/SPECjAppServer2004/output/31
-> loadFactor=5
-> changeRate=30
-> burstyCurve from run.properties=37,72,61,87,132,77,0,49,137,93,187,103,174,138,200,173,153,107,225,44,36,44,48,68,138,125,116,88,38,50
-> scaleFactor=1.0
-> Curve avg txRate = 100.0
-> maxTxRate=225
-> tileNumber=0
-> Will run in bursty mode after rampup/warmup phases. Starting at burstPoint:0
-> WarmUp style = 0 (0=linear only, 1=burstycurve, 2=zigzag)
-> Phase one of warm up (start of transaction activity) will increase IR from 0 to 100 linearly, over 900 seconds.
-> Steady-State IR transition stepRate(ms)=40000
-> Burst Curve StartPoint Tile Multiplier=7
-> smoothFactor=1
-> Using default timeSkewTolerance value: 3
-> May 25, 2015 10:52:44 AM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient
-> INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default.
-> May 25, 2015 10:52:44 AM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getCorbalocURL
-> INFO: list ==> specdelivery:3700
-> May 25, 2015 10:52:44 AM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getCorbalocURL
-> INFO: corbaloc url ==> iiop:1.2@specdelivery:3700
-> Initial Audit
-> For txRate(100), loadFactor(5), and load_scale_factor(1.0), your DBIR must be built for 500IR
-> finished validateInitialValues()
-> Dealer Threads Per Agent=2250
-> Mfg Threads Per Agent=675
-> TTF1 = 2333
-> ttf = 2333
-> rec'd notifyInterrupt(101) call
-> waiting2ramp
-> Waiting for trigger signal from SPECvirt...
-> Launcher: done in waitMatch(0)
-> 2015-05-25 10:53:03:368 jappScript.runDriver() completed successfully.
-> 2015-05-25 10:53:03:369 Looking up polling host: specdelivery:8001
-> Waiting for steady state signal...
-> 2015-05-25 10:53:04:473 waiting for: Starting Steady State
-> Configuring 1 DealerAgent(s)...

Messages from: 101.1.1.19:1010
-> 2015-05-25 10:53:04:484 LoadGenerator: Ramping up for 300 seconds.
-> 2015-05-25 10:53:04:484 LoadGenerator: Starting 2500 threads.

Messages from: 101.1.1.19:1200
-> 2015-05-25 10:53:04:473 specimapclient: Starting threads...
-> 2015-05-25 10:53:04:474 LoadGenerator: Threads started, test in progress...

Messages from: 101.1.1.19:1010
-> 2015-05-25 10:53:23:649 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 18634785, GOT 16613260
-> 2015-05-25 10:53:23:649 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=36755 HTTP/1.1
-> 2015-05-25 10:53:25:431 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 20318025, GOT 18113900
-> 2015-05-25 10:53:25:431 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=40075 HTTP/1.1
-> 2015-05-25 10:53:29:683 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 5751408, GOT 5127488
-> 2015-05-25 10:53:29:683 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=11344 HTTP/1.1
-> 2015-05-25 10:53:31:303 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 15480231, GOT 13800916
-> 2015-05-25 10:53:31:303 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=30533 HTTP/1.1
-> 2015-05-25 10:53:32:757 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 550095, GOT 490420
-> 2015-05-25 10:53:32:758 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=1085 HTTP/1.1
-> 2015-05-25 10:53:33:908 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 18633264, GOT 16611904
-> 2015-05-25 10:53:33:908 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=36752 HTTP/1.1
-> 2015-05-25 10:53:38:484 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 16794375, GOT 14972500
-> 2015-05-25 10:53:38:485 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=33125 HTTP/1.1
-> 2015-05-25 10:53:39:546 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 19633575, GOT 17503700
-> 2015-05-25 10:53:39:546 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=38725 HTTP/1.1
-> 2015-05-25 10:53:39:877 SPECweb_Support: [ERROR] STATE 5; RESPONSE DYNAMIC CONTENT NOT VALIDATED! EXPECTED 14324271, GOT 12770356
-> 2015-05-25 10:53:39:877 SPECweb_Support: [ERROR] STATE 5; RESPONSE INVALID on GET /support/file.php?id=28253 HTTP/1.1

Messages from: 101.1.1.19:1091
-> Configuring 1 MfgAgent(s)...
-> May 25, 2015 10:53:41 AM com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient
-> INFO: Cannot find javadb client jar file, derby jdbc driver will not be available by default.
-> May 25, 2015 10:53:41 AM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getCorbalocURL
-> INFO: list ==> specdelivery:3700
-> May 25, 2015 10:53:41 AM org.glassfish.enterprise.iiop.impl.GlassFishORBManager getCorbalocURL
-> INFO: corbaloc url ==> iiop:1.2@specdelivery:3700

86
SPECvirt_sc2013 / Re: Web Server QoS Errors
« Last post by ChrisFloyd on February 09, 2021, 11:30:52 PM »
No problem, Shuster512.  I'm glad we were able to help.
87
SPECvirt_sc2013 / Re: Web Server QoS Errors
« Last post by Shuster512 on February 09, 2021, 11:04:43 PM »
sachinkhanna48,

How many Tiles have you been able to run successfully?  More than 1 Tile?   If so, can you verify that you have sufficient network and storage resources to handle multiple tiles?  If you are running multiple tiles, are you using at least 10Gb NICs on the clients (or dedicated 1Gb NICs pre VM), and/or have you verified you do not have a client network bottleneck? Note, each Tile will require close to 1Gbit traffic on the SUT (as well as on the client/driver VM).  Disk IO requirements per tile are ~1000 IOPs (or more, depending on the VM memory configuration of your VMs), 

While recent published results may configure more resources than are technically necessary for SPECvirt_sc2013 results, Facetime for PC they provide a reasonable idea of network and disk requirements for optimal performance.  Perhaps look at some published results with lower tile counts (older results), as well as recent results using the latest storage and network components: 

https://www.spec.org/virt_sc2013/results/specvirt_sc2013_perf.html

Thanks for the taking interest and help.
88
SPECvirt_sc2013 / Re: run failed with was/db2
« Last post by Dempsey25 on February 08, 2021, 12:20:34 AM »
1. go to the log file from the runstat, read the error message, write down all errors
2. db2 connect to (name of database)
3. run the command:
db2 ” RUNSTATS ON TABLE __ ___ WITH DISTRIBUTION AND DETAILED INDEXES ALL ALLOW WRITE ACCESS “

4.if it will take more then 2-5 minutes, then stop it and go to the $home/sqllib/db2dump
5. search errors in the db2diag.log. If this file was compressed, then you can uncompress it in another directory, or simply use command zmore to read db2diag.log.Z file.
6. run the runstat and in the second terminal run the command: tail -f dinpdwh.nfy and wait for the error.

I had problems with the statistic heap size.

Easy solution:

db2 get db cfg for DAWISI show detail | grep -i heap
then you need just to increase the value, e.g.:

db2 “update db cfg using stat_heap_sz 5900 immediate”

I suggest use immediate at the end of statement.

89
SPECvirt_sc2013 / Re: run failed with was/db2
« Last post by Frederick458 on January 18, 2021, 05:58:02 AM »
A possible root cause of this error message is that the system has an incompatible VC++ 2008 redistributable package already installed, prior to installation of the Db2 database product.

90
SPECvirt_sc2013 / Re: Web Server QoS Errors
« Last post by Bellantoni_874 on December 31, 2020, 05:33:39 AM »
Is there any solution for such type of errors because I m still getting the same errors.
Please provide us proper guidance for such errors.



Pages: 1 ... 7 8 [9] 10