Hi Felix,

Thanks for your reply. I was able to resolve below errors occurred in previous 
log file with the work arounds you mentioned. 

But currently, I could see an error in log file as below. Attached is the 
detailed log file capture during script reply

2020-11-23 16:59:05,391 WARN o.a.j.p.h.c.KerberosManager: Could not log in user 
iqxja64 -->(username)
javax.security.auth.login.LoginException: Client not found in Kerberos database 
(6)

Please let me know if I need to configure anything in properties file or 
kerberos config files. Is any login configuration file or the prinicipal name 
to be added?

Regards,
Akhilekhya Avantsa,
Test Analyst,
Infosys Ltd, India
 +91 8639828304.

-----Original Message-----
From: Felix Schumacher <[email protected]> 
Sent: Wednesday, November 18, 2020 8:00 PM
To: [email protected]
Subject: Re: Kerberos/Spnego authentication Issues

[**EXTERNAL EMAIL**]

Am 18.11.20 um 14:49 schrieb Akhilekhya Avantsa:
> Hi Felix,
>
> Thank you for the prompt response.
>
> I have recorded a script for launching the SSO application of type 
> Kerberos/Spnego authentication.(automatically logins when the application is 
> launched) and captured the logs for the same.
>
> Attached folder contains the JMeter log file, logs captured while recording , 
> the properties and configuration files I modified and the error screenshots.
>
> Please validate and suggest me if any changes required to achieve successful 
> Kerberos authentication for the script.

The jmeter.log file seems to be the one, that was written when recording. That 
is not so interesting to me :)

The file 'Logs captured while recording the script.txt' seems to be the file, 
that contains the logs from the actual run and not the recording.
In that file, you will find some lines like:

Caused by: java.lang.SecurityException: java.io.IOException: jaas.conf (No such 
file or directory)

and that indicates to me, that you should either put a absolute filename to 
point to your jaas.conf or start JMeter from the correct directory (the one, 
which contains jaas.conf (or the other way round, if you prefer)).

Another problematic line from the log is:

2020-11-18 18:48:17,727 WARN o.a.j.p.h.c.KerberosManager: Execution of getting 
subject for ${AUTH_LOGIN} failed

That indicates, that JMeter could not find a valid JMeter variable named 
AUTH_LOGIN. In such cases, JMeter will return the original value of the 
expression, which was ${AUTH_LOGIN}.

The screenshot of the response-headers show, that your server is returning the 
correct header to initiate the SPNEGO authentication, but first you have to 
correct the two things about jaas.conf and AUTH_LOGIN.

Felix

>
> Thanks & Regards,
> Akhilekhya Avantsa,
> Test Analyst,
> Infosys Ltd, India
> +91 8639828304.
>
> -----Original Message-----
> From: Felix Schumacher <[email protected]>
> Sent: Wednesday, November 18, 2020 4:06 PM
> To: [email protected]
> Subject: Re: Kerberos/Spnego authentication Issues
>
> [**EXTERNAL EMAIL**]
>
> Am 17.11.20 um 20:23 schrieb Akhilekhya Avantsa:
>> Hi Team,
>>
>> I am facing 401 unauthorized error for Kerberos authentication (spnego) 
>> using JMeter.
>>
>> For JMeter Kerberos setup - I have configured krb5.conf, jaas.conf and 
>> system properties of Jmeter. Also added domain and realm to the HTTP 
>> Authorization Manager yet getting  authentication issues.
> Can you give us more details? Always remember, we can't see you setup and 
> have to guess what you mean by configured X or added Y. There are tons of 
> ways to configure something and not all are correct.
>
> Are there any Kerberos/auth/SPNEGO related messages in jmeter.log? What are 
> the headers looking like in the request/responses?
>
> I often stumble upon configuring the wrong paths for krb5.conf or jaas.conf, 
> especially when using relative paths.
>
> If there are not enough log messages to help me, I try to tell Java to 
> give me more. Try to add 'debug = true' to jaas.conf and/or |add 
> -Dsun.security.krb5.debug=true to the environment variable JVM_ARGS.|
>
> Felix
>
>> I have also enabled the Kerberos for the browser and able to record the 
>> scenarios  but getting as SPNEGO authentication not supported in the 
>> recorded response code.
>>
>> Please help me with the steps to set up Jmeter for Kerberos 
>> authentication and suggestions to resolve the issue. ||
>>
>>
>> Regards,
>> Akhilekhya Avantsa,
>> Test Analyst,
>> Infosys Ltd, India
>> +91 8639828304.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
2020-11-23 16:58:39,276 WARN o.j.r.PluginManagerMenuItem: Failed to load plugin 
updates info
java.net.UnknownHostException: No such host is known (jmeter-plugins.org)
        at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[?:?]
        at 
