Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Error in Servlet in 9iAS: sun/awt/motif/MToolkit

Re: Error in Servlet in 9iAS: sun/awt/motif/MToolkit

From: dmz17 <dmz17_at_nospam.nowhere.com>
Date: Tue, 15 Oct 2002 01:01:14 +0200
Message-ID: <pan.2002.10.14.23.01.10.114256@nospam.nowhere.com>


On Mon, 14 Oct 2002 15:42:02 +0000, Shahzad Latif wrote:

> Hi:
>
> My JAVA code is using sun.awt.motif.* package. On NT (development),
> the code
> runs fine, but on Solaris (production) with 9iAS we are getting an
> error:
>
> The server encountered an internal error or misconfiguration and was
> unable to
> complete your request. Please contact the server administrator,
> aaa_at_domain.com and inform them of the time the error occurred, and
> anything you might have done that may have caused the error. More
> information about this error may be available in the server error log.
>
> The only place where we could find a mention of above error was in
> Jserv/jser.log:
> [14/10/2002 14:13:00:740] (ERROR) java.lang.NoClassDefFoundError:
> sun/awt/motif/MToolkit ajp12: Servlet Error:
> java.lang.NoClassDefFoundError:sun/awt/motif/MToolkit:
> sun/awt/motif/MToolkit
> [14/10/2002 14:13:00:741] (ERROR) an error returned handling request
> via
> protocol "ajpv12" [14/10/2002 14:13:00:741] (ERROR) balance: 20928
> internal servlet error in server localhost:44357
>
> I would appreciate if someone could suggest something to resolve this
> issue.
>
> Regards,
>
> Shahzad

I assume you deployed an ear file. Try including the motiv stuff from Sun in your package and see what happens?

Cheers,

dmz17 Received on Mon Oct 14 2002 - 18:01:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US