Community
Participate
Working Groups
I20111110-2200 - Created a new bare repository on GitHub - In orion, init a new git repository - In the Repositories page, add the github repository as the "origin" remote - Go to Git status page. I see these errors in the log. It looks like it is not handling the fact that the remote doesn't yet have any branches. It is expected that the remote doesn't exist yet here but it shouldn't be dumping all these errors on the console. GET http://orion.eclipse.org/gitapi/remote/origin/master/file/DC/ 404 (Not Found) built-git-status.js:606 Error built-git-status.js:1909HTTP status code: 404 built-git-status.js:518 Error arguments: undefined get stack: function getter() { [native code] } message: "Unable to load /gitapi/remote/origin/master/file/DC/ status:404" responseText: "{"JsonData":{"CloneLocation":"http://orion.eclipse.org/gitapi/clone/file/DC/"},"HttpCode":404,"Message":"No remote branch found: origin/master","Severity":"Error","Code":0}" set stack: function setter() { [native code] } status: 404 type: undefined __proto__: ErrorPrototype built-git-status.js:518 Error arguments: undefined get stack: function getter() { [native code] } message: "Unable to load /gitapi/remote/origin/master/file/DC/ status:404" responseText: "{"JsonData":{"CloneLocation":"http://orion.eclipse.org/gitapi/clone/file/DC/"},"HttpCode":404,"Message":"No remote branch found: origin/master","Severity":"Error","Code":0}" set stack: function setter() { [native code] } status: 404 type: undefined __proto__: ErrorPrototype built-git-status.js:518 Error arguments: undefined get stack: function getter() { [native code] } message: "Unable to load /gitapi/remote/origin/master/file/DC/ status:404" responseText: "{"JsonData":{"CloneLocation":"http://orion.eclipse.org/gitapi/clone/file/DC/"},"HttpCode":404,"Message":"No remote branch found: origin/master","Severity":"Error","Code":0}" set stack: function setter() { [native code] } status: 404 type: undefined __proto__: ErrorPrototype GET http://orion.eclipse.org/gitapi/remote/origin/master/file/DC/?page=1&pageSize=5 404 (Not Found) built-git-status.js:606 Error arguments: undefined get stack: function getter() { [native code] } message: "Unable to load /gitapi/remote/origin/master/file/DC/?page=1&pageSize=5 status:404" responseText: "{"JsonData":{"CloneLocation":"http://orion.eclipse.org/gitapi/clone/file/DC/"},"HttpCode":404,"Message":"No remote branch found: origin/master","Severity":"Error","Code":0}" set stack: function setter() { [native code] } status: 404 type: undefined __proto__: ErrorPrototype
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html