java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:932)
 ~[?:?]
        at 
java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1517) ~[?:?]
        at java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:851) 
~[?:?]
        at java.net.InetAddress.getAllByName0(InetAddress.java:1507) ~[?:?]
        at java.net.InetAddress.getAllByName(InetAddress.java:1366) ~[?:?]
        at java.net.InetAddress.getAllByName(InetAddress.java:1300) ~[?:?]
        at 
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:263)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:162)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:605)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:440)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
 ~[httpclient-4.5.12.jar:4.5.12]
        at 
org.jmeterplugins.repository.JARSourceHTTP.execute(JARSourceHTTP.java:499) 
~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.JARSourceHTTP.execute(JARSourceHTTP.java:494) 
~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.JARSourceHTTP.getJSON(JARSourceHTTP.java:152) 
~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.JARSourceHTTP.getRepositories(JARSourceHTTP.java:276)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.JARSourceHTTP.getRepo(JARSourceHTTP.java:304) 
~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.PluginManager.load(PluginManager.java:71) 
~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.PluginManagerMenuItem$1.run(PluginManagerMenuItem.java:41)
 [jmeter-plugins-manager-1.3.jar:?]
2020-11-23 16:58:50,722 INFO o.a.j.s.FileServer: Default 
base='C:\apache-jmeter-5.3\bin'
2020-11-23 16:58:50,728 INFO o.a.j.g.a.Load: Loading file: 
C:\DOCS@ARE_Scripts\Watson.jmx
2020-11-23 16:58:50,728 INFO o.a.j.s.FileServer: Set new 
base='C:\DOCS@ARE_Scripts'
2020-11-23 16:58:50,984 INFO o.a.j.s.SaveService: Testplan (JMX) version: 2.2. 
Testlog (JTL) version: 2.2
2020-11-23 16:58:50,995 INFO o.a.j.s.SaveService: Using SaveService properties 
version 5.0
2020-11-23 16:58:50,998 INFO o.a.j.s.SaveService: Using SaveService properties 
file encoding UTF-8
2020-11-23 16:58:51,001 INFO o.a.j.s.SaveService: Loading file: 
C:\DOCS@ARE_Scripts\Watson.jmx
2020-11-23 16:58:51,074 WARN o.j.r.p.TestPlanAnalyzer: Cannot parse file: 
C:\DOCS@ARE_Scripts\Watson.jmx
org.xml.sax.SAXParseException: Character reference "&#x0" is an invalid XML 
character.
        at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
~[xercesImpl-2.12.0.jar:?]
        at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) 
~[xercesImpl-2.12.0.jar:?]
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:122) 
~[?:?]
        at 
org.jmeterplugins.repository.plugins.TestPlanAnalyzer.getNodeListWithClassNames(TestPlanAnalyzer.java:104)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.plugins.TestPlanAnalyzer.analyze(TestPlanAnalyzer.java:33)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.plugins.PluginSuggester.analyzeTestPlan(PluginSuggester.java:51)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.plugins.PluginSuggester.findPluginsToInstall(PluginSuggester.java:44)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.plugins.PluginSuggester.checkAndSuggest(PluginSuggester.java:28)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.jmeterplugins.repository.logging.LoggerAppender.append(LoggerAppender.java:33)
 ~[jmeter-plugins-manager-1.3.jar:?]
        at 
org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:129)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:120)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:84)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:543)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:502)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:485) 
~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:460) 
~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy.log(AwaitCompletionReliabilityStrategy.java:82)
 ~[log4j-core-2.13.1.jar:2.13.1]
        at org.apache.logging.log4j.core.Logger.log(Logger.java:161) 
