hello

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

hello

vivek.mi
vivek mishra to user-request
show details 5:02 pm

Hello,

Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on
linux.
The error was:

Exception in thread "main" java.net.BindException: Address already in use
        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 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)
Vivek Mishra
Reply | Threaded
Open this post in threaded view
|

RE: hello

hardik handa
There is another application using the same port that Ofbiz uses i.e. 8080. U will need to shut that application down or you will need to change the ports on which Ofbiz runs.

Regards,
Hardik Handa
[hidden email]

-----Original Message-----
From: vivek mishra [mailto:[hidden email]]
Sent: Tuesday, August 02, 2011 5:07 PM
To: [hidden email]
Subject: hello

vivek mishra to user-request
show details 5:02 pm

Hello,

Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on
linux.
The error was:

Exception in thread "main" java.net.BindException: Address already in use
        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 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)

::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: hello

harish
In reply to this post by vivek.mi
or may be another reason,
you have started the ofbiz using startofbiz.sh again you would've done the same, instead stop the ofbiz using stopofbiz.sh wait for a while and start again

On Tue, Aug 2, 2011 at 5:08 PM, vivek mishra [via OFBiz] <[hidden email]> wrote:
vivek mishra to user-request
show details 5:02 pm

Hello,

Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on
linux.
The error was:

Exception in thread "main" java.net.BindException: Address already in use
        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 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)



If you reply to this email, your message will be added to the discussion below:
http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712047.html
To start a new topic under OFBiz, email [hidden email]
To unsubscribe from OFBiz, click here.



--
Regards,
Harish Bramhanand


Regards,
Harish
Reply | Threaded
Open this post in threaded view
|

Re: hello

BJ Freeman
In reply to this post by vivek.mi
look to see if tomcat is running.
if so you will need to change the addresses ofbiz uses.
go through the documentation on setup from the ofbiz main page.

vivek mishra sent the following on 8/2/2011 4:37 AM:

> vivek mishra to user-request
> show details 5:02 pm
>
> Hello,
>
> Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on
> linux.
> The error was:
>
> Exception in thread "main" java.net.BindException: Address already in use
>         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 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)
>
Reply | Threaded
Open this post in threaded view
|

Re: hello

vivek.mi
In reply to this post by vivek.mi
Thanks


On Tue, Aug 2, 2011 at 5:07 PM, vivek mishra <[hidden email]> wrote:

> vivek mishra to user-request
> show details 5:02 pm
>
> Hello,
>
> Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on
> linux.
> The error was:
>
> Exception in thread "main" java.net.BindException: Address already in use
>         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 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)
Vivek Mishra
Reply | Threaded
Open this post in threaded view
|

Re: hello

prasath
In reply to this post by harish
hi vivek,

is it rectified?

thanks
prasath rajan

On Tue, Aug 2, 2011 at 5:29 PM, harish <[hidden email]> wrote:

> or may be another reason,
> you have started the ofbiz using startofbiz.sh again you would've done the
> same, instead stop the ofbiz using stopofbiz.sh wait for a while and start
> again
>
> On Tue, Aug 2, 2011 at 5:08 PM, vivek mishra [via OFBiz] <
> [hidden email]> wrote:
>
> > vivek mishra to user-request
> > show details 5:02 pm
> >
> > Hello,
> >
> > Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04
> on
> >
> > linux.
> > The error was:
> >
> > Exception in thread "main" java.net.BindException: Address already in use
> >         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 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)
> >
> >
> > ------------------------------
> >  If you reply to this email, your message will be added to the discussion
> > below:
> > http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712047.html
> >  To start a new topic under OFBiz, email
> > [hidden email]
> > To unsubscribe from OFBiz, click here<
> >.
> >
> >
>
>
>
> --
> Regards,
> Harish Bramhanand
>
>
> -----
> Regards,
> Harish
> --
> View this message in context:
>
http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712083.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
prasath rajan 9442369696
Reply | Threaded
Open this post in threaded view
|

Re: hello

Santosh Singh
*Dear  Vivek,*
Are you Using multiple instance.
Then All it will not work.

Let me know, in that case the solution is differ.*

Thanks & Regards
*
Sincerely Yours,

Santosh Singh.
______________________________________________

MCA / Ruby,  Java developer

