# Streaming Engine Manager Not Showing Defined Applications

**URL:** https://community.wowza.com/t/streaming-engine-manager-not-showing-defined-applications/36993
**Category:** Wowza Streaming Engine
**Created:** [January 28, 2015, 3:33pm UTC](https://community.wowza.com/t/streaming-engine-manager-not-showing-defined-applications/36993 "2015-01-28T15:33:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Matthew\_Wall](https://avatars.discourse-cdn.com/v4/letter/m/b487fb/32.png) [@Matthew\_Wall](https://community.wowza.com/u/Matthew_Wall)
#### Post date: [January 28, 2015, 3:33pm UTC](https://community.wowza.com/t/streaming-engine-manager-not-showing-defined-applications/36993/1 "2015-01-28T15:33:21Z")

</div>

Hello,

I’m having a problem on Windows Server 2012 R2 where the Streaming Engine Manager on Wowza 4,1,1 is not showing manually defined applications. Normally I don’t care but since I am virtually unable to setup the pushpublish module without the engine manager seeing the application I am forced to use it.

Any ideas?

Tried multiple computers

Tried clearing cache

Tried restart server

Tried opening up all security permissions to the files

The applications are working fine in terms of streaming, using the transcoder, etc. and the logs show no errors. I’m at a loss at what to do now, any ideas?

---

<div class="post-metadata">

### Author: ![Matthew\_Wall](https://avatars.discourse-cdn.com/v4/letter/m/b487fb/32.png) [@Matthew\_Wall](https://community.wowza.com/u/Matthew_Wall)
#### Post date: [January 28, 2015, 3:38pm UTC](https://community.wowza.com/t/streaming-engine-manager-not-showing-defined-applications/36993/2 "2015-01-28T15:38:53Z")

</div>

Another bit of information.

If I grab the Application.xml in the application folder with PowerShell it seems to work fine. Normally something that would make the XML unreadable would show up this way.

PS \> [xml]$appconf = Get-Content C:\Wowza\conf\uy1Lrw\_live\Application.xml -Encoding UTF8

$appconf.root.application

---

<div class="post-metadata">

### Author: ![Matthew\_Wall](https://avatars.discourse-cdn.com/v4/letter/m/b487fb/32.png) [@Matthew\_Wall](https://community.wowza.com/u/Matthew_Wall)
#### Post date: [January 28, 2015, 3:48pm UTC](https://community.wowza.com/t/streaming-engine-manager-not-showing-defined-applications/36993/3 "2015-01-28T15:48:34Z")

</div>

Figured it out.

UTF-8 BOM. Open in Notepad++ use encoding–\> UTF-8 without BOM, save, voila.
