Couldn't create server socket(/127.0.0.1:10523)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Couldn't create server socket(/127.0.0.1:10523)

Javier Hdez
Hello,

I followed these steps to use OFBiz with Eclipse:

https://cwiki.apache.org/OFBIZ/eclipse-tips.html  --> Using SVN from within Eclipse

and this -->  https://cwiki.apache.org/OFBIZ/running-and-debugging-ofbiz-in-eclipse.html

but when I run I get this exception:

Caused by: java.util.MissingResourceException: Can't find bundle for base name cache, locale en


If I try again I get this one:

Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't create server socket (/127.0.0.1:10523)
http://pbrd.co/16jr2Wc


Eclipse 4.2 Juno EE Service Release 2 64bits

OFBiz svn trunk

Run As --> Configuration --> Main -->  http://pbrd.co/16jqbVx

Run As --> Configuration --> Arguments --> http://pbrd.co/16jqsI1

Run As --> Configuration --> JRE --> http://pbrd.co/16jqzTX

Run As --> Configuration --> ClassPath --> http://pbrd.co/16jqEHe

Run As --> Configuration --> Source --> http://pbrd.co/16jqHml


From shell, with 'java -jar ofbiz.jar' running without problem.

Do I need to add anything to the classpath or do some other configuration in Eclipse?

I appreciate any hint / help.

Best regards.
Reply | Threaded
Open this post in threaded view
|

Re: Couldn't create server socket(/127.0.0.1:10523)

Javier Hdez
Sorry, solved.

From Ant View --> stop --> start and ready.

Best regards