From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KL5qM-0000dZ-5o for garchives@archives.gentoo.org; Tue, 22 Jul 2008 00:35:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F23E5E03D8; Tue, 22 Jul 2008 00:35:04 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by pigeon.gentoo.org (Postfix) with ESMTP id C31BCE03D8 for ; Tue, 22 Jul 2008 00:35:04 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c28so420941ana.47 for ; Mon, 21 Jul 2008 17:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=n/4VArbBHwu4zLOd2KLM0eVLX2rnJUTR7pMLQ0LhEHQ=; b=mSgaD7rHBTb6LjeZunMdPPCBJQJ42OCIiSCBNKqSq7jv0+Z5Sj0lJqEtZs3nDEAHkm ftZuu4k/F4LEtkAf4bgmSlTBJg1kj8u4qkq7UGEKa8NisrjdmwnGsgWXlXhg5SF8zZ8P FdIZfco5M+R5hGFK4wuq/vsWr+DtF6vG0D4Ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=UZNMDQ1yln9FIeiBSnO/6awugSU3UNC2/MeE2AmdDkVhjP7jEIN5pB5QDXJ/1PQLBg CgSngQ4eKWGyQ3uXo4mQjZqN1QtUdyp0oof2BoKniCEd9UPzNyYEt2G7AhH3JZrKGo92 JpABJLv3RC620Em7LOinMohBYAC+g6EU2jlQ0= Received: by 10.100.249.10 with SMTP id w10mr2062644anh.156.1216686904328; Mon, 21 Jul 2008 17:35:04 -0700 (PDT) Received: by 10.100.120.18 with HTTP; Mon, 21 Jul 2008 17:35:04 -0700 (PDT) Message-ID: <35f2ce10807211735mf28f279g1a6914d240063620@mail.gmail.com> Date: Mon, 21 Jul 2008 20:35:04 -0400 From: "Gerry Smith" To: gentoo-java Subject: [gentoo-java] JBoss 4.2.1 w sun-jdk-1.5.0.16 java.lang.NoSuchMethodError Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_107093_15760475.1216686904338" X-Archives-Salt: 96564644-10f8-40a9-8e81-1e9f13d700e5 X-Archives-Hash: f0c7815a02835822e1e5f8a3d80b0fca ------=_Part_107093_15760475.1216686904338 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I've been using JBoss 4.2.1 with sun-jdk-1.5.0.11 for some time. I just set up a new server with latest portage, I emerged sun-jdk-1.5.0.16 and installed a copy of my jboss installation. When I fire up jboss it looks like I'm getting a jdk mismatch: 2008-07-21 18:16:15,668 INFO [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA 2008-07-21 18:16:16,914 INFO [org.apache.catalina.startup.Catalina] Server startup in 1251 ms 2008-07-21 18:16:17,240 INFO [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ 2008-07-21 18:16:19,596 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String; at com.sun.faces.config.WebConfiguration.getServletContextName(WebConfiguration.java:208) Any ideas on fixing this ? Many thanks, Gerry Smith ------=_Part_107093_15760475.1216686904338 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi All,

I've been using JBoss 4.2.1 with sun-jdk-1.5.0.11 for some time.

I just set up a new server with latest portage, I emerged sun-jdk-1.5.0.16 and installed a copy of my jboss installation.

When I fire up jboss it looks like I'm getting a jdk mismatch:

2008-07-21 18:16:15,668 INFO  [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
2008-07-21 18:16:16,914 INFO  [org.apache.catalina.startup.Catalina] Server startup in 1251 ms
2008-07-21 18:16:17,240 INFO  [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
2008-07-21 18:16:19,596 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String;
    at com.sun.faces.config.WebConfiguration.getServletContextName(WebConfiguration.java:208)


Any ideas on fixing this ?

Many thanks,

Gerry Smith
------=_Part_107093_15760475.1216686904338--