Deki Lyons Syntax Extension issue

# 1 Old 03-25-2009, 03:29 PM
langleyfan langleyfan is offline langleyfan's reputation langleyfan is on a distinguished road » Ricky Wookie
Join Date: May 2007 Location: Nashville Posts: 56
Red face Deki Lyons Syntax Extension issue
Deki Lyons, Vmware, Opensource. Great product and really like the new features. I just updated via updateWiki.sh. Everything looks good except the syntax extension is not functioning anymore. The error is: Server response:
Array
(
[exception] => Array
(
[message] => unable to initialize service (blueprint not found)
[source] => mindtouch.dream
[stacktrace] => Array
(
[frame] => Array
(
[0] => MindTouch.Dream.DreamService+<CreateServiceAsync_H elper>d__19.MoveNext () [0x00000]
[1] => MindTouch.Dream.Coroutine.Iterate_Helper (IEnumerator`1 coroutine, MindTouch.Dream.TaskBehavior behavior) [0x00000]
[2] => Array
(
[@line] => :invoke_void_IEnumerator`1_TaskBehavior (System.Collections.Generic.IEnumerator`1,MindTouc h.Dream.TaskBehavior)
[#text] => (wrapper delegate-invoke) System.MulticastDelegate
)

[3] => System.VoidClosure`2[System.Collections.Generic.IEnumerator`1[MindTouch.Dream.IYield],MindTouch.Dream.TaskBehavior].Closure () [0x00000]
[4] => Array
(
[@line] => :invoke_void ()
[#text] => (wrapper delegate-invoke) System.MulticastDelegate
)

[5] => MindTouch.Dream.Task.Execute (System.VoidHandler handler, MindTouch.Dream.TaskBehavior behavior) [0x00000]
)

)

[type] => System.Exception
)

)

)

Any ideas?
Wiki Rookie
# 2 Old 03-25-2009, 03:34 PM
PeteE PeteE is online now PeteE's reputation PeteE has disabled reputation » MindTouch Team
Join Date: Jul 2006 Posts: 714
Send a message via Skype™ to PeteE
langleyfan - We moved the Syntax service from the C# code into a DekiScript XML extension.

To fix it, delete the old service, and add a new Script from the control panel.

Use this url for the manifest:

Code:
http://scripts.mindtouch.com/syntax.xml
thanks,
pete
PeteE - MindTouch lackey
Join #mindtouch on freenode for questions about MindTouch
# 3 Old 03-25-2009, 03:40 PM
langleyfan langleyfan is offline langleyfan's reputation langleyfan is on a distinguished road » Ricky Wookie
Join Date: May 2007 Location: Nashville Posts: 56
OK cool, I checked to make sure I had the right sid but I must have looked in the wrong place.

That was fast!

Thanks!
Wiki Rookie
# 4 Old 03-25-2009, 03:45 PM
PeteE PeteE is online now PeteE's reputation PeteE has disabled reputation » MindTouch Team
Join Date: Jul 2006 Posts: 714
Send a message via Skype™ to PeteE
BTW, I wrote up a really quick FAQ entry here since I'm sure others will run into the same problem since we haven't done a good job of communicating that change.

http://wiki.developer.mindtouch.com/..._in_Lyons %3f

Thanks,
pete
PeteE - MindTouch lackey
Join #mindtouch on freenode for questions about MindTouch
# 5 Old 06-23-2009, 06:55 AM
lch lch is online now lch's reputation lch is on a distinguished road » Junior Community Member
Join Date: Nov 2008 Posts: 64
hey, i just tried that fix but i still get the message "unable to initialize service (invalid extension manifest)" in lyons 9.02.1. here is the complete error message:

Code:
Array
(
    [title] => 500 Error
    [message] => 
    [response] => Request URI:
http://localhost:8081/deki/site/services/51/start?dream.out.format=php&dream.in.host=sewiki.strabag.com&dream.in.scheme=http&dream.in.origin=192.168.32.100

Server response:
Array
(
    [exception] => Array
        (
            [message] => unable to initialize service (invalid extension manifest)
            [source] => mindtouch.dream
            [stacktrace] => Array
                (
                    [frame] => Array
                        (
                            [0] => MindTouch.Dream.DreamService+<CreateServiceAsync_Helper>d__19.MoveNext () [0x00000]
                            [1] => MindTouch.Dream.Coroutine.Iterate_Helper (IEnumerator`1 coroutine, MindTouch.Dream.TaskBehavior behavior) [0x00000]
                            [2] => System.VoidClosure`2[System.Collections.Generic.IEnumerator`1[MindTouch.Dream.IYield],MindTouch.Dream.TaskBehavior].Closure () [0x00000]
                            [3] => MindTouch.Dream.Task.Execute (System.VoidHandler handler, MindTouch.Dream.TaskBehavior behavior) [0x00000]
                        )

                )

            [type] => System.Exception
        )

)

)
may someone can point me in the right direction how to fix that.

best regards, lch
# 6 Old 06-23-2009, 01:27 PM
langleyfan langleyfan is offline langleyfan's reputation langleyfan is on a distinguished road » Ricky Wookie
Join Date: May 2007 Location: Nashville Posts: 56
Did you use the add script button instead of the extension button?

Add DekiScript extension
Click the Add Script button, and set the manifest to:

http://scripts.mindtouch.com/syntax.xml

Also, try pasting this in a browser on the server running deki to make sure you can see the site:

http://scripts.mindtouch.com/syntax.xml

You should get some xml back.



Quote: Originally Posted by lch View Post hey, i just tried that fix but i still get the message "unable to initialize service (invalid extension manifest)" in lyons 9.02.1. here is the complete error message:

Code:
Array
(
    [title] => 500 Error
    [message] => 
    [response] => Request URI:
http://localhost:8081/deki/site/services/51/start?dream.out.format=php&dream.in.host=sewiki.strabag.com&dream.in.scheme=http&dream.in.origin=192.168.32.100

Server response:
Array
(
    [exception] => Array
        (
            [message] => unable to initialize service (invalid extension manifest)
            [source] => mindtouch.dream
            [stacktrace] => Array
                (
                    [frame] => Array
                        (
                            [0] => MindTouch.Dream.DreamService+<CreateServiceAsync_Helper>d__19.MoveNext () [0x00000]
                            [1] => MindTouch.Dream.Coroutine.Iterate_Helper (IEnumerator`1 coroutine, MindTouch.Dream.TaskBehavior behavior) [0x00000]
                            [2] => System.VoidClosure`2[System.Collections.Generic.IEnumerator`1[MindTouch.Dream.IYield],MindTouch.Dream.TaskBehavior].Closure () [0x00000]
                            [3] => MindTouch.Dream.Task.Execute (System.VoidHandler handler, MindTouch.Dream.TaskBehavior behavior) [0x00000]
                        )

                )

            [type] => System.Exception
        )

)

)
may someone can point me in the right direction how to fix that.

best regards, lch
Wiki Rookie
# 7 Old 06-23-2009, 02:04 PM
lch lch is online now lch's reputation lch is on a distinguished road » Junior Community Member
Join Date: Nov 2008 Posts: 64
hey, thanks for the response.

i added it as script and hat no luck, still the same error. i also can access the syntax.xml using wget on the ubuntu-console. so i thought about a workaround, i downloaded the script and put it in '\var\www\dekiwiki\extensions\syntax.xml'. after that i pointed the manifest to that path and i worked like a charm again

best regards, christoph

Thread Tools

Search this Thread

Search this Thread Advanced Search

Display Modes

Powered by MindTouch 2010