Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 41743 invoked from network); 12 Aug 2004 16:40:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Aug 2004 16:40:58 -0000 Received: (qmail 64068 invoked by uid 500); 12 Aug 2004 16:40:55 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 64018 invoked by uid 500); 12 Aug 2004 16:40:54 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 63997 invoked by uid 99); 12 Aug 2004 16:40:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [64.105.95.98] (HELO loon.bluesunrise.com) (64.105.95.98) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 12 Aug 2004 09:40:54 -0700 Received: from localhost (localhost.bluesunrise.com [127.0.0.1]) by localhost.bluesunrise.com (Postfix) with SMTP id 071434B51B for ; Thu, 12 Aug 2004 09:36:14 -0700 (PDT) Received: from [192.168.1.5] (unknown [192.168.1.5]) by loon.bluesunrise.com (Postfix) with ESMTP id EB9F34B45A for ; Thu, 12 Aug 2004 09:36:13 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5F902DAC-EC7E-11D8-B0F8-000393C78E78@bluesunrise.com> Content-Transfer-Encoding: 7bit From: David Sean Taylor Subject: Re: building jetspeed2 - Communication failure during handshake Date: Thu, 12 Aug 2004 09:40:52 -0700 To: "Jetspeed Developers List" X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Aug 12, 2004, at 9:27 AM, Henry Saginor wrote: > Thanks for the reply Scott. > > I am pretty sure the database is started. I am using MySQL and am able > to > connect with the Control Center. > > Also, I did follow the steps on the getting started page. After the > initial > build failed I ran maven quickStart goal and it did connect to the DB > server > successfully and created some tables in the test database. This tells > me > that the DB server is up and the problem is something else. > > Looking at the build output it looks like it could not initialize some > org.apache.jetspeed.components.datasource.DatasourceComponent. There > is also > some warning about JNDI. Do you know anything about that? > I also build and test against MySQL. Here are my properties: (remember that J2 requires both a test AND production database) # ------------------------------------------------------------------------ - # J2 configure MySQL Test DB # ------------------------------------------------------------------------ - org.apache.jetspeed.test.database.default.name=mysql org.apache.jetspeed.test.database.url = jdbc:mysql://j2-server/j2test org.apache.jetspeed.test.database.driver = com.mysql.jdbc.Driver org.apache.jetspeed.test.database.user = j2 org.apache.jetspeed.test.database.password = wouldntyouliketoknow org.apache.jetspeed.test.jdbc.drivers.path=/bluesunrise/apache/jdbc/ mysql-connector-java-3.0.8-stable-bin.jar # ------------------------------------------------------------------------ - # J2 configure MySQL Production DB # ------------------------------------------------------------------------ - org.apache.jetspeed.production.database.default.name=mysql org.apache.jetspeed.production.database.url = jdbc:mysql://j2-server/j2 org.apache.jetspeed.production.database.driver = com.mysql.jdbc.Driver org.apache.jetspeed.production.database.user = j2 org.apache.jetspeed.production.database.password = wouldntyouliketoknow org.apache.jetspeed.production.jdbc.drivers.path=/bluesunrise/apache/ jdbc/mysql-connector-java-3.0.8-stable-bin.jar -- David Sean Taylor Bluesunrise Software david@bluesunrise.com [office] +01 707 773-4646 [mobile] +01 707 529 9194 --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org