Re: Request for Help

2021-07-24 Thread Rob Sargent


> On Jul 23, 2021, at 10:42 PM, Mohan T  wrote:
> 
> Dear All,
>  
> We are using tomcat 8.5.35 on SUse Linux. 
>  
> We are facing a issue while launching the help files. 
>  /
> We deployed the help files in the 
> /home/ilas/tomcat8.5_tech/apache-tomcat-8.5.35/webapps/hub#rvwhelp.
>  
> The help files are packaged as 
> /hub/rvwhelp/implementation/1/Hlprolemaster_rolemaster_1.htm.
>  
> When launching the help file through the application the launched help file 
> is not in proper format.
>  
> It must appear as below. (This is from another environment with different 
> application server)

this list strips attachments generally.  You will have to describe your problem 
with words alone.

What is the “different application server” running?




Re: Request for Help

2020-07-30 Thread Igal Sapir
On Wed, Jul 29, 2020 at 8:54 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Mohan,
>
> On 7/29/20 10:32, Mohan T wrote:
> > This is build using cruise control .  We have a similar
> > environment wherein this deliverable is working fine without any
> > error. We too k the deliverable from the working environment and
> > moved to the new environment and started the tomcat.
> Do you know if your build process "pre-compiles" JSP files into .class
> files? Have you upgraded Tomcat to a new version since it was working?
>
> Tomcat periodically upgrades the JDT compiler shipped with Tomcat and
> it may not always be backward-compatible with previously-pre-compiled
> JSP files.
>
> If this is the issue -- and I'm not claiming for sure that it is --
> then a re-build of your web application using the compiler shipped
> with the newer version of Tomcat should fix your issue.
>

I wonder also if it's possible that you have two different JAR files with
two different versions of JDT on the classpath?

If that's the case then one version is loaded, but when it tries to call
the method that it expects to have, the other version is found and the
method is not there.

Igal



>
> - -chris
>
> > -Original Message----- From: James Moliere
> >  Sent: Wednesday, July 29, 2020 7:53 PM To:
> > Tomcat Users List  Subject: Re: Request
> > for Help
> >
> > Is the war file being built with maven? ...gradle?  ...or using
> > Eclipse?
> >
> > James
> >
> > On Tue, Jul 28, 2020 at 9:34 PM Mohan T  wrote:
> >
> >> Dear All,
> >>
> >>
> >>
> >> In one of the  environments we are using apache-tomcat-8.5.35.
> >>
> >>
> >>
> >> On server start we are getting this exception
> >>
> >> org.apache.catalina.core 28-Jul-2020 13:46:13.407 SEVERE
> >> [localhost-startStop-1]
> >> org.apache.catalina.core.StandardContext.loadOnStartup Servlet
> >> [RVW_Banner] in web application [/security] threw load()
> >> exception
> >>
> >> java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.Compile
> r.(Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;Lorg/ec
> lipse/jdt/internal/compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/intern
> al/compiler/impl/CompilerOptions;Lorg/eclipse/jdt/internal/compiler/ICom
> pilerRequestor;Lorg/eclipse/jdt/internal/compiler/IProblemFactory;)V
> >>
> >>
> at
> >> org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java
> :
> >>
> >>
> 480)
> >>
> >> Any inputs to overcome this could help us in this.
> >>
> >> Thanks
> >>
> >> Mohan
> >>
> >>
> >>
> >> DISCLAIMER: This communication contains information which is
> >> confidential and the copyright of Ramco Systems Ltd, its
> >> subsidiaries or a third party ("Ramco"). This email may also
> >> contain legally privileged information. Confidentiality and legal
> >> privilege attached to this communication are not waived or lost
> >> by reason of mistaken delivery to you.This email is intended to
> >> be read or used by the addressee only. If you are not the
> >> intended recipient, any use, distribution, disclosure or copying
> >> of this email is strictly prohibited without the express written
> >> approval of Ramco. Please delete and destroy all copies and email
> >> Ramco at le...@ramco.com immediately. Any views expressed in this
> >> communication are those of the individual sender, except where
> >> the sender specifically states them to be the views of Ramco.
> >> Except as required by law, Ramco does not represent, warrant
> >> and/or guarantee that the integrity of this communication has
> >> been maintained nor that the communication is free of errors,
> >> virus, interception or interference. If you do not wish to
> >> receive such communications, please forward this communication to
> >> market...@ramco.com and express your wish not to receive such
> >> communications henceforth.
> >>
> >
> >
> > -- ---v---v---v---v---v---v---v--- James Moliere
> > james.moli...@j2.com ---v---v---v---v---v---v---v---
> >
> > --
> >
> >
> > This email, its contents and attachments contain information from
> > J2 Global, Inc. and/or its affiliates which may be privileged,
> > confidential or otherwise protected from disclosure. The
> > information is 

