You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Enrico Daga <en...@gmail.com> on 2012/01/02 12:42:56 UTC

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Hi Reto,
I have downloaded the tdb-launcher executable.
Then, following [1], I cannot navigate to the clerezza dashboard, I
have this message instead:

 User anonymous does not exist in the system graph

Is there anything I have to do before accessing the web tool?

If it's possible, a readme file aside the downloadable files would
also be helpful.

Thank you!

Enrico

[1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/

On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
> Hi all,
>
> this is the third vote to release Clerezza parent and all the modules in
> the release profile.
>
> The source zip and the signatures for this third RC are available here:
>
> http://people.apache.org/~reto/clerezza-release-201112/
>
> As binary distribution the tdb-launcher self executable jar is also
> avalable, with the resolution of CLEREZZA-641 future release will
> contain this binary zip instead.
>
> In svn the release version is tagged parent-0.2-incubating
>
> [ ] +1 Yes, please release
> [ ] +0 No time to review
> [ ] -1 Something wrong
>
> Regards,
> Reto



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Enrico Daga <en...@gmail.com>.
Hi Reto,

On 3 January 2012 14:08, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
> HI Enrico
>
> This sounds like a known encoding problem, it doesn't occur when
> starting with -Dfile.encoding=utf-8
Now I tried with

java -Xmx512m -XX:MaxPermSize=256m -jar -Dfile.encoding=utf-8
platform.launcher.tdb-0.5-incubating.jar

but still have the same errors

Cheers,
Enrico

>
> Cheers,
> Reto
>
> On Tue, Jan 3, 2012 at 1:49 PM, Enrico Daga <en...@gmail.com> wrote:
>> Hi Reto,
>>
>> On 2 January 2012 15:39, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
>>> Hi Enrico,
>>>
>>> Thanks for testing the release cadidate.
>>>
>>> It sound like something went wrong at initialization. Could you try
>>> again after deleting the felix-cache folder and see if any warning or
>>> error is written to clerezza.log while starting? (Some debug level
>>> exception message are nothing to worry about).
>> I did it, the clerezza log looks good, no exception except some at
>> debug level. Now I got 404 on /clerezza and at localhost:8080 the
>> following exception:
>>
>> org.wymiwyg.wrhapi.HandlerException:
>> com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
>> Invalid byte 1 of 1-byte UTF-8 sequence.
>>
>> Then I tried once again (cleaning log and felix-cache again), and I
>> got now tons exceptions, the initial ones are:
>>
>> 2012-01-03 13:40:19,653 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,658 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,693 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
>> Cannot create component instance due to failure to bind reference
>> userManager
>> 2012-01-03 13:40:19,704 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,716 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,717 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
>> Component instance could not be created, activation failed
>> 2012-01-03 13:40:19,736 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,737 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,745 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,770 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,777 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,779 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:20,589 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider]
>> The activate method has thrown an exception
>>
>> I can send the log file if you wish.
>>
>> Cheers,
>> Enrico
>>
>>>
>>> Cheers,
>>> Reto
>>>
>>> On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
>>>> Hi Reto,
>>>> I have downloaded the tdb-launcher executable.
>>>> Then, following [1], I cannot navigate to the clerezza dashboard, I
>>>> have this message instead:
>>>>
>>>>  User anonymous does not exist in the system graph
>>>>
>>>> Is there anything I have to do before accessing the web tool?
>>>>
>>>> If it's possible, a readme file aside the downloadable files would
>>>> also be helpful.
>>>>
>>>> Thank you!
>>>>
>>>> Enrico
>>>>
>>>> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>>>>
>>>> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>>>>> Hi all,
>>>>>
>>>>> this is the third vote to release Clerezza parent and all the modules in
>>>>> the release profile.
>>>>>
>>>>> The source zip and the signatures for this third RC are available here:
>>>>>
>>>>> http://people.apache.org/~reto/clerezza-release-201112/
>>>>>
>>>>> As binary distribution the tdb-launcher self executable jar is also
>>>>> avalable, with the resolution of CLEREZZA-641 future release will
>>>>> contain this binary zip instead.
>>>>>
>>>>> In svn the release version is tagged parent-0.2-incubating
>>>>>
>>>>> [ ] +1 Yes, please release
>>>>> [ ] +0 No time to review
>>>>> [ ] -1 Something wrong
>>>>>
>>>>> Regards,
>>>>> Reto
>>>>
>>>>
>>>>
>>>> --
>>>> Enrico Daga
>>>>
>>>> --
>>>> http://www.enridaga.net
>>>> skype: enri-pan
>>
>>
>>
>> --
>> Enrico Daga
>>
>> --
>> http://www.enridaga.net
>> skype: enri-pan



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Reto Bachmann-Gmür <me...@farewellutopia.com>.
HI Enrico

