Last modified: 2014-08-06 17:00:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T56874, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 54874 - SMW_refreshData.php: Invalid marker
SMW_refreshData.php: Invalid marker
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
unspecified
PC Linux
: Unprioritized critical (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-02 13:50 UTC by heinen321
Modified: 2014-08-06 17:00 UTC (History)
6 users (show)

See Also:
Web browser: Firefox
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description heinen321 2013-10-02 13:50:55 UTC
MediaWiki 1.21.1
Semantic Bundle (Version 1.8.0.5) - had the same Problem with Version 1.8.0.4

At Special:SMWAdmin I 
1. initialized the tables
2. reorganiced the database

Then
php SMW_refreshData.php -v -tp 
php SMW_refreshData.php -v -s    0 -e  1000
php SMW_refreshData.php -v -s 1001 -e  2000
php SMW_refreshData.php -v -s 2001 -e  3000

It stops running with the following messages:




Invalid marker: UNIQ2a4d9c4c25216298-h-0--QINU
Backtrace:
#0 /var/www/koppwiki/includes/parser/StripState.php(66): StripState->addItem('general', 'UNIQ2a4d9c4c25...', '')
#1 /var/www/koppwiki/includes/parser/Preprocessor_DOM.php(1162): StripState->addGeneral('UNIQ2a4d9c4c25...', '')
#2 /var/www/koppwiki/includes/parser/Parser.php(3073): PPFrame_DOM->expand(Object(PPNode_DOM), 0)
#3 /var/www/koppwiki/includes/parser/Parser.php(1153): Parser->replaceVariables('{{Navigationsle...')
#4 /var/www/koppwiki/includes/parser/Parser.php(383): Parser->internalParse('{{Navigationsle...')
#5 /var/www/koppwiki/extensions/SemanticMediaWiki/includes/jobs/SMW_UpdateJob.php(59): Parser->parse('{{Navigationsle...', Object(Title), Object(ParserOptions), true, true, 26578)
#6 /var/www/koppwiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_SetupHandlers.php(454): SMWUpdateJob->run()
#7 /var/www/koppwiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3.php(404): SMWSQLStore3SetupHandlers->refreshData(2682, 1, false, false)
#8 /var/www/koppwiki/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php(147): SMWSQLStore3->refreshData(2682, 1, false, false)
#9 {main}


I don't have much ideas:
========================
Maybe it has something to do with errors in the markup of an article? But I can't find something. 

In other bugs I have seen problems with the translate-extension and unbalanced <translate>-tags ... I didn't install this extension.


I hope someone can help.
Comment 1 MWJames 2013-10-23 17:32:44 UTC
"UNIQ2a4d9c4c25216298" is create by the Parser object which indicates that some content during re-parsing is causing the issue.

I'd suggest you try to see if the current SMW master does stop with the same issue and I would also suggest that other extensions (not relevant to SMW) are deactivated before running SMW_refreshData to avoid having a false/positive due to a different extension that uses the same "hook" as SMW and causes some sort of "illegal" parsing state which ultimately is caught by SMW_refreshData.
Comment 2 MWJames 2014-08-06 17:00:48 UTC
SMW 1.8.0.5 is no longer in support. If you find that a supported SMW version still has the same issue, please feel free to open a new issue at [0] with reference to this bug.

[0] https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links