You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jyri Sillanpaa <j....@nubpri.es> on 2018/09/27 09:26:27 UTC

iCalendar integration not working

Hello,

I am trying to access the OFBiz iCalendar with Thunderbird Lightning so 
I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar URL 
and pasted it to Lightning's new calendar creation window.

I see no the calendar entries in the new calendar in Lightning and when 
I try to create new entry I get an error message with Error code 
MODIFICATION_FAILED(user name and password are not asked at all) and the 
calendar is put on read only mode.

This is what I get on the gradlew ofbiz console:

2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter 
     |I| [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener 
     |I| Creating session:  hidden sessionId by default.
2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory 
     |I| [GetHandler] starting request
2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker 
     |I| [handleGetRequest] workEffortId = control
2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter 
     |I| WorkEffort calendar is not published: control
2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory 
     |I| [GetHandler] finished request
2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener 
     |W| Could not find visit value object in session [ hidden sessionId 
by default.] that is being destroyed
2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener 
     |I| Destroying session:  hidden sessionId by default.


I tried with the latest trunk and have the same problem (the online 
demos for the trunk and 16.11 also have the same problem).

The online demo of 13.07 works as expected as well as the 13.07.03 I 
downloaded.

Is this an configuration issue or has the iCalendar integration been broken?


Best regards

Jyri

Re: iCalendar integration not working

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Jyri,

Thanks for the report, I'll have a look

Jacques


Le 17/10/2018 à 15:38, Jyri Sillanpaa a écrit :
> Hello Jacques,
>
> Actually that fixed the demo calendar but other iCalendars created are not accessible. They have exactly the same problem as the demo calendar had.
>
> To reproduce, create an new iCalendar in WorkEffort (can be public or private), copy the resulting URL to you Lightning as you did with the demo 
> calendar and continue.
>
>
> Best
>
> Jyri
>
>
> On 05/10/2018 16:44, jleroux@apache.org wrote:
>> Hi Jyri,
>>
>> Thanks for your detailed report, it's fixed with https://issues.apache.org/jira/browse/OFBIZ-10595
>>
>> So you need to apply a patch if you want to use the last R16 release
>>
>> HTH
>>
>> Jacques
>>
>>
>> Le 03/10/2018 à 15:26, Jyri Sillanpaa a écrit :
>>>
>>> Hi Jacques,
>>>
>>> Right click on Thunderbird Calendar tab's left hand side:
>>> New Calendar -> On the Network, Next -> Location: https://demo-stable.ofbiz.apache.org/iCalendar/CALENDAR_PUB_DEMO/
>>> , Next -> Name: OFBiz 16.11 Demo, Next -> Finish.
>>> Right click the new calendar -> Synchronize Calendars.
>>>
>>> There should be entry for STAFF_MTG Staff Meeting for Monday 01/10/18 but it is not shown.
>>>
>>> Try to create new calendar event and you will receive the error An error occurred when writing to the calendar (it will not even ask username and 
>>> password).
>>>
>>>
>>> Best
>>>
>>> Jyri
>>>
>>> On 03/10/2018 14:49, Jacques Le Roux wrote:
>>>> Hi Jyri,
>>>>
>>>> In order to easily reproduce, please give us more details (exact steps) on how you
>>>>
>>>>     "copied the DEMO iCalendar URL and pasted it to Lightning's new calendar creation window."
>>>>
>>>> Note: I use Thunderbird and have the Lightning addon installed
>>>>
>>>> Thanks
>>>>
>>>> Jacques
>>>>
>>>>
>>>> Le 03/10/2018 à 12:08, Jyri Sillanpaa a écrit :
>>>>> Hello Jacques,
>>>>>
>>>>> Sorry to hear about that.
>>>>>
>>>>>
>>>>> Your help is greatly appreciated!
>>>>>
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jyri
>>>>>
>>>>> On 03/10/2018 11:53, Jacques Le Roux wrote:
>>>>>> Hi Jyri,
>>>>>>
>>>>>> Unfortunately the specialist on this question (Adrian Crum) passed away in end of , hence no answer since you asked
>>>>>>
>>>>>> Nevertheless, I'll have a look ASAP...
>>>>>>
>>>>>> Cheers
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>>
>>>>>> Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
>>>>>>> Hello,
>>>>>>>
>>>>>>> I am trying to access the OFBiz iCalendar with Thunderbird Lightning so I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar URL 
>>>>>>> and pasted it to Lightning's new calendar creation window.
>>>>>>>
>>>>>>> I see no the calendar entries in the new calendar in Lightning and when I try to create new entry I get an error message with Error code 
>>>>>>> MODIFICATION_FAILED(user name and password are not asked at all) and the calendar is put on read only mode.
>>>>>>>
>>>>>>> This is what I get on the gradlew ofbiz console:
>>>>>>>
>>>>>>> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
>>>>>>> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener     |I| Creating session: hidden sessionId by default.
>>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] starting request
>>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker |I| [handleGetRequest] workEffortId = control
>>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| WorkEffort calendar is not published: control
>>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] finished request
>>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |W| Could not find visit value object in session [ hidden sessionId by 
>>>>>>> default.] that is being destroyed
>>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |I| Destroying session: hidden sessionId by default.
>>>>>>>
>>>>>>>
>>>>>>> I tried with the latest trunk and have the same problem (the online demos for the trunk and 16.11 also have the same problem).
>>>>>>>
>>>>>>> The online demo of 13.07 works as expected as well as the 13.07.03 I downloaded.
>>>>>>>
>>>>>>> Is this an configuration issue or has the iCalendar integration been broken?
>>>>>>>
>>>>>>>
>>>>>>> Best regards
>>>>>>>
>>>>>>> Jyri
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>


