From owner-freebsd-java@FreeBSD.ORG Tue May 20 01:56:42 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFED37B401 for ; Tue, 20 May 2003 01:56:42 -0700 (PDT) Received: from mail.takas.lt (mail-src.takas.lt [212.59.31.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931143F85 for ; Tue, 20 May 2003 01:56:39 -0700 (PDT) (envelope-from stakys@punktas.lt) Received: from ss ([81.7.108.108]) by mail.takas.lt with Microsoft SMTPSVC(5.0.2195.5329); Tue, 20 May 2003 11:56:38 +0300 Message-ID: <0a3501c31ead$df1ea990$0400a8c0@ss> From: "stakys" To: Date: Tue, 20 May 2003 11:57:41 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 May 2003 08:56:38.0107 (UTC) FILETIME=[B927BAB0:01C31EAD] Subject: mod_jk2 errors X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 08:56:42 -0000 Hi, i configured everything like says the how-to in the http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/vhosthowto, but when i start apache i see theese in my httpd-error.log: tail -f /var/log/httpd-error.log [Mon May 19 16:24:20 2003] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. [Mon May 19 16:24:20 2003] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. [Mon May 19 16:24:20 2003] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. [Mon May 19 16:24:20 2003] [notice] uriEnv.setAttribute() the worker directive is deprecated. Use 'group' instead. [Mon May 19 16:24:21 2003] [notice] Apache/2.0.45 (Unix) PHP/4.3.1 mod_jk2/2.0.3-dev configured -- resuming normal operations [Mon May 19 16:24:21 2003] [notice] jk2_init() Found child 12342 in scoreboard slot 0 [Mon May 19 16:24:21 2003] [notice] workerEnv.init() ok /usr/local/conf/workers2.properties [Mon May 19 16:24:21 2003] [error] mod_jk child init 1 0 [Mon May 19 16:24:21 2003] [notice] jk2_init() Found child 12343 in scoreboard slot 1 [Mon May 19 16:24:21 2003] [notice] workerEnv.init() ok /usr/local/conf/workers2.properties And when i try to access to the pages http://192.168.0.2 or 127.0.0.1 i get to the page like this: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, stakys@punktas.lt and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---------------------------------------------------------------------------- ---- Apache/2.0.45 (Unix) PHP/4.3.1 mod_jk2/2.0.3-dev Server at 192.168.0.2 Port 80 And i can see theese messages in my error log: [Mon May 19 16:28:23 2003] [notice] shm.createSlot() Create 1 0x28671000 0x28673000 [Mon May 19 16:28:23 2003] [notice] workerEnv.init() create slot epStat.0 [Mon May 19 16:28:23 2003] [error] channelSocket.open() connect failed 127.0.0.1:8009 61 Connection refused [Mon May 19 16:28:23 2003] [error] ajp13.connect() failed ajp13:localhost:8009 [Mon May 19 16:28:23 2003] [error] ajp13.service() failed to connect endpoint errno=61 Connection refused [Mon May 19 16:28:23 2003] [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1 [Mon May 19 16:28:23 2003] [notice] ajp13.done() close endpoint ajp13:localhost:8009 error_state 1 [Mon May 19 16:28:23 2003] [error] mod_jk.handler() Error connecting to tomcat 120000 Hmmz whats wrong with this ? How to solve theese errors?