Hi. I have CM8.4 and configured my system according to your instructions. When I try to browse the object store, the eclipse log has this stacktrace:
java.lang.ClassCastException: com.ecmdeveloper.plugin.model.ObjectStore cannot be cast to com.ecmdeveloper.plugin.model.Folder
at com.ecmdeveloper.plugin.model.tasks.LoadChildrenTask.addContainee(LoadChildrenTask.java:118)
at com.ecmdeveloper.plugin.model.tasks.LoadChildrenTask.addContainees(LoadChildrenTask.java:109)
at com.ecmdeveloper.plugin.model.tasks.LoadChildrenTask.execute(LoadChildrenTask.java:90)
at com.ecmdeveloper.plugin.model.tasks.BaseTask.call(BaseTask.java:60)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I don't know much about CM; can you help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are using IBM Filenet P8 4.5.1.7. Browsing works for some Objectstores, but I get the same exeption for two of six Objectstores in the same P8 Domain.
Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I have CM8.4 and configured my system according to your instructions. When I try to browse the object store, the eclipse log has this stacktrace:
java.lang.ClassCastException: com.ecmdeveloper.plugin.model.ObjectStore cannot be cast to com.ecmdeveloper.plugin.model.Folder
at com.ecmdeveloper.plugin.model.tasks.LoadChildrenTask.addContainee(LoadChildrenTask.java:118)
at com.ecmdeveloper.plugin.model.tasks.LoadChildrenTask.addContainees(LoadChildrenTask.java:109)
at com.ecmdeveloper.plugin.model.tasks.LoadChildrenTask.execute(LoadChildrenTask.java:90)
at com.ecmdeveloper.plugin.model.tasks.BaseTask.call(BaseTask.java:60)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I don't know much about CM; can you help?
Turns out there was something wrong with my FileNet server; I tried a different server and was successful!
We are using IBM Filenet P8 4.5.1.7. Browsing works for some Objectstores, but I get the same exeption for two of six Objectstores in the same P8 Domain.
Andreas
Problem solved. There were objects in root folder. move Objects and all worked fine.
Andreas
Andreas, thanks for the feedback! I will fix this in the next version (which is coming soon).
Ricardo