[xep-support] Fw: I am trying to evaluate XEP

Nikolai Grigoriev grig at renderx.com
Sun Apr 7 23:56:20 PDT 2002


Geoff,

> The error i get is
> Java Exception (0x80004005)
> java.lang.NoClassDefFoundError: com/renderx/FO2PDF/Driver
> /XML_XSO_PDF/xep.asp, line 14

This means that XEPCOM setup was successful but XEP classes could not be
found. Please re-check settings for the %classpath% variable. It should
include full paths to XEP and auxiliary JAR files. In your case, it should
look like this:

classpath =
I:\xep2inst\lib\xep_272_eval.jar;I:\xep2inst\lib\xerces_1.0.0.jar;I:\xep2ins
t\lib\JimiProClasses.zip

Please check that all files included in the classpath actually exist.

Tips:

1) For IIS to see your newly set variables, they should be set as _system_
variables, not user ones;
2) You have to restart IIS Web Publishing Service to activate the new value
for %classpath%;
3) If the problem persists, a good idea is to write an ASP script that dumps
all environment variables, and check if %classpath% is set correctly.

Best regards,
Nikolai Grigoriev
RenderX


> When i look for a fo2pdf i cant find it all i can find is fo2html...
> Is this
> the cause???
>
> Any help would be greatly appreciated
>
> Thanks
> Geoff
>
> > ----- Original Message -----
> > From: "Nikolai Grigoriev" <grig at renderx.com>
> > To: <geoff.lysaght at btopenworld.com>
> > Cc: <support at renderx.com>
> > Sent: Monday, April 01, 2002 6:58 PM
> > Subject: Re: [xep-support] Fw: I am trying to evaluate XEP
> >
> >
> > > Geoff,
> > >
> > > we have recently updated the readme file for the COM evaluation
package;
> > please
> > > find it attached. The previous one contained some misleading
statements,
> > now
> > > clarified. (The package available on our site has not been updated
yet).
> > >
> > > It might help if you could send me the diagnostics that you get from
> your
> > ASP
> > > sample. It's hard to fix problems without seeing what's going wrong.
> Based
> > on
> > > previous experience, I suggest re-checking the following:
> > >
> > > 1) Ensure that you have a system-wide %classpath% variable set
> correctly.
> > The
> > > old version of the documentation contained a misprint in instructions
to
> > set
> > > t6he class path: JAR file containing XEP code is not xep.jar, but
rather
> > > xep_272_eval.jar (for evaluation version; commercial packages have
> > different
> > > names).
> > >
> > > 2) After setting the correct classpath, don't forget to restart IIS on
> > your
> > > machine in order to make new variable bindings visible to IIS process.
> > >
> > > > I would appreciate if you could explain what is meant to be in
> XEP_HOME
> > >
> > > It should be an absolute path to the root of the XEP installation,
with
> or
> > > without backslash at the end (does not matter).
> > >
> > > > and also what format Request("foname") is meant to be in i.e. a
> relative
> > path
> > > > fo, a full path ending in a slash (or not)
> > >
> > > Request is a built-in object of VB/ASP that fetches user input from an
> > HTML
> > > form. Request ("somename") returns a value in an HTTP request
> > corresponding to
> > > 'somename'. In our example, Request("foname") returns the value of the
> > text
> > > input field named "foname" in xep.html. You can find more on this in
the
> > > documentation to MS Internet Information Server.
> > >
> > > Best regards,
> > >
> > > Nikolai Grigoriev
> > > RenderX
> > >
> > >
> > >
> >
>

-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list