Could not instantiate session in Linux environment

image

In the development and deployment process, we encountered the following: call String sessionName = CommandLine08. variable ("session"); session = Session. acquire (session Name); The linux environment failed to instantiate session, and windows was normal. How to deal with it? The error is reported as follows. Is there any way to solve this problem?

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @zhangping2

    The “Session initialization: Could not instantiate session … connectionList not defined" error message means the API could not load the connectionList configuration information of “myNamespace:ConsNISession”
    session. It is likely that the configuration was not configured properly.

    Based on a given screenshots, the problem possibly comes from the config
    is in System node but the application run with normal user permission.
    That is why the application in Linux cannot populate a configuration to
    run RFA session.

    Please verify your RFAJava_Config.xml file.