Ciao ho un problema di questo genere: ho un agent in java che mi consente di collegarmi ad un server DB2 utilizzando il driver JDBC (com.ibm.db2.jcc.DB2Driver). Tutto funziona alla perfezione quando lancio l\'agent dalla mia workstation. Quando perņ tento di schedulare l\'agent sul server ottengo il seguente errore: 18/04/2007 10.15.48 AMgr: Agent (\'(ImportDati) | ImportDati\' in \'Design\Andrea\Mizar\Employees.nsf\') printing: Java version = 1.3.1 18/04/2007 10.15.48 AMgr: Agent (\'(ImportDati) | ImportDati\' in \'Design\Andrea\Mizar\Employees.nsf\') printing: Initializing agent ... 18/04/2007 10.15.48 AMgr: Agent (\'(ImportDati) | ImportDati\' in \'Design\Andrea\Mizar\Employees.nsf\') error message: java.lang.ExceptionInInitializerError: 18/04/2007 10.15.48 AMgr: Agent (\'(ImportDati) | ImportDati\' in \'Design\Andrea\Mizar\Employees.nsf\') error message: java.lang.SecurityException 18/04/2007 10.15.48 AMgr: Agent (\'(ImportDati) | ImportDati\' in \'Design\Andrea\Mizar\Employees.nsf\') error message: at lotus.notes.AgentSecurityManager.checkPropertiesAccess(AgentSecurityManager.java:523) (ho copiato l\'errore completo nel file txt qui sotto) Si ferma quando inizializza il driver (Class.forName("com.ibm.db2.jcc.DB2Driver")). Nel client ho la stessa versione della JVM del server. Cercando nel web ho trovato questo suggerimento: http://www-1.ibm.com/support/docview.wss?uid=swg21173567 ... provato ma non cambia nulla Avete qualche idea ? Grazie 1000
Andrea Ferro - Lotus Notes Developer - www.work.it
|