<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377048#M146328</link>
    <description>&lt;P&gt;Where do we set&amp;nbsp;&lt;SPAN&gt;merge.ff=false in Talend Studio I can't find the option in Windows -&amp;gt; Preferences or in File -&amp;gt; Edit Project properties?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 11:15:06 GMT</pubDate>
    <dc:creator>Stephen-Elves</dc:creator>
    <dc:date>2020-07-03T11:15:06Z</dc:date>
    <item>
      <title>Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377043#M146323</link>
      <description>&lt;P&gt;I have this problem with a specific branch, it does not happen with any other branches.&lt;/P&gt; 
&lt;P&gt;We are using Git with Nexus.&lt;/P&gt; 
&lt;P&gt;When I try to do a Pull and Merge in Talend Data Integration Studio (7.0.1.20180411_1414) I get the following error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;org.talend.repository.gitmerge.exceptions.MergeException: org.eclipse.jgit.errors.MissingObjectException: Missing unknown e4238cc92bb2f8cb0fad1cbcc4c9cb41467a6817&lt;BR /&gt;at org.talend.repository.gitmerge.services.AbstractMergeResult.setException(AbstractMergeResult.java:35)&lt;BR /&gt;at org.talend.repository.gitmerge.ui.services.GitMergeUIService.resolveConflicts(GitMergeUIService.java:306)&lt;BR /&gt;at org.talend.repository.gitprovider.ui.action.PullAndMergeAction.pullAndMerge(PullAndMergeAction.java:193)&lt;BR /&gt;at org.talend.repository.gitprovider.ui.action.PullAndMergeAction.access$0(PullAndMergeAction.java:132)&lt;BR /&gt;at org.talend.repository.gitprovider.ui.action.PullAndMergeAction$1.run(PullAndMergeAction.java:117)&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)&lt;BR /&gt;Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing unknown e4238cc92bb2f8cb0fad1cbcc4c9cb41467a6817&lt;BR /&gt;at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:160)&lt;BR /&gt;at org.eclipse.jgit.lib.ObjectReader.open(ObjectReader.java:234)&lt;BR /&gt;at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:859)&lt;BR /&gt;at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:772)&lt;BR /&gt;at org.talend.repository.gitmerge.ui.managers.ConflictItemsManager.init(ConflictItemsManager.java:162)&lt;BR /&gt;at org.talend.repository.gitmerge.ui.managers.ConflictItemsManager.refresh(ConflictItemsManager.java:102)&lt;BR /&gt;at org.talend.repository.gitmerge.ui.managers.MergeManager.startNewMerge(MergeManager.java:138)&lt;BR /&gt;at org.talend.repository.gitmerge.ui.services.GitMergeUIService$3$1.run(GitMergeUIService.java:224)&lt;BR /&gt;... 1 more&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I can't find logs that would help me, the error "unknown" is not helping and I am not sure where to go from here....&lt;/P&gt; 
&lt;P&gt;Any help would be appreciated,&lt;/P&gt; 
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377043#M146323</guid>
      <dc:creator>ichart</dc:creator>
      <dc:date>2024-11-16T04:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377044#M146324</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We met this jgit issue before when trying to merge a branch to another branch.&lt;/P&gt; 
&lt;P&gt;Please disable merge.ff (set&amp;nbsp;&lt;SPAN&gt;merge.ff=false)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;--ff&lt;BR /&gt;When the merge resolves as a fast-forward, only update the branch pointer, without creating a merge commit.&lt;BR /&gt;&lt;A href="https://www.eclipse.org/forums/index.php/t/847612/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://www.eclipse.org/forums/index.php/t/847612/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 06:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377044#M146324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-31T06:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377045#M146325</link>
      <description>&lt;P&gt;Hi, thank you for your answer but I do not have the necessary access to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up doing an Import/Export in Studio to another branch and deleted the problematic branch.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377045#M146325</guid>
      <dc:creator>ichart</dc:creator>
      <dc:date>2019-11-04T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377046#M146326</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/00539000004XvmOAAS"&gt;@ichart&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000004XvmOAAS"&gt;@ichart&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi, thank you for your answer but I do not have the necessary access to do that.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;I ended up doing an Import/Export in Studio to another branch and deleted the problematic branch.&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Thanks for your feedback and sharing your solution with us. Feel free to let us know if this issue repro again in your end.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 08:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377046#M146326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-05T08:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377047#M146327</link>
      <description>&lt;P&gt;Where do we set&amp;nbsp;&lt;SPAN&gt;merge.ff=false in Talend Studio I can't find the option in Windows -&amp;gt; Preferences or in File -&amp;gt; Edit Project properties?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377047#M146327</guid>
      <dc:creator>Stephen-Elves</dc:creator>
      <dc:date>2020-07-03T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pull and merge error:  org.eclipse.jgit.errors.MissingObjectException: Missing unknown</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377048#M146328</link>
      <description>&lt;P&gt;Where do we set&amp;nbsp;&lt;SPAN&gt;merge.ff=false in Talend Studio I can't find the option in Windows -&amp;gt; Preferences or in File -&amp;gt; Edit Project properties?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Pull-and-merge-error-org-eclipse-jgit-errors/m-p/2377048#M146328</guid>
      <dc:creator>Stephen-Elves</dc:creator>
      <dc:date>2020-07-03T11:15:06Z</dc:date>
    </item>
  </channel>
</rss>