Re: Request for Help

2020-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Mohan,

On 7/29/20 10:32, Mohan T wrote:
> This is build using cruise control .  We have a similar
> environment wherein this deliverable is working fine without any
> error. We too k the deliverable from the working environment and
> moved to the new environment and started the tomcat.
Do you know if your build process "pre-compiles" JSP files into .class
files? Have you upgraded Tomcat to a new version since it was working?

Tomcat periodically upgrades the JDT compiler shipped with Tomcat and
it may not always be backward-compatible with previously-pre-compiled
JSP files.

If this is the issue -- and I'm not claiming for sure that it is --
then a re-build of your web application using the compiler shipped
with the newer version of Tomcat should fix your issue.

- -chris

> -Original Message- From: James Moliere
>  Sent: Wednesday, July 29, 2020 7:53 PM To:
> Tomcat Users List  Subject: Re: Request
> for Help
>
> Is the war file being built with maven? ...gradle?  ...or using
> Eclipse?
>
> James
>
> On Tue, Jul 28, 2020 at 9:34 PM Mohan T  wrote:
>
>> Dear All,
>>
>>
>>
>> In one of the  environments we are using apache-tomcat-8.5.35.
>>
>>
>>
>> On server start we are getting this exception
>>
>> org.apache.catalina.core 28-Jul-2020 13:46:13.407 SEVERE
>> [localhost-startStop-1]
>> org.apache.catalina.core.StandardContext.loadOnStartup Servlet
>> [RVW_Banner] in web application [/security] threw load()
>> exception
>>
>> java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.Compile
r.(Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;Lorg/ec
lipse/jdt/internal/compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/intern
al/compiler/impl/CompilerOptions;Lorg/eclipse/jdt/internal/compiler/ICom
pilerRequestor;Lorg/eclipse/jdt/internal/compiler/IProblemFactory;)V
>>
>>
at
>> org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java
:
>>
>>
480)
>>
>> Any inputs to overcome this could help us in this.
>>
>> Thanks
>>
>> Mohan
>>
>>
>>
>> DISCLAIMER: This communication contains information which is
>> confidential and the copyright of Ramco Systems Ltd, its
>> subsidiaries or a third party ("Ramco"). This email may also
>> contain legally privileged information. Confidentiality and legal
>> privilege attached to this communication are not waived or lost
>> by reason of mistaken delivery to you.This email is intended to
>> be read or used by the addressee only. If you are not the
>> intended recipient, any use, distribution, disclosure or copying
>> of this email is strictly prohibited without the express written
>> approval of Ramco. Please delete and destroy all copies and email
>> Ramco at le...@ramco.com immediately. Any views expressed in this
>> communication are those of the individual sender, except where
>> the sender specifically states them to be the views of Ramco.
>> Except as required by law, Ramco does not represent, warrant
>> and/or guarantee that the integrity of this communication has
>> been maintained nor that the communication is free of errors,
>> virus, interception or interference. If you do not wish to
>> receive such communications, please forward this communication to
>> market...@ramco.com and express your wish not to receive such
>> communications henceforth.
>>
>
>
> -- ---v---v---v---v---v---v---v--- James Moliere
> james.moli...@j2.com ---v---v---v---v---v---v---v---
>
> --
>
>
> This email, its contents and attachments contain information from
> J2 Global, Inc. and/or its affiliates which may be privileged,
> confidential or otherwise protected from disclosure. The
> information is intended to be for the addressee(s) only. If you are
> not an addressee, any disclosure, copy, distribution or use of the
> contents of this message is prohibited. If you have received this
> email in error, please notify the sender by reply email and delete
> the original message and any copies.
>
> DISCLAIMER: This communication contains information which is
> confidential and the copyright of Ramco Systems Ltd, its
> subsidiaries or a third party (“Ramco”). This email may also
> contain legally privileged information. Confidentiality and legal
> privilege attached to this communication are not waived or lost by
> reason of mistaken delivery to you.This email is intended to be
> read or used by the addressee only. If you are not the intended
> recipient, any use, distribution, disclosure or copying of this
> email is strictly prohibited without the express written app

