Hi, My fix introduced an other issue with String.split(File.seperator) being '\' on windows as the split(..) method expects REGEX and '\' needs to be escaped. WIth [1] revision 1447860 I changed the implementation so that String.split is no longer used. Can you please check if the initialization now works as expected.
best Rupert [1] http://svn.apache.org/r1447860 On Tue, Feb 19, 2013 at 3:03 PM, Gianluigi Di Vito <[email protected]> wrote: > Hi, > I applied the patch (in both ways) but unfortunately it didn't fixed the > problem. > > You can find the log file at this address: > https://dl.dropbox.com/u/11432141/newerror.log > > > Gianluigi Di Vito | Software Engineer, R&D > +39 02 84278 465 Office | gianluigi.divito Skype > > KIT digital | www.kitd.com | The Future of Television > Milan Office | Via Breda, 176 | 20126 Milano, Italy > > > > -----Original Message----- > From: Rupert Westenthaler [mailto:[email protected]] > Sent: martedì 19 febbraio 2013 12:50 > To: [email protected] > Subject: Re: Enhancement Chain failed > > Hi > > with revision 1447686 [1] I provided a patch that should fix your problem. To > apply this patch you can > > svn update > cd commons/solr/core > > than assuming that Stanbol is currently running on localhost:8080 and the > System Console password is still the default > > mvn clean install -P installBundle > -Dsling.url=http://localhost:8080/system/console > > after that the ManageSolrServer should be initialized correctly. I do not > think that a restart is required, but maybe I am wrong. > > As alternatives you can also make a clean build of the whole system or just > build "commons/solr/core" and than install the bundle (will be in the > "./target" folder) via the Bundle Tab of the Felix Webconsole > (http://localhost:8080/system/console/bundles) > > best > Rupert > > > [1] http://svn.apache.org/r1447686 -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
