You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Mark Johnson (JIRA)" <ji...@apache.org> on 2010/02/11 14:12:27 UTC

[jira] Created: (WOOKIE-115) Wookie server crashes and won't restart after deleting a widget

Wookie server crashes and won't restart after deleting a widget
---------------------------------------------------------------

                 Key: WOOKIE-115
                 URL: https://issues.apache.org/jira/browse/WOOKIE-115
             Project: Wookie
          Issue Type: Bug
         Environment: Ubuntu Linux running sun-java-6. Running Wookie in standalone mode for development.
            Reporter: Mark Johnson


I installed a widget (specifically, Scott's example todo widget) through the admin interface with the .wgt file.
After using it and displaying it on a Moodle page with the plugin, I used the admin interface to delete the widget.
After deleting the widget, any attempt to access the Widget gallery resulted in an HTTP 500 error.
When attempting to close and restart the server, the following error was displayed, and the server wouldn't start:

BUILD FAILED
/home/mark/public_html/wookie/wookie/ant/ivy-webapp-common.xml:45: The following error occurred while executing this line:
/home/mark/public_html/wookie/wookie/build.xml:45: The following error occurred while executing this line:
/home/mark/public_html/wookie/wookie/widgets/build.xml:71: /home/mark/public_html/wookie/wookie/widgets/todo not found.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-115) Incorrect widget build file prevents Wookie from starting in dev mode

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ross Gardler updated WOOKIE-115:
--------------------------------

    Component/s: Documentation
       Priority: Trivial  (was: Major)
        Summary: Incorrect widget build file prevents Wookie from starting in dev mode  (was: Wookie server crashes and won't restart after deleting a widget)

Thanks for the report Mark. I'm making this a low priority issue as it is unique to an development approach which is not "standard". However, it would be nice if the build scripts degraded gracefully in this circumstance.

> Incorrect widget build file prevents Wookie from starting in dev mode
> ---------------------------------------------------------------------
>
>                 Key: WOOKIE-115
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-115
>             Project: Wookie
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Ubuntu Linux running sun-java-6. Running Wookie in standalone mode for development.
>            Reporter: Mark Johnson
>            Priority: Trivial
>
> I installed a widget (specifically, Scott's example todo widget) through the admin interface with the .wgt file.
> After using it and displaying it on a Moodle page with the plugin, I used the admin interface to delete the widget.
> After deleting the widget, any attempt to access the Widget gallery resulted in an HTTP 500 error.
> When attempting to close and restart the server, the following error was displayed, and the server wouldn't start:
> BUILD FAILED
> /home/mark/public_html/wookie/wookie/ant/ivy-webapp-common.xml:45: The following error occurred while executing this line:
> /home/mark/public_html/wookie/wookie/build.xml:45: The following error occurred while executing this line:
> /home/mark/public_html/wookie/wookie/widgets/build.xml:71: /home/mark/public_html/wookie/wookie/widgets/todo not found.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-115) Incorrect widget build file prevents Wookie from starting in dev mode

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-115:
--------------------------------

    Fix Version/s: 0.8.2

Lets look at this in 0.8.2

> Incorrect widget build file prevents Wookie from starting in dev mode
> ---------------------------------------------------------------------
>
>                 Key: WOOKIE-115
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-115
>             Project: Wookie
>          Issue Type: Bug
>          Components: Documentation
>         Environment: Ubuntu Linux running sun-java-6. Running Wookie in standalone mode for development.
>            Reporter: Mark Johnson
>            Priority: Trivial
>             Fix For: 0.8.2
>
>
> I installed a widget (specifically, Scott's example todo widget) through the admin interface with the .wgt file.
> After using it and displaying it on a Moodle page with the plugin, I used the admin interface to delete the widget.
> After deleting the widget, any attempt to access the Widget gallery resulted in an HTTP 500 error.
> When attempting to close and restart the server, the following error was displayed, and the server wouldn't start:
> BUILD FAILED
> /home/mark/public_html/wookie/wookie/ant/ivy-webapp-common.xml:45: The following error occurred while executing this line:
> /home/mark/public_html/wookie/wookie/build.xml:45: The following error occurred while executing this line:
> /home/mark/public_html/wookie/wookie/widgets/build.xml:71: /home/mark/public_html/wookie/wookie/widgets/todo not found.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WOOKIE-115) Wookie server crashes and won't restart after deleting a widget

Posted by "Mark Johnson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832478#action_12832478 ] 

Mark Johnson commented on WOOKIE-115:
-------------------------------------

Solution:
I'd also unpacked the todo widget to widgets/tadatest. However the build.xml file was still looking for a folder called todo. If unpackaging a widget to play with the source code, make sure you change the build.xml to look for the correct directory!

> Wookie server crashes and won't restart after deleting a widget
> ---------------------------------------------------------------
>
>                 Key: WOOKIE-115
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-115
>             Project: Wookie
>          Issue Type: Bug
>         Environment: Ubuntu Linux running sun-java-6. Running Wookie in standalone mode for development.
>            Reporter: Mark Johnson
>
> I installed a widget (specifically, Scott's example todo widget) through the admin interface with the .wgt file.
> After using it and displaying it on a Moodle page with the plugin, I used the admin interface to delete the widget.
> After deleting the widget, any attempt to access the Widget gallery resulted in an HTTP 500 error.
> When attempting to close and restart the server, the following error was displayed, and the server wouldn't start:
> BUILD FAILED
> /home/mark/public_html/wookie/wookie/ant/ivy-webapp-common.xml:45: The following error occurred while executing this line:
> /home/mark/public_html/wookie/wookie/build.xml:45: The following error occurred while executing this line:
> /home/mark/public_html/wookie/wookie/widgets/build.xml:71: /home/mark/public_html/wookie/wookie/widgets/todo not found.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.