Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  rsed FSUM7351

    Posted Fri October 19, 2012 02:58 PM
    *Im getting the following:::


    java service level

    jave: /usr/lpp/rdz/bin/rsed.sh 224: FSUM7351 not found

    starting RSE daemon ...

    java: /usr/lpp/rdz/bin/rsed/sh 347: FSUM7351 not found


    RSE daemon ended -- return code 127.


    I have seen others with similar problems
    Heres what I have already done:
    • HFS is mounted
    • Path is correct
    • JAVA_HOME is configured correctly

    Not certain others have indicated the connection with rDZ works once the box is rebooted. So the task may work initially then fail. Is there something that would cause this? Could something be corrupted? Im just an intern trying to find some solutions! Any help would be appreciated!
    SystemAdmin


  • 2.  Re: rsed FSUM7351

    Posted Sat October 20, 2012 08:44 AM
    Please queue this question to the RDz forum You'll likely get a much quicker answer there.

    RDzJohn
    RDzJohn


  • 3.  Re: rsed FSUM7351

    Posted Mon October 22, 2012 03:38 AM
    This error has to deal with a wrong PATH, where the java cannot be found.
    So please check your rsed.envvars you are using. Look for the JAVA_HOME environment variable and check it's value, checking that the content exists, like in the example

    JAVA_HOME=/usr/lpp/java/J6.0

    where /usr/lpp/java/J6.0 should be accesible and contain a bin directory and under this directory you should have the java programs.
    Please check both, that the environment variable is set and the JAVA_HOME contents can be accessible and you have a bin directory (the PATH is set to this folder $JAVA_HOME/bin) where the Java Programs reside.
    SystemAdmin