Re: iCalendar integration not working

Posted by Jyri Sillanpaa <j....@nubpri.es>.
Hello Jacques,

Actually that fixed the demo calendar but other iCalendars created are 
not accessible. They have exactly the same problem as the demo calendar had.

To reproduce, create an new iCalendar in WorkEffort (can be public or 
private), copy the resulting URL to you Lightning as you did with the 
demo calendar and continue.


Best

Jyri


On 05/10/2018 16:44, jleroux@apache.org wrote:
> Hi Jyri,
> 
> Thanks for your detailed report, it's fixed with 
> https://issues.apache.org/jira/browse/OFBIZ-10595
> 
> So you need to apply a patch if you want to use the last R16 release
> 
> HTH
> 
> Jacques
> 
> 
> Le 03/10/2018 à 15:26, Jyri Sillanpaa a écrit :
>>
>> Hi Jacques,
>>
>> Right click on Thunderbird Calendar tab's left hand side:
>> New Calendar -> On the Network, Next -> Location: 
>> https://demo-stable.ofbiz.apache.org/iCalendar/CALENDAR_PUB_DEMO/
>> , Next -> Name: OFBiz 16.11 Demo, Next -> Finish.
>> Right click the new calendar -> Synchronize Calendars.
>>
>> There should be entry for STAFF_MTG Staff Meeting for Monday 01/10/18 
>> but it is not shown.
>>
>> Try to create new calendar event and you will receive the error An 
>> error occurred when writing to the calendar (it will not even ask 
>> username and password).
>>
>>
>> Best
>>
>> Jyri
>>
>> On 03/10/2018 14:49, Jacques Le Roux wrote:
>>> Hi Jyri,
>>>
>>> In order to easily reproduce, please give us more details (exact 
>>> steps) on how you
>>>
>>>     "copied the DEMO iCalendar URL and pasted it to Lightning's new 
>>> calendar creation window."
>>>
>>> Note: I use Thunderbird and have the Lightning addon installed
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>>
>>> Le 03/10/2018 à 12:08, Jyri Sillanpaa a écrit :
>>>> Hello Jacques,
>>>>
>>>> Sorry to hear about that.
>>>>
>>>>
>>>> Your help is greatly appreciated!
>>>>
>>>>
>>>> Thanks
>>>>
>>>> Jyri
>>>>
>>>> On 03/10/2018 11:53, Jacques Le Roux wrote:
>>>>> Hi Jyri,
>>>>>
>>>>> Unfortunately the specialist on this question (Adrian Crum) passed 
>>>>> away in end of , hence no answer since you asked
>>>>>
>>>>> Nevertheless, I'll have a look ASAP...
>>>>>
>>>>> Cheers
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>>> Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
>>>>>> Hello,
>>>>>>
>>>>>> I am trying to access the OFBiz iCalendar with Thunderbird 
>>>>>> Lightning so I set up 16.11.04 and loaded demo data, copied the 
>>>>>> DEMO iCalendar URL and pasted it to Lightning's new calendar 
>>>>>> creation window.
>>>>>>
>>>>>> I see no the calendar entries in the new calendar in Lightning and 
>>>>>> when I try to create new entry I get an error message with Error 
>>>>>> code MODIFICATION_FAILED(user name and password are not asked at 
>>>>>> all) and the calendar is put on read only mode.
>>>>>>
>>>>>> This is what I get on the gradlew ofbiz console:
>>>>>>
>>>>>> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| 
>>>>>> [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
>>>>>> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 
>>>>>> |ControlEventListener     |I| Creating session:  hidden sessionId 
>>>>>> by default.
>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 
>>>>>> |ICalHandlerFactory     |I| [GetHandler] starting request
>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker |I| 
>>>>>> [handleGetRequest] workEffortId = control
>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| 
>>>>>> WorkEffort calendar is not published: control
>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 
>>>>>> |ICalHandlerFactory     |I| [GetHandler] finished request
>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 
>>>>>> |ControlEventListener     |W| Could not find visit value object in 
>>>>>> session [ hidden sessionId by default.] that is being destroyed
>>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 
>>>>>> |ControlEventListener     |I| Destroying session:  hidden 
>>>>>> sessionId by default.
>>>>>>
>>>>>>
>>>>>> I tried with the latest trunk and have the same problem (the 
>>>>>> online demos for the trunk and 16.11 also have the same problem).
>>>>>>
>>>>>> The online demo of 13.07 works as expected as well as the 13.07.03 
>>>>>> I downloaded.
>>>>>>
>>>>>> Is this an configuration issue or has the iCalendar integration 
>>>>>> been broken?
>>>>>>
>>>>>>
>>>>>> Best regards
>>>>>>
>>>>>> Jyri
>>>>>>
>>>>>
>>>>
>>>
>>>
>>

-- 
Jyri Sillanpää

Aginion Spain
Av. d'Icaria 155, 1-2
08005 Barcelona
Spain

Re: iCalendar integration not working

Posted by "jleroux@apache.org" <jl...@apache.org>.
Hi Jyri,

Thanks for your detailed report, it's fixed with https://issues.apache.org/jira/browse/OFBIZ-10595

So you need to apply a patch if you want to use the last R16 release

HTH

Jacques


Le 03/10/2018 à 15:26, Jyri Sillanpaa a écrit :
>
> Hi Jacques,
>
> Right click on Thunderbird Calendar tab's left hand side:
> New Calendar -> On the Network, Next -> Location: https://demo-stable.ofbiz.apache.org/iCalendar/CALENDAR_PUB_DEMO/
> , Next -> Name: OFBiz 16.11 Demo, Next -> Finish.
> Right click the new calendar -> Synchronize Calendars.
>
> There should be entry for STAFF_MTG Staff Meeting for Monday 01/10/18 but it is not shown.
>
> Try to create new calendar event and you will receive the error An error occurred when writing to the calendar (it will not even ask username and 
> password).
>
>
> Best
>
> Jyri
>
> On 03/10/2018 14:49, Jacques Le Roux wrote:
>> Hi Jyri,
>>
>> In order to easily reproduce, please give us more details (exact steps) on how you
>>
>>     "copied the DEMO iCalendar URL and pasted it to Lightning's new calendar creation window."
>>
>> Note: I use Thunderbird and have the Lightning addon installed
>>
>> Thanks
>>
>> Jacques
>>
>>
>> Le 03/10/2018 à 12:08, Jyri Sillanpaa a écrit :
>>> Hello Jacques,
>>>
>>> Sorry to hear about that.
>>>
>>>
>>> Your help is greatly appreciated!
>>>
>>>
>>> Thanks
>>>
>>> Jyri
>>>
>>> On 03/10/2018 11:53, Jacques Le Roux wrote:
>>>> Hi Jyri,
>>>>
>>>> Unfortunately the specialist on this question (Adrian Crum) passed away in end of , hence no answer since you asked
>>>>
>>>> Nevertheless, I'll have a look ASAP...
>>>>
>>>> Cheers
>>>>
>>>> Jacques
>>>>
>>>>
>>>> Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
>>>>> Hello,
>>>>>
>>>>> I am trying to access the OFBiz iCalendar with Thunderbird Lightning so I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar URL 
>>>>> and pasted it to Lightning's new calendar creation window.
>>>>>
>>>>> I see no the calendar entries in the new calendar in Lightning and when I try to create new entry I get an error message with Error code 
>>>>> MODIFICATION_FAILED(user name and password are not asked at all) and the calendar is put on read only mode.
>>>>>
>>>>> This is what I get on the gradlew ofbiz console:
>>>>>
>>>>> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
>>>>> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener     |I| Creating session:  hidden sessionId by default.
>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] starting request
>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker |I| [handleGetRequest] workEffortId = control
>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| WorkEffort calendar is not published: control
>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] finished request
>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |W| Could not find visit value object in session [ hidden sessionId by 
>>>>> default.] that is being destroyed
>>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |I| Destroying session:  hidden sessionId by default.
>>>>>
>>>>>
>>>>> I tried with the latest trunk and have the same problem (the online demos for the trunk and 16.11 also have the same problem).
>>>>>
>>>>> The online demo of 13.07 works as expected as well as the 13.07.03 I downloaded.
>>>>>
>>>>> Is this an configuration issue or has the iCalendar integration been broken?
>>>>>
>>>>>
>>>>> Best regards
>>>>>
>>>>> Jyri
>>>>>
>>>>
>>>
>>
>>
>

