RE: running tomcat using sablevm

2005-02-18 Thread varsha.agrawal



Passing the classpath to VM is not a problem coz we have wrapper wriiten
over sablevm which takes java's parameters and and converts it into
sablevm's parameters. The wrapper is java-sablevm provided by the
sablevm jvm.
Could anyone provide me suggestion of where else it would be going
wrong.

Regards.


---Original Message-
From: Antony Paul [mailto:[EMAIL PROTECTED]
Sent: Friday, February 18, 2005 11:13 AM
To: Tomcat Users List
Subject: Re: running tomcat using sablevm

I hadnt tried SableVM. It may be that CLASSPATH settings Tomcat passes
to VM is not properly passed to it. There may be difference in passing
classpath to VM. Check the docs.

rgds
Antony Paul


On Fri, 18 Feb 2005 10:45:58 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:


 Yeah I was able to run the tomcat suing sun JVM, but not with this
 particular jvm.

 -Original Message-
 From: Antony Paul [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 18, 2005 10:41 AM
 To: Tomcat Users List
 Subject: Re: running tomcat using sablevm

 Were you able to run it in Sun or any other JVM. ?

 rgds
 Antony Paul

 On Fri, 18 Feb 2005 10:36:21 +0530, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 
  Hello,
 
  Well the OS is Redhat linux 7.2
  JVM version: sablevm 1.1.9
  Tomcat version : 3.3.1a (Might be this is a older version but this
is
  what I need to install)
 
  The error I get is as follows:
 
  Java.lang.InternalError:java.lang.ClassNotFoundException:
  org.apache.tomcat.core.ContextManager not found in
 

[file:/usr/Jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./
  ../lib/tomcat.jar,
 

file:/usr/jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./]
 at java.lang.reflect.ReflectUtil.typeToClass
(ReflectUtil.java:103)
 at java.lang.reflect.ReflectUtil.getReturnType
 (ReflectUtil.java:159)
 at java.lang.reflect.Method.getReturnType (Method.java:175)
 at java.lang.Class$MethodKey.Class$MethodKey (Class.java:911)
 at java.lang.Class.internalGetMethods (Class.java:1109)
 at java.lang.Class.getMethods (Class.java:1078)
 at org.apache.tomcat.util.IntrospectionUtils.findMethods
  (IntrospectionUtils.java:727)
 at org.apache.tomcat.util.IntrospectionUtils.findMethod
  (IntrospectionUtils.java:733)
 at org.apache.tomcat.util.IntrospectionUtils.setAttribute
  (IntrospectionUtils.java:106)
 at org.apache.tomcat.startup.Main.execute (Main.java:304)
 at org.apache.tomcat.startup.Main.main (Main.java:140)
 at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
 at java.lang.VirtualMachine.main (VirtualMachine.java:108)
 
  I hope this information would help you all to give a solution to my
  problem!!!
 
  -Varsha.
 
  -Original Message-
  From: Parsons Technical Services
 [mailto:[EMAIL PROTECTED]
 
  Sent: Friday, February 18, 2005 10:07 AM
  To: Tomcat Users List
  Subject: Re: running tomcat using sablevm
 
  Give more details and maybe someone can help.
 
  OS Version
  JVM version
  Tomcat Version
  Snip from logs with error
 
  Doug
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: tomcat-user@jakarta.apache.org
  Sent: Thursday, February 17, 2005 11:24 PM
  Subject: running tomcat using sablevm
 
  Hello,
 
  Has anyone tried running tomcat using sablevm (JVM). I am trying to
 run
  tomcat but it fails. It gives ClassDefNot Found error. I don't know
 how
  to go about running the tomcat.
 
  Any suggestions or any help is appreciated!!!
 
  Regards.
 
  Confidentiality Notice
 
  The information contained in this electronic message and any
 attachments
  to
  this message are intended
  for the exclusive use of the addressee(s) and may contain
confidential
  or
  privileged information. If
  you are not the intended recipient, please notify the sender at
Wipro
 or
 
  [EMAIL PROTECTED] immediately
  and destroy all copies of this message and any attachments.
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  Confidentiality Notice
 
  The information contained in this electronic message and any
 attachments to this message are intended
  for the exclusive use of the addressee(s) and may contain
confidential
 or privileged information. If
  you are not the intended recipient, please notify the sender at
Wipro
 or [EMAIL PROTECTED] immediately
  and destroy all copies of this message and any attachments.
 
 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 Confidentiality Notice

 The information contained in this electronic message and any
attachments to this message are intended
 for the exclusive use of the addressee(s

Re: running tomcat using sablevm

2005-02-18 Thread Remy Maucherat
On Fri, 18 Feb 2005 09:54:30 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 Hello,
 
 Has anyone tried running tomcat using sablevm (JVM). I am trying to run
 tomcat but it fails. It gives ClassDefNot Found error. I don't know how
 to go about running the tomcat.
 
 Any suggestions or any help is appreciated!!!

No idea about Sable, but Kaffe from CVS works, as long as you help it
by adding stuff in the classpath (commons-logging-api.jar and
jmx.jar). Basically it doesn't read the manifest which are in JARs
yet.

-- 
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: running tomcat using sablevm

2005-02-18 Thread Dalibor Topic
Remy Maucherat remy.maucherat at gmail.com writes:


 No idea about Sable, but Kaffe from CVS works, as long as you help it
 by adding stuff in the classpath (commons-logging-api.jar and
 jmx.jar). Basically it doesn't read the manifest which are in JARs
 yet.
 

I've just merged in some code from GNU Classpath that should fix that :)

cheers,
dalibor topic




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: running tomcat using sablevm

2005-02-18 Thread varsha.agrawal


Where could I find the changes which you merged. Please help me out as I
need it to fix my sablevm problem.

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dalibor Topic
Sent: Friday, February 18, 2005 4:34 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: running tomcat using sablevm

Remy Maucherat remy.maucherat at gmail.com writes:


 No idea about Sable, but Kaffe from CVS works, as long as you help it
 by adding stuff in the classpath (commons-logging-api.jar and
 jmx.jar). Basically it doesn't read the manifest which are in JARs
 yet.


I've just merged in some code from GNU Classpath that should fix that :)

cheers,
dalibor topic




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: running tomcat using sablevm

2005-02-18 Thread Remy Maucherat
On Fri, 18 Feb 2005 16:48:36 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 
 Where could I find the changes which you merged. Please help me out as I
 need it to fix my sablevm problem.

I think you should give up on sable at the moment. I have never heard
of anyone doing anthing Tomcat related with it, so it doesn't look
good.

Apparently, if you get Kaffe (www.kaffe.org) from CVS and build it,
you might be able to run Tomcat 5.5 (with the usual JDK 1.4 compat for
the jmx.jar, unless they also merged in a JMX impl) out of the box.

-- 
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: running tomcat using sablevm

2005-02-18 Thread Dalibor Topic
 varsha.agrawal at wipro.com writes:

 
 Where could I find the changes which you merged. Please help me out as I
 need it to fix my sablevm problem.

I got them from GNU classpath's CVS so I assume you should still be able to find
them there.

You may need to patch sablevm for it to work, but as I don't hack on SableVM, I
am afraid I don't know how to help you there. I'm sure Grzegorz, Etienne and the
other nice SableVM developers on the SableVM mailing list can, though.

best of luck!
dalibor topic


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



running tomcat using sablevm

2005-02-17 Thread varsha.agrawal

Hello,

Has anyone tried running tomcat using sablevm (JVM). I am trying to run
tomcat but it fails. It gives ClassDefNot Found error. I don't know how
to go about running the tomcat.

Any suggestions or any help is appreciated!!!



Regards.







Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

Re: running tomcat using sablevm

2005-02-17 Thread Parsons Technical Services
Give more details and maybe someone can help.
OS Version
JVM version
Tomcat Version
Snip from logs with error
Doug
- Original Message - 
From: [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Thursday, February 17, 2005 11:24 PM
Subject: running tomcat using sablevm


Hello,
Has anyone tried running tomcat using sablevm (JVM). I am trying to run
tomcat but it fails. It gives ClassDefNot Found error. I don't know how
to go about running the tomcat.
Any suggestions or any help is appreciated!!!

Regards.



Confidentiality Notice
The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or 
[EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments. 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: running tomcat using sablevm

2005-02-17 Thread varsha.agrawal

Hello,

Well the OS is Redhat linux 7.2
JVM version: sablevm 1.1.9
Tomcat version : 3.3.1a (Might be this is a older version but this is
what I need to install)

The error I get is as follows:


Java.lang.InternalError:java.lang.ClassNotFoundException:
org.apache.tomcat.core.ContextManager not found in
[file:/usr/Jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./
../lib/tomcat.jar,
file:/usr/jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./]
   at java.lang.reflect.ReflectUtil.typeToClass (ReflectUtil.java:103)
   at java.lang.reflect.ReflectUtil.getReturnType (ReflectUtil.java:159)
   at java.lang.reflect.Method.getReturnType (Method.java:175)
   at java.lang.Class$MethodKey.Class$MethodKey (Class.java:911)
   at java.lang.Class.internalGetMethods (Class.java:1109)
   at java.lang.Class.getMethods (Class.java:1078)
   at org.apache.tomcat.util.IntrospectionUtils.findMethods
(IntrospectionUtils.java:727)
   at org.apache.tomcat.util.IntrospectionUtils.findMethod
(IntrospectionUtils.java:733)
   at org.apache.tomcat.util.IntrospectionUtils.setAttribute
(IntrospectionUtils.java:106)
   at org.apache.tomcat.startup.Main.execute (Main.java:304)
   at org.apache.tomcat.startup.Main.main (Main.java:140)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:108)

I hope this information would help you all to give a solution to my
problem!!!

-Varsha.

-Original Message-
From: Parsons Technical Services [mailto:[EMAIL PROTECTED]

Sent: Friday, February 18, 2005 10:07 AM
To: Tomcat Users List
Subject: Re: running tomcat using sablevm

Give more details and maybe someone can help.

OS Version
JVM version
Tomcat Version
Snip from logs with error

Doug

- Original Message -
From: [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Thursday, February 17, 2005 11:24 PM
Subject: running tomcat using sablevm



Hello,

Has anyone tried running tomcat using sablevm (JVM). I am trying to run
tomcat but it fails. It gives ClassDefNot Found error. I don't know how
to go about running the tomcat.

Any suggestions or any help is appreciated!!!



Regards.







Confidentiality Notice

The information contained in this electronic message and any attachments
to
this message are intended
for the exclusive use of the addressee(s) and may contain confidential
or
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or

[EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: running tomcat using sablevm

2005-02-17 Thread Antony Paul
Were you able to run it in Sun or any other JVM. ?

rgds
Antony Paul


On Fri, 18 Feb 2005 10:36:21 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 Hello,
 
 Well the OS is Redhat linux 7.2
 JVM version: sablevm 1.1.9
 Tomcat version : 3.3.1a (Might be this is a older version but this is
 what I need to install)
 
 The error I get is as follows:
 
 Java.lang.InternalError:java.lang.ClassNotFoundException:
 org.apache.tomcat.core.ContextManager not found in
 [file:/usr/Jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./
 ../lib/tomcat.jar,
 file:/usr/jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./]
at java.lang.reflect.ReflectUtil.typeToClass (ReflectUtil.java:103)
at java.lang.reflect.ReflectUtil.getReturnType (ReflectUtil.java:159)
at java.lang.reflect.Method.getReturnType (Method.java:175)
at java.lang.Class$MethodKey.Class$MethodKey (Class.java:911)
at java.lang.Class.internalGetMethods (Class.java:1109)
at java.lang.Class.getMethods (Class.java:1078)
at org.apache.tomcat.util.IntrospectionUtils.findMethods
 (IntrospectionUtils.java:727)
at org.apache.tomcat.util.IntrospectionUtils.findMethod
 (IntrospectionUtils.java:733)
at org.apache.tomcat.util.IntrospectionUtils.setAttribute
 (IntrospectionUtils.java:106)
at org.apache.tomcat.startup.Main.execute (Main.java:304)
at org.apache.tomcat.startup.Main.main (Main.java:140)
at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
at java.lang.VirtualMachine.main (VirtualMachine.java:108)
 
 I hope this information would help you all to give a solution to my
 problem!!!
 
 -Varsha.
 
 -Original Message-
 From: Parsons Technical Services [mailto:[EMAIL PROTECTED]
 
 Sent: Friday, February 18, 2005 10:07 AM
 To: Tomcat Users List
 Subject: Re: running tomcat using sablevm
 
 Give more details and maybe someone can help.
 
 OS Version
 JVM version
 Tomcat Version
 Snip from logs with error
 
 Doug
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: tomcat-user@jakarta.apache.org
 Sent: Thursday, February 17, 2005 11:24 PM
 Subject: running tomcat using sablevm
 
 Hello,
 
 Has anyone tried running tomcat using sablevm (JVM). I am trying to run
 tomcat but it fails. It gives ClassDefNot Found error. I don't know how
 to go about running the tomcat.
 
 Any suggestions or any help is appreciated!!!
 
 Regards.
 
 Confidentiality Notice
 
 The information contained in this electronic message and any attachments
 to
 this message are intended
 for the exclusive use of the addressee(s) and may contain confidential
 or
 privileged information. If
 you are not the intended recipient, please notify the sender at Wipro or
 
 [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 Confidentiality Notice
 
 The information contained in this electronic message and any attachments to 
 this message are intended
 for the exclusive use of the addressee(s) and may contain confidential or 
 privileged information. If
 you are not the intended recipient, please notify the sender at Wipro or 
 [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: running tomcat using sablevm

2005-02-17 Thread varsha.agrawal



Yeah I was able to run the tomcat suing sun JVM, but not with this
particular jvm.

-Original Message-
From: Antony Paul [mailto:[EMAIL PROTECTED]
Sent: Friday, February 18, 2005 10:41 AM
To: Tomcat Users List
Subject: Re: running tomcat using sablevm

Were you able to run it in Sun or any other JVM. ?

rgds
Antony Paul


On Fri, 18 Feb 2005 10:36:21 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 Hello,

 Well the OS is Redhat linux 7.2
 JVM version: sablevm 1.1.9
 Tomcat version : 3.3.1a (Might be this is a older version but this is
 what I need to install)

 The error I get is as follows:

 Java.lang.InternalError:java.lang.ClassNotFoundException:
 org.apache.tomcat.core.ContextManager not found in

[file:/usr/Jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./
 ../lib/tomcat.jar,

file:/usr/jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./]
at java.lang.reflect.ReflectUtil.typeToClass (ReflectUtil.java:103)
at java.lang.reflect.ReflectUtil.getReturnType
(ReflectUtil.java:159)
at java.lang.reflect.Method.getReturnType (Method.java:175)
at java.lang.Class$MethodKey.Class$MethodKey (Class.java:911)
at java.lang.Class.internalGetMethods (Class.java:1109)
at java.lang.Class.getMethods (Class.java:1078)
at org.apache.tomcat.util.IntrospectionUtils.findMethods
 (IntrospectionUtils.java:727)
at org.apache.tomcat.util.IntrospectionUtils.findMethod
 (IntrospectionUtils.java:733)
at org.apache.tomcat.util.IntrospectionUtils.setAttribute
 (IntrospectionUtils.java:106)
at org.apache.tomcat.startup.Main.execute (Main.java:304)
at org.apache.tomcat.startup.Main.main (Main.java:140)
at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
at java.lang.VirtualMachine.main (VirtualMachine.java:108)

 I hope this information would help you all to give a solution to my
 problem!!!

 -Varsha.

 -Original Message-
 From: Parsons Technical Services
[mailto:[EMAIL PROTECTED]

 Sent: Friday, February 18, 2005 10:07 AM
 To: Tomcat Users List
 Subject: Re: running tomcat using sablevm

 Give more details and maybe someone can help.

 OS Version
 JVM version
 Tomcat Version
 Snip from logs with error

 Doug

 - Original Message -
 From: [EMAIL PROTECTED]
 To: tomcat-user@jakarta.apache.org
 Sent: Thursday, February 17, 2005 11:24 PM
 Subject: running tomcat using sablevm

 Hello,

 Has anyone tried running tomcat using sablevm (JVM). I am trying to
run
 tomcat but it fails. It gives ClassDefNot Found error. I don't know
how
 to go about running the tomcat.

 Any suggestions or any help is appreciated!!!

 Regards.

 Confidentiality Notice

 The information contained in this electronic message and any
attachments
 to
 this message are intended
 for the exclusive use of the addressee(s) and may contain confidential
 or
 privileged information. If
 you are not the intended recipient, please notify the sender at Wipro
or

 [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 Confidentiality Notice

 The information contained in this electronic message and any
attachments to this message are intended
 for the exclusive use of the addressee(s) and may contain confidential
or privileged information. If
 you are not the intended recipient, please notify the sender at Wipro
or [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: running tomcat using sablevm

2005-02-17 Thread Antony Paul
I hadnt tried SableVM. It may be that CLASSPATH settings Tomcat passes
to VM is not properly passed to it. There may be difference in passing
classpath to VM. Check the docs.

rgds
Antony Paul


On Fri, 18 Feb 2005 10:45:58 +0530, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 
 
 Yeah I was able to run the tomcat suing sun JVM, but not with this
 particular jvm.
 
 -Original Message-
 From: Antony Paul [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 18, 2005 10:41 AM
 To: Tomcat Users List
 Subject: Re: running tomcat using sablevm
 
 Were you able to run it in Sun or any other JVM. ?
 
 rgds
 Antony Paul
 
 On Fri, 18 Feb 2005 10:36:21 +0530, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 
  Hello,
 
  Well the OS is Redhat linux 7.2
  JVM version: sablevm 1.1.9
  Tomcat version : 3.3.1a (Might be this is a older version but this is
  what I need to install)
 
  The error I get is as follows:
 
  Java.lang.InternalError:java.lang.ClassNotFoundException:
  org.apache.tomcat.core.ContextManager not found in
 
 [file:/usr/Jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./
  ../lib/tomcat.jar,
 
 file:/usr/jakarta-tomcat/Jakarta-tomcat-3.3.1a-src/build/tomcat/bin/./]
 at java.lang.reflect.ReflectUtil.typeToClass (ReflectUtil.java:103)
 at java.lang.reflect.ReflectUtil.getReturnType
 (ReflectUtil.java:159)
 at java.lang.reflect.Method.getReturnType (Method.java:175)
 at java.lang.Class$MethodKey.Class$MethodKey (Class.java:911)
 at java.lang.Class.internalGetMethods (Class.java:1109)
 at java.lang.Class.getMethods (Class.java:1078)
 at org.apache.tomcat.util.IntrospectionUtils.findMethods
  (IntrospectionUtils.java:727)
 at org.apache.tomcat.util.IntrospectionUtils.findMethod
  (IntrospectionUtils.java:733)
 at org.apache.tomcat.util.IntrospectionUtils.setAttribute
  (IntrospectionUtils.java:106)
 at org.apache.tomcat.startup.Main.execute (Main.java:304)
 at org.apache.tomcat.startup.Main.main (Main.java:140)
 at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
 at java.lang.VirtualMachine.main (VirtualMachine.java:108)
 
  I hope this information would help you all to give a solution to my
  problem!!!
 
  -Varsha.
 
  -Original Message-
  From: Parsons Technical Services
 [mailto:[EMAIL PROTECTED]
 
  Sent: Friday, February 18, 2005 10:07 AM
  To: Tomcat Users List
  Subject: Re: running tomcat using sablevm
 
  Give more details and maybe someone can help.
 
  OS Version
  JVM version
  Tomcat Version
  Snip from logs with error
 
  Doug
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: tomcat-user@jakarta.apache.org
  Sent: Thursday, February 17, 2005 11:24 PM
  Subject: running tomcat using sablevm
 
  Hello,
 
  Has anyone tried running tomcat using sablevm (JVM). I am trying to
 run
  tomcat but it fails. It gives ClassDefNot Found error. I don't know
 how
  to go about running the tomcat.
 
  Any suggestions or any help is appreciated!!!
 
  Regards.
 
  Confidentiality Notice
 
  The information contained in this electronic message and any
 attachments
  to
  this message are intended
  for the exclusive use of the addressee(s) and may contain confidential
  or
  privileged information. If
  you are not the intended recipient, please notify the sender at Wipro
 or
 
  [EMAIL PROTECTED] immediately
  and destroy all copies of this message and any attachments.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  Confidentiality Notice
 
  The information contained in this electronic message and any
 attachments to this message are intended
  for the exclusive use of the addressee(s) and may contain confidential
 or privileged information. If
  you are not the intended recipient, please notify the sender at Wipro
 or [EMAIL PROTECTED] immediately
  and destroy all copies of this message and any attachments.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 Confidentiality Notice
 
 The information contained in this electronic message and any attachments to 
 this message are intended
 for the exclusive use of the addressee(s) and may contain confidential or 
 privileged information. If
 you are not the intended recipient, please notify the sender at Wipro or 
 [EMAIL PROTECTED] immediately
 and destroy all copies of this message and any attachments.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED