"java.net.BindException: Address already in use: connect" in dataOM.getCellInfo when using the same
Hello,
I have a Java application that attempts to communicate with a HFM server and attempts to resolve multiple HFM formulas that it receives as input.
The formulas don't come all at once in bulk but one by one at a rapid interval.
I am using a List of SessionInfo objects stored in memory, whenever a new formula comes In I pick a SessionInfo object that isn't being used.
I test if it can be used.
I tried it with
si.validate()
where si is a SessionInfo
but this doesn't do anything so I test if the session is still usable like this