kearygriffin / streambaby

Automatically exported from code.google.com/p/streambaby
1 stars 0 forks source link

Error when starting #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running the Windows script multiple times3. 

What is the expected output? What do you see instead?
I was expecting to see that the system is running, instead I'm seeing

Initializing StreamBaby v0.29...
java.net.BindException: Cannot assign requested address: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
        at java.net.ServerSocket.bind(ServerSocket.java:328)
        at java.net.ServerSocket.<init>(ServerSocket.java:194)
        at com.tivo.hme.host.http.server.HttpServer$PortInterface.<init>(HttpSer
ver.java:204)
        at com.tivo.hme.host.http.server.HttpServer$Port.<init>(HttpServer.java:
169)
        at com.tivo.hme.host.http.server.HttpServer.start(HttpServer.java:79)
        at com.unwiredappeal.tivo.streambaby.host.Listener.<init>(Listener.java:
103)
        at com.unwiredappeal.tivo.streambaby.host.Main.<init>(Main.java:137)
        at com.unwiredappeal.tivo.streambaby.StreamBabyMain.main(StreamBabyMain.
java:152)
error: Cannot assign requested address: JVM_Bind
usage: Main [--port <port>] [--ip <ip>] class

Exited.
Press any key to continue . . .

What version of the product are you using? On what operating system?
I'm using v0.29 on a Windows system

I have attached my .ini file to see if that helps

dir.1=c:\Movies
dir.1.name=Movies
#dir.2=/media/disk
#dir.2.name=External Drive
# Ip address to bind to
# most people don't need to change this. 
ip=192.168.1.37
# port to use
port=7290
trimextensions=true
title=Streaming Home Movies
preview.quality=45

Original issue reported on code.google.com by 144st...@gmail.com on 7 Apr 2011 at 4:38