This sounds like a known encoding problem, it doesn't occur when
starting with -Dfile.encoding=utf-8

Cheers,
Reto

On Tue, Jan 3, 2012 at 1:49 PM, Enrico Daga <en...@gmail.com> wrote:
> Hi Reto,
>
> On 2 January 2012 15:39, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
>> Hi Enrico,
>>
>> Thanks for testing the release cadidate.
>>
>> It sound like something went wrong at initialization. Could you try
>> again after deleting the felix-cache folder and see if any warning or
>> error is written to clerezza.log while starting? (Some debug level
>> exception message are nothing to worry about).
> I did it, the clerezza log looks good, no exception except some at
> debug level. Now I got 404 on /clerezza and at localhost:8080 the
> following exception:
>
> org.wymiwyg.wrhapi.HandlerException:
> com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
> Invalid byte 1 of 1-byte UTF-8 sequence.
>
> Then I tried once again (cleaning log and felix-cache again), and I
> got now tons exceptions, the initial ones are:
>
> 2012-01-03 13:40:19,653 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,658 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,693 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
> Cannot create component instance due to failure to bind reference
> userManager
> 2012-01-03 13:40:19,704 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,716 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,717 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
> Component instance could not be created, activation failed
> 2012-01-03 13:40:19,736 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,737 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,745 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,770 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,777 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,779 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:20,589 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider]
> The activate method has thrown an exception
>
> I can send the log file if you wish.
>
> Cheers,
> Enrico
>
>>
>> Cheers,
>> Reto
>>
>> On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
>>> Hi Reto,
>>> I have downloaded the tdb-launcher executable.
>>> Then, following [1], I cannot navigate to the clerezza dashboard, I
>>> have this message instead:
>>>
>>>  User anonymous does not exist in the system graph
>>>
>>> Is there anything I have to do before accessing the web tool?
>>>
>>> If it's possible, a readme file aside the downloadable files would
>>> also be helpful.
>>>
>>> Thank you!
>>>
>>> Enrico
>>>
>>> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>>>
>>> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>>>> Hi all,
>>>>
>>>> this is the third vote to release Clerezza parent and all the modules in
>>>> the release profile.
>>>>
>>>> The source zip and the signatures for this third RC are available here:
>>>>
>>>> http://people.apache.org/~reto/clerezza-release-201112/
>>>>
>>>> As binary distribution the tdb-launcher self executable jar is also
>>>> avalable, with the resolution of CLEREZZA-641 future release will
>>>> contain this binary zip instead.
>>>>
>>>> In svn the release version is tagged parent-0.2-incubating
>>>>
>>>> [ ] +1 Yes, please release
>>>> [ ] +0 No time to review
>>>> [ ] -1 Something wrong
>>>>
>>>> Regards,
>>>> Reto
>>>
>>>
>>>
>>> --
>>> Enrico Daga
>>>
>>> --
>>> http://www.enridaga.net
>>> skype: enri-pan
>
>
>
> --
> Enrico Daga
>
> --
> http://www.enridaga.net
> skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Enrico Daga <en...@gmail.com>.
HI Reto,
sorry, I missed to answer your question in the previous mail.
On 3 January 2012 16:07, Reto Bachmann-Gmür <re...@apache.org> wrote:
> On Tue, Jan 3, 2012 at 1:49 PM, Enrico Daga <en...@gmail.com> wrote:
>> Hi Reto,
>>
>> On 2 January 2012 15:39, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
>>> Hi Enrico,
>>>
>>> Thanks for testing the release cadidate.
>>>
>>> It sound like something went wrong at initialization. Could you try
>>> again after deleting the felix-cache folder and see if any warning or
>>> error is written to clerezza.log while starting? (Some debug level
>>> exception message are nothing to worry about).
>> I did it, the clerezza log looks good, no exception except some at
>> debug level. Now I got 404 on /clerezza and at localhost:8080 the
>> following exception:
>>
>> org.wymiwyg.wrhapi.HandlerException:
>> com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
>> Invalid byte 1 of 1-byte UTF-8 sequence.
> It looks similar to CLEREZZA-387.
>
>>
>> Then I tried once again (cleaning log and felix-cache again), and I
>> got now tons exceptions, the initial ones are:
> So the encoding problem disappeared but only after deleting felix-cache?
Yes, that problem disappeared after deleting the cache, but then the
previous one re-appeared.
Anyway I will report it on jira.

