I have seen a similar problem when the .jar files in
<jruninstalldirectory>/lib/ext are newer than (or at least out of sync with)
those in your JRE's lib/ext directory.

A quick test would be to:
1) Make backup copies of the files in your JRE's lib/ext directory.
2) Copy files from <jruninstalldirectory>/lib/ext to your JRE's lib/ext
directory.
3) Restart the default server.
4) Run your test.

I'm not sure that this will solve the problem but I think it's worth a try.

Randy Nielsen
Allaire Corp.

-----Original Message-----
From: jianrui su [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 07, 2000 2:12 PM
To: [EMAIL PROTECTED]
Subject: RE: Compiling JSP's and Servlets


The step I took is to start default server first, then
click on the Jrun Demo from start->programs->jrun3.0->
jrun demo. When I see the index.htm page, click on:
JavaServer Pages (JSP) Sample Pages  and the error I
got:

500 Internal Server Error
/demo/jsp/index.jsp:

javax.servlet.ServletException: Exception thrown
running XT: implementation of extension namespace not
available
org.xml.sax.SAXException: implementation of extension
namespace not available
        at
com.jclark.xsl.sax.XSLProcessorImpl.handleXSLException(XSLProcessorImpl.java
)
        at
com.jclark.xsl.sax.XSLProcessorImpl.parse(XSLProcessorImpl.java)
        at allaire.jrun.jsp.XT.process(XT.java:66)
        at
allaire.jrun.jsp.JSPServlet.processPage(JSPServlet.java:428)
        at
allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:392)
        at
allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:201)
        at
allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:168)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java,
Compiled Code)
        at
allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java,
Compiled Code)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a,
Compiled Code)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java,
Compiled Code)
        at
allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java,
Compiled Code)
        at
allaire.jrun.http.WebEndpoint.run(WebEndpoint.java,
Compiled Code)
        at allaire.jrun.ThreadPool.run(ThreadPool.java,
Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java,
Compiled Code)

The log file is as follows:

09/07 10:49:59 info (demo-app) Starting demo-app: JRun
Demo - JRun Demo
09/07 10:49:59 info (demo-app) Loading scheduler
09/07 10:49:59 info (demo-app) Loading logging
09/07 10:49:59 info (session) Loading persistence
storage provider 'file'
09/07 10:49:59 info (JRun) Loading session
09/07 10:49:59 info (JRun) Loading authentication
09/07 10:49:59 info (JRun) Loading propfile
09/07 10:49:59 info (JRun) Loading jsp
09/07 10:49:59 info (JRun) Loading file
09/07 10:49:59 info (JRun) demo-app Ready
09/07 10:49:59 info (JRun) Loading jcp
09/07 10:49:59 info (jcp) jcp listening on
127.0.0.1:9000
09/07 10:49:59 info (JRun) default Ready
09/07 11:32:32 info (JRun) invoker: init
09/07 11:32:32 info (JRun) SimpleServlet: init
09/07 11:33:24 info (JRun) DateServlet: init
09/07 11:33:34 info (JRun) SnoopServlet: init
09/07 12:30:02 error (jcp) Connection reset by peer:
JVM_recv in socket input stream read
[java.net.SocketException: Connection reset by peer:
JVM_recv in socket input stream read]
java.net.SocketException: Connection reset by peer:
JVM_recv in socket input stream read
        at java.net.SocketInputStream.socketRead(Native
Method)
        at
java.net.SocketInputStream.read(SocketInputStream.java,
Compiled Code)
        at
java.io.BufferedInputStream.fill(BufferedInputStream.java,
Compiled Code)
        at
java.io.BufferedInputStream.read1(BufferedInputStream.java,
Compiled Code)
        at
java.io.BufferedInputStream.read(BufferedInputStream.java,
Compiled Code)
        at
allaire.jrun.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java,
Compiled Code)
        at
allaire.jrun.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java,
Compiled Code)
        at
allaire.jrun.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java,
Compiled Code)
        at
allaire.jrun.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java,
Compiled Code)
        at
allaire.jrun.jrpp.ProxyService.swapRunnable(ProxyService.java:48)
        at
allaire.jrun.ThreadPool.swapRunnable(ThreadPool.java,
Compiled Code)
        at allaire.jrun.WorkerThread.run(WorkerThread.java,
Compiled Code)

Thank you Scott.

Hank



--- Scott Stirling <[EMAIL PROTECTED]> wrote:
> Please provide some error messages, log file date,
> and/or the series of
> steps you went through.
> 
> Scott Stirling
> Allaire Corporation
> http://www.allaire.com/developer/jrunreferencedesk/
> 
> > -----Original Message-----
> > From: jianrui su [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 07, 2000 9:12 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Compiling JSP's and Servlets
> > 
> > 
> > I can't event get the demo jsp to work! Can
> someone
> > help me? 
> > Thanks.
> >  
> > --- Humphrey Sabi <[EMAIL PROTECTED]> wrote:
> > > Hello
> > > 
> > > I have just installed the developer's version of
> > > JRun
> > > 3.0 and am trying to view my first jsp page. I
> have
> > > placed the jsp code in the default-app folder of
> the
> > > default server. When I try to start it up using
> > > http://localhost:8100/test.jsp
> > > nothing is displayed.
> > > 
> > > I then followed the set-up guide to configure it
> to
> > > run on apache server and putting the jsp code in
> the
> > > document directory (htdocs) of apache and still
> > > can't
> > > get it to display.
> > > 
> > > Can some one help to tell me exactly how to
> start up
> > > and the details of where I need to set the
> > > classpaths
> > > if that is what is needed. I am still starting
> and
> > > have not used this before.
> > > 
> > > Thanks in advance
> > > Humphrey
> > > 
> > > 
> > >
> >
>
____________________________________________________________
> > > Do You Yahoo!?
> > > Get your free @yahoo.co.uk address at
> > > http://mail.yahoo.co.uk
> > > or your free @yahoo.ie address at
> > > http://mail.yahoo.ie
> > >
> >
>
--------------------------------------------------------------
> > ----------------
> > > Archives:
> > > http://www.egroups.com/group/jrun-interest/
> > > Unsubscribe:
> > >
> >
>
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> s/jrun_talk
> > or send a message to
> > [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from
> anywhere!
> http://mail.yahoo.com/
>
----------------------------------------------------------------------------
> --
> Archives:
> http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
>
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to
> [EMAIL PROTECTED] with
> 'unsubscribe'
> in the body.
>
----------------------------------------------------------------------------
--
> Archives:
> http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
>
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to
> [EMAIL PROTECTED] with
> 'unsubscribe' in the body.


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to