2017-08-08 28 views
0

I Gatling(バージョン2.2.5)テストを5 TPSでJenkinsジョブ - rampUsersPerSec(0.1) to 5 during(5 minutes),constantUsersPerSec(5) during(15 minutes)、15分の試運転後に例外が開始されます。 Tomcatで4ギガバイトのRAMと、rampUsersPerSec(0.1) to 0.2 during(5 minutes),constantUsersPerSec(0.2) during(15 minutes)JenkinsからのGatlingランタイム例外:java.io.IOException ..既存の接続がリモートホストによって強制的に閉じられました

ジェンキンス(バージョン2.66)は、Windows 7(64ビットOS)上で動作する - テストは0.2 TPSで実行されている間

しかし、私は、この例外が表示されません。

これがこの例外の原因となりますか? これを引き起こしていることは、どうすれば解決できますか? 私が探す必要のあるGatling Jenkinsホスト(ロードジェネレータ)の仕様はありますか?

あなたの入力を気に入ってください!

22:20:28.946 [DEBUG] i.g.h.a.AsyncHandler - Request 
T013_GET_Updates' failed for user 601 
java.io.IOException: An existing connection was forcibly closed by the remote host 
    at sun.nio.ch.SocketDispatcher.read0(Native Method) 
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 
    at sun.nio.ch.IOUtil.read(IOUtil.java:192) 
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380) 
    at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:221) 
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:899) 
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:276) 
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:119) 
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:643) 
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:566) 
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:480) 
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:442) 
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131) 
    at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) 
    at java.lang.Thread.run(Thread.java:748) 

答えて

0

あなたが使用しているポートは既に占有されているようです。ホストまたはリモートマシン用に特定のポートを使用してください。 乾杯、 ピーケイ

関連する問題