RE: Request for Help

2020-07-29 Thread Mohan T
This is build using cruise control .  We have a similar environment wherein 
this deliverable is working fine without any error. We too k the deliverable 
from the working environment and moved to the new environment and started the 
tomcat.



-Original Message-
From: James Moliere 
Sent: Wednesday, July 29, 2020 7:53 PM
To: Tomcat Users List 
Subject: Re: Request for Help

Is the war file being built with maven? ...gradle?  ...or using Eclipse?

James

On Tue, Jul 28, 2020 at 9:34 PM Mohan T  wrote:

> Dear All,
>
>
>
> In one of the  environments we are using apache-tomcat-8.5.35.
>
>
>
> On server start we are getting this exception
>
> org.apache.catalina.core 28-Jul-2020 13:46:13.407 SEVERE
> [localhost-startStop-1]
> org.apache.catalina.core.StandardContext.loadOnStartup Servlet
> [RVW_Banner] in web application [/security] threw load() exception
>
> java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.Compiler.(Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;Lorg/eclipse/jdt/internal/compiler/ICompilerRequestor;Lorg/eclipse/jdt/internal/compiler/IProblemFactory;)V
> at
> org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
> 480)
>
> Any inputs to overcome this could help us in this.
>
> Thanks
>
> Mohan
>
>
>
> DISCLAIMER: This communication contains information which is
> confidential and the copyright of Ramco Systems Ltd, its subsidiaries
> or a third party ("Ramco"). This email may also contain legally privileged 
> information.
> Confidentiality and legal privilege attached to this communication are
> not waived or lost by reason of mistaken delivery to you.This email is
> intended to be read or used by the addressee only. If you are not the
> intended recipient, any use, distribution, disclosure or copying of
> this email is strictly prohibited without the express written approval
> of Ramco. Please delete and destroy all copies and email Ramco at
> le...@ramco.com immediately. Any views expressed in this communication
> are those of the individual sender, except where the sender
> specifically states them to be the views of Ramco. Except as required
> by law, Ramco does not represent, warrant and/or guarantee that the
> integrity of this communication has been maintained nor that the
> communication is free of errors, virus, interception or interference.
> If you do not wish to receive such communications, please forward this
> communication to market...@ramco.com and express your wish not to receive 
> such communications henceforth.
>


--
---v---v---v---v---v---v---v---
James Moliere
james.moli...@j2.com
---v---v---v---v---v---v---v---

--


This email, its contents and attachments contain information from J2 Global, 
Inc. and/or its affiliates which may be privileged, confidential or otherwise 
protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution or use of the contents of this message is prohibited. If you have 
received this email in error, please notify the sender by reply email and 
delete the original message and any copies.

DISCLAIMER: This communication contains information which is confidential and 
the copyright of Ramco Systems Ltd, its subsidiaries or a third party 
(“Ramco”). This email may also contain legally privileged information. 
Confidentiality and legal privilege attached to this communication are not 
waived or lost by reason of mistaken delivery to you.This email is intended to 
be read or used by the addressee only. If you are not the intended recipient, 
any use, distribution, disclosure or copying of this email is strictly 
prohibited without the express written approval of Ramco. Please delete and 
destroy all copies and email Ramco at le...@ramco.com immediately. Any views 
expressed in this communication are those of the individual sender, except 
where the sender specifically states them to be the views of Ramco. Except as 
required by law, Ramco does not represent, warrant and/or guarantee that the 
integrity of this communication has been maintained nor that the communication 
is free of errors, virus, interception or interference. If you do not wish to 
receive such communications, please forward this communication to 
market...@ramco.com and express your wish not to receive such communications 
henceforth.


Re: Request for Help

2020-07-29 Thread James Moliere
Is the war file being built with maven? ...gradle?  ...or using Eclipse?

James

On Tue, Jul 28, 2020 at 9:34 PM Mohan T  wrote:

