Hi all,
We haave problem with our VCM. Simple VCM API like below is not working.
ChannelDBQuery chQuery = new ChannelDBQuery();
IPagingList results = QueryManager.execute(chQuery);
System.out.println("no. of total channels - " + results.size());
We are getting below error:-
EJB Remote method call encountered a communication problem.
I checked and management DA is running. Also, looked into VCM runtime logs and nothing found.
Urgent help needed....