*SEVERE: Failed to initialize end point associated with ProtocolHandler
["ajp-bio-8009"]*
*java.net.BindException: Address already in use <null>:8009*

It seems that there is a service already running in port 8009. You can make
*netstat -vatpn | grep 8009* to see which service is using that port.

You can change the connector port configuration in server.xml. The line
like below:

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />

Then restart.

And as Keir Vaughan-Taylor told you: Try changing your Server's IP or get
your sysadmin to see if there are rogue machines on the net.

Also you can see
http://stackoverflow.com/questions/8040640/tomcat-startup-8080-address-already-in-use

Look at this answer:
*Just for the record: I got this error (as a newbie) because I started
Apache before starting Tomcat.*
*If I stopped Apache, then started Tomcat and then started Apache, the
errors disappeared.*


Javier Távara


2013/9/23 SanjibKumarDeka <[email protected]>

> Please find the log files as attached.
>
> Regards,
> Sanjib Kumar deka
>
>
> On Fri, Sep 20, 2013 at 7:44 PM, Javier Távara <[email protected]>wrote:
>
>> Please share your log files.
>>
>> Javier Távara
>>
>>
>> 2013/9/20 SanjibKumarDeka <[email protected]>
>>
>>>  Hi,
>>>
>>> Sorry for late reply.
>>> Today morning also I faced the same problem, i.e. unable to connect the
>>> server.
>>> After shutdown & restarting  apache-tomcat three times, I could open the
>>> DSpace page again.
>>> I look at today's log file, i.e. catalina.2013-09-20.log, but I'm unable
>>> to locate the problem.
>>>
>>> Kindly help me please.
>>> Regards,
>>> --- Sanjib,
>>>
>>>
>>> On Tue, Sep 17, 2013 at 4:31 PM, helix84 <[email protected]> wrote:
>>>
>>>> On Tue, Sep 17, 2013 at 8:12 AM, SanjibKumarDeka <[email protected]>
>>>> wrote:
>>>> > But which log file I have to see, I have seen lots of files with
>>>> .txt, .log.
>>>>
>>>> Look at the end of catalina.out (this is a large file) or,
>>>> alternatively, in the file with today's date (e.g.
>>>> catalina.2013-09-17.log).
>>>>
>>>>
>>>> Regards,
>>>> ~~helix84
>>>>
>>>> Compulsory reading: DSpace Mailing List Etiquette
>>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>>> SharePoint
>>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>>> includes
>>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>>>
>>> _______________________________________________
>>> DSpace-tech mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>> List Etiquette:
>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>
>>
>>
>
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to