~[log4j-core-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.spi.AbstractLogger.tryLogMessage(AbstractLogger.java:2198)
 ~[log4j-api-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.spi.AbstractLogger.logMessageTrackRecursion(AbstractLogger.java:2152)
 ~[log4j-api-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.spi.AbstractLogger.logMessageSafely(AbstractLogger.java:2135)
 ~[log4j-api-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.spi.AbstractLogger.logMessage(AbstractLogger.java:2028)
 ~[log4j-api-2.13.1.jar:2.13.1]
        at 
org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(AbstractLogger.java:1899)
 ~[log4j-api-2.13.1.jar:2.13.1]
        at org.apache.logging.slf4j.Log4jLogger.info(Log4jLogger.java:184) 
~[log4j-slf4j-impl-2.13.1.jar:2.13.1]
        at org.apache.jmeter.save.SaveService.loadTree(SaveService.java:427) 
~[ApacheJMeter_core.jar:5.3]
        at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:129) 
~[ApacheJMeter_core.jar:5.3]
        at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:101) 
~[ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.gui.action.LoadRecentProject.doActionAfterCheck(LoadRecentProject.java:66)
 ~[ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest.doAction(AbstractActionWithNoRunningTest.java:44)
 ~[ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:87) 
~[ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.gui.action.ActionRouter.lambda$actionPerformed$0(ActionRouter.java:69)
 ~[ApacheJMeter_core.jar:5.3]
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316) 
~[?:?]
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) ~[?:?]
        at java.awt.EventQueue$4.run(EventQueue.java:721) ~[?:?]
        at java.awt.EventQueue$4.run(EventQueue.java:715) ~[?:?]
        at 
java.security.AccessController.doPrivileged(AccessController.java:391) [?:?]
        at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 [?:?]
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:740) [?:?]
        at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
 [?:?]
        at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) 
[?:?]
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
 [?:?]
        at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) [?:?]
        at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:?]
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) [?:?]
2020-11-23 16:58:51,099 INFO o.a.j.p.h.c.CookieManager: Settings: Delete null: 
true Check: true Allow variable: true Save: false Prefix: COOKIE_
2020-11-23 16:58:51,105 INFO o.a.j.p.h.c.CacheManager: Will only cache the 
following methods: [GET]
2020-11-23 16:58:51,116 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/html 
is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2020-11-23 16:58:51,116 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for 
application/xhtml+xml is 
org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2020-11-23 16:58:51,116 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for 
application/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2020-11-23 16:58:51,117 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/xml 
is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2020-11-23 16:58:51,117 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for 
text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2020-11-23 16:58:51,117 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/css 
is org.apache.jmeter.protocol.http.parser.CssParser
2020-11-23 16:58:51,756 INFO o.a.j.e.KeyToolUtils: keytool found at 'keytool'
2020-11-23 16:58:51,757 INFO o.a.j.p.h.p.ProxyControl: HTTP(S) Test Script 
Recorder SSL Proxy will use keys that support embedded 3rd party resources in 
file C:\apache-jmeter-5.3\bin\proxyserver.jks
2020-11-23 16:58:52,475 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are 
START times
2020-11-23 16:58:52,476 INFO o.a.j.s.SampleResult: 
sampleresult.default.encoding is set to ISO-8859-1
2020-11-23 16:58:52,476 INFO o.a.j.s.SampleResult: sampleresult.useNanoTime=true
2020-11-23 16:58:52,476 INFO o.a.j.s.SampleResult: 
sampleresult.nanoThreadSleep=5000
2020-11-23 16:58:52,652 INFO o.a.j.v.ViewResultsFullVisualizer: Add JavaFX to 
your Java installation if you want to use renderer: 
org.apache.jmeter.visualizers.RenderInBrowser
2020-11-23 16:58:52,832 INFO o.a.j.v.ViewResultsFullVisualizer: Add JavaFX to 
your Java installation if you want to use renderer: 
org.apache.jmeter.visualizers.RenderInBrowser
2020-11-23 16:58:52,892 INFO o.a.j.s.FileServer: Set new 
base='C:\DOCS@ARE_Scripts'
2020-11-23 16:59:04,959 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2020-11-23 16:59:04,961 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2020-11-23 16:59:04,961 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2020-11-23 16:59:04,963 INFO o.a.j.e.u.CompoundVariable: Note: Function class 
names must contain the string: '.functions.'
2020-11-23 16:59:04,964 INFO o.a.j.e.u.CompoundVariable: Note: Function class 
names must not contain the string: '.gui.'
2020-11-23 16:59:05,023 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2020-11-23 16:59:05,111 INFO o.a.j.e.StandardJMeterEngine: Starting 
ThreadGroup: 1 : Thread Group
2020-11-23 16:59:05,111 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads 
for group Thread Group.
2020-11-23 16:59:05,111 INFO o.a.j.e.StandardJMeterEngine: Thread will continue 
on error
2020-11-23 16:59:05,112 INFO o.a.j.t.ThreadGroup: Starting thread group... 
number=1 threads=1 ramp-up=1 delayedStart=false
2020-11-23 16:59:05,123 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2020-11-23 16:59:05,124 INFO o.a.j.e.StandardJMeterEngine: All thread groups 
have been started
2020-11-23 16:59:05,153 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 
1-1
2020-11-23 16:59:05,191 INFO o.a.j.p.h.s.HTTPHCAbstractImpl: Local host = 
XPE1-D35069
2020-11-23 16:59:05,196 INFO o.a.j.p.h.s.HTTPHC4Impl: HTTP request retry count 
= 0
2020-11-23 16:59:05,391 WARN o.a.j.p.h.c.KerberosManager: Could not log in user 
iqxja64
javax.security.auth.login.LoginException: Client not found in Kerberos database 
(6)
        at 
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:782)
 ~[jdk.security.auth:?]
        at 