> Dear All,
>
>
>
> In one of the  environments we are using apache-tomcat-8.5.35.
>
>
>
> On server start we are getting this exception
>
> org.apache.catalina.core 28-Jul-2020 13:46:13.407 SEVERE
> [localhost-startStop-1]
> org.apache.catalina.core.StandardContext.loadOnStartup Servlet [RVW_Banner]
> in web application [/security] threw load() exception
>
> java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.Compiler.(Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;Lorg/eclipse/jdt/internal/compiler/ICompilerRequestor;Lorg/eclipse/jdt/internal/compiler/IProblemFactory;)V
> at
> org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:480)
>
> Any inputs to overcome this could help us in this.
>
> Thanks
>
> Mohan
>
>
>
> DISCLAIMER: This communication contains information which is confidential
> and the copyright of Ramco Systems Ltd, its subsidiaries or a third party
> ("Ramco"). This email may also contain legally privileged information.
> Confidentiality and legal privilege attached to this communication are not
> waived or lost by reason of mistaken delivery to you.This email is intended
> to be read or used by the addressee only. If you are not the intended
> recipient, any use, distribution, disclosure or copying of this email is
> strictly prohibited without the express written approval of Ramco. Please
> delete and destroy all copies and email Ramco at le...@ramco.com
> immediately. Any views expressed in this communication are those of the
> individual sender, except where the sender specifically states them to be
> the views of Ramco. Except as required by law, Ramco does not represent,
> warrant and/or guarantee that the integrity of this communication has been
> maintained nor that the communication is free of errors, virus,
> interception or interference. If you do not wish to receive such
> communications, please forward this communication to market...@ramco.com
> and express your wish not to receive such communications henceforth.
>


-- 
---v---v---v---v---v---v---v---
James Moliere
james.moli...@j2.com
---v---v---v---v---v---v---v---

-- 


This email, its contents and attachments contain information from J2 
Global, Inc. and/or its affiliates which may be privileged, confidential or 
otherwise protected from disclosure. The information is intended to be for 
the addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution or use of the contents of this message is prohibited. If you 
have received this email in error, please notify the sender by reply email 
and delete the original message and any copies.



Re: Request for Help

2020-07-29 Thread Peter Rader
Hello Mohan,
 
please tell if you are using
1. the JSP technology inside the application
2. what JDK version on server-side
 
Kind regards

Peter Rader
--
Fachinformatiker AE / IT Software Developer
Peter Rader
Wilsnacker Strasse 17
10559 Berlin - GERMANY
Tel: 0049 (0)30 / 6 29 33 29 6
Fax: 0049 (0)30 / 6 29 33 29 6
Handy: 0049 (0)176 / 8 7521576
 
 

Gesendet: Mittwoch, 29. Juli 2020 um 06:33 Uhr
Von: "Mohan T" 
An: "Tomcat Users List" 
Betreff: Request for Help
Dear All,



In one of the environments we are using apache-tomcat-8.5.35.



On server start we are getting this exception

org.apache.catalina.core 28-Jul-2020 13:46:13.407 SEVERE 
[localhost-startStop-1] org.apache.catalina.core.StandardContext.loadOnStartup 
Servlet [RVW_Banner] in web application [/security] threw load() exception
java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.Compiler.(Lorg/eclipse/jdt/internal/compiler/env/INameEnvironment;Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;Lorg/eclipse/jdt/internal/compiler/ICompilerRequestor;Lorg/eclipse/jdt/internal/compiler/IProblemFactory;)V
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:480)

Any inputs to overcome this could help us in this.

Thanks

Mohan



DISCLAIMER: This communication contains information which is confidential and 
the copyright of Ramco Systems Ltd, its subsidiaries or a third party 
("Ramco"). This email may also contain legally privileged information. 
Confidentiality and legal privilege attached to this communication are not 
waived or lost by reason of mistaken delivery to you.This email is intended to 
be read or used by the addressee only. If you are not the intended recipient, 
any use, distribution, disclosure or copying of this email is strictly 
prohibited without the express written approval of Ramco. Please delete and 
destroy all copies and email Ramco at le...@ramco.com immediately. Any views 
expressed in this communication are those of the individual sender, except 
where the sender specifically states them to be the views of Ramco. Except as 
required by law, Ramco does not represent, warrant and/or guarantee that the 
integrity of this communication has been maintained nor that the communication 
is free of errors, virus, interception or interference. If you do not wish to 
receive such communications, please forward this communication to 
market...@ramco.com and express your wish not to receive such communications 
henceforth.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org