Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [vtp-dev] deploying a OpenVXML app

Jag, could you send me the .war so I can take a closer look?  You might
want to just send it directly to me, not through the list, and then we can
resume our discussion here afterwards.

Randy


On 4/2/12 3:29 PM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:

>Randy,
>Let me clarify. The OpenVXML application and the abc123.war file was
>built and exported on a Windows laptop. The weblogic servers are on
>separate Linux servers. So the abc123.war file was copied first to a
>linux machine running weblogic 9.2 ( on jdk 1.5.x ) and then after your
>recommendation to a different linux machine running weblogic 10.x ( on
>jdk 1.6.x ). The web application was deployed separately on the two
>weblogic servers.
>Jag
>
>-----Original Message-----
>From: vtp-dev-bounces@xxxxxxxxxxx [mailto:vtp-dev-bounces@xxxxxxxxxxx] On
>Behalf Of Randy Childers
>Sent: Monday, April 02, 2012 4:24 PM
>To: Voice Tools general developers
>Cc: RODRIGUEZ, IRMA V; ZISIS, LUCAS; TOWNSLEY, CHRIS N
>Subject: Re: [vtp-dev] deploying a OpenVXML app
>
>Hi Jag--
>
>That's what I understood your setup to be.  But, did you also re-export
>the file to the same location as the previous abc123.war?  I've seen
>occasional (rare) mishaps where the files weren't actually overwritten for
>some reason in situations like this, and this is the possibility I'd like
>to exclude.
>
>Randy
>
>
>On 4/2/12 2:49 PM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:
>
>>Randy,
>>It's the same war file that I deployed to this new server ( running java
>>1.6 ). On this new server this was the first time abc123.war was
>>installed.
>>Jag
>>
>>-----Original Message-----
>>From: vtp-dev-bounces@xxxxxxxxxxx [mailto:vtp-dev-bounces@xxxxxxxxxxx] On
>>Behalf Of Randy Childers
>>Sent: Monday, April 02, 2012 3:26 PM
>>To: Voice Tools general developers
>>Cc: RODRIGUEZ, IRMA V; ZISIS, LUCAS; TOWNSLEY, CHRIS N
>>Subject: Re: [vtp-dev] deploying a OpenVXML app
>>
>>Jag, as a troubleshooting measure, if you used the same name for your
>>.war
>>file on this most recent export, I'd like to suggest that you export to a
>>.war with a different filename and try again.  This will remove any
>>possibility of taint from the earlier .war with the same name.
>>
>>Randy
>>
>>
>>On 4/2/12 1:35 PM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:
>>
>>>No this is a different server.
>>>Jag
>>>
>>>-----Original Message-----
>>>From: vtp-dev-bounces@xxxxxxxxxxx [mailto:vtp-dev-bounces@xxxxxxxxxxx]
>>>On
>>>Behalf Of Trip Gilman
>>>Sent: Monday, April 02, 2012 2:31 PM
>>>To: Vtp-Dev
>>>Cc: RODRIGUEZ, IRMA V; ZISIS, LUCAS; TOWNSLEY, CHRIS N
>>>Subject: Re: [vtp-dev] deploying a OpenVXML app
>>>
>>>Is this the same server you attempted to deploy to the first time?
>>>
>>>Trip
>>>
>>>On 4/2/12 1:10 PM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:
>>>
>>>>Ok I put back the class that I had removed and installed it on a 1.6
>>>>environment. Here is what I see now :
>>>>
>>>>INFO|2012/04/02|12:07:15> Host Stopped
>>>>Listening on port 0.0.0.0/0.0.0.0:12345 ...
>>>>java.lang.NullPointerException
>>>>        at
>>>>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager$ProcessEngin
>>>>e
>>>>I
>>>>n
>>>>stance.open(ProcessEngineManager.java:260)
>>>>        at
>>>>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager.createProces
>>>>s
>>>>E
>>>>n
>>>>gine(ProcessEngineManager.java:77)
>>>>        at
>>>>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager.selectingSer
>>>>v
>>>>i
>>>>c
>>>>e(ProcessEngineManager.java:138)
>>>>        at
>>>>org.eclipse.vtp.framework.util.SingletonTracker.selectSingleton(Singlet
>>>>o
>>>>n
>>>>T
>>>>racker.java:426)
>>>>        at
>>>>org.eclipse.vtp.framework.util.SingletonTracker.addingService(Singleton
>>>>T
>>>>r
>>>>a
>>>>cker.java:248)
>>>>        at
>>>>org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTr
>>>>a
>>>>c
>>>>k
>>>>er.java:980)
>>>>        at
>>>>org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTr
>>>>a
>>>>c
>>>>k
>>>>er.java:1)
>>>>        at
>>>>org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:
>>>>2
>>>>6
>>>>2
>>>>)
>>>>        at
>>>>org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java
>>>>:
>>>>1
>>>>8
>>>>5)
>>>>        at
>>>>org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:348)
>>>>        at
>>>>org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:283)
>>>>        at
>>>>org.eclipse.vtp.framework.engine.osgi.Activator.start(Activator.java:33
>>>>3
>>>>)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(Bundle
>>>>C
>>>>o
>>>>n
>>>>textImpl.java:711)
>>>>        at java.security.AccessController.doPrivileged(Native Method)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivat
>>>>o
>>>>r
>>>>(
>>>>BundleContextImpl.java:702)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(Bundle
>>>>C
>>>>o
>>>>n
>>>>textImpl.java:683)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleH
>>>>o
>>>>s
>>>>t
>>>>.java:381)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(Abstract
>>>>B
>>>>u
>>>>n
>>>>dle.java:389)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framewo
>>>>r
>>>>k
>>>>.
>>>>java:1131)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundle
>>>>s
>>>>(
>>>>S
>>>>tartLevelManager.java:559)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundle
>>>>s
>>>>(
>>>>S
>>>>tartLevelManager.java:544)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(Star
>>>>t
>>>>L
>>>>e
>>>>velManager.java:457)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLe
>>>>v
>>>>e
>>>>l
>>>>(StartLevelManager.java:243)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEven
>>>>t
>>>>(
>>>>S
>>>>tartLevelManager.java:438)
>>>>        at
>>>>org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEven
>>>>t
>>>>(
>>>>S
>>>>tartLevelManager.java:1)
>>>>        at
>>>>org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventMan
>>>>a
>>>>g
>>>>e
>>>>r.java:230)
>>>>        at
>>>>org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventM
>>>>a
>>>>n
>>>>a
>>>>ger.java:340)
>>>>INFO|2012/04/02|12:07:17> Host Started
>>>>
>>>>
>>>>And still get the same 404.
>>>>
>>>>Jag
>>>>
>>>>
>>>>
>>>>
>>>>-----Original Message-----
>>>>From: vtp-dev-bounces@xxxxxxxxxxx [mailto:vtp-dev-bounces@xxxxxxxxxxx]
>>>>On
>>>>Behalf Of Randy Childers
>>>>Sent: Monday, April 02, 2012 12:59 PM
>>>>To: Voice Tools general developers
>>>>Cc: RODRIGUEZ, IRMA V; ZISIS, LUCAS; TOWNSLEY, CHRIS N
>>>>Subject: Re: [vtp-dev] deploying a OpenVXML app
>>>>
>>>>Jag, it looks like you created the application using an
>>>>OpenVXML/Eclipse
>>>>install which is using Java 1.6 -- which is correct.  But, your
>>>>weblogic
>>>>server is using Java 1.5, and so the old doesn't know what do with the
>>>>new.  I'd suggest upgrading the weblogic server to 1.6.  Also, you're
>>>>going to need that class back which you removed earlier in your
>>>>deployment
>>>>efforts.
>>>>
>>>>Good luck--
>>>>Randy
>>>>
>>>>
>>>>On 4/2/12 11:42 AM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:
>>>>
>>>>>Yes, there are some errors. I have attached a txt file with all errors
>>>>>pertaining to this app.
>>>>>Jag
>>>>>
>>>>>
>>>>>
>>>>>-----Original Message-----
>>>>>From: vtp-dev-bounces@xxxxxxxxxxx [mailto:vtp-dev-bounces@xxxxxxxxxxx]
>>>>>On
>>>>>Behalf Of Randy Childers
>>>>>Sent: Monday, April 02, 2012 12:33 PM
>>>>>To: Voice Tools general developers
>>>>>Cc: RODRIGUEZ, IRMA V; ZISIS, LUCAS; TOWNSLEY, CHRIS N
>>>>>Subject: Re: [vtp-dev] deploying a OpenVXML app
>>>>>
>>>>>OK, now that that's out of the way -- are there any errors showing up
>>>>>in
>>>>>the weblogic server's logs?  Any sort of error during .war startup,
>>>>>etc?
>>>>>
>>>>>Randy
>>>>>
>>>>>
>>>>>On 4/2/12 11:28 AM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:
>>>>>
>>>>>>Randy,
>>>>>>Thanks for your quick response. Yes our weblogic servers are
>>>>>>configured
>>>>>>to listen on port 80. And yes the app's entry block is Begin which I
>>>>>>don't believe we changed.
>>>>>>Jag
>>>>>>
>>>>>>-----Original Message-----
>>>>>>From: vtp-dev-bounces@xxxxxxxxxxx
>>>>>>[mailto:vtp-dev-bounces@xxxxxxxxxxx]
>>>>>>On
>>>>>>Behalf Of Randy Childers
>>>>>>Sent: Monday, April 02, 2012 11:45 AM
>>>>>>To: Voice Tools general developers
>>>>>>Cc: RODRIGUEZ, IRMA V; ZISIS, LUCAS; TOWNSLEY, CHRIS N
>>>>>>Subject: Re: [vtp-dev] deploying a OpenVXML app
>>>>>>
>>>>>>Hi Jag--
>>>>>>
>>>>>>From the listing below, it looks like you've built the OpenVXML-part
>>>>>>of
>>>>>>the URL properly -- assuming that you didn't change the default name
>>>>>>on
>>>>>>the app's entry block from Begin, which I can't tell from this.
>>>>>>Assuming
>>>>>>that's the correct name, is 80 the correct port number for you
>>>>>>weblogic
>>>>>>app server?  I don't have firsthand experience with that one, but it
>>>>>>looks
>>>>>>like the default port is actually 7001.  Can you confirm these two
>>>>>>points
>>>>>>before we jump into a more detailed troubleshooting?
>>>>>>
>>>>>>Thanks,
>>>>>>Randy
>>>>>>
>>>>>>
>>>>>>On 4/2/12 10:33 AM, "HARIKRISHNAN, JAGATHESE" <jh2418@xxxxxxx> wrote:
>>>>>>
>>>>>>>Hi,
>>>>>>>We are having some issues with accessing an OpenVXML application
>>>>>>>that
>>>>>>>we
>>>>>>>deployed to a weblogic 9.2 app server.
>>>>>>>
>>>>>>>Here is the details of the abc123.war web application that we built.
>>>>>>>
>>>>>>>[root@smcs115 jh2418]# jar tvf
>>>>>>>/usr/local/vtone/apps/web-apps/abc123.war
>>>>>>>     0 Fri Mar 30 12:21:46 GMT-06:00 2012 META-INF/
>>>>>>>    67 Fri Mar 30 12:21:46 GMT-06:00 2012 META-INF/MANIFEST.MF
>>>>>>>     0 Fri Mar 30 12:21:34 GMT-06:00 2012 WEB-INF/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012 WEB-INF/lib/
>>>>>>> 31365 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/lib/servletbridge.jar
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012 WEB-INF/eclipse/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/configuration/
>>>>>>>  1680 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/configuration/config.ini
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012 WEB-INF/eclipse/plugins/
>>>>>>>320960 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.mail_1.4.0.v201005080615.jar
>>>>>>>  8194 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servletbridge_1.0.2
>>>>>>>0
>>>>>>>0
>>>>>>>.
>>>>>>>v
>>>>>>>2
>>>>>>>0
>>>>>>>100503.jar
>>>>>>>114445 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.interactions.voice
>>>>>>>_
>>>>>>>4
>>>>>>>.
>>>>>>>0
>>>>>>>.
>>>>>>>0
>>>>>>>.201203270529.jar
>>>>>>> 99908 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.update.configurator_3.3.100.v201
>>>>>>>0
>>>>>>>0
>>>>>>>5
>>>>>>>1
>>>>>>>2
>>>>>>>.
>>>>>>>jar
>>>>>>> 67963 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.commons.discovery_0.2.0.v20100419
>>>>>>>0
>>>>>>>3
>>>>>>>1
>>>>>>>5
>>>>>>>.
>>>>>>>j
>>>>>>>ar
>>>>>>>168186 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.wsdl_1.6.2.v201005080631.jar
>>>>>>>1303467 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.xerces_2.9.0.v201101211617.jar
>>>>>>> 10223 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.core_4.0.0.2012032
>>>>>>>7
>>>>>>>0
>>>>>>>5
>>>>>>>2
>>>>>>>9
>>>>>>>.
>>>>>>>jar
>>>>>>> 96353 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.xml.resolver_1.2.0.v201005080400.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>> 91069 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.jobs_3.5.101.v20120113-1953
>>>>>>>.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>> 34661 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.xml.rpc_1.1.0.v201005080400.jar
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.servlet_2.4.0/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.servlet_2.4.0/META-INF/
>>>>>>>   423 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.servlet_2.4.0/META-INF/MANIFEST.MF
>>>>>>>293199 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.xml.serializer_2.7.1.v20100508040
>>>>>>>0
>>>>>>>.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>> 27578 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.webservices_4.0.0.
>>>>>>>2
>>>>>>>0
>>>>>>>1
>>>>>>>2
>>>>>>>0
>>>>>>>3
>>>>>>>270529.jar
>>>>>>>899713 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.mozilla.javascript_1.7.2.v201005080400.j
>>>>>>>a
>>>>>>>r
>>>>>>>164537 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.engine_4.0.0.20120
>>>>>>>3
>>>>>>>2
>>>>>>>7
>>>>>>>0
>>>>>>>5
>>>>>>>2
>>>>>>>9.jar
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>   298 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>l
>>>>>>>u
>>>>>>>g
>>>>>>>in.xml
>>>>>>> 11118 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>c
>>>>>>>ess.xml
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/Business Objects/
>>>>>>>   875 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/Business Objects/Platform.dod
>>>>>>>   441 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/.buildPath
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/Workflow Design/
>>>>>>> 18100 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/Workflow Design/Main Canvas.canvas
>>>>>>>   623 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>p
>>>>>>>r
>>>>>>>o
>>>>>>>j
>>>>>>>ect/.project
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>M
>>>>>>>E
>>>>>>>T
>>>>>>>A
>>>>>>>-INF/
>>>>>>>  2333 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/abc123.dd1c2e30c8dc455ebd08e3607926388c_0.0.
>>>>>>>0
>>>>>>>/
>>>>>>>M
>>>>>>>E
>>>>>>>T
>>>>>>>A
>>>>>>>-INF/MANIFEST.MF
>>>>>>> 45405 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.commons.logging_1.0.4.v2011012116
>>>>>>>1
>>>>>>>7
>>>>>>>.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>> 42552 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.equinox.http.servlet_1.1.200.v20
>>>>>>>1
>>>>>>>1
>>>>>>>0
>>>>>>>5
>>>>>>>0
>>>>>>>2
>>>>>>>.jar
>>>>>>>  7457 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.spi_4.0.0.20120327
>>>>>>>0
>>>>>>>5
>>>>>>>2
>>>>>>>9
>>>>>>>.
>>>>>>>j
>>>>>>>ar
>>>>>>> 32781 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.databases_4.0.0.20
>>>>>>>1
>>>>>>>2
>>>>>>>0
>>>>>>>3
>>>>>>>2
>>>>>>>7
>>>>>>>0529.jar
>>>>>>>234903 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.interactions.core_
>>>>>>>4
>>>>>>>.
>>>>>>>0
>>>>>>>.
>>>>>>>0
>>>>>>>.
>>>>>>>201203270529.jar
>>>>>>> 10836 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.scripting.rhino_4.
>>>>>>>0
>>>>>>>.
>>>>>>>0
>>>>>>>.
>>>>>>>2
>>>>>>>0
>>>>>>>1203270529.jar
>>>>>>>113791 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.equinox.preferences_3.4.2.v20120
>>>>>>>1
>>>>>>>1
>>>>>>>1
>>>>>>>-
>>>>>>>2
>>>>>>>0
>>>>>>>20.jar
>>>>>>> 91961 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.contenttype_3.4.100.v201104
>>>>>>>2
>>>>>>>3
>>>>>>>-
>>>>>>>0
>>>>>>>5
>>>>>>>2
>>>>>>>4.jar
>>>>>>>237988 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.xml_1.3.4.v201005080400.jar
>>>>>>>134811 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.common_4.0.0.20120
>>>>>>>3
>>>>>>>2
>>>>>>>7
>>>>>>>0
>>>>>>>5
>>>>>>>2
>>>>>>>9.jar
>>>>>>> 21362 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.xml.soap_1.3.0.v201005080502.jar
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/
>>>>>>> 40320 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>s
>>>>>>>c
>>>>>>>h
>>>>>>>.
>>>>>>>j
>>>>>>>ar
>>>>>>>101811 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>u
>>>>>>>n
>>>>>>>i
>>>>>>>t
>>>>>>>.
>>>>>>>jar
>>>>>>>  8477 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>d
>>>>>>>e
>>>>>>>p
>>>>>>>e
>>>>>>>n
>>>>>>>d.jar
>>>>>>>  4418 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-resolver.jar
>>>>>>>  3361 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-log4j.jar
>>>>>>>  7093 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>m
>>>>>>>f
>>>>>>>.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>> 15576 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>t
>>>>>>>e
>>>>>>>s
>>>>>>>t
>>>>>>>u
>>>>>>>t
>>>>>>>il.jar
>>>>>>>  5989 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>n
>>>>>>>t
>>>>>>>l
>>>>>>>r
>>>>>>>.
>>>>>>>jar
>>>>>>>  8167 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>a
>>>>>>>v
>>>>>>>a
>>>>>>>m
>>>>>>>a
>>>>>>>il.jar
>>>>>>>  7847 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>s
>>>>>>>w
>>>>>>>i
>>>>>>>n
>>>>>>>g
>>>>>>>.
>>>>>>>jar
>>>>>>>  2633 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-xalan2.jar
>>>>>>>  9097 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-bcel.jar
>>>>>>> 10656 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>n
>>>>>>>e
>>>>>>>t
>>>>>>>r
>>>>>>>e
>>>>>>>x
>>>>>>>x.jar
>>>>>>>  4207 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>c
>>>>>>>o
>>>>>>>m
>>>>>>>m
>>>>>>>o
>>>>>>>n
>>>>>>>s-logging.jar
>>>>>>> 40276 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-oro.jar
>>>>>>> 22684 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>a
>>>>>>>i
>>>>>>>.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>> 85302 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>c
>>>>>>>o
>>>>>>>m
>>>>>>>m
>>>>>>>o
>>>>>>>n
>>>>>>>s-net.jar
>>>>>>>1927228 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant.
>>>>>>>j
>>>>>>>a
>>>>>>>r
>>>>>>>  4249 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-bsf.jar
>>>>>>>  7517 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>j
>>>>>>>u
>>>>>>>n
>>>>>>>i
>>>>>>>t
>>>>>>>4
>>>>>>>.jar
>>>>>>>  4106 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>a
>>>>>>>p
>>>>>>>a
>>>>>>>c
>>>>>>>h
>>>>>>>e
>>>>>>>-regexp.jar
>>>>>>> 12567 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/lib/ant-
>>>>>>>l
>>>>>>>a
>>>>>>>u
>>>>>>>n
>>>>>>>c
>>>>>>>h
>>>>>>>er.jar
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/OSGI-INF
>>>>>>>/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/OSGI-INF
>>>>>>>/
>>>>>>>l
>>>>>>>1
>>>>>>>0
>>>>>>>n
>>>>>>>/
>>>>>>>   584 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/OSGI-INF
>>>>>>>/
>>>>>>>l
>>>>>>>1
>>>>>>>0
>>>>>>>n
>>>>>>>/
>>>>>>>bundle.properties
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/
>>>>>>>  1817 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runr
>>>>>>>c
>>>>>>>.
>>>>>>>c
>>>>>>>m
>>>>>>>d
>>>>>>>  7472 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.
>>>>>>>b
>>>>>>>a
>>>>>>>t
>>>>>>>  4422 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runa
>>>>>>>n
>>>>>>>t
>>>>>>>.
>>>>>>>p
>>>>>>>l
>>>>>>>  3219 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/comp
>>>>>>>l
>>>>>>>e
>>>>>>>t
>>>>>>>e
>>>>>>>-
>>>>>>>a
>>>>>>>nt-cmd.pl
>>>>>>>  9997 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant
>>>>>>>  4315 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/envs
>>>>>>>e
>>>>>>>t
>>>>>>>.
>>>>>>>c
>>>>>>>m
>>>>>>>d
>>>>>>>  1536 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antR
>>>>>>>u
>>>>>>>n
>>>>>>>.
>>>>>>>b
>>>>>>>a
>>>>>>>t
>>>>>>>  2199 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antR
>>>>>>>u
>>>>>>>n
>>>>>>>.
>>>>>>>p
>>>>>>>l
>>>>>>>  2857 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ant.
>>>>>>>c
>>>>>>>m
>>>>>>>d
>>>>>>>  3410 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/ante
>>>>>>>n
>>>>>>>v
>>>>>>>.
>>>>>>>c
>>>>>>>m
>>>>>>>d
>>>>>>>   861 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/antR
>>>>>>>u
>>>>>>>n
>>>>>>>  3401 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runa
>>>>>>>n
>>>>>>>t
>>>>>>>.
>>>>>>>p
>>>>>>>y
>>>>>>>  1116 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/lcp.
>>>>>>>b
>>>>>>>a
>>>>>>>t
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/
>>>>>>> 19481 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdep
>>>>>>>e
>>>>>>>n
>>>>>>>d
>>>>>>>-
>>>>>>>f
>>>>>>>r
>>>>>>>ames.xsl
>>>>>>> 19618 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/ant-
>>>>>>>b
>>>>>>>o
>>>>>>>o
>>>>>>>t
>>>>>>>s
>>>>>>>t
>>>>>>>rap.jar
>>>>>>>  6394 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/tagd
>>>>>>>i
>>>>>>>f
>>>>>>>f
>>>>>>>.
>>>>>>>x
>>>>>>>s
>>>>>>>l
>>>>>>>  4945 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/chan
>>>>>>>g
>>>>>>>e
>>>>>>>l
>>>>>>>o
>>>>>>>g
>>>>>>>.
>>>>>>>xsl
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/chec
>>>>>>>k
>>>>>>>s
>>>>>>>t
>>>>>>>y
>>>>>>>l
>>>>>>>e
>>>>>>>/
>>>>>>>  4909 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/chec
>>>>>>>k
>>>>>>>s
>>>>>>>t
>>>>>>>y
>>>>>>>l
>>>>>>>e
>>>>>>>/checkstyle-xdoc.xsl
>>>>>>> 11321 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/chec
>>>>>>>k
>>>>>>>s
>>>>>>>t
>>>>>>>y
>>>>>>>l
>>>>>>>e
>>>>>>>/checkstyle-frames.xsl
>>>>>>>  1402 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/chec
>>>>>>>k
>>>>>>>s
>>>>>>>t
>>>>>>>y
>>>>>>>l
>>>>>>>e
>>>>>>>/checkstyle-text.xsl
>>>>>>> 18463 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/maud
>>>>>>>i
>>>>>>>t
>>>>>>>-
>>>>>>>f
>>>>>>>r
>>>>>>>a
>>>>>>>mes.xsl
>>>>>>> 18797 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/juni
>>>>>>>t
>>>>>>>-
>>>>>>>n
>>>>>>>o
>>>>>>>f
>>>>>>>r
>>>>>>>ames.xsl
>>>>>>> 19059 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/cove
>>>>>>>r
>>>>>>>a
>>>>>>>g
>>>>>>>e
>>>>>>>-
>>>>>>>f
>>>>>>>rames.xsl
>>>>>>> 12033 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/jdep
>>>>>>>e
>>>>>>>n
>>>>>>>d
>>>>>>>.
>>>>>>>x
>>>>>>>s
>>>>>>>l
>>>>>>> 35407 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/juni
>>>>>>>t
>>>>>>>-
>>>>>>>f
>>>>>>>r
>>>>>>>a
>>>>>>>m
>>>>>>>es.xsl
>>>>>>> 29045 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/juni
>>>>>>>t
>>>>>>>-
>>>>>>>f
>>>>>>>r
>>>>>>>a
>>>>>>>m
>>>>>>>es-xalan1.xsl
>>>>>>> 38859 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/mmet
>>>>>>>r
>>>>>>>i
>>>>>>>c
>>>>>>>s
>>>>>>>-
>>>>>>>f
>>>>>>>rames.xsl
>>>>>>>  6295 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/etc/log.
>>>>>>>x
>>>>>>>s
>>>>>>>l
>>>>>>>  3935 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about.ht
>>>>>>>m
>>>>>>>l
>>>>>>>   585 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/plugin.p
>>>>>>>r
>>>>>>>o
>>>>>>>p
>>>>>>>e
>>>>>>>r
>>>>>>>t
>>>>>>>ies
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_fi
>>>>>>>l
>>>>>>>e
>>>>>>>s
>>>>>>>/
>>>>>>> 15561 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_fi
>>>>>>>l
>>>>>>>e
>>>>>>>s
>>>>>>>/
>>>>>>>L
>>>>>>>I
>>>>>>>CENSE
>>>>>>>  5196 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_fi
>>>>>>>l
>>>>>>>e
>>>>>>>s
>>>>>>>/
>>>>>>>D
>>>>>>>O
>>>>>>>M-LICENSE.html
>>>>>>> 11358 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_fi
>>>>>>>l
>>>>>>>e
>>>>>>>s
>>>>>>>/
>>>>>>>A
>>>>>>>S
>>>>>>>L-LICENSE-2.0.txt
>>>>>>>  3501 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_fi
>>>>>>>l
>>>>>>>e
>>>>>>>s
>>>>>>>/
>>>>>>>S
>>>>>>>A
>>>>>>>X-LICENSE.html
>>>>>>>   224 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_fi
>>>>>>>l
>>>>>>>e
>>>>>>>s
>>>>>>>/
>>>>>>>N
>>>>>>>O
>>>>>>>TICE
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF
>>>>>>>/
>>>>>>>   118 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF
>>>>>>>/
>>>>>>>e
>>>>>>>c
>>>>>>>l
>>>>>>>i
>>>>>>>p
>>>>>>>se.inf
>>>>>>>  8039 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF
>>>>>>>/
>>>>>>>M
>>>>>>>A
>>>>>>>N
>>>>>>>I
>>>>>>>F
>>>>>>>EST.MF
>>>>>>>  4462 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF
>>>>>>>/
>>>>>>>E
>>>>>>>C
>>>>>>>L
>>>>>>>I
>>>>>>>P
>>>>>>>SEF.SF
>>>>>>>  5638 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/META-INF
>>>>>>>/
>>>>>>>E
>>>>>>>C
>>>>>>>L
>>>>>>>I
>>>>>>>P
>>>>>>>SEF.RSA
>>>>>>>118913 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.commons.io_1.4.0.v20081110-1000.j
>>>>>>>a
>>>>>>>r
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/static.configuration_0.0.0/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/static.configuration_0.0.0/META-INF/
>>>>>>>   203 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/static.configuration_0.0.0/META-INF/MANIFEST
>>>>>>>.
>>>>>>>M
>>>>>>>F
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/static.configuration_0.0.0/META-INF/services
>>>>>>>/
>>>>>>>   947 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/static.configuration_0.0.0/META-INF/services
>>>>>>>/
>>>>>>>o
>>>>>>>r
>>>>>>>g
>>>>>>>.
>>>>>>>e
>>>>>>>clipse.vtp.framework.util.StaticConfigurationAdmin
>>>>>>> 70526 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime_3.7.0.v20110110.jar
>>>>>>>183035 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.equinox.registry_3.5.101.R37x_v2
>>>>>>>0
>>>>>>>1
>>>>>>>1
>>>>>>>0
>>>>>>>8
>>>>>>>1
>>>>>>>0-1611.jar
>>>>>>>105624 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20110523.j
>>>>>>>a
>>>>>>>r
>>>>>>> 22838 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_
>>>>>>>3
>>>>>>>.
>>>>>>>2
>>>>>>>.
>>>>>>>2
>>>>>>>0
>>>>>>>0.v20110110.jar
>>>>>>> 54375 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/javax.activation_1.1.0.v201005080500.jar
>>>>>>> 59142 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.apache.commons.fileupload_1.2.0.v2008060
>>>>>>>4
>>>>>>>-
>>>>>>>1
>>>>>>>5
>>>>>>>0
>>>>>>>0
>>>>>>>.jar
>>>>>>> 41998 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.util_4.0.0.2012032
>>>>>>>7
>>>>>>>0
>>>>>>>5
>>>>>>>2
>>>>>>>9
>>>>>>>.
>>>>>>>jar
>>>>>>> 85218 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.equinox.app_1.3.100.v20110321.ja
>>>>>>>r
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/
>>>>>>>   603 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/fragment.properties
>>>>>>>   431 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/.api_description
>>>>>>>  1432 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/about.html
>>>>>>> 12213 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/runtime_registry_compatibility.jar
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/META-INF/
>>>>>>>    76 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/META-INF/eclipse.inf
>>>>>>>   981 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/META-INF/MANIFEST.MF
>>>>>>>   547 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/META-INF/ECLIPSEF.SF
>>>>>>>  5638 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.regis
>>>>>>>t
>>>>>>>r
>>>>>>>y
>>>>>>>_
>>>>>>>3
>>>>>>>.
>>>>>>>5.0.v20110505/META-INF/ECLIPSEF.RSA
>>>>>>> 71157 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.osgi.services_3.3.0.v20110513.ja
>>>>>>>r
>>>>>>>1364409 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/eclipse/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
>>>>>>>   495 Fri Mar 30 11:49:28 GMT-06:00 2012 WEB-INF/eclipse/launch.ini
>>>>>>>  2181 Fri Mar 30 12:21:34 GMT-06:00 2012 WEB-INF/web.xml
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012 WEB-INF/classes/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012 WEB-INF/classes/org/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/classes/org/eclipse/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/classes/org/eclipse/vtp/
>>>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>>>WEB-INF/classes/org/eclipse/vtp/framework/
>>>>>>>     0 Fri Mar 30 12:20:32 GMT-06:00 2012
>>>>>>>WEB-INF/classes/org/eclipse/vtp/framework/webapp/
>>>>>>>
>>>>>>>
>>>>>>>We initially had an issue with deploying the application in weblogic
>>>>>>>because it contained a java class
>>>>>>>org.eclipse.vtp.framework.webapp.HttpSessionListenerManager that was
>>>>>>>compiled using Java 6 while our weblogic server was running on Java
>>>>>>>5.
>>>>>>>
>>>>>>>We removed this one class and its references in web.xml, just to see
>>>>>>>how
>>>>>>>far we could get with deployment. After we removed this class we
>>>>>>>were
>>>>>>>able to deploy the app successfully.
>>>>>>>
>>>>>>>But now when we try to access the application using the URL that is
>>>>>>>in
>>>>>>>the User Guide we get the following message :
>>>>>>>
>>>>>>>curl -v --url "http://208873cas2015/abc123/abc123/Begin";
>>>>>>>* About to connect() to 208873cas2015 port 80
>>>>>>>*   Trying 10.18.9.93... * connected
>>>>>>>* Connected to 208873cas2015 (10.18.9.93) port 80
>>>>>>>> GET /abc123/abc123/Begin HTTP/1.1
>>>>>>>User-Agent: curl/7.12.1 (i386-redhat-linux-gnu) libcurl/7.12.1
>>>>>>>OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
>>>>>>>Host: 208873cas2015
>>>>>>>Pragma: no-cache
>>>>>>>Accept: */*
>>>>>>>
>>>>>>>< HTTP/1.1 404 Not Found
>>>>>>>< Connection: close
>>>>>>>< Date: Mon, 02 Apr 2012 15:31:26 GMT
>>>>>>>< Content-Length: 34
>>>>>>>< Content-Type: text/html
>>>>>>>< X-Powered-By: Servlet/2.4 JSP/2.0
>>>>>>>* Closing connection #0
>>>>>>>ProxyServlet: /abc123/abc123/Begin
>>>>>>>
>>>>>>>
>>>>>>>Could you tell us what we are doing wrong ?
>>>>>>>
>>>>>>>
>>>>>>>Jag
>>>>>>>
>>>>>>>
>>>>>>>_______________________________________________
>>>>>>>vtp-dev mailing list
>>>>>>>vtp-dev@xxxxxxxxxxx
>>>>>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>>>>
>>>>>>_______________________________________________
>>>>>>vtp-dev mailing list
>>>>>>vtp-dev@xxxxxxxxxxx
>>>>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>>>>_______________________________________________
>>>>>>vtp-dev mailing list
>>>>>>vtp-dev@xxxxxxxxxxx
>>>>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>>>
>>>>>_______________________________________________
>>>>>vtp-dev mailing list
>>>>>vtp-dev@xxxxxxxxxxx
>>>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>>
>>>>_______________________________________________
>>>>vtp-dev mailing list
>>>>vtp-dev@xxxxxxxxxxx
>>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>>_______________________________________________
>>>>vtp-dev mailing list
>>>>vtp-dev@xxxxxxxxxxx
>>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>
>>>_______________________________________________
>>>vtp-dev mailing list
>>>vtp-dev@xxxxxxxxxxx
>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>>_______________________________________________
>>>vtp-dev mailing list
>>>vtp-dev@xxxxxxxxxxx
>>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>
>>_______________________________________________
>>vtp-dev mailing list
>>vtp-dev@xxxxxxxxxxx
>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>>_______________________________________________
>>vtp-dev mailing list
>>vtp-dev@xxxxxxxxxxx
>>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>
>_______________________________________________
>vtp-dev mailing list
>vtp-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/vtp-dev
>_______________________________________________
>vtp-dev mailing list
>vtp-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/vtp-dev



Back to the top