Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Error executing Baseline Validation Tool

Hi,
I get following error while executing the baseline validation tool.
INFO: Result folder: Results\DEV1_PreUpgrade
Throwable: Parameter 'directory' is not a directory
Thread[main,5,main]
SEVERE: Unhandled Exception
SEVERE: java.lang.IllegalArgumentException: Parameter 'directory' is not a directory
at org.apache.commons.io.FileUtils.validateListFilesParameters(FileUtils.java:545)
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:521)
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:691)
at com.oracle.biee.bvt.UpgradeTool.loadPlugins(UpgradeTool.java:537)
at com.oracle.biee.bvt.UpgradeTool.runPluginTests(UpgradeTool.java:644)
at com.oracle.biee.bvt.UpgradeTool.run(UpgradeTool.java:812)
at com.oracle.biee.bvt.UpgradeTool.main(UpgradeTool.java:999)
In my testconfig.xml file, I have not specified a path for the catalog (<Parameter name="CatalogRoot" value="/"/>) and I believe that could be the reason for this error. If this is correct, then what path needs to be provided here. Since the catalog is on the server (Linux) while I'm running this tool on my local machine (Windows).
Please help me fix this issue.
Regards,
Vahib
Answers
-
Update -
I ftp'ed the BVT on to my linux server and executed it after providing catalog root path in testconfig.xml, but still get the same error.
0 -
The miracles of "Search"
obiee baseline validation tool usage
And you don't need to run BVT from the server, it perfectly works running it on your local machine.
0 -
Thanks Gianni. I did refer that link earlier but it didn't strike me that it could help my cause
Anyways, I got around that issue but still cannot get BVT to work due to another issue which I believe is related to how SSO and WNI are set up. Will work with those teams internally to resolve this. Thanks.
0