Skip to content

When the solution is run in p4runtime, the following error is reported: #54

@hahhalushe

Description

@hahhalushe

When the solution is run in p4runtime, the following error is reported:
Traceback (most recent call last):
File "/usr/local/bin/p4run", line 33, in
sys.exit(load_entry_point('p4utils', 'console_scripts', 'p4run')())
File "/root/p4/p4-utils/p4utils/p4run.py", line 736, in main
app = AppRunner(args.config,
File "/root/p4/p4-utils/p4utils/p4run.py", line 359, in init
self.startNetwork()
File "/root/p4/p4-utils/p4utils/mininetlib/network_API.py", line 1119, in startNetwork
self.net.start()
File "/root/p4/p4-utils/p4utils/mininetlib/net.py", line 128, in start
super().start()
File "/usr/local/lib/python3.10/dist-packages/mininet/net.py", line 555, in start
switch.start( self.controllers )
File "/root/p4/p4-utils/p4utils/mininetlib/node.py", line 258, in start
raise ChildProcessError(
ChildProcessError: P4 switch s1 did not start correctly. Check the switch log file.
Hopefully a solution can be obtained

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions