Problem while starting the agent (driver must not be empty)
797423Oct 5 2010 — edited Oct 5 2010Hi
I am getting the following error while trying to start an agent
D:\ODI_11g\oracledi\agent\bin>agent.bat "-NAME=nAgent" "-PORT=20901"
OracleDI: Starting Agent ...
java.lang.IllegalArgumentException: driver must not be empty
at org.springframework.util.Assert.hasText(Assert.java:161)
at oracle.odi.core.datasource.DataSourceDefinitionUtils.createDriverManagerDataSourceDefinition(DataSourceDefinitionUtils.java:170)
at oracle.odi.core.datasource.DataSourceDefinitionUtils.createDriverManagerDataSourceDefinition(DataSourceDefinitionUtils.java:148)
at oracle.odi.Agent.doGetDataSource(Agent.java:377)
at oracle.odi.Agent.main(Agent.java:471)
The values for ODI_MASTER_DRIVER, ODI_MASTER_URL, ODI_MASTER_USER, ODI_MASTER_ENCODED_PASS in odiparams.bat seem to be correct. What might be the reason for error?