Re: iCalendar integration not working

Posted by Jyri Sillanpaa <j....@nubpri.es>.
Hi Jacques,

Right click on Thunderbird Calendar tab's left hand side:
New Calendar -> On the Network, Next -> Location: 
https://demo-stable.ofbiz.apache.org/iCalendar/CALENDAR_PUB_DEMO/
, Next -> Name: OFBiz 16.11 Demo, Next -> Finish.
Right click the new calendar -> Synchronize Calendars.

There should be entry for STAFF_MTG Staff Meeting for Monday 01/10/18 
but it is not shown.

Try to create new calendar event and you will receive the error An error 
occurred when writing to the calendar (it will not even ask username and 
password).


Best

Jyri

On 03/10/2018 14:49, Jacques Le Roux wrote:
> Hi Jyri,
> 
> In order to easily reproduce, please give us more details (exact steps) 
> on how you
> 
>     "copied the DEMO iCalendar URL and pasted it to Lightning's new 
> calendar creation window."
> 
> Note: I use Thunderbird and have the Lightning addon installed
> 
> Thanks
> 
> Jacques
> 
> 
> Le 03/10/2018 à 12:08, Jyri Sillanpaa a écrit :
>> Hello Jacques,
>>
>> Sorry to hear about that.
>>
>>
>> Your help is greatly appreciated!
>>
>>
>> Thanks
>>
>> Jyri
>>
>> On 03/10/2018 11:53, Jacques Le Roux wrote:
>>> Hi Jyri,
>>>
>>> Unfortunately the specialist on this question (Adrian Crum) passed 
>>> away in end of , hence no answer since you asked
>>>
>>> Nevertheless, I'll have a look ASAP...
>>>
>>> Cheers
>>>
>>> Jacques
>>>
>>>
>>> Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
>>>> Hello,
>>>>
>>>> I am trying to access the OFBiz iCalendar with Thunderbird Lightning 
>>>> so I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar 
>>>> URL and pasted it to Lightning's new calendar creation window.
>>>>
>>>> I see no the calendar entries in the new calendar in Lightning and 
>>>> when I try to create new entry I get an error message with Error 
>>>> code MODIFICATION_FAILED(user name and password are not asked at 
>>>> all) and the calendar is put on read only mode.
>>>>
>>>> This is what I get on the gradlew ofbiz console:
>>>>
>>>> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| 
>>>> [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
>>>> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener 
>>>>     |I| Creating session:  hidden sessionId by default.
>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 
>>>> |ICalHandlerFactory     |I| [GetHandler] starting request
>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker |I| 
>>>> [handleGetRequest] workEffortId = control
>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| 
>>>> WorkEffort calendar is not published: control
>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 
>>>> |ICalHandlerFactory     |I| [GetHandler] finished request
>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener 
>>>>     |W| Could not find visit value object in session [ hidden 
>>>> sessionId by default.] that is being destroyed
>>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener 
>>>>     |I| Destroying session:  hidden sessionId by default.
>>>>
>>>>
>>>> I tried with the latest trunk and have the same problem (the online 
>>>> demos for the trunk and 16.11 also have the same problem).
>>>>
>>>> The online demo of 13.07 works as expected as well as the 13.07.03 I 
>>>> downloaded.
>>>>
>>>> Is this an configuration issue or has the iCalendar integration been 
>>>> broken?
>>>>
>>>>
>>>> Best regards
>>>>
>>>> Jyri
>>>>
>>>
>>
> 
> 

-- 
Jyri Sillanpää

Aginion Spain
Av. d'Icaria 155, 1-2
08005 Barcelona
Spain

Re: iCalendar integration not working

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Jyri,

In order to easily reproduce, please give us more details (exact steps) on how you

    "copied the DEMO iCalendar URL and pasted it to Lightning's new calendar creation window."

Note: I use Thunderbird and have the Lightning addon installed

Thanks

Jacques


Le 03/10/2018 à 12:08, Jyri Sillanpaa a écrit :
> Hello Jacques,
>
> Sorry to hear about that.
>
>
> Your help is greatly appreciated!
>
>
> Thanks
>
> Jyri
>
> On 03/10/2018 11:53, Jacques Le Roux wrote:
>> Hi Jyri,
>>
>> Unfortunately the specialist on this question (Adrian Crum) passed away in end of , hence no answer since you asked
>>
>> Nevertheless, I'll have a look ASAP...
>>
>> Cheers
>>
>> Jacques
>>
>>
>> Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
>>> Hello,
>>>
>>> I am trying to access the OFBiz iCalendar with Thunderbird Lightning so I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar URL and 
>>> pasted it to Lightning's new calendar creation window.
>>>
>>> I see no the calendar entries in the new calendar in Lightning and when I try to create new entry I get an error message with Error code 
>>> MODIFICATION_FAILED(user name and password are not asked at all) and the calendar is put on read only mode.
>>>
>>> This is what I get on the gradlew ofbiz console:
>>>
>>> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
>>> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener     |I| Creating session:  hidden sessionId by default.
>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] starting request
>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker |I| [handleGetRequest] workEffortId = control
>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| WorkEffort calendar is not published: control
>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] finished request
>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |W| Could not find visit value object in session [ hidden sessionId by 
>>> default.] that is being destroyed
>>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |I| Destroying session:  hidden sessionId by default.
>>>
>>>
>>> I tried with the latest trunk and have the same problem (the online demos for the trunk and 16.11 also have the same problem).
>>>
>>> The online demo of 13.07 works as expected as well as the 13.07.03 I downloaded.
>>>
>>> Is this an configuration issue or has the iCalendar integration been broken?
>>>
>>>
>>> Best regards
>>>
>>> Jyri
>>>
>>
>


