Skip to Content.
Sympa Menu

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

Subject: Grouper Developers Forum

List archive

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


Chronological Thread 
  • From: Lynn Garrison <>
  • To: Grouper Dev <>
  • Subject: [grouper-dev] grouper web service problems - grouper 2.1.1
  • Date: Fri, 13 Jul 2012 11:26:10 -0400

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





Archive powered by MHonArc 2.6.16.

Top of Page