Thank you
Enrico
>
> The problem below seem to be caused by a service that couldn't be
> initialized. It would be good if you could open an issue and attach
> the log to it.
>
> Cheers,
> Reto
>
>>
>> 2012-01-03 13:40:19,653 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,658 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,693 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
>> Cannot create component instance due to failure to bind reference
>> userManager
>> 2012-01-03 13:40:19,704 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,716 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,717 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
>> Component instance could not be created, activation failed
>> 2012-01-03 13:40:19,736 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,737 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,745 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,770 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,777 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,779 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:20,589 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider]
>> The activate method has thrown an exception
>>
>> I can send the log file if you wish.
>>
>> Cheers,
>> Enrico
>>
>>>
>>> Cheers,
>>> Reto
>>>
>>> On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
>>>> Hi Reto,
>>>> I have downloaded the tdb-launcher executable.
>>>> Then, following [1], I cannot navigate to the clerezza dashboard, I
>>>> have this message instead:
>>>>
>>>>  User anonymous does not exist in the system graph
>>>>
>>>> Is there anything I have to do before accessing the web tool?
>>>>
>>>> If it's possible, a readme file aside the downloadable files would
>>>> also be helpful.
>>>>
>>>> Thank you!
>>>>
>>>> Enrico
>>>>
>>>> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>>>>
>>>> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>>>>> Hi all,
>>>>>
>>>>> this is the third vote to release Clerezza parent and all the modules in
>>>>> the release profile.
>>>>>
>>>>> The source zip and the signatures for this third RC are available here:
>>>>>
>>>>> http://people.apache.org/~reto/clerezza-release-201112/
>>>>>
>>>>> As binary distribution the tdb-launcher self executable jar is also
>>>>> avalable, with the resolution of CLEREZZA-641 future release will
>>>>> contain this binary zip instead.
>>>>>
>>>>> In svn the release version is tagged parent-0.2-incubating
>>>>>
>>>>> [ ] +1 Yes, please release
>>>>> [ ] +0 No time to review
>>>>> [ ] -1 Something wrong
>>>>>
>>>>> Regards,
>>>>> Reto
>>>>
>>>>
>>>>
>>>> --
>>>> Enrico Daga
>>>>
>>>> --
>>>> http://www.enridaga.net
>>>> skype: enri-pan
>>
>>
>>
>> --
>> Enrico Daga
>>
>> --
>> http://www.enridaga.net
>> skype: enri-pan



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Enrico Daga <en...@gmail.com>.
Hi Reto,in the meantime I tried compiling from sources. Compilation
went fine, but starting the tdb executable (the compiled one) still
reports the same errors.I am on mac os-x snow leopard with sun jvm
1.6.0_29.
Will open an issue on jira.

Thank you

