Bug 55301 - java.lang.IllegalArgumentException: McastService:Required property "tcpSecurePort" is missing.
Summary: java.lang.IllegalArgumentException: McastService:Required property "tcpSecure...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-24 08:31 UTC by lionghostshop
Modified: 2013-07-25 01:42 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lionghostshop 2013-07-24 08:31:25 UTC
When I try to run 
java org.apache.catalina.tribes.membership.McastService

It gives an exception
Exception in thread "main" java.lang.IllegalArgumentException: McastService:Required property "tcpSecurePort" is missing.
	at org.apache.catalina.tribes.membership.McastService.hasProperty(McastService.java:360)
	at org.apache.catalina.tribes.membership.McastService.start(McastService.java:381)
	at org.apache.catalina.tribes.membership.McastService.start(McastService.java:369)
	at org.apache.catalina.tribes.membership.McastService.main(McastService.java:701)

Tomcat version, 7.0.41
Comment 1 Keiichi Fujino 2013-07-25 01:42:19 UTC
Fixed in trunk and 7.0.x and will be included in 7.0.43 onwards.