# How can I solve this startup problem?

**URL:** https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224
**Category:** Wowza Streaming Engine
**Created:** [November 11, 2008, 3:07am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224 "2008-11-11T03:07:44Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [November 11, 2008, 3:07am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224/1 "2008-11-11T03:07:44Z")

</div>

I have met this problem when I start up my wowza1.5.3 server.

```auto
root@u2:/usr/local/WowzaMediaServerPro/bin# ./startup.sh
Configure logging: file:///usr/local/WowzaMediaServerPro/conf/log4j.properties
Error starting: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
   at java.lang.reflect.Method.invoke(libgcj.so.81)
   at com.wowza.wms.bootstrap.Bootstrap.startServer(Bootstrap.java:246)
   at com.wowza.wms.bootstrap.Bootstrap.main(Bootstrap.java:47)
Caused by: java.lang.ExceptionInInitializerError
   at org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initialize(Unknown Source)
   at org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.<clinit>(Unknown Source)
   at java.lang.Class.initializeClass(libgcj.so.81)
   at java.lang.Class.initializeClass(libgcj.so.81)
   at com.wowza.wms.vhost.HostPort.<init>(Unknown Source)
   at com.wowza.wms.util.VHostUtils.loadHostPort(Unknown Source)
   at com.wowza.wms.util.VHostUtils.loadHostPort(Unknown Source)
   at com.wowza.wms.util.ServerUtils.loadConfigFile(Unknown Source)
   at com.wowza.wms.server.Server.loadConfig(Unknown Source)
   at com.wowza.wms.server.Server.start(Unknown Source)
   at java.lang.reflect.Method.invoke(libgcj.so.81)
   ...2 more
Caused by: java.net.SocketException: No such file or directory
   at gnu.java.net.PlainSocketImpl.getOption(libgcj.so.81)
   at java.net.Socket.getReuseAddress(libgcj.so.81)
   at org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initialize(Unknown Source)
   ...12 more
 

```

Can anybody tell me how can I solve it? Thank you very much!

---

<div class="post-metadata">

### Author: ![george\_hall](https://avatars.discourse-cdn.com/v4/letter/g/b3f665/32.png) [@george\_hall](https://community.wowza.com/u/george_hall)
#### Post date: [November 11, 2008, 7:49am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224/2 "2008-11-11T07:49:38Z")

</div>

can you give us your server details please and what version of java do you have installed

---

<div class="post-metadata">

### Author: ![george\_hall](https://avatars.discourse-cdn.com/v4/letter/g/b3f665/32.png) [@george\_hall](https://community.wowza.com/u/george_hall)
#### Post date: [November 12, 2008, 10:10am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224/3 "2008-11-12T10:10:06Z")

</div>

java.lang.reflect.InvocationTargetException

i think this is a java problem rather than a wowza problem and it isnt wowza that is failing to start but your java, that will then prevent wowza from starting.

I would suggest that you update your java and try starting wowza after that

---

<div class="post-metadata">

### Author: ![Charlie\_Good](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/charlie_good/32/383_2.png) [@Charlie\_Good](https://community.wowza.com/u/Charlie_Good)
#### Post date: [November 12, 2008, 4:38am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224/4 "2008-11-12T04:38:47Z")

</div>

Maybe an update has switch the default java command back to the incorrect version of Java. See if this post helps:

[http://community.wowza.com/t/-/48](http://community.wowza.com/t/-/48)

Charlie

---

<div class="post-metadata">

### Author: ![Johnbin\_Wang](https://avatars.discourse-cdn.com/v4/letter/j/bb73d2/32.png) [@Johnbin\_Wang](https://community.wowza.com/u/Johnbin_Wang)
#### Post date: [November 12, 2008, 7:44am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224/5 "2008-11-12T07:44:43Z")

</div>

> can you give us your server details please and what version of java do you have installed

OS: Ubuntu 8.04

Java 1.6 Environment

I have runned the wowza server for several months, but It failed to startup these days.

---

<div class="post-metadata">

### Author: ![Johnbin\_Wang](https://avatars.discourse-cdn.com/v4/letter/j/bb73d2/32.png) [@Johnbin\_Wang](https://community.wowza.com/u/Johnbin_Wang)
#### Post date: [November 17, 2008, 7:54am UTC](https://community.wowza.com/t/how-can-i-solve-this-startup-problem/224/6 "2008-11-17T07:54:23Z")

</div>

thanks mr-webcam and charlie, after upgrading the wowza version to 1.6.0, my application runs correctly!