Enrico
On 3 January 2012 16:07, Reto Bachmann-Gmür <re...@apache.org> wrote:
> On Tue, Jan 3, 2012 at 1:49 PM, Enrico Daga <en...@gmail.com> wrote:
>> Hi Reto,
>>
>> On 2 January 2012 15:39, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
>>> Hi Enrico,
>>>
>>> Thanks for testing the release cadidate.
>>>
>>> It sound like something went wrong at initialization. Could you try
>>> again after deleting the felix-cache folder and see if any warning or
>>> error is written to clerezza.log while starting? (Some debug level
>>> exception message are nothing to worry about).
>> I did it, the clerezza log looks good, no exception except some at
>> debug level. Now I got 404 on /clerezza and at localhost:8080 the
>> following exception:
>>
>> org.wymiwyg.wrhapi.HandlerException:
>> com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
>> Invalid byte 1 of 1-byte UTF-8 sequence.
> It looks similar to CLEREZZA-387.
>
>>
>> Then I tried once again (cleaning log and felix-cache again), and I
>> got now tons exceptions, the initial ones are:
> So the encoding problem disappeared but only after deleting felix-cache?
>
> The problem below seem to be caused by a service that couldn't be
> initialized. It would be good if you could open an issue and attach
> the log to it.
>
> Cheers,
> Reto
>
>>
>> 2012-01-03 13:40:19,653 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,658 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,693 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
>> Cannot create component instance due to failure to bind reference
>> userManager
>> 2012-01-03 13:40:19,704 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,716 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,717 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
>> Component instance could not be created, activation failed
>> 2012-01-03 13:40:19,736 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,737 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,745 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,770 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:19,777 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Cannot create component instance due to failure to bind reference
>> cgProvider
>> 2012-01-03 13:40:19,779 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
>> Failed creating the component instance; see log for reason
>> 2012-01-03 13:40:20,589 [FelixStartLevel] ERROR [FelixStartLevel]
>> (?\:?) - [org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider]
>> The activate method has thrown an exception
>>
>> I can send the log file if you wish.
>>
>> Cheers,
>> Enrico
>>
>>>
>>> Cheers,
>>> Reto
>>>
>>> On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
>>>> Hi Reto,
>>>> I have downloaded the tdb-launcher executable.
>>>> Then, following [1], I cannot navigate to the clerezza dashboard, I
>>>> have this message instead:
>>>>
>>>>  User anonymous does not exist in the system graph
>>>>
>>>> Is there anything I have to do before accessing the web tool?
>>>>
>>>> If it's possible, a readme file aside the downloadable files would
>>>> also be helpful.
>>>>
>>>> Thank you!
>>>>
>>>> Enrico
>>>>
>>>> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>>>>
>>>> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>>>>> Hi all,
>>>>>
>>>>> this is the third vote to release Clerezza parent and all the modules in
>>>>> the release profile.
>>>>>
>>>>> The source zip and the signatures for this third RC are available here:
>>>>>
>>>>> http://people.apache.org/~reto/clerezza-release-201112/
>>>>>
>>>>> As binary distribution the tdb-launcher self executable jar is also
>>>>> avalable, with the resolution of CLEREZZA-641 future release will
>>>>> contain this binary zip instead.
>>>>>
>>>>> In svn the release version is tagged parent-0.2-incubating
>>>>>
>>>>> [ ] +1 Yes, please release
>>>>> [ ] +0 No time to review
>>>>> [ ] -1 Something wrong
>>>>>
>>>>> Regards,
>>>>> Reto
>>>>
>>>>
>>>>
>>>> --
>>>> Enrico Daga
>>>>
>>>> --
>>>> http://www.enridaga.net
>>>> skype: enri-pan
>>
>>
>>
>> --
>> Enrico Daga
>>
>> --
>> http://www.enridaga.net
>> skype: enri-pan



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Reto Bachmann-Gmür <re...@apache.org>.
On Tue, Jan 3, 2012 at 1:49 PM, Enrico Daga <en...@gmail.com> wrote:
> Hi Reto,
>
> On 2 January 2012 15:39, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
>> Hi Enrico,
>>
>> Thanks for testing the release cadidate.
>>
>> It sound like something went wrong at initialization. Could you try
>> again after deleting the felix-cache folder and see if any warning or
>> error is written to clerezza.log while starting? (Some debug level
>> exception message are nothing to worry about).
> I did it, the clerezza log looks good, no exception except some at
> debug level. Now I got 404 on /clerezza and at localhost:8080 the
> following exception:
>
> org.wymiwyg.wrhapi.HandlerException:
> com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
> Invalid byte 1 of 1-byte UTF-8 sequence.
It looks similar to CLEREZZA-387.

