# "NetConnection.Connect.Closed":

**URL:** https://community.wowza.com/t/netconnection-connect-closed/653
**Category:** Wowza Streaming Engine
**Created:** [July 31, 2009, 12:54pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653 "2009-07-31T12:54:09Z")
**Posts on this page:** 10
**Page:** 2

<div class="post-metadata">

### Author: ![Leonardo\_Pavanello](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@Leonardo\_Pavanello](https://community.wowza.com/u/Leonardo_Pavanello)
#### Post date: [September 17, 2009, 10:40am UTC](https://community.wowza.com/t/netconnection-connect-closed/653/21 "2009-09-17T10:40:41Z")

</div>

Hi Charlie,

Thank you for your response.

That was only a test, I tried it also with the last flash player, and with severals players.

The strange is that the issue happens only on the production server.

I don’t have any another clue.

Is there a posibility that it depends on the License?

Thanks again and sorry for my poor english.

Leonardo

---

<div class="post-metadata">

### Author: ![Leonardo\_Pavanello](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@Leonardo\_Pavanello](https://community.wowza.com/u/Leonardo_Pavanello)
#### Post date: [September 17, 2009, 12:08pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/22 "2009-09-17T12:08:15Z")

</div>

yes, I tried with 10.0.32.18 plugin version

Could you try play the Extremists.flv at rtmp://stream.storydeck.com/storydeckrecording/?

---

<div class="post-metadata">

### Author: ![Leonardo\_Pavanello](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@Leonardo\_Pavanello](https://community.wowza.com/u/Leonardo_Pavanello)
#### Post date: [September 17, 2009, 12:33pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/23 "2009-09-17T12:33:52Z")

</div>

thanks!, I’m going to check that.

---

<div class="post-metadata">

### Author: ![Leonardo\_Pavanello](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@Leonardo\_Pavanello](https://community.wowza.com/u/Leonardo_Pavanello)
#### Post date: [September 17, 2009, 12:48pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/24 "2009-09-17T12:48:16Z")

</div>

I’ve updated the wowza but the issue is still happening :S

---

<div class="post-metadata">

### Author: ![Leonardo\_Pavanello](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@Leonardo\_Pavanello](https://community.wowza.com/u/Leonardo_Pavanello)
#### Post date: [September 17, 2009, 1:02pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/25 "2009-09-17T13:02:19Z")

</div>

the recording isn’t the issue, the issue is that sometimes, in a long videos, the playing is stopped because the server close the connection. (or maybe the client).

Any way I’m goint to try record a video.

---

<div class="post-metadata">

### Author: ![Leonardo\_Pavanello](https://avatars.discourse-cdn.com/v4/letter/l/e36b37/32.png) [@Leonardo\_Pavanello](https://community.wowza.com/u/Leonardo_Pavanello)
#### Post date: [September 17, 2009, 1:19pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/26 "2009-09-17T13:19:53Z")

</div>

I’ve recorded “testVideo1”, sometimes when I play it, it stopped. Not always happens it.

Could you look it? I appreciate your help

---

<div class="post-metadata">

### Author: ![Michal\_Piwowarczyk](https://avatars.discourse-cdn.com/v4/letter/m/71c47a/32.png) [@Michal\_Piwowarczyk](https://community.wowza.com/u/Michal_Piwowarczyk)
#### Post date: [September 21, 2009, 1:09pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/27 "2009-09-21T13:09:07Z")

</div>

We bought “Wowza Unlimited” license as we thought that we are running out of max allowed connections in dev edition and unfortunately still observing connection close issue as discussed below (URL is: rtmp://stream.storydeck.com/storydeckrecording). We are running CentOS 5.3. Please advise

---

<div class="post-metadata">

### Author: ![Michal\_Piwowarczyk](https://avatars.discourse-cdn.com/v4/letter/m/71c47a/32.png) [@Michal\_Piwowarczyk](https://community.wowza.com/u/Michal_Piwowarczyk)
#### Post date: [September 21, 2009, 1:33pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/28 "2009-09-21T13:33:35Z")

</div>

Yes I did - it was first thing I did after Wowza installation. Modified startup scripts to use server version of JVM then increased maximum memory to 1700M. Also, changed I/O scheduler to Anticipatory elevator and mounted file system with noatime setting.

Made changes to Wowza VHost.xml as well

---

<div class="post-metadata">

### Author: ![Michal\_Piwowarczyk](https://avatars.discourse-cdn.com/v4/letter/m/71c47a/32.png) [@Michal\_Piwowarczyk](https://community.wowza.com/u/Michal_Piwowarczyk)
#### Post date: [September 21, 2009, 1:43pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/29 "2009-09-21T13:43:44Z")

</div>

I checked and ulimit line is uncommented in both files: wms.sh and startup.sh - below is my wms.sh file:

```auto
JMXOPTIONS=-Dcom.sun.management.jmxremote=true
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.port=1099"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.authenticate=true"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.ssl=false"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.password.file=$WMSCONFIG_HOME/conf/jmxremote.password"
#JMXOPTIONS="$JMXOPTIONS -Dcom.sun.management.jmxremote.access.file=$WMSCONFIG_HOME/conf/jmxremote.access"
#JMXOPTIONS="$JMXOPTIONS -Djava.rmi.server.hostname=192.168.1.7"
if ["$WMSCOMMAND" != "start"]; then
        JMXOPTIONS=""
fi
ulimit -n 20000
# log interceptor com.wowza.wms.logging.LogNotify - see Javadocs for ILogNotify
$_EXECJAVA $JAVA_OPTS $JMXOPTIONS -Dcom.wowza.wms.AppHome="$WMSAPP_HOME" -Dcom.wowza.wms.ConfigURL="$WMSCONFIG_URL" -Dcom.wowza.wms.ConfigHome="$WMSCONFIG_HOME" -cp $WMSAPP_HOME/bin/wms-bootstrap.jar com.wowza.wms.bootstrap.Bootstrap $WMSCOMMAND >/dev/null 2>&1 &
if ["$WMSCOMMAND" = "start"]; then
        echo $! > ${WMSPIDFILE}
        wait $!
fi
exit 0

```

---

<div class="post-metadata">

### Author: ![Michal\_Piwowarczyk](https://avatars.discourse-cdn.com/v4/letter/m/71c47a/32.png) [@Michal\_Piwowarczyk](https://community.wowza.com/u/Michal_Piwowarczyk)
#### Post date: [September 21, 2009, 2:14pm UTC](https://community.wowza.com/t/netconnection-connect-closed/653/30 "2009-09-21T14:14:22Z")

</div>

Yes I did. I also used other non-flash video streaming players (WinAmp) and no change - same issue.

[Previous page](https://community.wowza.com/t/netconnection-connect-closed/653.md?page=1)
