I try to call a command from out side but I keeping get this error on the log:
1 [main] INFO ca.sqlpower.architect.ArchitectUtils - Log4J configured successfully
56 [AWT-EventQueue-0] INFO ca.sqlpower.sql.PlDotIni - Beginning to read/merge new pl.ini data
98 [AWT-EventQueue-0] INFO ca.sqlpower.sql.PlDotIni - Finished reading file.
99 [AWT-EventQueue-0] INFO ca.sqlpower.sql.PlDotIni - Beginning to read/merge new pl.ini data
139 [AWT-EventQueue-0] INFO ca.sqlpower.sql.PlDotIni - Finished reading file.
1560 [AWT-EventQueue-0] INFO ca.sqlpower.sql.SPDataSource - Driver Class org.hsqldb.jdbcDriver loaded without exception
1930 [AWT-EventQueue-0] INFO ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl - Connected to repository database.
1941 [AWT-EventQueue-0] INFO ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl - Database product name: HSQL Database Engine
1941 [AWT-EventQueue-0] INFO ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl - Database product version: 1.8.0
1941 [AWT-EventQueue-0] INFO ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl - Database driver name: HSQL Database Engine Driver
1941 [AWT-EventQueue-0] INFO ca.sqlpower.matchmaker.dao.hibernate.MatchMakerHibernateSessionImpl - Database driver version: 1.8.0
1968 [AWT-EventQueue-0] ERROR ca.sqlpower.security.PLSecurityManager - WARNING: YOU ARE USING THE PL SECURITY MANAGER IN INSECURE MODE!!!
1971 [AWT-EventQueue-0] ERROR ca.sqlpower.security.PLUser - WARNING: YOU ARE USING THE PL USER IN INSECURE MODE!!!
2538 [AWT-EventQueue-0] INFO ca.sqlpower.sql.SPDataSource - Driver Class org.hsqldb.jdbcDriver loaded without exception
I think it related to some security issue, but I don't know how to solve the problem.
That error is related to some older code, but it should not affect the actual security of the DQguru. You should be able to safely ignore that warning.