|
Rod, The daemon.linux script sets up the CLASSPATH environment variable so it can find the server code. To do this it assumes the directory where you run the script from is the same directory where the server .jar files exist. The class you are getting an error on should be in the dstore_core.jar file. If you want to move the script to a different directory then you can change the following line from $dir= $ENV{PWD}; to $dir=/home/.... Do you see the dstore_core.jar file in the same directory as the daemon.linux? Does it contain the ServerLauncher class (you can use jar -tf dstore_core.jar to get a list of the classes.) Don Yantzi WebSphere Development Studio Client for iSeries IBM Toronto Lab Phone: (905) 413-4476 IBM internal: IBMCA(yantzi) - Internet: yantzi@xxxxxxxxxx "Rod Smith" <rbsmith@xxxxxxxx To: wdsci-l@xxxxxxxxxxxx ltg.com> cc: Sent by: Subject: [WDSCI-L] Re: Linux server daemon wdsci-l-bounces@x idrange.com 02/06/2003 09:24 AM Please respond to Websphere Development Studio Client for iSeries OK, first error resolved, I discovered after expanding the jar, that the script and property files contain the wrong line ending characters, I am using ee to correct them. I am working on the following classpath problem, Exception in thread "main" java.lang.NoClassDefFoundError: com/ibm/etools/systems/dstore/core/server/ServerLauncher Rod "Rod Smith" <rbsmith@xxxxxxxxxxxxxxx> wrote in message news:bbfhig$591$1@xxxxxxxxxxxxxxxxx > Has anyone tried to setup and run the rseserver code on Redhat linux or > freebsd. I followed the instructions in the help text and copied the > rseserver.jar file to a folder /home/rbsmith/wdsc on my redhat machine and > freebsd machine from > C: \WDSC\iseries\eclipse\plugins\com.ibm.etools.systems.universal_5.0.1\serve > rruntime. I executed jar xf rseserver.jar and expanded the jar file I have > executed the chmod 755 on the daemon.linux, auth.pl and server.linux files. > I have tried to start the server with both the daemon.linux and server.linux > scripts. Both have failed with a similar message. "bash: ./daemon.linux: No > such file or directory". Does anyone have an idea how to fix this? > > > > _______________________________________________ > This is the Websphere Development Studio Client for iSeries (WDSCI-L) mailing list > To post a message email: WDSCI-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/wdsci-l > or email: WDSCI-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the archives > at http://archive.midrange.com/wdsci-l. > _______________________________________________ This is the Websphere Development Studio Client for iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/wdsci-l or email: WDSCI-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.