Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 85189 invoked from network); 18 Jul 2006 00:57:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2006 00:57:45 -0000 Received: (qmail 49187 invoked by uid 500); 18 Jul 2006 00:57:34 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 49159 invoked by uid 500); 18 Jul 2006 00:57:33 -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 49148 invoked by uid 99); 18 Jul 2006 00:57:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 17:57:33 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of luiggiilca@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 17:57:33 -0700 Received: by nf-out-0910.google.com with SMTP id d4so4715nfe for ; Mon, 17 Jul 2006 17:57:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=nA7skSJvHAN7xa3juhvisbf1/kGGLBvw0d0TEWb6F2+vuMtTagVgwRKAxY2Gsko+MiuBn4xFI8wxtEmTmiq33rz562vHpTWkMNEqmMkND05J7BjZIsb+JX01S75EJmsNrb4zEGDhuP/F1KIvUwlKHweP2pBifZ1wbE0EgTk+bn4= Received: by 10.49.41.18 with SMTP id t18mr195078nfj; Mon, 17 Jul 2006 17:57:11 -0700 (PDT) Received: by 10.49.37.15 with HTTP; Mon, 17 Jul 2006 17:57:11 -0700 (PDT) Message-ID: Date: Mon, 17 Jul 2006 17:57:11 -0700 From: "Luis Rivera" Reply-To: luiggiIL@ieee.org To: users@tomcat.apache.org Subject: Tomcat 5.5/Axis 1.4 java.lang.reflect.InvocationTargetException MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_62450_29946688.1153184231204" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_62450_29946688.1153184231204 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Tomcat users, I have a web service which will JNI to access the application, which according to the documentation should be placed in the shared/classes directory. I did so and I got a dreaded java.lang.reflect.InvocationTargetException, which I believe is a class loader problem. However, I have tried to solve this placing it in the common/classes, server/classes and I get the same result. I have searched the web for solutions, some people say that it is a classpath problem, but nobody seems to let you know where exactly you set this so that the correct class loader finds the class (assuming I am right and it is a classloader problem). Anyone here can help me? If have had a similar setup/problem and have a solution at hand? Thanks in advance, --Luis R. ------=_Part_62450_29946688.1153184231204--