com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:592) 
~[jdk.security.auth:?]
        at javax.security.auth.login.LoginContext.invoke(LoginContext.java:726) 
~[?:?]
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:665) 
~[?:?]
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:663) 
~[?:?]
        at 
java.security.AccessController.doPrivileged(AccessController.java:691) ~[?:?]
        at 
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:663) ~[?:?]
        at javax.security.auth.login.LoginContext.login(LoginContext.java:574) 
~[?:?]
        at 
org.apache.jmeter.protocol.http.control.KerberosManager.lambda$getSubjectForUser$0(KerberosManager.java:69)
 ~[ApacheJMeter_http.jar:5.3]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
        at 
org.apache.jmeter.protocol.http.control.KerberosManager.getSubjectForUser(KerberosManager.java:82)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.control.AuthManager.getSubjectForUrl(AuthManager.java:298)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeRequest(HTTPHC4Impl.java:918)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:641)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:66)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1281)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1270)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:630) 
[ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:558)
 [ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489) 
[ApacheJMeter_core.jar:5.3]
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) 
[ApacheJMeter_core.jar:5.3]
        at java.lang.Thread.run(Thread.java:832) [?:?]
Caused by: sun.security.krb5.KrbException: Client not found in Kerberos 
database (6)
        at sun.security.krb5.KrbAsRep.<init>(KrbAsRep.java:76) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.send(KrbAsReqBuilder.java:345) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.action(KrbAsReqBuilder.java:498) 
~[java.security.jgss:?]
        at 
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:744)
 ~[jdk.security.auth:?]
        ... 21 more
Caused by: sun.security.krb5.Asn1Exception: Identifier doesn't match expected 
value (906)
        at sun.security.krb5.internal.KDCRep.init(KDCRep.java:140) 
~[java.security.jgss:?]
        at sun.security.krb5.internal.ASRep.init(ASRep.java:64) 
~[java.security.jgss:?]
        at sun.security.krb5.internal.ASRep.<init>(ASRep.java:59) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsRep.<init>(KrbAsRep.java:60) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.send(KrbAsReqBuilder.java:345) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.action(KrbAsReqBuilder.java:498) 
~[java.security.jgss:?]
        at 
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:744)
 ~[jdk.security.auth:?]
        ... 21 more
2020-11-23 16:59:05,409 INFO o.a.j.p.h.s.h.LazyLayeredConnectionSocketFactory: 
Setting up HTTPS TrustAll Socket Factory
2020-11-23 16:59:05,414 INFO o.a.j.u.JsseSSLManager: Using default SSL 
protocol: TLS
2020-11-23 16:59:05,414 INFO o.a.j.u.JsseSSLManager: SSL session context: 
per-thread
2020-11-23 16:59:05,421 INFO o.a.j.u.SSLManager: JmeterKeyStore Location:  type 
JKS
2020-11-23 16:59:05,422 INFO o.a.j.u.SSLManager: KeyStore created OK
2020-11-23 16:59:05,422 WARN o.a.j.u.SSLManager: Keystore file not found, 
loading empty keystore
2020-11-23 16:59:05,688 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,742 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,754 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,769 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,779 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,798 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,824 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:05,838 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 16:59:06,182 INFO o.a.j.t.JMeterThread: Thread is done: Thread Group 
1-1
2020-11-23 16:59:06,182 INFO o.a.j.t.JMeterThread: Thread finished: Thread 
Group 1-1
2020-11-23 16:59:06,187 INFO o.a.j.e.StandardJMeterEngine: Notifying test 
listeners of end of test
2020-11-23 16:59:06,189 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
2020-11-23 18:04:41,177 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2020-11-23 18:04:41,178 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2020-11-23 18:04:41,195 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2020-11-23 18:04:41,408 INFO o.a.j.e.StandardJMeterEngine: Starting 
ThreadGroup: 1 : Thread Group
2020-11-23 18:04:41,408 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads 
for group Thread Group.
2020-11-23 18:04:41,408 INFO o.a.j.e.StandardJMeterEngine: Thread will continue 
on error
2020-11-23 18:04:41,409 INFO o.a.j.t.ThreadGroup: Starting thread group... 
number=1 threads=1 ramp-up=1 delayedStart=false
2020-11-23 18:04:41,412 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2020-11-23 18:04:41,412 INFO o.a.j.e.StandardJMeterEngine: All thread groups 
have been started
2020-11-23 18:04:41,428 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 
1-1
2020-11-23 18:04:41,507 WARN o.a.j.p.h.c.KerberosManager: Could not log in user 
Allianzde\IQXJA64
javax.security.auth.login.LoginException: Client not found in Kerberos database 
(6)
        at 
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:782)
 ~[jdk.security.auth:?]
        at 
