Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 87207 invoked from network); 4 Feb 2010 21:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2010 21:20:04 -0000 Received: (qmail 49055 invoked by uid 500); 4 Feb 2010 21:20:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48982 invoked by uid 500); 4 Feb 2010 21:20:00 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 48971 invoked by uid 99); 4 Feb 2010 21:20:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 21:20:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of captkiddo@gmail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 21:19:52 +0000 Received: by fxm28 with SMTP id 28so3062868fxm.0 for ; Thu, 04 Feb 2010 13:19:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=qpaPMgCANBHBDKEK9i3Bew5TmNo8KTopbbxEYMrQVKo=; b=IgxLmar5n5SyIWTKocJrcIzC9cl2yRSiVckm3GFiaMRpYzQSts1nxepX3kQp2gfTpd p8YrJsw1T8PQAvvNofHhN+c3cGfmMM1Mc49HEVAoRzVTWEXtGP03RkrL+WqwMfkoB8hF tXUQ//Cj0ivI26dB8HYFrhHYI1jBxptBkTLAE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FzxznsfLrZHTrbhqE2W5Ic1nrBl+p49XXkS81+wUdE1T9XxTPNW7ePcusCQskoMdlj 7QL5EWj7/qXJg6J/VtiVY3Q9iTDavmUt4rAFoFo3u2JqzZiBkh4pHPNLSBJg6ra3A0Pt 4zNF6ub25G+mgh0DoLne9chpXXfzOwoHjpM+o= MIME-Version: 1.0 Received: by 10.216.88.7 with SMTP id z7mr1005349wee.19.1265318372160; Thu, 04 Feb 2010 13:19:32 -0800 (PST) Date: Thu, 4 Feb 2010 16:19:32 -0500 Message-ID: <2c3493601002041319i168fc54dv48cb089b62d2fafa@mail.gmail.com> Subject: Problem with JK connector on OpenSolaris and SunOne webserver 7 From: David Brown To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=0016e6dab05919b3f6047ecce4b3 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dab05919b3f6047ecce4b3 Content-Type: text/plain; charset=ISO-8859-1 I'm trying to build and get working the tomcat-connector on OpenSolaris using SunOne webserver 7. I've built it with GCC and/or CC but when I try to start and instance of the web server I get the line [Thu Feb 04 21:05:05.989 2010] [29901:1] [debug] jk_init::jk_nsapi_plugin.c (301): jk_init, a second passed [Thu Feb 04 21:05:06.999 2010] [29901:1] [debug] jk_init::jk_nsapi_plugin.c (301): jk_init, a second passed [Thu Feb 04 21:05:08.009 2010] [29901:1] [debug] jk_init::jk_nsapi_plugin.c (301): jk_init, a second passed [Thu Feb 04 21:05:09.019 2010] [29901:1] [debug] jk_init::jk_nsapi_plugin.c (301): jk_init, a second passed over and over in the jk log. Here's some info on what I'm using and tried; OS - OpenSolaris 2009.06 SunOne Webserver 7p8 (the latest release) Java - JDK 1.6.0u18 Tomcat Connector 1.2.28 When compiling with GCC the setting in Makefile.solaris are CC=gcc EXTRA_CFLAGS=-fPIC -pthreads LDFLAGS=-shared GCC compiler throws errors using -pthread and works OK with -pthreads When using CC - SunStudio 12 CC=cc LDFLAGS=-G CC throws errors when using the extra flags below so I commented it out. EXTRA_CFLAGS=-xcode=pic32 -mt No matter which compiler I try it seems to hang on the "jk_init, a second passed" Any ideas anyone? --0016e6dab05919b3f6047ecce4b3--