This error occurs due to missing below jars.
C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.igf_11.1.1\*.jar
C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.jps_11.1.1\*.jar
C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.iau_11.1.1\*.jar
This can be fixed by adding the below lines in C:\Endeca\Apps\CRS\control\runcommand.bat
C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.igf_11.1.1\*.jar
C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.jps_11.1.1\*.jar
C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.iau_11.1.1\*.jar
This can be fixed by adding the below lines in C:\Endeca\Apps\CRS\control\runcommand.bat
and C:\Endeca\Apps\CRS\control\index_config_cmd.bat after classpath entry
for %%i in ("C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.igf_11.1.1\*.jar") do call set CLASSPATH=%%CLASSPATH%%;%%i%%
for %%i in ("C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.jps_11.1.1\*.jar") do call set CLASSPATH=%%CLASSPATH%%;%%i%%
for %%i in ("C:\ATG\ATG11.2\DAS\lib\opss\modules\oracle.iau_11.1.1\*.jar") do call set CLASSPATH=%%CLASSPATH%%;%%i%%
No comments:
Post a Comment