com.sun.security.auth.module.Krb5LoginModule.login(Krb5LoginModule.java:592) 
~[jdk.security.auth:?]
        at javax.security.auth.login.LoginContext.invoke(LoginContext.java:726) 
~[?:?]
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:665) 
~[?:?]
        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:663) 
~[?:?]
        at 
java.security.AccessController.doPrivileged(AccessController.java:691) ~[?:?]
        at 
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:663) ~[?:?]
        at javax.security.auth.login.LoginContext.login(LoginContext.java:574) 
~[?:?]
        at 
org.apache.jmeter.protocol.http.control.KerberosManager.lambda$getSubjectForUser$0(KerberosManager.java:69)
 ~[ApacheJMeter_http.jar:5.3]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
        at 
org.apache.jmeter.protocol.http.control.KerberosManager.getSubjectForUser(KerberosManager.java:82)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.control.AuthManager.getSubjectForUrl(AuthManager.java:298)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.executeRequest(HTTPHC4Impl.java:918)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:641)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:66)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1281)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1270)
 [ApacheJMeter_http.jar:5.3]
        at 
org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:630) 
[ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:558)
 [ApacheJMeter_core.jar:5.3]
        at 
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:489) 
[ApacheJMeter_core.jar:5.3]
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) 
[ApacheJMeter_core.jar:5.3]
        at java.lang.Thread.run(Thread.java:832) [?:?]
Caused by: sun.security.krb5.KrbException: Client not found in Kerberos 
database (6)
        at sun.security.krb5.KrbAsRep.<init>(KrbAsRep.java:76) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.send(KrbAsReqBuilder.java:345) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.action(KrbAsReqBuilder.java:498) 
~[java.security.jgss:?]
        at 
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:744)
 ~[jdk.security.auth:?]
        ... 21 more
Caused by: sun.security.krb5.Asn1Exception: Identifier doesn't match expected 
value (906)
        at sun.security.krb5.internal.KDCRep.init(KDCRep.java:140) 
~[java.security.jgss:?]
        at sun.security.krb5.internal.ASRep.init(ASRep.java:64) 
~[java.security.jgss:?]
        at sun.security.krb5.internal.ASRep.<init>(ASRep.java:59) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsRep.<init>(KrbAsRep.java:60) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.send(KrbAsReqBuilder.java:345) 
~[java.security.jgss:?]
        at sun.security.krb5.KrbAsReqBuilder.action(KrbAsReqBuilder.java:498) 
~[java.security.jgss:?]
        at 
com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:744)
 ~[jdk.security.auth:?]
        ... 21 more
2020-11-23 18:04:41,679 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,701 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,709 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,723 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,733 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,742 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,754 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:41,771 WARN o.a.h.i.a.HttpAuthenticator: NEGOTIATE 
authentication error: No valid credentials provided (Mechanism level: No valid 
credentials provided (Mechanism level: Failed to find any Kerberos tgt))
2020-11-23 18:04:42,024 INFO o.a.j.t.JMeterThread: Thread is done: Thread Group 
1-1
2020-11-23 18:04:42,024 INFO o.a.j.t.JMeterThread: Thread finished: Thread 
Group 1-1
2020-11-23 18:04:42,025 INFO o.a.j.e.StandardJMeterEngine: Notifying test 
listeners of end of test
2020-11-23 18:04:42,026 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to