Here is the values of my startserver.bat file:

@echo on
JXDRIVE=e:
set DXROOT=/progra~1/opendx
set JDKPATH=/progra~1/IBM/JAVA13/
set JXSVSPATH=\progra~1\opendx\java\server
set JXMEMORY=64
set JXMDF=all.mdf
set DXWEB=/dxweb
set include=

set CLASSPATH= 
set DXMACROS=%DXWEB%/dxmacros;%DXWEB%/usermacros;
set DXINCLUDE=%DXMACROS%
set DXDATA=%DXWEB%/data;%DXWEB%/user
set DXARGS=-execonly -highlight off -optimize memory -verbose

set PATH=%DXROOT%\bin_intelnt;%DXROOT%/bin;%DXROOT%/lib_intelnt;%PATH%

rem  the following line is essential since cd does not do a drive change
%JXDRIVE%
cd %JXDRIVE%%JXSVSPATH%\class
%JDKPATH%/bin/java -classpath .;dx.jar;server.jar
-DDXServer.outUrl=output -DDXServer.outDir=/dxweb/output DXServer

The dx root is set correctly to the path where dx is installed.  I still
get the following in the java console window of my browser.
IBM Visualization Data Explorer / Java Explorer version 2.0.0
Executive version:        4 1 3
Executive/UI interface:   2 0 0
Creation date:            Thu Mar 18 11:35:28 EST 1999
Creation host:            Linux gdal.watson.ibm.com 2.0.32 #1 Wed Nov 19
00:46:45 EST 1997 i686 unknown
ERROR:  UI[5,12]:  parse error:  include "..\
ERROR:  _100: function does not exist
WARNING:  Function return values are ignored: _100
DXClientThread: Unrecognized -  


I also tried starting dx directly as suggested - typing the following:
dx -execonly -highlight off -optimize memory -verbose

 and get the following:

Starting DX executive
\progra~1\opendx\bin_intelnt\dxexec.exe -r        -B

E:\PROGRA~1\opendx\bin>Memory cache will use 448 MB (28 for small items,
420 forlarge)

port = 1900

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Kirchner
Sent: Thursday, August 16, 2001 3:08 PM
To: [email protected]
Subject: Re: [opendx-general] javadx on win2k

Thanks for the warning.  I'm tired.  I looked at "startserver.bat" at
http://opendx.watson.ibm.com/cgi-bin/dx/cvsweb/dx/src/uipp/java/server/s
tartserver.bat

and DXROOT will almost certainly be wrong.  Fix up the bat file with the
installation values.

if
    dx -execonly -highlight off -optimize memory
can then run, perhaps the "java DXServer" will be able to run dx with
these
arguments.

at that point the functionality of the cygwin AnyDX.dll should be more
apparent (it doesn't have to do much...).

Suhaib Siddiqi wrote:

> Well beware ;-) ;-) The JavaDX binary in my distribution are compiled
with
> Cygwin.  (I mean both Cygwin and Exceed version). It could be that
issue.
> Never spent enough time to get AnyDX.dll compiled with MSVC.
>
> Suhaib
>
> > -----Original Message-----
> > From: Peter Kirchner [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 16, 2001 6:46 PM
> > To: [email protected]
> > Subject: Re: [opendx-general] javadx on win2k
> >
> > This is actually a bit of an achievement because dxexec is running.
> > However the description sounds like dxexec is running without an
env.
> > e.g DXROOT.  Have a look at startserver.bat and perhaps customize it
> > to
> > your installation.
> >
> > Pete
> >
> > "William (Bill) J Buckley" wrote:
> >
> > >
> > >
> > > ----Original Message-----
> > > From: William (Bill) J Buckley [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, August 15, 2001 12:35 PM
> > > To: '[EMAIL PROTECTED]'
> > > Subject:
> > >
> > > Hi,
> > >
> > > I am trying to get the java server running under Windows 2000.I
> > > downloaded the windows binary code from the opendx site and DX
seems
> > > to run fine on my machine.I have tried to access some of the
sample
> > > files and have made some progress but end up with the following
> > errors
> > > (as seen from the java console on the web browser):
> > >
> > > IBM Visualization Data Explorer / Java Explorer version 2.0.0
> > >
> > > Executive version:4 1 3
> > >
> > > Executive/UI interface:2 0 0
> > >
> > > Creation date:Thu Mar 18 11:35:28 EST 1999
> > >
> > > Creation host:Linux gdal.watson.ibm.com 2.0.32 #1 Wed Nov 19
> > 00:46:45
> > > EST 1997 i686 unknown
> > >
> > > ERROR:UI[5,12]:parse error:include "..\
> > >
> > > ERROR:_100: function does not exist
> > >
> > > WARNING:Function return values are ignored: _100
> > >
> > > DXClientThread: Unrecognized -
> > >
> > > Looks like I am having some sort of configuration problem, and it
> > > appears that the error is coming from the DX executable, has
anyone
> > > seen this and do you have any suggestions on where to go from
here?
> > >
> > > Bill
> > >

Reply via email to