-
Under some currently unknown circumstances ha-lvs starts before the network interfaces, preventing it from adding the CVIP address. Stopping and restarting ha-lvs "fixes" the problem.
Log:
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
IPVS: sync thread started: state = MASTER, mcast_ifn = eth1, syncid = 0
eth0: link up, 100Mbps, full-duplex, lpa...
2009-10-14 13:44:58 UTC in OpenSSI Clusters for Linux
-
hughesj committed revision 42 to the OpenSSI Clusters for Linux SVN repository, changing 1 files.
2009-08-29 10:57:34 UTC in OpenSSI Clusters for Linux
-
hughesj committed revision 41 to the OpenSSI Clusters for Linux SVN repository, changing 1 files.
2009-08-29 10:49:03 UTC in OpenSSI Clusters for Linux
-
Well, anonymous, as soon as OpenSolaris is relicensed under the GPL you can start work.
2009-07-27 09:57:58 UTC in OpenSSI Clusters for Linux
-
"I tried changing the port number. The server started but i still see similar exception. "
Similar or the same?
Could you post your configuration?.
2009-07-20 14:23:53 UTC in OpenAS2
-
From your log:
java.net.BindException: Address already in use: JVM_Bind
[...]at org.openas2.cmd.processor.SocketCommandProcessor.init(Unknown S
So you're getting a "address already in use" when starting the SocketCommandProcessor.
Some other process on your machine ls already using the port you have configured for the SocketCommadProcessor.
Either change the port you've...
2009-07-20 14:22:15 UTC in OpenAS2
-
"I'm not able to start the OpenAS2 server unless i comment the commandProcessor element in config.xml. "
Could you please post the error message so we can see what is going wrong?
(Without the command processor you can't do various things - manage the certificate database for example).
2009-07-17 09:10:05 UTC in OpenAS2
-
"the second requires the OpenAS2Remote package."
or a bit of creative use of openssl:
echo '<command id="userID" password="pWd">exit</command>' |
openssl s_client -cipher ADH-RC4-MD5 -connect localhost:4321.
2009-07-17 09:08:38 UTC in OpenAS2
-
Nothing to do with sending a file, in the backtrace we see:
java.net.ConnectException: Connection refused: connect
[...]
at java.net.Socket.connect(Socket.java:516)
[...]
at org.openas2.logging.SocketLogger.sendToSocket(Unknown Source)
at org.openas2.logging.SocketLogger.doLog(Unknown Source)
It's the famous socketlogger problem - you've got socketlogger configured but nothing...
2009-07-17 09:05:12 UTC in OpenAS2
-
Well yes, except that, assuming the partner has his own machine, you'll have to replace "localhost" with the ip address or DNS name of the machine running OpenAS2.
2009-07-13 10:57:17 UTC in OpenAS2