question

Upvotes
Accepted
1 1 2 3

Could not instantiate session in Linux environment

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?

treprfarfa-apisession
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
24.4k 53 17 14

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.