Java Error using DB Replicator

0
Hi, I try to get connection with an Oracle 10 DB using the DatabaseReplicator the 4.0 Mendix release. However, I get an error I can't figure out. In an earlier release I had this working. I started a new project, imported the MxModelReflection and DatabaseReplicationmodules from the app store. I put the Database_Overview form in the menu options. Then, I try to connect to an Oracle 10 Database. The error in the application is: access denied (java.util.PropertyPermission line.separator read) The error in the console is: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: replication.ReplicationSettings$MendixReplicationException: java.security.AccessControlException: access denied (java.util.PropertyPermission line.separator read) at com.mendix.core.Core.execute(SourceFile:225) Caused by: com.mendix.core.CoreRuntimeException: replication.ReplicationSettings$MendixReplicationException: java.security.AccessControlException: access denied (java.util.PropertyPermission line.separator read) at hC.b(SourceFile:193) Caused by: replication.ReplicationSettings$MendixReplicationException: java.security.AccessControlException: access denied (java.util.PropertyPermission line.separator read) at databasereplication.implementation.DataManager.startSynchronizing(DataManager.java:271) Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission line.separator read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374) at java.security.AccessController.checkPermission(AccessController.java:546) at java.lang.SecurityManager.checkPermission(SecurityManager.java:532) at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285) at java.lang.System.getProperty(System.java:650) at oracle.net.jdbc.nl.NVPair.<init>(Unknown Source) at oracle.net.jdbc.nl.NVFactory._readTopLevelNVPair(Unknown Source) at oracle.net.jdbc.nl.NVFactory.createNVPair(Unknown Source) at oracle.net.nt.ConnOption.populateProtocol(ConnOption.java:153) at oracle.net.nt.ConnOption.connect(ConnOption.java:125) at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:370) at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:434) at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:687) at oracle.net.ns.NSProtocol.connect(NSProtocol.java:247) at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1102) at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:320) at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546) at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:236) at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:185) at databasereplication.implementation.DatabaseConnector.connect(DatabaseConnector.java:59) at databasereplication.implementation.DataManager.startSynchronizing(DataManager.java:115) at databasereplication.implementation.OracleReader.processTables(OracleReader.java:32) at databasereplication.actions.SyncDatabaseInfo.executeAction(SyncDatabaseInfo.java:58) at databasereplication.actions.SyncDatabaseInfo.executeAction(SyncDatabaseInfo.java:27) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hC.b(SourceFile:182) at com.mendix.core.Core.execute(SourceFile:219) at lg.a(SourceFile:70) at mf.a(SourceFile:73) at me.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:57) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:457) at hC.b(SourceFile:182) at com.mendix.core.Core.execute(SourceFile:219) at gm.execute(SourceFile:186) at iW.a(SourceFile:285) at ja$g.a(SourceFile:126) at ja$g$a.a(SourceFile:118) at ja$g$a.apply(SourceFile:116) at akka.actor.Actor$class.apply(Actor.scala:545) at ja$g.apply(SourceFile:112) at akka.actor.LocalActorRef.invoke(ActorRef.scala:910) at akka.dispatch.MessageInvocation.invoke(MessageHandling.scala:25) at akka.dispatch.ExecutableMailbox$class.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:223) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:123) at akka.dispatch.ExecutableMailbox$class.run(ExecutorBasedEventDrivenDispatcher.scala:195) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.run(ExecutorBasedEventDrivenDispatcher.scala:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) at akka.dispatch.MonitorableThread.run(ThreadPoolBuilder.scala:192) What can be done about this? Do I need to change settings in java policy? If so, what then?
asked
1 answers
0

Ha..... I might know this one..... B-)

Check to see if your settings are "emulating Cloud security"....

answered