Hi Rute, I don't have Windows to test this myself, but in addition to clearing the Felix cache, it also helps to clear the JVM work directory (you can specify this by setting -Djava.io.tmpdir=<path/to/tmp>. The organization files are loaded by File Install, and File Install keeps its own information inside said work directory.
Tobias On 14.03.2012, at 20:05, Rute Santos <[email protected]> wrote: > > Thanks, Greg. I checked and there are no duplicated jars there. I've > cleaned the felix cache and started again a few times and had the same errors. > > Rute > > On 3/14/2012 2:14 PM, Greg Logan wrote: >> I'm guessing you have two different versions of the Matterhorn jars in >> your felix/matterhorn directory. Remove one version, delete felix-cache >> and then restart and it should work. >> >> G >> >> On 12-03-14 11:29 AM, Rute Santos wrote: >> >>> Hi, >>> >>> I am trying to install matterhorn on a Windows system. I am trying >>> the basic install and I've followed the instructions found at >>> >>> http://opencast.jira.com/wiki/display/MH/Install+Source+Windows+(Trunk) >>> , >>> but I am getting the following error when the matterhorn bundles are >>> being installed: >>> >>> 2012-03-13 13:30:48 DEBUG (OrganizationDirectoryServiceImpl:221) - >>> Updating organization >>> pid='org.opencastproject.organization.5530dce4-69a4-4d64-a86a-554b81df81d6' >>> 2012-03-13 13:30:48 INFO (OrganizationDirectoryServiceImpl:257) - >>> Updating organization 'mh_default_org' >>> 2012-03-13 13:30:48 DEBUG (OrganizationDirectoryServiceImpl:221) - >>> Updating organization >>> pid='org.opencastproject.organization.4f04a745-0389-4b45-a3fc-5806ce564b7c' >>> 2012-03-13 13:30:48 ERROR (?:?) - >>> [org.opencastproject.security.api.OrganizationDirectoryService, >>> org.osgi.service.cm.ManagedServiceFactory, id=78, bundle=140]: >>> Unexpected problem updating Configuration >>> PID=org.opencastproject.organization.4f04a745-0389-4b45-a3fc-5806ce564b7c, >>> factoryPID=org.opencastproject.organization, >>> bundleLocation= >>> file:/C:/Users/rute/matterhorn/felix-framework-3.2.2/matterhorn/matterhorn-kernel-1.3-rc6.jar >>> >>> >>> java.lang.IllegalStateException: Configuration >>> org.opencastproject.organization.5e1e12d4-33ac-4bdf-ac6a-2bd553fde7db >>> deleted >>> at >>> org.apache.felix.cm.impl.ConfigurationAdapter.checkDeleted(ConfigurationAdapter.java:173) >>> >>> at >>> org.apache.felix.cm.impl.ConfigurationAdapter.getPid(ConfigurationAdapter.java:53) >>> >>> at >>> org.opencastproject.kernel.security.OrganizationDirectoryServiceImpl.updated(OrganizationDirectoryServiceImpl.java:253) >>> >>> at >>> org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceFactoryUpdate.run(ConfigurationManager.java:1366) >>> >>> at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:104) >>> at java.lang.Thread.run(Unknown Source) >>> >>> This error shows up in the log over and over again, always with a >>> different pid ('org.opencastproject.organization.XXXX'), which I believe >>> shouldn't be changing all the time (?) Has anyone seen this or have any >>> idea of what might be wrong? >>> I am using Windows 7 64-bit, Java 1.6, Maven 3.0.4, Matterhorn >>> 1.3-rc6, Felix 3.2.2. >>> Any help is appreciated. >>> >>> Thanks in advance, >>> >>> Rute Santos >>> Harvard DCE >>> >>> _______________________________________________ >>> Matterhorn-users mailing list >>> >>> [email protected] >>> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users >> >> >> >> _______________________________________________ >> Matterhorn-users mailing list >> >> [email protected] >> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users > > _______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