>
> Then I tried once again (cleaning log and felix-cache again), and I
> got now tons exceptions, the initial ones are:
So the encoding problem disappeared but only after deleting felix-cache?

The problem below seem to be caused by a service that couldn't be
initialized. It would be good if you could open an issue and attach
the log to it.

Cheers,
Reto

>
> 2012-01-03 13:40:19,653 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,658 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,693 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
> Cannot create component instance due to failure to bind reference
> userManager
> 2012-01-03 13:40:19,704 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,716 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,717 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
> Component instance could not be created, activation failed
> 2012-01-03 13:40:19,736 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,737 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,745 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,770 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:19,777 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Cannot create component instance due to failure to bind reference
> cgProvider
> 2012-01-03 13:40:19,779 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
> Failed creating the component instance; see log for reason
> 2012-01-03 13:40:20,589 [FelixStartLevel] ERROR [FelixStartLevel]
> (?\:?) - [org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider]
> The activate method has thrown an exception
>
> I can send the log file if you wish.
>
> Cheers,
> Enrico
>
>>
>> Cheers,
>> Reto
>>
>> On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
>>> Hi Reto,
>>> I have downloaded the tdb-launcher executable.
>>> Then, following [1], I cannot navigate to the clerezza dashboard, I
>>> have this message instead:
>>>
>>>  User anonymous does not exist in the system graph
>>>
>>> Is there anything I have to do before accessing the web tool?
>>>
>>> If it's possible, a readme file aside the downloadable files would
>>> also be helpful.
>>>
>>> Thank you!
>>>
>>> Enrico
>>>
>>> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>>>
>>> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>>>> Hi all,
>>>>
>>>> this is the third vote to release Clerezza parent and all the modules in
>>>> the release profile.
>>>>
>>>> The source zip and the signatures for this third RC are available here:
>>>>
>>>> http://people.apache.org/~reto/clerezza-release-201112/
>>>>
>>>> As binary distribution the tdb-launcher self executable jar is also
>>>> avalable, with the resolution of CLEREZZA-641 future release will
>>>> contain this binary zip instead.
>>>>
>>>> In svn the release version is tagged parent-0.2-incubating
>>>>
>>>> [ ] +1 Yes, please release
>>>> [ ] +0 No time to review
>>>> [ ] -1 Something wrong
>>>>
>>>> Regards,
>>>> Reto
>>>
>>>
>>>
>>> --
>>> Enrico Daga
>>>
>>> --
>>> http://www.enridaga.net
>>> skype: enri-pan
>
>
>
> --
> Enrico Daga
>
> --
> http://www.enridaga.net
> skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Enrico Daga <en...@gmail.com>.
Hi Reto,

On 2 January 2012 15:39, Reto Bachmann-Gmür <me...@farewellutopia.com> wrote:
> Hi Enrico,
>
> Thanks for testing the release cadidate.
>
> It sound like something went wrong at initialization. Could you try
> again after deleting the felix-cache folder and see if any warning or
> error is written to clerezza.log while starting? (Some debug level
> exception message are nothing to worry about).
I did it, the clerezza log looks good, no exception except some at
debug level. Now I got 404 on /clerezza and at localhost:8080 the
following exception:

org.wymiwyg.wrhapi.HandlerException:
com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
Invalid byte 1 of 1-byte UTF-8 sequence.

Then I tried once again (cleaning log and felix-cache again), and I
got now tons exceptions, the initial ones are:

