•  
      request #7727 not able to open ticket
    Infos
    #7727
    kannan (kannanc)
    2015-01-12 11:49
    2014-12-30 05:21
    7729
    Details
    not able to open ticket
    when i click the artifact id link from artifact list table,it open url like plugins/tracker/?aid=312 but artifact edit for was hidden,i can't see the artifact field value to modify

    Kindly help to solve this problem
    Trackers
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2015-01-12
    Attachments
    References
    References list is empty

    Follow-ups

    User avatar
    Ok great.

    We did some work on that point and now if the user is unknown (for some reason), 'Anonymous' user is designed as submitter.

    • Status changed from Waiting for information to Closed
    • Close date set to 2015-01-12
    User avatar
    kannan (kannanc)2015-01-12 11:27
    Hi,
    Finally i Fixed that issue,

    The problem is we were removed the user details through LDAP, the user_id is removed from table " user " who were being the part of artifact update,but their user_id is still being on table " tracker_changeset",So its give fatal error while try to fetch user information,
    These sql query helped me to find who were removed from user table

    SELECT `submitted_by`,`artifact_id` FROM `tracker_changeset` WHERE `artifact_id` ='255' AND `submitted_by` not in (select user_id from user)

    Thanks
    User avatar
    As you are using an old development version (7.0.99.45), can you up to date your Tuleap and retry to access the artifact ?
    User avatar
    kannan (kannanc)2015-01-08 09:59
    Hi,
    The same issue happened some other artifact in queue which are created using only UI not SOAP API


    Thanks
    User avatar
    kannan (kannanc)2015-01-08 09:51
    Hi,
    1. Artifact was created by using UI after that we update the artifact using SOAP API
    2. SELECT * FROM tracker_artifact WHERE id = 255;
    id tracker_id last_changeset_id submitted_by submitted_on use_artifact_permissions per_tracker_artifact_id
    255 192 128779 215 1400965111 0 1
    User avatar

    The error is that there is no submitter for this artifact, which is strange.

    1. How this artifact was created ? Through the UI ? SOAP ? REST ?
    2. What is the result of : SELECT * FROM tracker_artifact WHERE id = 255; ?
    User avatar
    kannan (kannanc)2015-01-07 12:47
    Hi,
    These error came while i try to access some other artifact
    Fatal error: Call to a member function fetchHtmlAvatar() on a non-object in /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php on line 274 Call Stack: 0.0001 636456 1. {main}() /usr/share/tuleap/plugins/tracker/www/index.php:0 0.0327 5772872 2. TrackerManager->process() /usr/share/tuleap/plugins/tracker/www/index.php:33 0.0339 5961696 3. TrackerManager->processSubElement() /usr/share/tuleap/plugins/tracker/include/Tracker/TrackerManager.class.php:124 0.0406 6930888 4. Tracker_Artifact->process() /usr/share/tuleap/plugins/tracker/include/Tracker/TrackerManager.class.php:86 0.0411 6982056 5. Tracker_Artifact_EditRenderer->display() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php:632 0.0417 7026464 6. Tracker_Artifact_EditAbstractRenderer->display() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php:62 0.0425 7038704 7. Tracker_Artifact_ArtifactRenderer->display() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php:43 0.0627 7103536 8. Tracker_Artifact_EditRenderer->fetchFormContent() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Renderer/ArtifactRenderer.class.php:63 0.1061 9730504 9. Tracker_Artifact_EditRenderer->fetchView() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php:68 0.1080 9770056 10. Tracker_Artifact_View_ViewCollection->fetchRequestedView() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php:119 0.1082 9770544 11. Tracker_Artifact_View_Edit->fetch() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/View/ViewCollection.class.php:38 0.3548 12953016 12. Tracker_Artifact_View_Edit->fetchFollowUps() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/View/Edit.class.php:60 0.4325 13368040 13. Tracker_Artifact_Changeset->fetchFollowUp() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/View/Edit.class.php:121 0.4325 13368152 14. Tracker_Artifact_Changeset->getHTMLAvatar() /usr/share/tuleap/plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php:176
    User avatar
    kannan (kannanc)2015-01-06 14:51
    Hi,
    Remind one thing this issue happened only for some other artifact on the groups not all the artifact.


    Thanks
    User avatar
    kannan (kannanc)2015-01-06 14:43
    Yes, I changed current theme to Flaming Parrot but the same issue accured,I can't see artifact edit form



    Thanks,
    User avatar
    kannan (kannanc)2015-01-06 12:38
    Yes, I have the administrator rights to see tracker field.

    Thanks
    User avatar
    Do you have the right to see the tracker fields ?

    • Status changed from New to Waiting for information
    User avatar
    kannan (kannanc)2014-12-31 08:51
    Hi Yannis,
    I did that as you told,but i can't find any error log relevant my artifact id, kindly provide needful solution if it possible


    Thanks