Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] hanging JGit HTTP tests using Jetty 8.1.3.v20120416

2012/5/31 Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
saw you guys got your RC2 in, are you all sorted out or still having
issues with this?

I tested locally and disabled tests on Hudson to workaround the problem
and get RC2 out of the door. We found that on Jens Mac the tests also
hang reproducably with Jetty 7.5.1. Though we are not sure if this has
the same cause as the hang on Jetty 8.1.3. We attached thread dumps for both
cases to bug 380302. Jens also was able to capture the following
warning logged during the hang, maybe this makes sense to you :
Dispatched Failed! SCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected
local=/127.0.0.1:54987
remote=/127.0.0.1:55004][d=false,io=0,w=true,rb=false,wb=false] to
org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@63db6942#STARTED
I wasn't aware that Jetty 8.x needing Servlet 3.0 also requires Java 6. Since we 
do not want to discontinue Java 5 support for JGit we need to find a way to use 
the latest Jetty 7.x release instead of 8.x.

But installing 7.6 into Juno (tried with Eclipse SDK 4.2 RC2 and Jetty 7.6.0) seems 
to be impossible since Eclipse Help Developer Resources wants Jetty 8.1.3:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Jetty - Bundles: all the jetty bundles sources 7.6.0 (org.eclipse.jetty.bundles.f.source.feature.group 7.6.0)
  Software currently installed: Eclipse SDK 4.2.0.I20120524-2100 (org.eclipse.sdk.ide 4.2.0.I20120524-2100)
  Only one of the following can be installed at once: 
    Jetty :: Utilities 7.6.0.v20120127 (org.eclipse.jetty.util.source 7.6.0.v20120127)
    Jetty :: Utilities 8.1.3.v20120522 (org.eclipse.jetty.util.source 8.1.3.v20120522)
  Cannot satisfy dependency:
    From: Eclipse Help Developer Resources 1.3.0.v20120405-1401-8P7vFOTFK_Qj4JmCKMYI8Tn (org.eclipse.help.source.feature.group 1.3.0.v20120405-1401-8P7vFOTFK_Qj4JmCKMYI8Tn)
    To: org.eclipse.jetty.util.source [8.1.3.v20120522]
  Cannot satisfy dependency:
    From: Jetty - Bundles: all the jetty bundles sources 7.6.0 (org.eclipse.jetty.bundles.f.source.feature.group 7.6.0)
    To: org.eclipse.jetty.util.source [7.6.0.v20120127]
  Cannot satisfy dependency:
    From: Eclipse Project SDK 4.2.0.v20120522-2109-7T7mDFDPz-3FdpcTdH3vf9z-X_aZ4Bz-tcBJLHHhcWJnb (org.eclipse.sdk.feature.group 4.2.0.v20120522-2109-7T7mDFDPz-3FdpcTdH3vf9z-X_aZ4Bz-tcBJLHHhcWJnb)
    To: org.eclipse.help.source.feature.group [1.3.0.v20120405-1401-8P7vFOTFK_Qj4JmCKMYI8Tn]
  Cannot satisfy dependency:
    From: Eclipse SDK 4.2.0.I20120524-2100 (org.eclipse.sdk.ide 4.2.0.I20120524-2100)
    To: org.eclipse.sdk.feature.group [4.2.0.v20120522-2109-7T7mDFDPz-3FdpcTdH3vf9z-X_aZ4Bz-tcBJLHHhcWJnb]

Any idea how we could prevent this conflict in order to use Jetty 7.6 ?
Where can I find the p2 repository for 7.6.4 ? http://download.eclipse.org/jetty/
only lists p2 repository for 7.6.0.

--
Matthias

Back to the top