Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] TracI fails randomly after running for quite a while
  • From: Mahbubul Alam Palash <mpalash@xxxxxxx>
  • Date: Mon, 11 Oct 2021 01:02:29 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gmu.edu; dmarc=pass action=none header.from=gmu.edu; dkim=pass header.d=gmu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=9KLXovhs9aTYIb9WYIWkIpXPgm3LDsF7oIp5XRFlfI0=; b=JN1Xd2r/vh61W8XFVC7MMWLULegs6pLggk4vovGlA0JFjS0zZlOuApjEC3R42N47wqs1oYubSrNpu9ZErtQ0JIQ+ev3bU0Po1fh+i9A3sPos299VlRicVEBF1gWI44zdDALDAtwi2OInxA1wHMW/yYkHluvA99RlenZwsDpTrANW2+/hfmnD7SsbewwjHZhQJ/vkWeqz05hUcmm5g9EWNc66k4uMOUJ2Ch0mjQL1wpJvaiz6sNiREJGF6/YBPDgpXzX5Z/awcvxNJ6pstNY+68e8LmOvBB4EuzslKZ+DG7RS4zCig42hOmFKdbSknTvv+3ZNynRQ0ilS+aoQRmcm8A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DXB9H3BKBHTI2kdbNr6u51shcJNc6ahVv2ryj5IYKujNH2qMePlwN7XsNXxXClcVnem7UVa0TWJlqUNDsgnJIxQP/HDXKWU9KnkB1HUAFBEbjOj1ihCohYFmVcM/XaGRXbmEd19zVgsIfApyYWtDYtZZpWvqwHYwbhX4ICNKyY/o6h9HHCHJqVzL/OmKI603329m9WZqz7iJiIZAX/0iYDVfvaj3BYrc7uPbDcibpAXzJwJZtH0LSbhwKEsd4tC9dgJIlrku9+fips++XTAeTxUN0U8UZ3hqm+aF3iw+PoMMzM02i/iafK4X0hNIch881wDKhwGPchDFL6GfcHlhbQ==
  • Delivered-to: sumo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-dev/>
  • List-help: <mailto:sumo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: ef7ee9da-fc66-1479-dc12-69ee1e0846b6
  • Thread-index: AQHXvjof8er1W4X/MEa62UkqlKz5mQ==
  • Thread-topic: TracI fails randomly after running for quite a while

Hi,
I'm running a simulation where multiple TracI client from multiple devices are interacting with Sumo Simulation and periodically sets a custom device value and call the Simulationstep() at the end. However, after running the simulation for a while one of the tracI client shows the error :
#Error: received status response to command: 0 but expected: 164 and the simulation pauses. The expected value changes randomly though it's not always 164. And the simulation stops randomly at different times not after a specific time. 

 However, if I run all the tracI client in same same device there is no error. The error occurs only when I try to connect multiple tracI client from multiple devices. I would appreciate if anybody can give me some insight on the error. I'm building Sumo from source so it's probably a recent one.


Thanks,
Palash

Back to the top