Just ran this. I ran into one problem which was the Tomcat bundle trying to
use the openejb-webapp 3.1.3-SNAPSHOT and not 3.1.3 - I guess the prepare
goal for the release plugin didn't pick this one up. I've updated the
version string and committed the change to the branch.

Other than that, I've done the deployment, and it has just finished without
any errors. I've checked Nexus, and it looks like stuff is there. The
repository is here:
https://repository.apache.org/content/repositories/orgapacheopenejb-009/

Let me know if there's anything else I can do, but hopefully this deployment
will be good.

Jon

On Fri, Oct 8, 2010 at 1:08 AM, David Blevins <[email protected]>wrote:

>
> On Oct 7, 2010, at 4:10 PM, Jonathan Gallimore wrote:
>
> > Do you think this is a Nexus / Central problem? I don't mind giving it a
> go
> > from here if you think its worth a shot.
>
> Starting to wonder that.
>
> I tried going around the httpd proxy by hitting repository.apache.org:8081and 
> hacking my apache parent pom to use that as the repo.  Still died while
> uploading the standalone tar.gz.  So that rules out the httpd proxy as the
> cause.
>
> To rule out anything in the middle, I setup a tunnel between me and
> repository.a.o through people.apache.org (via ssh -L 8081:
> repository.apache.org:8081 people.apache.org).  Double verified that
> everything worked through the tunnel by killing the tunnel to make sure that
> the upload would immediately fail.  Still no luck.  So that would indicate
> no one in the middle is hanging up on me.
>
> So at this point it's either me or Nexus.
>
> Here's the command do upload:
>
> $ svn co https://svn.apache.org/repos/asf/openejb/branches/openejb-3.1.3
> $ cd openejb-3.1.3
> $ mvn install -Dassemble -Dmaven.test.skip=true
> $ mvn clean deploy -Dassemble -Prelease -Dgpg.passphrase=xxxxxx
>
> Something is messed up in our poms that the build fails unless you've built
> at least once.  So I added that 'mvn install -Dassemble
> -Dmaven.test.skip=true'.
>
> Anyway, anxious to see what kind of results you get.
>
> -David
>
>
> > On Thu, Oct 7, 2010 at 11:40 PM, David Blevins <[email protected]
> >wrote:
> >
> >> On Oct 6, 2010, at 10:50 PM, David Blevins wrote:
> >>
> >>> I'm repeatedly getting HTTP 502 errors while uploading the assemblies
> to
> >> nexus....
> >>>
> >>> Going to keep retrying.  If anyone has any tips, they would be very
> >> welcome.
> >>>
> >>> I seem to remember encountering this before and eventually it just
> >> worked.  Seems like something here is in dire need of improvement.
> >>
> >> Unfortunately I seem to be at an impasse with uploading the binaries.
>  I'm
> >> getting bit by this:
> >>
> >>  https://issues.sonatype.org/browse/NEXUS-2879
> >>
> >> Been working with infra to try and tweak the proxy, but at this point we
> >> still have no idea what's going wrong.
> >>
> >> Will keep trying and post more details later.
> >>
> >> -David
> >>
> >>
>
>

Reply via email to