Hi Dan --

I can't tell you for sure what I did, since jboss is no longer
on my system.

My recollection is that the script _optionally_ looks for a jboss2
env variable (which is undocumented and not all that obvious) and
in the absence thereof does something else.  I believe I tried
manually including the client/jbossclient.jar but I can't swear to
it... but at any rate, I tried maybe 20 combinations before I finally
came up with the script at the bottom of the email you responded to.

My take on it was: this code is broke!  ;)

Cheers,

        Gary

On Wed, 14 Jun 2000, Dan Christopherson wrote:
> IIRC, the MandelClient.sh script looks for a jboss2 related environment
> variable (jboss2_dist maybe, I don't remember and don't have the source
> here at work), and includes $jboss2_dist/client/jbossclient.jar. If you
> define that environment variable and run the script from the distribution
> it should work - if not, let me know, please.
> 
> danch
> 
> Dan Christopherson (danch) 
> STR Technical Architect (www.str.com)
> 
> On Mon, 12 Jun 2000, Scott M Stark wrote:
> 
> > The zola MandelClient.sh script is out of date. You need to include all of the
> > jars in the dist/client directory of the jboss build. Here is a script I used
> > to successfully run the Mandel client:
> > 
> > bash-2.02$ cat tstMandel.sh
> > #!/bin/sh
> > 
> > LIB=/usr/local/src/cvsroot/jBoss/jboss/dist/client
> > CP=${LIB}/deploy.jar
> > CP="$CP;${LIB}/jboss-client.jar"
> > CP="$CP;${LIB}/jndi.jar"
> > CP="$CP;${LIB}/jnp-client.jar"
> > CP="$CP;${LIB}/stop.jar"
> > CP="$CP;MandelbrotClient.jar"
> > 
> > java -cp "${CP}" org.jboss.zol.mandelbrot.client.MandelClient
> > 
> > bash-2.02$
> > 
> > ----- Original Message -----
> > From: "Gary Shea" <[EMAIL PROTECTED]>
> > To: "jBoss" <[EMAIL PROTECTED]>
> > Sent: Monday, June 12, 2000 4:09 PM
> > Subject: [jBoss-User] Mandelbrot problems
> > 
> > 
> > >
> > > Hi --
> > >
> > > Someone suggested I try mandelbrot.  It looks promising, but haven't
> > > been able to get it actually working.
> > >
> > > I'm using jboss from CVS (yesterday?  Saturday?), and zola from CVS.
> > > The platform is linux.
> > >
> > > I can see it deploy in the jBoss console.  I can start the client.
> > > When I try to connect, I get the following error:
> > >
> > > [EMAIL PROTECTED] ZOL-0.6-jdk1.3/scripts 455 % sh MandelClient.sh
> > > Executing MandelClient...
> > > javax.naming.CommunicationException.  Root exception is 
>java.lang.ClassNotFoundException:
> > org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy (no security manager: RMI class 
>loader disabled)
> > >         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:318)
> > 
> > 
> > 
> > 
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Problems?:           [EMAIL PROTECTED]
> > 
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
> 
> 




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to