Hi:

We have built a plug-in implementing Eclipse extensions which works properly
when run from Eclipse, but then does not work when we run Equinox using the
exact same plug-in and target environment.  We suspect it may be an
extension issue, perhaps even related to the previous bug we worked
through: https://bugs.eclipse.org/bugs/show_bug.cgi?id=325184 but can't seem
to resolve it.

I've included below the output from running our plug-in outside of Eclipse
directly in Equinox.  This output is almost identical to the output when we
run this in Eclipse, except the Equinox output stops short of successfully
starting any of our servlets.

Any help is appreciated!

Thanks,
Vijay

12:08:32.000 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Logging to
Logger[org.eclipse.jetty.util.log] via
org.eclipse.jetty.util.log.Slf4jLog
Configuring the default jetty server with
file:/X:/Cloud%20-%2020100915v1/jettyhome/etc/jetty.xml
12:08:32.080 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - parsing: sid=null,pid=null
12:08:32.091 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - resolveEntity(-//Jetty//Configure//EN,
http://www.eclipse.org/jetty/configure.dtd)
12:08:32.094 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Redirected entity
http://www.eclipse.org/jetty/configure.dtd -->
bundleresource://91.fwk12830537/org/eclipse/jetty/xml/co
nfigure_6_0.dtd
12:08:32.146 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.util.thread.QueuedThreadPool
12:08:32.154 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
qtp18725445{8<=0<=0/254,-1}.setMinThreads(10)
12:08:32.159 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
qtp18725445{10<=0<=0/254,-1}.setMaxThreads(200)
12:08:32.163 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](qtp18725445{10<=0<=0/200,-1})
12:08:32.180 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container
org.eclipse.jetty.server.ser...@787d6a + qtp18725445{10<=0<=0/200,-1}
as threadpool
12:08:32.196 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.nio.SelectChannelConnector
12:08:32.216 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:0.setHost(null)
12:08:32.221 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:0.setPort(80)
12:08:32.225 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:80.setMaxIdleTime(300000)
12:08:32.229 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:80.setAcceptors(2)
12:08:32.239 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:80.setStatsOn(false)
12:08:32.245 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Statistics on = false for
[email protected]:80
12:08:32.249 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:80.setConfidentialPort(443)
12:08:32.253 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:80.setLowResourcesConnections(20000)
12:08:32.257 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:80.setLowResourcesMaxIdleTime(5000)
12:08:32.262 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addConnector
12:08:32.274 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container
org.eclipse.jetty.server.ser...@787d6a +
[email protected]:80 as connector
12:08:32.280 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.ssl.SslSelectChannelConnector
12:08:32.288 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:0.setPort(443)
12:08:32.292 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setMaxIdleTime(30000)
12:08:32.299 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setAcceptors(2)
12:08:32.306 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setAcceptQueueSize(100)
12:08:32.314 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setKeystore(jettyhome/etc/keystore)
12:08:32.320 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setPassword(-----)
12:08:32.326 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setKeyPassword(-----)
12:08:32.330 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setTruststore(jettyhome/etc/keystore)
12:08:32.337 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]:443.setTrustPassword(-----)
12:08:32.343 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addConnector
12:08:32.347 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container
org.eclipse.jetty.server.ser...@787d6a +
[email protected]:443 as connector
12:08:32.352 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.handler.HandlerCollection
12:08:32.361 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.handler.ContextHandlerCollection
12:08:32.372 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.handler.DefaultHandler
12:08:32.383 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.handler.RequestLogHandler
12:08:32.392 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected]([Lorg.eclipse.jetty.server.Handler;@5b8827)
12:08:32.397 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](handlercollect...@8ab708)
12:08:32.407 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container
org.eclipse.jetty.server.ser...@787d6a + handlercollect...@8ab708 as
handler
12:08:32.412 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container handlercollect...@8ab708 +
contexthandlercollect...@82d37 as handler
12:08:32.416 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container handlercollect...@8ab708 +
defaulthand...@d09ad3 as handler
12:08:32.419 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container handlercollect...@8ab708 +
requestloghand...@1649b44 as handler
12:08:32.424 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.deploy.DeploymentManager
12:08:32.434 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](contexthandlercollect...@82d37)
12:08:32.448 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call setContextAttribute
12:08:32.453 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.deploy.providers.ContextProvider
12:08:32.458 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.deploy.providers.contextprovi...@1fd6bea.setmonitoreddir(jettyhome/contexts)
12:08:32.472 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.deploy.providers.contextprovi...@1fd6bea.setscaninterval(5)
12:08:32.476 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addAppProvider
12:08:32.481 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.deploy.providers.WebAppProvider
12:08:32.486 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.deploy.providers.webappprovi...@b60b93.setmonitoreddir(jettyhome/webapps)
12:08:32.491 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.deploy.providers.webappprovi...@b60b93.setdefaultsdescriptor(jettyhome/etc/webdefault.xml)
12:08:32.495 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.deploy.providers.webappprovi...@b60b93.setscaninterval(5)
12:08:32.501 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.deploy.providers.webappprovi...@b60b93.setcontextxmldir(jettyhome/contexts)
12:08:32.506 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addAppProvider
12:08:32.513 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.osgi.boot.OSGiAppProvider
12:08:32.518 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.osgi.boot.osgiappprovi...@6fa9fc.setmonitoreddir(jettyhome/webapps)
12:08:32.521 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.osgi.boot.osgiappprovi...@6fa9fc.setdefaultsdescriptor(jettyhome/etc/webdefault.xml)
12:08:32.525 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.osgi.boot.osgiappprovi...@6fa9fc.setscaninterval(5)
12:08:32.529 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.osgi.boot.osgiappprovi...@6fa9fc.setcontextxmldir(jettyhome/contexts)
12:08:32.539 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](javax.faces.jsf-impl)
12:08:32.544 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addAppProvider
12:08:32.547 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addBean
12:08:32.553 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.security.HashLoginService
12:08:32.558 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML HashLoginService[null].setName(Test
Realm)
12:08:32.563 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML HashLoginService[Test
Realm].setConfig(jettyhome/etc/realm.properties)
12:08:32.569 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML HashLoginService[Test
Realm].setRefreshInterval(0)
12:08:32.577 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call addBean
12:08:32.582 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML new class
org.eclipse.jetty.server.NCSARequestLog
12:08:32.589 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](jettyhome/logs/yyyy_mm_dd.request.log)
12:08:32.595 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
org.eclipse.jetty.server.ncsarequest...@186c730.setfilenamedateformat(yyyy_MM_dd)
12:08:32.601 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](90)
12:08:32.610 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](true)
12:08:32.614 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](false)
12:08:32.619 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](false)
12:08:32.623 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](GMT)
12:08:32.627 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](org.eclipse.jetty.server.ncsarequest...@186c730)
12:08:32.634 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Container requestloghand...@1649b44 +
org.eclipse.jetty.server.ncsarequest...@186c730 as logimpl
12:08:32.639 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](true)
12:08:32.646 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](true)
12:08:32.649 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](true)
12:08:32.653 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML
[email protected](1000)
12:08:32.657 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call setProperty
12:08:32.660 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - XML call setProperty
12:08:32.673 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.server.ser...@787d6a
12:08:32.677 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - jetty-7.1.6.v20100715
12:08:32.701 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.deploy.deploymentmana...@9446e4
12:08:32.704 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - DeploymentManager using standard bindings
12:08:32.710 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.deploy.providers.contextprovi...@1fd6bea
12:08:32.715 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - ContextProvider.doStart()
12:08:32.719 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - Deployment monitor X:\Cloud -
20100915v1\jettyhome\contexts at interval 5
12:08:32.727 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.deploy.providers.contextprovi...@1fd6bea
12:08:32.735 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.deploy.providers.webappprovi...@b60b93
12:08:32.741 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - WebAppProvider.doStart()
12:08:32.744 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - Deployment monitor X:\Cloud -
20100915v1\jettyhome\webapps at interval 5
12:08:32.748 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.deploy.providers.webappprovi...@b60b93
12:08:32.752 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.osgi.boot.osgiappprovi...@6fa9fc
12:08:32.755 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - OSGiAppProvider.doStart()
12:08:32.759 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - Deployment monitor X:\Cloud -
20100915v1\jettyhome\contexts at interval 5
12:08:32.764 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.osgi.boot.osgiappprovi...@6fa9fc
12:08:32.769 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.deploy.deploymentmana...@9446e4
12:08:32.777 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting HashLoginService[Test Realm]
12:08:32.781 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Load HashLoginService[Test Realm] from
jettyhome/etc/realm.properties
12:08:32.789 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED HashLoginService[Test Realm]
12:08:32.792 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting qtp18725445{10<=0<=0/200,-1}
12:08:32.803 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED qtp18725445{10<=10<=10/200,0}
12:08:32.809 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting handlercollect...@8ab708
12:08:32.812 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting contexthandlercollect...@82d37
12:08:32.819 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - starting contexthandlercollect...@82d37
12:08:32.823 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED contexthandlercollect...@82d37
12:08:32.826 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting defaulthand...@d09ad3
12:08:32.831 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - starting defaulthand...@d09ad3
12:08:32.836 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED defaulthand...@d09ad3
12:08:32.843 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting requestloghand...@1649b44
12:08:32.846 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - starting requestloghand...@1649b44
12:08:32.850 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.server.ncsarequest...@186c730
12:08:32.859 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - Opened X:\Cloud -
20100915v1\jettyhome\logs\2010_09_21.request.log
12:08:32.864 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.server.ncsarequest...@186c730
12:08:32.868 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED requestloghand...@1649b44
12:08:32.875 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - starting handlercollect...@8ab708
12:08:32.879 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED handlercollect...@8ab708
12:08:32.882 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - starting
org.eclipse.jetty.server.ser...@787d6a
12:08:32.885 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
[email protected]:80
12:08:32.889 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.server.nio.selectchannelconnecto...@1a918d5
12:08:32.913 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.server.nio.selectchannelconnecto...@1a918d5
12:08:32.920 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - Started [email protected]:80
12:08:32.925 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED [email protected]:80
12:08:32.929 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
[email protected]:443
12:08:33.256 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - Starting
org.eclipse.jetty.server.nio.selectchannelconnecto...@1682598
12:08:33.261 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.server.nio.selectchannelconnecto...@1682598
12:08:33.265 [Start Level Event Dispatcher] INFO
org.eclipse.jetty.util.log - Started
[email protected]:443
12:08:33.268 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
[email protected]:443
org.eclipse.jetty.server.ser...@787d6a STOPPED
 +-handlercollect...@8ab708 started
    +-contexthandlercollect...@82d37 started
    +-defaulthand...@d09ad3 started
    +-requestloghand...@1649b44 started

12:08:33.296 [Start Level Event Dispatcher] DEBUG
org.eclipse.jetty.util.log - STARTED
org.eclipse.jetty.server.ser...@787d6a
_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to