Kunagi doesn't work on Internet explorer 11 Windows 7 64Bit
Internet explorer 11 Windows 7 64Bit
Unable to open any project.
After login :
Unexpected Error
EntityDoesNotExistException: Entity does not exist: 329d9eaa-a53a-4a60-b045-c95d720c6a24-1
It was working on IE10
Still working on FireFox.
Status
Issue is closed.
Comments
Mon, Nov 18, 2013, 14:29 by Witek (SM,T)
Could you please have a look into your kunagi-data
directory and search for the entity file which is causing the error? 329d9eaa-a53a-4a60-b045-c95d720c6a24-1.xml
Please tell us, what type this entity is (what is the directory that contains that file).
Wed, Nov 20, 2013, 15:09 by Tanguy LE BLANC
Hello
This entity is in the project directory (In my server "c:\scrum\entities\project")
It contains this :
<?xml version="1.0" encoding="UTF-8"?><project>
<id>3d79bd9c-3eb7-4f11-bf7e-68fa8be5e6f9-1</id>
<lastModified>2013-06-26 16:52:52</lastModified>
<label>ASER-Compta</label>
<participantsIds>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-3</string>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-1</string>
</participantsIds>
<adminsIds>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-1</string>
</adminsIds>
<productOwnersIds>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-3</string>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-1</string>
</productOwnersIds>
<scrumMastersIds>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-1</string>
</scrumMastersIds>
<teamMembersIds>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-3</string>
<string>d8d4c6f4-bb80-4a07-9ba7-e0649f8d6b26-1</string>
</teamMembersIds>
<currentSprintId>4af818ac-21fb-47d1-a1b5-3ca7588b7f32</currentSprintId>
<nextSprintId>2d557e74-77e4-4889-8b91-f8db3136fb9e</nextSprintId>
<velocity>4</velocity>
<requirementsOrderIds>
<string>3d79bd9c-3eb7-4f11-bf7e-68fa8be5e6f9-5</string>
<string>3d79bd9c-3eb7-4f11-bf7e-68fa8be5e6f9-4</string>
<string>3d79bd9c-3eb7-4f11-bf7e-68fa8be5e6f9-2</string>
<string>3d79bd9c-3eb7-4f11-bf7e-68fa8be5e6f9-3</string>
</requirementsOrderIds>
<urgentIssuesOrderIds/>
<lastSprintNumber>3</lastSprintNumber>
<lastTaskNumber>5</lastTaskNumber>
<lastRequirementNumber>5</lastRequirementNumber>
<lastQualityNumber>0</lastQualityNumber>
<lastRiskNumber>0</lastRiskNumber>
<lastIssueNumber>0</lastIssueNumber>
<lastImpedimentNumber>0</lastImpedimentNumber>
<lastFileNumber>0</lastFileNumber>
<lastSubjectNumber>0</lastSubjectNumber>
<lastEventNumber>0</lastEventNumber>
<lastReleaseNumber>0</lastReleaseNumber>
<lastBlogEntryNumber>0</lastBlogEntryNumber>
<punishmentUnit>EUR</punishmentUnit>
<punishmentFactor>1</punishmentFactor>
<autoUpdateHomepage>false</autoUpdateHomepage>
<issueReplyTemplate>Hello ${issuer.name},
thank you very much for your feedback.
Your issue is now known as ${issue.reference}. You can view it on our homepage: ${homepage.url}/${issue.reference}.html
</issueReplyTemplate>
<subscriberNotificationTemplate>Hello,
there is news on an entity you are subscribed to:
${entity.reference} ${entity.label}
${homepage.url}/${entity.reference}.html
${change.message}
---
Unsubscribe from ${entity.reference}: ${unsubscribe.url}
Unsubscribe from all entities: ${unsubscribeall.url}
</subscriberNotificationTemplate>
<lastOpenedDateAndTime>2013-06-26 16:52:52</lastOpenedDateAndTime>
<freeDays>0</freeDays>
</project>
Wed, Apr 9, 2014, 11:40 by Martin
I have de same Problem. In my case, the problem is in the generated URI:
http://test.local/#project=f49dea58-2939-4ceb-88b1-d0597a49e58b-2%7Cpage=ProjectUserConfig
IE 11 replaces the pipe-character (|) into %7C. When i manually replace %7C in | then it works.
Wed, Apr 9, 2014, 12:00 by Witek (SM,T)
@Martin: Thank you for this valuable information!
Tue, Apr 15, 2014, 12:30 by Tanguy
Hello,
I downloaded the latest version of kunagi.
It's fixed now.
Thank you!
Tue, Apr 15, 2014, 19:42 by artjom (PO,T)
Thank you for your feedback.