Re: RE: ID-FF 1.2 Java ant deploy question
"Chris Snyder" <[email protected]> Wed, 15 Jun 2005 22:06:52 -0400
| Newsgroups | gmane.comp.sourceid.sso.user |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. ------=_NextPart_000_2deb_4f71_6078 Content-Type: text/plain; format=flowed I also get errors about clustering, but they don't seem to effect the service. Takes about 50 seconds to load JBoss on a p3 866 with 1GB ram. If you get the "Starting Coyote HTTP/1.1 on http-0.0.0.0-8443" message, then the config is correct. If JBoss crashes soon after, then I would look at a different version of JBoss or Java. FYI my operating environment: Win 2003 Server Ent Sun Java SDK 1.4.2.08 Apache Ant 1.6.5 JBoss AS 3.2.4 From: "faysal mohammad" <[email protected]> To: [email protected] CC: [email protected], [email protected] Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy question Date: Wed, 15 Jun 2005 09:42:05 -0400 ------=_NextPart_000_2deb_4f71_6078 Content-Type: message/rfc822 X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8= Received: from hotmail.com ([64.4.61.18]) by mc2-f5.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 15 Jun 2005 06:49:42 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 15 Jun 2005 06:42:05 -0700 Message-ID: <[email protected]> Received: from 64.4.61.210 by by102fd.bay102.hotmail.msn.com with HTTP; Wed, 15 Jun 2005 13:42:05 GMT X-Originating-IP: [64.4.61.210] X-Originating-Email: [[email protected]] X-Sender: [email protected] In-Reply-To: <[email protected]> From: "faysal mohammad" <[email protected]> To: [email protected] Cc: [email protected], [email protected] Bcc: Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy question Date: Wed, 15 Jun 2005 09:42:05 -0400 Mime-Version: 1.0 Content-Type: text/html; format=flowed X-OriginalArrivalTime: 15 Jun 2005 13:42:05.0753 (UTC) FILETIME=[04BBDA90:01C571B0] Return-Path: [email protected] <html><div style='background-color:'><DIV class=RTE> <P>Hi Chris & David,</P> <P>I tried following your instructions exactly like those given in the installation guide and exactly as you guys had recommended. I went to server.xml and modified its contents as you guys had told me. However, this time when starting JBoss I go only one line further before 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> </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>>From: "Chris Snyder" <[email protected]><BR>>Reply-To: SourceID Users List <[email protected]><BR>>To: [email protected]<BR>>Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy question<BR>>Date: Tue, 14 Jun 2005 17:09:34 -0400<BR>><BR>>SUCCESS!!!!<BR>><BR>>I had missed the last close-comment in the xml...<BR>><BR>>BTW, my server.xml was located at:<BR>><BR>>C:\jboss\server\default\deploy\jbossweb-tomcat50.sar\<BR>><BR>>and I changed the SSL to:<BR>><BR>> <!-- SSL/TLS Connector configuration using the admin devl <BR>>guide keystore --><BR>> <Connector port="8443" address="${jboss.bind.address}"<BR>> maxThreads="100" minSpareThreads="5" maxSpareThreads="15"<BR>> scheme="https" secure="true" clientAuth="false"<BR>> <BR>>keystoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"<BR>> keystorePass="changeit" <BR>>truststoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"<BR>> truststorePass="changeit" sslProtocol = "TLS" /><BR>><BR>>Thank you!<BR>><BR>><BR>>From: David Waite <[email protected]><BR>>Reply-To: SourceID Users List <[email protected]><BR>>To: SourceID Users List <[email protected]><BR>>Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy <BR>>question<BR>>Date: Tue, 14 Jun 2005 14:27:42 -0600<BR>><BR>>Within the README file included at the root of the SAML 1.1 Java <BR>>Toolkit 2.0 package, released as final last month:<BR>><BR>>4. Enable SSL in JBoss.<BR>> In ${jboss.server.dir}\deploy\jbossweb-tomcat50.sar\server.xml<BR>> un-comment the SSL connector and add/change the keystore and <BR>>truststore<BR>> parameters as follows:<BR>><BR>> <Connector port="8443" address="${jboss.bind.address}"<BR>> maxThreads="100" minSpareThreads="5" maxSpareThreads="15"<BR>> scheme="https" secure="true" clientAuth="false"<BR>> <BR>>keystoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"<BR>> keystorePass="changeit"<BR>> truststoreFile="${jboss.server.home.dir}/conf/ <BR>>sourceid.keystore"<BR>> truststorePass="changeit"<BR>> sslProtocol="TLS"/><BR>><BR>>Within the ID-FF 1.2 Java Toolkit 2.0 package, (final, released same <BR>> time): the equivalent file is in CastlePeak/README<BR>><BR>>-David Waite<BR>><BR>>On Jun 14, 2005, at 11:55 AM, Chris Snyder wrote:<BR>><BR>>>I didn't see a README file, but I followed the instructions in the <BR>>>user guide (ID-FF 1.2 Java Toolkit 2.0 User's Guide).<BR>>><BR>>>Step four was:<BR>>>4 After editing build.local.properties file, copy it to the <BR>>>Infrastructure directory and the Demo directory.<BR>>><BR>>>But if I follow those instructions, ant deploy fails. Instead, I <BR>>>edited each build.properties file. Are you suggesting that I create <BR>>> a build.local.properties file within each demo directory?<BR>>><BR>>>Thanks.<BR>>><BR>>>From: David Waite <[email protected]><BR>>>Reply-To: SourceID Users List <[email protected]><BR>>>To: SourceID Users List <[email protected]><BR>>>CC: [email protected]<BR>>>Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy <BR>>>question<BR>>>Date: Mon, 13 Jun 2005 14:50:57 -0600<BR>>><BR>>>Did you perform step #4 in the supplied README (within the SAML <BR>>>toolkit distribution)?<BR>>><BR>>>-David Waite<BR>>><BR>>>On Jun 13, 2005, at 2:15 PM, Chris Snyder wrote:<BR>>><BR>>><BR>>>>Exactly the same thing I see. I have not generated SSL keys & <BR>>>>certs because I am running this in a closed lab, so I was relying <BR>>>> on the demo keys. But, I do get a whole bunch of servers <BR>>>>running with JBoss:<BR>>>><BR>>>> TCP 0.0.0.0:4444 0.0.0.0:0 LISTENING<BR>>>> TCP 0.0.0.0:4445 0.0.0.0:0 LISTENING<BR>>>> TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING<BR>>>> TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING<BR>>>> TCP 0.0.0.0:8083 0.0.0.0:0 LISTENING<BR>>>> TCP 0.0.0.0:8093 0.0.0.0:0 LISTENING<BR>>>><BR>>>>So I'm not sure what the issue is...<BR>>>><BR>>>><BR>>><BR>>>David Waite<BR>>>[email protected]<BR>>><BR>>><BR>>>_______________________________________________<BR>>>sso-users mailing list<BR>>>[email protected]<BR>>>http://lists.sourceid.org/mailman/listinfo/sso-users<BR>>><BR>>><BR>>>_______________________________________________<BR>>>sso-users mailing list<BR>>>[email protected]<BR>>>http://lists.sourceid.org/mailman/listinfo/sso-users<BR>>><BR>><BR>>David Waite<BR>>[email protected]<BR>><BR>><BR>>_______________________________________________<BR>>sso-users mailing list<BR>>[email protected]<BR>>http://lists.sourceid.org/mailman/listinfo/sso-users<BR>><BR>><BR>>_______________________________________________<BR>>sso-users mailing list<BR>>[email protected]<BR>>http://lists.sourceid.org/mailman/listinfo/sso-users<BR></DIV></div></html> ------=_NextPart_000_2deb_4f71_6078 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 ------=_NextPart_000_2deb_4f71_6078--