bschineller / ontology-browser

Automatically exported from code.google.com/p/ontology-browser
0 stars 0 forks source link

Get "Could not find an appropriate factory to load ontology from ontology document" error on a local installation #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the browser.war
2. Start the tomcat and browse the ontology browser - 
http://localhost:8080/browser/
3. Mention the physical path of the owl file in the first text box
4. Click load

What is the expected output? What do you see instead?
Ontology loaded and documentation generated

I get the following instead:
Failed to load: C:/DecisionEngine/bom/owl/BOM.owl

Could not find an appropriate factory to load ontology from ontology document: 

What version of the product are you using? On what operating system?
1.4.4 / Windows 7 Enterprise / Firefox (Get a Null exception on IE8).

Please provide any additional information below.

Original issue reported on code.google.com by sowmya...@gmail.com on 8 Jul 2013 at 11:58

GoogleCodeExporter commented 9 years ago
I had to specify the physical path differently - file:/C:/BOM.owl and it works. 
Thanks.

Original comment by sowmya...@gmail.com on 17 Jul 2013 at 11:03