[email protected] schrieb:
Hello,
Here is what I've done :
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04
Ofbiz-10.04
cd Ofbiz-10.04
ant run-install
Here, I'm using the Sun (well, Oracle) jdk on a linux Debian amd64 laptop :
~ ยง java -version
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
The build is successful. Then, ./startofbiz.sh :
Set OFBIZ_HOME to - /srv/www/Ofbiz-10.04
Exception in thread "main" java.net.SocketException: Invalid argument
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at org.ofbiz.base.start.Start.initListenerThread(Start.java:167)
at org.ofbiz.base.start.Start.init(Start.java:93)
at org.ofbiz.base.start.Start.main(Start.java:410)
Have a look at the value ADMIN_PORT in startofbiz.sh, seems like
something is wrong with this value.
Regards
Christian