[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.buckminster] Re: some errors occur from time to time when build STP using Buckminster

Hi Thomas,

I've update STP build to use Buckminster 0.3.0, but still hasn't test it due to bad network of Beijing today, I will give it a try tomorrow.

One thing I noticed that the headless product of Buckminster now contains a directory named "eclipse" when unzipped, which I wonder any functions here?

Also, I still haven't see "JUnit Plugin Test" feature in this update, will you plan to add until 0.4.0 update or not?

Thanks,
--Alex


Thomas Hallgren wrote:
Hi Alex,
I uploaded new binaries for Buckminster 0.3.0 today. You can try them out in your build. As far as I can see, the only thing you need to change is the URL to the Buckminster product. It should now read:


http://download.eclipse.org/technology/buckminster/0.3milestones/products/buckminster.product-0.3.0.r07389_incubation.zip


On occasion I've encountered another error just when Buckminster shuts down after "Query complete". I entered a bugzilla on that to the PDE team: https://bugs.eclipse.org/bugs/show_bug.cgi?id=214613. If you see the same problem in a 32-bit environment, please comment on that bug.


Regards,
Thomas Hallgren



Alex Chen wrote:
Hi Thomas,

More debug information when building STP:

[java] Provider svn(http://dev.eclipse.org/svnroot/stp/trunk/build/buckminster/org.eclipse.stp.build.root): materializing to /local/temp/download/working/build/buckminster/workspace/org.eclipse.stp.build.root/

[java] Query complete.
[java] Skipping builder 'com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder' for project 'org.eclipse.stp.sc.sca'. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
[java] Skipping builder 'com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder' for project 'org.eclipse.stp.sc.sca.java.tuscany'. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
[java] Skipping builder 'com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder' for project 'org.eclipse.stp.sc.jaxws'. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
[java] Skipping builder 'com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder' for project 'org.eclipse.stp.sc.jaxws.test'. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
[java] Skipping builder 'com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder' for project 'org.eclipse.stp.sc.cxf'. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
[java] Skipping builder 'com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder' for project 'org.eclipse.stp.sc.cxf.test'. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
[java] Project org.eclipse.stp.b2j.feature now has dynamic dependencies to org.eclipse.stp.b2j.core org.eclipse.stp.b2j.ui
[java] Problems occurred when invoking code from plug-in: "org.eclipse.buckminster.core".



Cheers, --Alex



Alex Chen wrote:
Hi Thomas,

My comments in lines.

Thanks,
--Alex


Thomas Hallgren wrote:
Alex Chen wrote:
Hi,

I run into errors below from time to time when build STP using Buckminster:

1. [java] [0][0012] : Provider svn(http://dev.eclipse.org/svnroot/stp/trunk/org.eclipse.stp.bpmn/org.eclipse.stp.bpmn.validation): Resolve failed: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svnroot/stp/!svn/bln/1415': 502 Proxy Error (http://dev.eclipse.org)

This seems to be some kind of network problem. Do you get this often?

502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

Yes, a co-worker in Dublin said always got this error during build STP using Buckminster.



2. [java] An internal error occurred during: "Updating Change Sets for SVNStatusSubscriber".

Could this be a consequence of #1?

I don't think so, sometimes I got this error in Beijing even it works fine for me in almost all of time.




3. get this error when reresolve stp
[java] ERROR [0002] : ProjectBinding name conflict. Bind information indicates org.eclipse.stp.servicecreation-feature for project named org.eclipse.stp.servicecreation


This is definitely a bug in Buckminster. I'll look into it.

This happened when I got error during build, and reresolve STP again

$ant -Dbase.directory=/local/temp -Dbuckminster.log.level=DEBUG stp.resolve


4. [java] Query complete.
[java] Problems occurred when invoking code from plug-in: "org.eclipse.buckminster.core".


This should normally be a pre-cursor to other problems. Is this the only thing you see? Was there any other errors or warnings in the query prior to this?

Sometimes when I only try to resolve STP, I may get this error even the resolve results seems good and can be compiled successfully. It's unfortunately that I can't give you more log trace because there haven't more even I set log level to DEBUG.



- thomas