RE: [JBoss-user] NoClassDefFoundError - org/xml/sax/EntityResolver

2003-12-29 Thread Scott M Stark
Sent: Monday, December 29, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] NoClassDefFoundError - org/xml/sax/EntityResolver I need to have my ear use it's own loader repository, hence the line 'richardh.test:loader=test.ear' I have added to my jboss-app. Deploying the

[JBoss-user] NoClassDefFoundError - org/xml/sax/EntityResolver

2003-12-29 Thread Richard Hosking
I need to have my ear use it's own loader repository, hence the line 'richardh.test:loader=test.ear' I have added to my jboss-app. Deploying the ear now results in an exception:- java.lang.NoClassDefFoundError: org/xml/sax/EntityResolver when the servlet starts. I'm using Java 1.4.2 so this cl

[JBoss-user] NoClassDefFoundError

2003-12-03 Thread Poppe, Troy
I am using the Scheduler Service that ships with 3.2.1. I am attempting to schedule work to be done through a class that implements the Schedulable interface (as listed in Chapter 10 of the DOCO). I am getting a NoClassDefFoundException inside my class while trying to instantiate an object. Ho

[JBoss-user] NoClassDefFoundError when using Scheduler Service

2003-12-02 Thread Poppe, Troy
I am using the Scheduler Service that ships with 3.2.1. I am attempting to schedule work to be done through a class that implements the Schedulable interface (as listed in Chapter 10 of the DOCO). I am getting a NoClassDefFoundException inside my class while trying to instantiate an object. How

AW: [JBoss-user] NoClassDefFoundError(Jboss.Net)

2003-02-21 Thread Jung , Dr. Christoph
]Betreff: [JBoss-user] NoClassDefFoundError(Jboss.Net)hi:Caused by: java.lang.NoClassDefFoundError: org/apache/axis/AxisEngineat NodeAService.RequestToB(NodeAService.java:226)... 46 more--The reason is that RequestToB method of

[JBoss-user] NoClassDefFoundError(Jboss.Net)

2003-02-20 Thread David payam
hi:I deployed NodeAService to JBoss.Net, the WSDD file:---xmlns:nodea="http://www.simpleprotocol.org/NodeA" xmlns:nodeb="http://www.simpleprotocol.org/NodeB"xmlns:nodec="http://www.simpleprotocol.org/NodeC"xmlns:reg="http://www.simpleprotocol.org/

Re: [JBoss-user] NoClassDefFoundError:

2002-09-20 Thread jrssnyder
I downloaded by clicking on the link to JBoss-3.0.0.zip from the main jboss web site at http://www.jboss.org/downloads.jsp. Should we not download from the jboss site? (It has a download link, and the page says, "DOWNLOAD THE JBOSS SERVER PRODUCTS TODAY!".) You are right, of course, about

