https://bz.apache.org/bugzilla/show_bug.cgi?id=63197
Bug ID: 63197
Summary: RTE Protocol Plugin - Unknown telnet command type: FD
27
Product: JMeter
Version: 5.1
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.2
I can connect to our Mainframe and run tests perfectly fine with JMeter/RTE
Protocol Plugin.
I can connect to our Micro Focus TN3270 Environment (Simulated Mainframe) via
Reflections 3270 Emulation Software perfectly fine.
When I try to connect to the Micro Focus TN3270 Environment using JMeter/RTE
Protocol Plugin I get the following error:
2019-02-21 11:05:30,750 INFO o.a.j.e.StandardJMeterEngine: Starting
ThreadGroup: 1 : Thread Group - Micro Focus LOGIN
2019-02-21 11:05:30,750 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads
for group Thread Group - Micro Focus LOGIN.
2019-02-21 11:05:30,750 INFO o.a.j.e.StandardJMeterEngine: Thread will continue
on error
2019-02-21 11:05:30,750 INFO o.a.j.t.ThreadGroup: Starting thread group...
number=1 threads=1 ramp-up=5 perThread=5000.0 delayedStart=false
2019-02-21 11:05:30,750 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2019-02-21 11:05:30,750 INFO o.a.j.e.StandardJMeterEngine: All thread groups
have been started
2019-02-21 11:05:30,766 INFO o.a.j.t.JMeterThread: Thread started: Thread Group
- Micro Focus LOGIN 1-1
2019-02-21 11:05:30,797 ERROR o.a.j.JMeter: Uncaught exception:
java.security.InvalidParameterException: Unknown telnet command type: FD 27
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source) ~[?:1.8.0_162]
at java.net.SocketInputStream.read(Unknown Source) ~[?:1.8.0_162]
at sun.security.ssl.InputRecord.readFully(Unknown Source)
~[?:1.8.0_162]
at sun.security.ssl.InputRecord.read(Unknown Source) ~[?:1.8.0_162]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
~[?:1.8.0_162]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown
Source) ~[?:1.8.0_162]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
~[?:1.8.0_162]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
~[?:1.8.0_162]
at
org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java:570)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:554)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:415)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:605)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:440)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
~[httpclient-4.5.7.jar:4.5.7]
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
~[httpclient-4.5.7.jar:4.5.7]
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:?]
2019-02-21 11:06:30,805 WARN c.b.j.r.s.RTESampler: Timeout error
java.util.concurrent.TimeoutException: Timeout waiting for emulator to be
unlocked after 60000 millis. Check if Timeout values of the 'Wait for'
components are greater than Stable time or Silent interval.
--
You are receiving this mail because:
You are the assignee for the bug.