Re: iCalendar integration not working

Posted by Jyri Sillanpaa <j....@nubpri.es>.
Hello Jacques,

Sorry to hear about that.


Your help is greatly appreciated!


Thanks

Jyri

On 03/10/2018 11:53, Jacques Le Roux wrote:
> Hi Jyri,
> 
> Unfortunately the specialist on this question (Adrian Crum) passed away 
> in end of , hence no answer since you asked
> 
> Nevertheless, I'll have a look ASAP...
> 
> Cheers
> 
> Jacques
> 
> 
> Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
>> Hello,
>>
>> I am trying to access the OFBiz iCalendar with Thunderbird Lightning 
>> so I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar 
>> URL and pasted it to Lightning's new calendar creation window.
>>
>> I see no the calendar entries in the new calendar in Lightning and 
>> when I try to create new entry I get an error message with Error code 
>> MODIFICATION_FAILED(user name and password are not asked at all) and 
>> the calendar is put on read only mode.
>>
>> This is what I get on the gradlew ofbiz console:
>>
>> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| 
>> [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
>> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener 
>>     |I| Creating session:  hidden sessionId by default.
>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     
>> |I| [GetHandler] starting request
>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker     |I| 
>> [handleGetRequest] workEffortId = control
>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| 
>> WorkEffort calendar is not published: control
>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     
>> |I| [GetHandler] finished request
>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener 
>>     |W| Could not find visit value object in session [ hidden 
>> sessionId by default.] that is being destroyed
>> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener 
>>     |I| Destroying session:  hidden sessionId by default.
>>
>>
>> I tried with the latest trunk and have the same problem (the online 
>> demos for the trunk and 16.11 also have the same problem).
>>
>> The online demo of 13.07 works as expected as well as the 13.07.03 I 
>> downloaded.
>>
>> Is this an configuration issue or has the iCalendar integration been 
>> broken?
>>
>>
>> Best regards
>>
>> Jyri
>>
> 

-- 
Jyri Sillanpää

Aginion Spain
Av. d'Icaria 155, 1-2
08005 Barcelona
Spain

Re: iCalendar integration not working

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Jyri,

Unfortunately the specialist on this question (Adrian Crum) passed away in end of , hence no answer since you asked

Nevertheless, I'll have a look ASAP...

Cheers

Jacques


Le 27/09/2018 à 11:26, Jyri Sillanpaa a écrit :
> Hello,
>
> I am trying to access the OFBiz iCalendar with Thunderbird Lightning so I set up 16.11.04 and loaded demo data, copied the DEMO iCalendar URL and 
> pasted it to Lightning's new calendar creation window.
>
> I see no the calendar entries in the new calendar in Lightning and when I try to create new entry I get an error message with Error code 
> MODIFICATION_FAILED(user name and password are not asked at all) and the calendar is put on read only mode.
>
> This is what I get on the gradlew ofbiz console:
>
> 2018-09-27 11:00:20,660 |jsse-nio-8443-exec-3 |ControlFilter |I| [Filtered request]: /iCalendar/CALENDAR_PUB_DEMO/ --> /control/main
> 2018-09-27 11:00:20,715 |sse-nio-8443-exec-10 |ControlEventListener     |I| Creating session:  hidden sessionId by default.
> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] starting request
> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalWorker     |I| [handleGetRequest] workEffortId = control
> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalConverter |I| WorkEffort calendar is not published: control
> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ICalHandlerFactory     |I| [GetHandler] finished request
> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |W| Could not find visit value object in session [ hidden sessionId by 
> default.] that is being destroyed
> 2018-09-27 11:00:20,716 |sse-nio-8443-exec-10 |ControlEventListener     |I| Destroying session:  hidden sessionId by default.
>
>
> I tried with the latest trunk and have the same problem (the online demos for the trunk and 16.11 also have the same problem).
>
> The online demo of 13.07 works as expected as well as the 13.07.03 I downloaded.
>
> Is this an configuration issue or has the iCalendar integration been broken?
>
>
> Best regards
>
> Jyri
>