Re: [JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-20 Thread Scott M Stark
xxxScott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: John Snyder To: [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 6:19 PM Subject: [JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleLis

[JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-19 Thread John Snyder
OK, I fixed this problem.  Here's what it was, in case anybody else wants to know.   The tomcat4-service.xml file, located at C:\[whatever]\jboss-3.0.0_tomcat-4.0.3\server\default\deploy, said this:   ]> Given the directory structure above, the location of catalina was incorrect.  It is

[JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-19 Thread John Snyder
I have downloaded and unzipped the jboss-3.0.0_tomcat-4.0.3 package. When I try to start jboss with the run.bat -c default command, I get the deployment error below. This is on a Windows 2000 machine.Could anyone PLEASE explain what I can do about this -- I can't do anything with JBoss if it

[JBoss-user] NoClassDefFoundError TagSupport

2002-08-28 Thread bryan hansen
I just upgraded from JBoss 3.0.1RC1 to JBoss-3.0.1 and am not getting: 500 javax/servlet/jsp/tagext/TagSupport when we try to run our struts application. After checking the log file it appears that it is not finding some of the javax.servlet classes? Any ideas why this is happening: java.lang.

[JBoss-user] NoClassDefFoundError

2002-06-27 Thread Conover, Ryan
I have a java app calling an ejb on my app server(JBoss-2.4.4). It was working fine. Then suddenly after a couple minor code changes that should have no effect, I am getting the following error. Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/EJBHome at java.lang.C

[JBoss-user] NoClassDefFoundError - Why?

2001-11-01 Thread Kristoffer Larsson
I have this very strange problem. I have an EAR file and inside that a WAR file and a JAR file. Inside the WAR file I have a lot of classes in different packages, i.e., my servlets and all the helper classes and utils. These are some files in this WAR archive: WEB-INF\classes\se\openmind\ramver

[JBoss-user] NoClassDefFoundError

2001-09-28 Thread Alistair Black
Hi, I'm getting the following error generated during the bean verification process when JBoss (2.4.1) starts. [J2eeDeployer] Create application BpEjbCustomer.jar [J2eeDeployer] install EJB module BpEjbCustomer.jar [Container factory] Deploying:file:/D:/Programs/JBoss-2.4.1/tmp/deploy/Default/BpE

Re: [JBoss-user] NoClassDefFoundError: Referencing an EJB from another in a different jar file

2001-07-10 Thread tim . haley
): Class-Path: ./SessionBeanA.jar --- - Original Message - Date: Tue, 10 Jul 2001 09:30:38 -0700 (PDT) From: Robert Bachan <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [JBos

[JBoss-user] NoClassDefFoundError: Referencing an EJB from another in a different jar file

2001-07-10 Thread Robert Bachan
Hi Guys, fairly new to JBoss and trying to call a session bean from another. I've installed a security manager but and the JNDI bean context lookup is fine, but when I try to cast the Home Interface I get: [CompanySearchBean] TRANSACTION ROLLBACK EXCEPTION:com/knet/session/utils/UtilitiesHome; n

[JBoss-user] NoClassDefFoundError in custom JSP tag

2001-07-02 Thread Andy Bryant
Apologies if this has appeared on the list already, but I haven't seen it there since I posted it 15 hours ago. [I've also added some extra diagnosis at the bottom] I have a custom tag called InsertTag (almost identical to Java Petshop InsertTag) that references another class, ScreenFlowManager..

[JBoss-user] NoClassDefFoundError in custom JSP tag

2001-07-02 Thread Andy Bryant
I have a custom tag called InsertTag (almost identical to Java Petshop InsertTag) that references another class, ScreenFlowManager... 44screenManager = (ScreenFlowManager)pageContext.getServletContext(). 45 getAttribute(WebKeys.ScreenManagerKey); The class compiles fine and both class

[JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServlet

2001-06-06 Thread Ben Wong
I am using JBOSS2.2.2 w/Tomcat. When I invoke a servlet in my .ear file, I get a "NoClassDefFoundError: javax/servlet/http/HttpServlet" Am I suppose to put Servlet.jar in some directory, or is this error indicative of something else ? Thanks Ben Wong Error: 500 Location: /foo3/ThumbsServletI

RE: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-06-01 Thread Anoop
this is the lookup code - Object ref = jndiContext.lookup("MenuDisplayBean"); MenuDisplayHome home = (MenuDisplayHome) PortableRemoteObject.narrow(ref, MenuDisplayHome.class); ejb-jar.xml - MenuDisplayBean com.techsar.xiP.entities.bean.MenuDisplayHome

Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-06-01 Thread Guy Rouillier
Post (1) the lookup in your code (2) the relevant piece from ejb-jar.xml (3) the relevant piece from jboss.xml - Original Message - From: "Anoop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 1:28 PM Subject: RE: [JBoss-user

RE: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-06-01 Thread Anoop
yup i am using the jndi name in there. the one specfed in my deployment descriptor. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouillier Sent: Thursday, May 31, 2001 9:47 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] NoClassDefFoundError

Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread Guy Rouillier
(now of course I wonder why) so I'm not thinking as much as I should. - Original Message - From: "Anoop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 1:46 PM Subject: [JBoss-user] NoClassDefFoundError - PortableRemoteObject > Hi

Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread danch
bject for narrowing, and directly type cast > that to the home interface its working fine. > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of danch > Sent: Thursday, May 31, 2001 11:21 PM > To: [EMAIL PROTECTED] > Subject

RE: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread Anoop
, 2001 11:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject Guy Rouillier wrote: > Why are you doing a lookup on the bean? You should be doing the lookup on > the remote interface class. What?!?!?! > > - Original Message - &g

Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread danch
day, May 31, 2001 1:46 PM > Subject: [JBoss-user] NoClassDefFoundError - PortableRemoteObject > > > >> Object ref = jndiContext.lookup("MenuDisplayBean"); // This > > is > > > > ___ > JBo

Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread Guy Rouillier
Why are you doing a lookup on the bean? You should be doing the lookup on the remote interface class. - Original Message - From: "Anoop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 1:46 PM Subject: [JBoss-user] NoClassDefFoundError

Re: [JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread danch (Dan Christopherson)
Run your client under jdk1.3. Anoop wrote: > Hi All, > > My client application (a simple java class) is trying to access a deployed > ejb. > > The code am using is - > Object ref = jndiContext.lookup("MenuDisplayBean"); // This is > the same name as given in the deployment descrip

[JBoss-user] NoClassDefFoundError - PortableRemoteObject

2001-05-31 Thread Anoop
Hi All, My client application (a simple java class) is trying to access a deployed ejb. The code am using is - Object ref = jndiContext.lookup("MenuDisplayBean"); // This is the same name as given in the deployment descriptor for the bean. // Get a reference from this to

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
rom: Norton Lam Sent: Wednesday, May 02, 2001 8:06 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe I'm not using the system classpath to add jars.  I uncommented the section about Tomcat in the JBOSS_HOME/conf/default/jboss

RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Norton Lam
at appear upon restart.  SoI don't believe that is the right approach.   Thanx.Norton -Original Message-From: Vinay Menon [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 02, 2001 11:39 AMTo: JBOSSSubject: Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe Yes,

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpSe

2001-05-02 Thread Vinay Menon
inay Menon [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 01, 2001 5:05 PMTo: JBOSSSubject: Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServle It is not loading servlet.jar cos that is only there in the tomcat lib. Just shove a copy of that under JBOSS_HOME/lib/ext and it should find

RE: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServle

2001-05-02 Thread Norton Lam
ECTED]]Sent: Tuesday, May 01, 2001 5:05 PMTo: JBOSSSubject: Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServle It is not loading servlet.jar cos that is only there in the tomcat lib. Just shove a copy of that under JBOSS_HOME/lib/ext and it should find it on re

Re: [JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServle

2001-05-01 Thread Vinay Menon
It is not loading servlet.jar cos that is only there in the tomcat lib. Just shove a copy of that under JBOSS_HOME/lib/ext and it should find it on restart.     Vinay - Original Message - From: Norton Lam Sent: Tuesday, May 01, 2001 10:58 PM To: '[EMAIL PROTECTED]' Subject: [

[JBoss-user] NoClassDefFoundError: javax/servlet/http/HttpServlet

2001-05-01 Thread Norton Lam
Can someone please help me with this exception I'm getting from my servlet? java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled Code) at java.sec

Re: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Bill Burke
You need to have jboss_jaas.jar in your client's classpath. Regards, Bill Andrew Tan wrote: > Hi, > > I have a problem when I tried to run a client to access the EJB. It > managed to get a reference to this EJB object, but when it tried > called home.create() this error came up. > > > >

Re: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Scott M Stark
Your missing the jbosssx-client.jar from your classpath. Its in the jboss dist client directory. - Original Message - From: Andrew Tan To: [EMAIL PROTECTED] Sent: Friday, March 23, 2001 10:37 AM Subject: [JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation Hi, I

[JBoss-user] NoClassDefFoundError: org/jboss/security/SecurityAssociation

2001-03-22 Thread Andrew Tan
Hi, I have a problem when I tried to run a client to access the EJB. It managed to get a reference to this EJB object, but when it tried called home.create() this error came up.   I am using: Jboss2.1 Windows 2000 JDK1.3   If anyone can help me solve it problem, I would be grateful.   Regar