Re: [MAS-discuss] Access Denied
Brought to you by:
jcochrane
From: Mikael R. <mik...@fr...> - 2004-07-17 08:37:52
|
Hello, Effectively I have windows XP SP1 installed on my computer, and I'm a french guy. I've looked a bit into MAS to try to understand what is going on and I've see that the environments variable were not defined (%MAS_DIRECTORY% and %PATH%. I'm not using the administrator account but I use an account with administrator rights so I don't think it is the source of the problem. I've installed the version 1.6.5 of MAS and I was able to run the server (file mode) and the GUI client. After that i've modifed the environment variable of MAS to point on the version 1.6.6q and I was able to run rhe server file. But when I've launched the guiclient I've got the following error : C:\Program Files\mas1.6.6q\lib\classes>"C:\Program Files\mas1.6.6q\bin\runmasgui.bat" C:\Program Files\mas1.6.6q\lib\classes>rem Run the mas GUI - connect with the se rver started with runmas C:\Program Files\mas1.6.6q\lib\classes>rem If a parameter is passed in, it will be used as the port number; C:\Program Files\mas1.6.6q\lib\classes>rem otherwise a hard-coded number will be used. C:\Program Files\mas1.6.6q\lib\classes>set port=18273 C:\Program Files\mas1.6.6q\lib\classes>if not "" == "" set port= C:\Program Files\mas1.6.6q\lib\classes>cd C:\Program Files\mas1.6.6q\lib C:\Program Files\mas1.6.6q\lib>cd classes C:\Program Files\mas1.6.6q\lib\classes>java MA_Client localhost 18273 Exception in thread "main" java.lang.NoClassDefFoundError: MA_Client The problem come from a syntax error in the script runmasgui.bat because the class filename is not MA_Client but CL_Client. After I've modified the batch file I was able to run MAS in command line. However in GUI mode there is always an access denied error. I think the problem is that the client can't connect to the server. I will make some other tests later. Regards. Jim Cochrane wrote: >Hi Mikael. > > > >>Hello, >> >>I've just installed MAS 1.6.6q on my windows computer and when I run it, >>I can see the standard windows of MAS and an another which said "Access >>Denied". >> >> > >Sorry about this problem. Several other users have run into the same >access denied problem on Windows Xp or Win2000. Are you running either of >these OSs? > >If so, I'm afraid I have not had the time to look into the problem. >However, I know if at least one person who has succeeded on getting 1.6.6q >to install successfully on XP or w2000 (I don't remember which one right >now). So it might be possible. It could have to do with whether it is >installed as a regular user or as the "administrator". > >If you're technically inclined and have the interest, and if - despite >the error - the files for mas (executables, etc.) were placed on your >hard drive, you could try looking at the documentation and experimenting >with running it by hand - e.g., use cmd.exe to start the server, then >start the GUI, etc. But if you're not very technically inclined, you'll >probably find this too tedious. > >Another possibility is if you post a question about this to the mas discuss >list, you may get a helpful answer or two. Make sure you include all >needed info., such as what OS you're running, whether you installed as a >regular user, etc. > >Yet another possibility is for you to try first backing up the files from >the 1.6.6q release so that you have them around after uninstalling it. >Then download and install an earlier version, such as setup-mas1.6.5a.exe. >Assuming you get the earlier version working, you could then try "updating" >it by copying files, such as mas.exe from the 1.6.6q release over the old >version. > >Let me know how it goes. > > > >>It's the first time I try MAS. I've installed the last JRE I've found >>1.4.2_05. >> >> > >That's good - the GUI should work fine with that recent jre, if you're able >to get things setup right. > >By the way, are you in France? I'm trying to collect some >statistical information on where mas users are located. > > >Jim > > > > |