2012-01-03 13:40:19,653 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
Cannot create component instance due to failure to bind reference
cgProvider
2012-01-03 13:40:19,658 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
Failed creating the component instance; see log for reason
2012-01-03 13:40:19,693 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
Cannot create component instance due to failure to bind reference
userManager
2012-01-03 13:40:19,704 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
Cannot create component instance due to failure to bind reference
cgProvider
2012-01-03 13:40:19,716 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.UserManagerImpl]
Failed creating the component instance; see log for reason
2012-01-03 13:40:19,717 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.UserLoginListener]
Component instance could not be created, activation failed
2012-01-03 13:40:19,736 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
Cannot create component instance due to failure to bind reference
cgProvider
2012-01-03 13:40:19,737 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
Failed creating the component instance; see log for reason
2012-01-03 13:40:19,745 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
Cannot create component instance due to failure to bind reference
cgProvider
2012-01-03 13:40:19,770 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
Failed creating the component instance; see log for reason
2012-01-03 13:40:19,777 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
Cannot create component instance due to failure to bind reference
cgProvider
2012-01-03 13:40:19,779 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.usermanager.webinterface.UserManagerWeb]
Failed creating the component instance; see log for reason
2012-01-03 13:40:20,589 [FelixStartLevel] ERROR [FelixStartLevel]
(?\:?) - [org.apache.clerezza.platform.graphprovider.content.ContentGraphProvider]
The activate method has thrown an exception

I can send the log file if you wish.

Cheers,
Enrico

>
> Cheers,
> Reto
>
> On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
>> Hi Reto,
>> I have downloaded the tdb-launcher executable.
>> Then, following [1], I cannot navigate to the clerezza dashboard, I
>> have this message instead:
>>
>>  User anonymous does not exist in the system graph
>>
>> Is there anything I have to do before accessing the web tool?
>>
>> If it's possible, a readme file aside the downloadable files would
>> also be helpful.
>>
>> Thank you!
>>
>> Enrico
>>
>> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>>
>> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>>> Hi all,
>>>
>>> this is the third vote to release Clerezza parent and all the modules in
>>> the release profile.
>>>
>>> The source zip and the signatures for this third RC are available here:
>>>
>>> http://people.apache.org/~reto/clerezza-release-201112/
>>>
>>> As binary distribution the tdb-launcher self executable jar is also
>>> avalable, with the resolution of CLEREZZA-641 future release will
>>> contain this binary zip instead.
>>>
>>> In svn the release version is tagged parent-0.2-incubating
>>>
>>> [ ] +1 Yes, please release
>>> [ ] +0 No time to review
>>> [ ] -1 Something wrong
>>>
>>> Regards,
>>> Reto
>>
>>
>>
>> --
>> Enrico Daga
>>
>> --
>> http://www.enridaga.net
>> skype: enri-pan



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: [VOTE] - Relase Apache Clerezza 0.2-incubating

Posted by Reto Bachmann-Gmür <me...@farewellutopia.com>.
Hi Enrico,

Thanks for testing the release cadidate.

It sound like something went wrong at initialization. Could you try
again after deleting the felix-cache folder and see if any warning or
error is written to clerezza.log while starting? (Some debug level
exception message are nothing to worry about).

Cheers,
Reto

On Mon, Jan 2, 2012 at 12:42 PM, Enrico Daga <en...@gmail.com> wrote:
> Hi Reto,
> I have downloaded the tdb-launcher executable.
> Then, following [1], I cannot navigate to the clerezza dashboard, I
> have this message instead:
>
>  User anonymous does not exist in the system graph
>
> Is there anything I have to do before accessing the web tool?
>
> If it's possible, a readme file aside the downloadable files would
> also be helpful.
>
> Thank you!
>
> Enrico
>
> [1] http://incubator.apache.org/clerezza/getting-started/launching-clerezza/
>
> On 31 December 2011 12:33, Reto Bachmann-Gmür <re...@apache.org> wrote:
>> Hi all,
>>
>> this is the third vote to release Clerezza parent and all the modules in
>> the release profile.
>>
>> The source zip and the signatures for this third RC are available here:
>>
>> http://people.apache.org/~reto/clerezza-release-201112/
>>
>> As binary distribution the tdb-launcher self executable jar is also
>> avalable, with the resolution of CLEREZZA-641 future release will
>> contain this binary zip instead.
>>
>> In svn the release version is tagged parent-0.2-incubating
>>
>> [ ] +1 Yes, please release
>> [ ] +0 No time to review
>> [ ] -1 Something wrong
>>
>> Regards,
>> Reto
>
>
>
> --
> Enrico Daga
>
> --
> http://www.enridaga.net
> skype: enri-pan