Skip to Content.
Sympa Menu

grouper-dev - Re: [grouper-dev] grouper web service problems - grouper 2.1.1

Subject: Grouper Developers Forum

List archive

Re: [grouper-dev] grouper web service problems - grouper 2.1.1


Chronological Thread 
  • From: Lynn Garrison <>
  • To: Chris Hyzer <>
  • Cc: Grouper Dev <>
  • Subject: Re: [grouper-dev] grouper web service problems - grouper 2.1.1
  • Date: Fri, 13 Jul 2012 11:38:14 -0400

Chris,
Tomcat  is definitely stopped.  We don't use the standard stop scripts for tomcat.  The script we use executes a kill -9 on the tomcat process.  Also we get the same error when  tomcat starts after a reboot of the machine.


On Jul 13, 2012, at 11:28 AM, Chris Hyzer wrote:

That means tomcat didn't stop completely, right?  Stop tomcat.  Check the process and if it is still running or something is listening on the port, then kill the process until it is dead and nothing is listening on the port, then start.  At Penn our tomcat stop script checks to make sure it is really dead and not just asked to die.

Thanks,
Chris

-----Original Message-----
From: [mailto:] On Behalf Of Lynn Garrison
Sent: Friday, July 13, 2012 11:26 AM
To: Grouper Dev
Subject: [grouper-dev] grouper web service problems - grouper 2.1.1

I have  successfully installed and tested  grouper 2.1.1 on our test environment.   When I installed the grouper web service war on our acceptance machine I get the following error:


2012-07-13 11:17:30,916: [HttpListener-8443-1] ERROR DefaultConnectionListenerFailureHandler.notifyAbnormalTermination(102) -  - Terminating connection listener org.apache.axis2.transport.http.server.DefaultConnectionListener@11dea651 after 10retries in 0 seconds.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:353)
at java.net.ServerSocket.bind(ServerSocket.java:336)
at java.net.ServerSocket.<init>(ServerSocket.java:202)
at java.net.ServerSocket.<init>(ServerSocket.java:114)
at org.apache.axis2.transport.http.server.DefaultConnectionListener.run(DefaultConnectionListener.java:80)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)


We manage the two environments by making all the required changes on the test machine, test all the applications and then rsync the grouper directory to the acceptance machine.  Minimal change (database connection and grouper.ui.url) are made in the grouper configuration on the acceptance machine.  The ui and ws  war files are rebuilt and installed in the tomcat web apps directory.  


Lynn



Lynn





Archive powered by MHonArc 2.6.16.

Top of Page