It is from word of experience, because I have encountered the same problem before. I have used the tomcat in eclipse, however I found that it got some problem, when it wants to shut down improperly, it did not release the port 8080. And when this happened, it gives me the message, java.net.BindException: Address already in use. I telnet the port 8080, 8009 to test to know that they are still not released.

Of course those classpath you mention I have already set properly. That's why I think amit got the network problem.


----- Original Message ----- From: "Jacques Le Roux" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, June 07, 2007 5:12 PM
Subject: Re: eclipse not working


Kane,

This is not the real line I'm referring to. I was referring to what I
guess is the initial cause :

Caused by: java.util.MissingResourceException: Can't find bundle for
base name cache, locale en_US at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja
va:836)

I crossed that problem before. That's why I have put this comment in the
how to...

But you may have a better explanation ?

Jacques


> > java.net.BindException: Address already in use
This line is mean the port is holding by the application itself.
Developer
job is my part time, my main job is system integrator.

----- Original Message ----- From: "Jacques Le Roux" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, June 07, 2007 2:56 PM
Subject: Re: eclipse not working


> Are you sure ?
>
> Have you read this line
> <<Don't forget to remove the entry "ofbiz (default classpath)" else
you
> may have a message "Can't find bundle for base name cache, locale
...>>
>
> in http://docs.ofbiz.org/x/gQ
>
> Jacques
>
> De : "Kane Lo" <[EMAIL PROTECTED]>
>> this error is occurred when u are already using the port 8080, such
as
> ofbiz
>> is running, or not shut down properly
>> ----- Original Message ----- >> From: "amit charaya" <[EMAIL PROTECTED]>
>> To: <[email protected]>
>> Sent: Wednesday, June 06, 2007 8:14 PM
>> Subject: eclipse not working
>>
>>
>> >
>> > eclipse is not working with ofbiz
>> > i get following error
>> >
>> > Set OFBIZ_HOME to - /home/vinod/Desktop/amit/ofbiz
>> > Admin socket not configured; set to port 0
>> > log4j:ERROR exception setting timeout, shutting down server
socket.
>> > java.net.BindException: Address already in use
>> > at java.net.PlainSocketImpl.socketBind(Native Method)
>> > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
>> > at java.net.ServerSocket.bind(ServerSocket.java:319)
>> > at java.net.ServerSocket.<init>(ServerSocket.java:185)
>> > at java.net.ServerSocket.<init>(ServerSocket.java:97)
>> > at
>> >
>
org.apache.log4j.net.SocketHubAppender$ServerMonitor.run(SocketHubAppend
> er.java:324)
>> > at java.lang.Thread.run(Thread.java:595)
>> > log4j:ERROR exception setting timeout, shutting down server
socket.
>> > java.net.BindException: Address already in use
>> > at java.net.PlainSocketImpl.socketBind(Native Method)
>> > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
>> > at java.net.ServerSocket.bind(ServerSocket.java:319)
>> > at java.net.ServerSocket.<init>(ServerSocket.java:185)
>> > at java.net.ServerSocket.<init>(ServerSocket.java:97)
>> > at
>> >
>
org.apache.log4j.net.SocketHubAppender$ServerMonitor.run(SocketHubAppend
> er.java:324)
>> > at java.lang.Thread.run(Thread.java:595)
>> > Exception in thread "main" java.lang.ExceptionInInitializerError
>> > at org.ofbiz.base.util.Debug.<clinit>(Debug.java:90)
>> > at
>
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:50)
>> > at org.ofbiz.base.start.Start.initStartLoaders(Start.java:248)
>> > at org.ofbiz.base.start.Start.init(Start.java:87)
>> > at org.ofbiz.base.start.Start.main(Start.java:403)
>> > Caused by: java.util.MissingResourceException: Can't find bundle
for
> base
>> > name cache, locale en_US
>> > at
>> >
>
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja
> va:836)
>> > at
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
>> > at java.util.ResourceBundle.getBundle(ResourceBundle.java:549)
>> > at
>> >
>
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:2
> 17)
>> > at
>> >
>
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:2
> 13)
>> > at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:172)
>> > at
> org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:53)
>> > ... 5 more
>> >
>> > -- >> > View this message in context:
>> >
http://www.nabble.com/eclipse-not-working-tf3877522.html#a10987366
>> > Sent from the OFBiz - User mailing list archive at Nabble.com.
>> >
>> >
>
>



Reply via email to