ORPOS 13.2 query
I am new to ORPOS. I have checked out the source code from Source control and built a clean system in eclipse.
I am trying to setup the debug environment for Server and Client. I followed the instructions in ORPOS 13.2 Operations guide.
I gave the main class as "com.extendyourstore.foundation.config.TierLoader"
Program Arguments -
classpath:\\config\conduit\StoreServerConduit.xml
classpath:\\config\rmihost.xml
VM arguments -
Xms256M
-Xmx512M
-Dlog4j.Configuration=file:///C:\OracleRetailStore\Server\pos\config\log4j.xml
When i debug, i got the exception -
java.security.AccessControlException:
Also, Please let me know what are the steps to be followed to set up the debug environment in IDE. Thanks in advance!