From: Ketil S. <st...@on...> - 2005-04-05 17:23:00
|
I'm having problems compressing the last part of my Topic Map. I have used TM4J compress script under Linux to compress these files: http://www.stud.ntnu.no/groups/it3803gr3/result/ass_rol_types.xtm http://www.stud.ntnu.no/groups/it3803gr3/result/topicTypes.xtm http://www.stud.ntnu.no/groups/it3803gr3/result/topicTest.xtm http://www.stud.ntnu.no/groups/it3803gr3/result/assRolesTest.xtm Into this file: http://www.stud.ntnu.no/groups/it3803gr3/result/mergeTest1.xtm This works fine. But then I'm going to merge this with the associations in this file: http://www.stud.ntnu.no/groups/it3803gr3/result/assTest.xtm With this command (as used before): compress -o testMerge2.xtm testMerge1.xtm assTest.xtm And I get this error message: Cannot find CatalogManager.properties java.io.FileNotFoundException: /home/others/homer/groups/i/it3803gr3/result/id2002ieee_transactions_on_para llel_and_distributed_systems (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:103) at java.io.FileInputStream.<init>(FileInputStream.java:66) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:6 9) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection .java:156) at org.tm4j.net.URILocatorResolver.resolve(URILocatorResolver.java:131) at org.tm4j.net.SimpleLocatorResolverManager.resolve(SimpleLocatorResolverManag er.java:84) at org.tm4j.topicmap.TopicMapProviderBase.mergeTopicMap(TopicMapProviderBase.ja va:458) at org.tm4j.topicmap.utils.TopicMapMerger.mergeExternallyReferencedTopicMaps(To picMapMerger.java:619) at org.tm4j.topicmap.utils.TopicMapMerger.merge(TopicMapMerger.java:593) at org.tm4j.topicmap.cmd.AppBase.loadTopicMapList(AppBase.java:147) at org.tm4j.topicmap.cmd.Compress.run(Compress.java:48) at org.tm4j.topicmap.cmd.AppBase.initialise(AppBase.java:169) at org.tm4j.topicmap.cmd.Compress.main(Compress.java:71) Error caught while attempting to merge from resource: file:/home/others/homer/groups/i/it3803gr3/result/id2002ieee_transactions_on _parallel_and_distributed_systems. Cause: java.io.FileNotFoundException: /home/others/homer/groups/i/it3803gr3/result/id2002ieee_transactions_on_para llel_and_distributed_systems (No such file or directory) at org.tm4j.topicmap.TopicMapProviderBase.mergeTopicMap(TopicMapProviderBase.ja va:464) at org.tm4j.topicmap.utils.TopicMapMerger.mergeExternallyReferencedTopicMaps(To picMapMerger.java:619) at org.tm4j.topicmap.utils.TopicMapMerger.merge(TopicMapMerger.java:593) at org.tm4j.topicmap.cmd.AppBase.loadTopicMapList(AppBase.java:147) at org.tm4j.topicmap.cmd.Compress.run(Compress.java:48) at org.tm4j.topicmap.cmd.AppBase.initialise(AppBase.java:169) at org.tm4j.topicmap.cmd.Compress.main(Compress.java:71) ERROR: Error caught while attempting to merge from resource: file:/home/others/homer/groups/i/it3803gr3/result/id2002ieee_transactions_on _parallel_and_distributed_systems. Cause: java.io.FileNotFoundException: /home/others/homer/groups/i/it3803gr3/result/id2002ieee_transactions_on_para llel_and_distributed_systems (No such file or directory) What is this? I understand that there's something wrong with my assTest.xtm, and it seems that java tries to read another non-existing file, but I can't understand why. I'd be most grateful for any help, ideas or solutions. Regards Ketil Stadskleiv |