+91 98267 62844/ [hidden email]
<[hidden email]>*m<[hidden email]>
*




On Tue, Aug 2, 2011 at 8:42 PM, prasanth r <[hidden email]>wrote:

> hi vivek,
>
> is it rectified?
>
> thanks
> prasath rajan
>
> On Tue, Aug 2, 2011 at 5:29 PM, harish <[hidden email]> wrote:
>
> > or may be another reason,
> > you have started the ofbiz using startofbiz.sh again you would've done
> the
> > same, instead stop the ofbiz using stopofbiz.sh wait for a while and
> start
> > again
> >
> > On Tue, Aug 2, 2011 at 5:08 PM, vivek mishra [via OFBiz] <
> > [hidden email]> wrote:
> >
> > > vivek mishra to user-request
> > > show details 5:02 pm
> > >
> > > Hello,
> > >
> > > Got an error while running ./startofbiz.sh command in
> apache-ofbiz-10.04
> > on
> > >
> > > linux.
> > > The error was:
> > >
> > > Exception in thread "main" java.net.BindException: Address already in
> use
> > >         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
> 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)
> > >
> > >
> > > ------------------------------
> > >  If you reply to this email, your message will be added to the
> discussion
> > > below:
> > > http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712047.html
> > >  To start a new topic under OFBiz, email
> > > [hidden email]
> > > To unsubscribe from OFBiz, click here<
> >
> > >.
> > >
> > >
> >
> >
> >
> > --
> > Regards,
> > Harish Bramhanand
> >
> >
> > -----
> > Regards,
> > Harish
> > --
> > View this message in context:
> >
http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712083.html
> > Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: hello

prasath
hi vivek,

In dos prompt run the command
    netstat -ao |findstr "8080"

you will get the process Id of the service which is using the port 8080.

then goto taskmanager and find the process Id and check the application and
close it.

regards
prasath rajan




On Wed, Aug 3, 2011 at 12:42 PM, Santosh Singh <[hidden email]>wrote:

> *Dear  Vivek,*
> Are you Using multiple instance.
> Then All it will not work.
>
> Let me know, in that case the solution is differ.*
>
> Thanks & Regards
> *
> Sincerely Yours,
>
> Santosh Singh.
> ______________________________________________
>
> MCA / Ruby,  Java developer
>
> +91 98267 62844/ [hidden email]
> <[hidden email]>*m<[hidden email]>
> *
>
>
>
>
> On Tue, Aug 2, 2011 at 8:42 PM, prasanth r <[hidden email]
> >wrote:
>
> > hi vivek,
> >
> > is it rectified?
> >
> > thanks
> > prasath rajan
> >
> > On Tue, Aug 2, 2011 at 5:29 PM, harish <[hidden email]> wrote:
> >
> > > or may be another reason,
> > > you have started the ofbiz using startofbiz.sh again you would've done
> > the
> > > same, instead stop the ofbiz using stopofbiz.sh wait for a while and
> > start
> > > again
> > >
> > > On Tue, Aug 2, 2011 at 5:08 PM, vivek mishra [via OFBiz] <
> > > [hidden email]> wrote:
> > >
> > > > vivek mishra to user-request
> > > > show details 5:02 pm
> > > >
> > > > Hello,
> > > >
> > > > Got an error while running ./startofbiz.sh command in
> > apache-ofbiz-10.04
> > > on
> > > >
> > > > linux.
> > > > The error was:
> > > >
> > > > Exception in thread "main" java.net.BindException: Address already in
> > use
> > > >         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
> > 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)
> > > >
> > > >
> > > > ------------------------------
> > > >  If you reply to this email, your message will be added to the
> > discussion
> > > > below:
> > > > http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712047.html
> > > >  To start a new topic under OFBiz, email
> > > > [hidden email]
> > > > To unsubscribe from OFBiz, click here<
> > >
> >
> > > >.
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Harish Bramhanand
> > >
> > >
> > > -----
> > > Regards,
> > > Harish
> > > --
> > > View this message in context:
> > >
http://ofbiz.135035.n4.nabble.com/hello-tp3712047p3712083.html
> > > Sent from the OFBiz - User mailing list archive at Nabble.com.
> >
>
prasath rajan 9442369696