Re: RE: ID-FF 1.2 Java ant deploy question

"faysal mohammad" <[email protected]> Wed, 15 Jun 2005 09:42:05 -0400
Newsgroups gmane.comp.sourceid.sso.user
Message-ID <[email protected]>
--===============1553784904==
Content-Type: text/html; format=flowed

<html><div style='background-color:'><DIV class=RTE>
<P>Hi Chris &amp; David,</P>
<P>I tried following your instructions exactly like those given in the installation guide and exactly as you guys had recommended.&nbsp;I went&nbsp;to server.xml&nbsp;and modified its contents as you guys had told me. However, this time when starting JBoss I go only one line further before&nbsp;my JBoss hangs. This time I get the following msg. </P>
<P>INFO [JKMain] JK running ID=0 time=1/307 config=null </P>
<P><STRONG>[HTTP11Protocol] starting Coyote HTTP/1.1 on http-0.0.0.0-8443</STRONG></P><STRONG></STRONG></DIV>
<DIV class=RTE><STRONG></STRONG>
<P>&nbsp;</P>
<P>I also noticed the above error msg sometime before the program hangs:</P>
<P><EM><STRONG>INFO [TOMCAT DEPLOYER] ClusteredHTTPSessionService not found</STRONG></EM></P>
<P><EM><STRONG>ERROR[TOMCAT DEPLOYER] Failed to set up Clustering, clustering disabled.</STRONG></EM></P>
<P>Chris, looking back at your threads in SSO archives, I noticed you also got a similar error message when your program used to hang. How did you fix it? did you install Tomcat all over? or did you install this package ClustteredHTTPSessionService? </P>
<P>Also, out of curiousity how long does it take to run JBoss - a short time or a long time? </P>
<P>Thanks in advance,</P>
<P>Faisal Mohammad<BR><BR></P><BR><BR><BR>&gt;From: "Chris Snyder" &lt;[email protected]&gt;<BR>&gt;Reply-To: SourceID Users List &lt;[email protected]&gt;<BR>&gt;To: [email protected]<BR>&gt;Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy question<BR>&gt;Date: Tue, 14 Jun 2005 17:09:34 -0400<BR>&gt;<BR>&gt;SUCCESS!!!!<BR>&gt;<BR>&gt;I had missed the last close-comment in the xml...<BR>&gt;<BR>&gt;BTW, my server.xml was located at:<BR>&gt;<BR>&gt;C:\jboss\server\default\deploy\jbossweb-tomcat50.sar\<BR>&gt;<BR>&gt;and I changed the SSL to:<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- SSL/TLS Connector configuration using the admin devl <BR>&gt;guide keystore --&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Connector port="8443" address="${jboss.bind.address}"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
maxThreads="100" minSpareThreads="5" maxSpareThreads="15"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scheme="https" secure="true" clientAuth="false"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&gt;keystoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keystorePass="changeit" <BR>&gt;truststoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; truststorePass="changeit" sslProtocol = "TLS" /&gt;<BR>&gt;<BR>&gt;Thank you!<BR>&gt;<BR>&gt;<BR>&gt;From: David Waite &lt;[email protected]&gt;<BR>&gt;Reply-To: SourceID Users List &lt;[email protected]&gt;<BR>&gt;To: SourceID Users List &lt;[email protected]&gt;<BR>&gt;Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy 
<BR>&gt;question<BR>&gt;Date: Tue, 14 Jun 2005 14:27:42 -0600<BR>&gt;<BR>&gt;Within the README file included at the root of the SAML 1.1 Java&nbsp;&nbsp;<BR>&gt;Toolkit 2.0 package, released as final last month:<BR>&gt;<BR>&gt;4. Enable SSL in JBoss.<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;In ${jboss.server.dir}\deploy\jbossweb-tomcat50.sar\server.xml<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;un-comment the SSL connector and add/change the keystore and&nbsp;&nbsp;<BR>&gt;truststore<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;parameters as follows:<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Connector port="8443" address="${jboss.bind.address}"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxThreads="100" minSpareThreads="5" maxSpareThreads="15"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scheme="https" secure="true" clientAuth="false"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&gt;keystoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keystorePass="changeit"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; truststoreFile="${jboss.server.home.dir}/conf/ <BR>&gt;sourceid.keystore"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; truststorePass="changeit"<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sslProtocol="TLS"/&gt;<BR>&gt;<BR>&gt;Within the ID-FF 1.2 Java Toolkit 2.0 package, (final, released same <BR>&gt;&nbsp;&nbsp;time): the equivalent file is in CastlePeak/README<BR>&gt;<BR>&gt;-David Waite<BR>&gt;<BR>&gt;On Jun 14, 2005, at 11:55 AM, Chris Snyder wrote:<BR>&gt;<BR>&gt;&gt;I didn't see a README file, but I followed the instructions in the&nbsp;&nbsp;<BR>&gt;&gt;user guide (ID-FF 1.2 Java Toolkit 2.0 User's Guide).<BR>&gt;&gt;<BR>&gt;&gt;Step four 
was:<BR>&gt;&gt;4 After editing build.local.properties file, copy it to the&nbsp;&nbsp;<BR>&gt;&gt;Infrastructure directory and the Demo directory.<BR>&gt;&gt;<BR>&gt;&gt;But if I follow those instructions, ant deploy fails. Instead, I&nbsp;&nbsp;<BR>&gt;&gt;edited each build.properties file. Are you suggesting that I create <BR>&gt;&gt;&nbsp;&nbsp;a build.local.properties file within each demo directory?<BR>&gt;&gt;<BR>&gt;&gt;Thanks.<BR>&gt;&gt;<BR>&gt;&gt;From: David Waite &lt;[email protected]&gt;<BR>&gt;&gt;Reply-To: SourceID Users List &lt;[email protected]&gt;<BR>&gt;&gt;To: SourceID Users List &lt;[email protected]&gt;<BR>&gt;&gt;CC: [email protected]<BR>&gt;&gt;Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy&nbsp;&nbsp;<BR>&gt;&gt;question<BR>&gt;&gt;Date: Mon, 13 Jun 2005 14:50:57 -0600<BR>&gt;&gt;<BR>&gt;&gt;Did you perform step #4 in the supplied 
README (within the SAML&nbsp;&nbsp; <BR>&gt;&gt;toolkit distribution)?<BR>&gt;&gt;<BR>&gt;&gt;-David Waite<BR>&gt;&gt;<BR>&gt;&gt;On Jun 13, 2005, at 2:15 PM, Chris Snyder wrote:<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;&gt;Exactly the same thing I see. I have not generated SSL keys &amp;&nbsp;&nbsp;<BR>&gt;&gt;&gt;certs&nbsp;&nbsp;because I am running this in a closed lab, so I was relying <BR>&gt;&gt;&gt;&nbsp;&nbsp;on the&nbsp;&nbsp;demo keys. But, I do get a whole bunch of servers <BR>&gt;&gt;&gt;running&nbsp;&nbsp;with JBoss:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp;&nbsp;TCP&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0:4444&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0.0.0:0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTENING<BR>&gt;&gt;&gt;&nbsp;&nbsp;TCP&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0:4445&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0:0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTENING<BR>&gt;&gt;&gt;&nbsp;&nbsp;TCP&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0:8009&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0:0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTENING<BR>&gt;&gt;&gt;&nbsp;&nbsp;TCP&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0:8080&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.0.0.0:0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTENING<BR>&gt;&gt;&gt;&nbsp;&nbsp;TCP&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0:8083&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0:0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTENING<BR>&gt;&gt;&gt;&nbsp;&nbsp;TCP&nbsp;&nbsp;&nbsp;&nbsp;0.0.0.0:8093&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.0.0.0:0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LISTENING<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;So I'm not sure what the issue is...<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;David Waite<BR>&gt;&gt;[email protected]<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;_______________________________________________<BR>&gt;&gt;sso-users mailing 
list<BR>&gt;&gt;[email protected]<BR>&gt;&gt;http://lists.sourceid.org/mailman/listinfo/sso-users<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;_______________________________________________<BR>&gt;&gt;sso-users mailing list<BR>&gt;&gt;[email protected]<BR>&gt;&gt;http://lists.sourceid.org/mailman/listinfo/sso-users<BR>&gt;&gt;<BR>&gt;<BR>&gt;David Waite<BR>&gt;[email protected]<BR>&gt;<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;sso-users mailing list<BR>&gt;[email protected]<BR>&gt;http://lists.sourceid.org/mailman/listinfo/sso-users<BR>&gt;<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;sso-users mailing list<BR>&gt;[email protected]<BR>&gt;http://lists.sourceid.org/mailman/listinfo/sso-users<BR></DIV></div></html>


--===============1553784904==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
sso-users mailing list
[email protected]
http://lists.sourceid.org/mailman/listinfo/sso-users

--===============1553784904==--