Grid Script Client

 3 Replies
 0 Subscribed to this topic
 11 Subscribed to this forum
Sort:
Author
Messages
Mrpotato
Basic Member Send Private Message
Posts: 18
Basic Member
Hi All,

Has anyone tested automated stopping/starting etc of the grid applications? I'm trying to test stopping the M3 BE app from the GRID for backup purposes using the Grid Script Client. Every time I run the command I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: com/lawson/grid/util/
ScriptingClient
Caused by: java.lang.ClassNotFoundException: com.lawson.grid.util.ScriptingClient
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.lawson.grid.util.ScriptingClient.  Program will exit.

I have M3 running on IBM iSeries and trying to run the script from the LCM Windows server.

Anyone else had experience using this?

Cheers


Mrpotato
Basic Member Send Private Message
Posts: 18
Basic Member
Hi all,

Worked out the problem, needed fix pack 6 & 7 for GRID and also found the instruction manual was incorrect.

Cheers
Regis
New Member Send Private Message
Posts: 1
New Member
I'm having the exact same issue.  How do I verify if I have fix pack 6 & 7?  How is the instruction manual incorrect?
Thanks
Mrpotato
Basic Member Send Private Message
Posts: 18
Basic Member
Hi Regis,

For the fixes 
Actions -> Install Fixes
Click on the Lawson GRID CCSS Channel
Login to CCSS
This will then show the available fixes for GRID and can be installed in similar fashion to normal fixes.

To run the utility once fixes are in this is the command that worked for me
java -cp grid-core-1.9.6.jar com.lawson.grid.util.Controller agentaddress agentport -ks keystorefilename keystorepassword command target

Hope this helps

Cheers,
Mr P