-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when starting the emulator in Podman #21
Comments
@kacety123 ;
Also need few more details: If you are launching via the default bundling Windows script (LaunchEmulator.ps1) it requires updating few commands as:
With the above changes Emulator should launch successfully : |
Hi yes so no success at getting the logs from the file but here is the information you were asking for: Windows 11 22H2 Logs from the emulator running:
|
@kacety123 ; PlatformNotSupportedException and NullReferenceException are internal warnings and should not impact the Emulator runtime. In the console logs there will be following (From the Emulator container in Podman):
You can trying doing a Send-Receive with the bundled C# sample or any other official Event Hub SDK for other languages. |
@kacety123 ; Additionally while launching via direct docker/podman compose , following environment variable needs to be specified either as Full Path or Relative to the compose.yaml.
If this is not specified Emulator defaults to its internal logging and entity configuration. When initialised correctly these warning log lines will not be pushed to console and useful info level logs will pop up around Emulator launch. Sample config file can be found here : https://github.com/Azure/azure-event-hubs-emulator-installer/blob/main/EventHub-Emulator/Config/Config.json |
@kacety123 ; Any updates here? Were you able to run the sample send receive application. |
Closing due to inactivity. Validated that EH Emulator has no issues while launching with Podman. The errors mentioned above are warning level traces that ideally should not flow to console given Config.json is supplied to the Emulator. This does not impact any runtime operations with Emulator. |
Hi all,
Currently attempting to run this emulator on Podman desktop v 1.10.3 via Windows
After getting the containers up in podman and starting the run, the errors attached are received in the emulator logs:
PlatformNotSupportedException and NullReferenceException
Have attempted to uninstall and completely reinstall everything from podman through to the emulator. No success.
Unable to replicate the issue on another machine so far.
(sorry this thing won't let me input my screenshot of the errors)
The text was updated successfully, but these errors were encountered: