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

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$ProcessEngineI
>>n
>>stance.open(ProcessEngineManager.java:260)
>>        at
>>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager.createProcessE
>>n
>>gine(ProcessEngineManager.java:77)
>>        at
>>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager.selectingServi
>>c
>>e(ProcessEngineManager.java:138)
>>        at
>>org.eclipse.vtp.framework.util.SingletonTracker.selectSingleton(Singleton
>>T
>>racker.java:426)
>>        at
>>org.eclipse.vtp.framework.util.SingletonTracker.addingService(SingletonTr
>>a
>>cker.java:248)
>>        at
>>org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTrac
>>k
>>er.java:980)
>>        at
>>org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTrac
>>k
>>er.java:1)
>>        at
>>org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:26
>>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:333)
>>        at
>>org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleCo
>>n
>>textImpl.java:711)
>>        at java.security.AccessController.doPrivileged(Native Method)
>>        at
>>org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator
>>(
>>BundleContextImpl.java:702)
>>        at
>>org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleCo
>>n
>>textImpl.java:683)
>>        at
>>org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHos
>>t
>>.java:381)
>>        at
>>org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBu
>>n
>>dle.java:389)
>>        at
>>org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework
>>.
>>java:1131)
>>        at
>>org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(
>>S
>>tartLevelManager.java:559)
>>        at
>>org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(
>>S
>>tartLevelManager.java:544)
>>        at
>>org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartL
>>e
>>velManager.java:457)
>>        at
>>org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLeve
>>l
>>(StartLevelManager.java:243)
>>        at
>>org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(
>>S
>>tartLevelManager.java:438)
>>        at
>>org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(
>>S
>>tartLevelManager.java:1)
>>        at
>>org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManag
>>e
>>r.java:230)
>>        at
>>org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventMan
>>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.200
>>>>>.
>>>>>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.v20100
>>>>>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.v2010041903
>>>>>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.201203270
>>>>>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.ja
>>>>>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.v201005080400.
>>>>>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.20
>>>>>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.jar
>>>>>164537 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>WEB-INF/eclipse/plugins/org.eclipse.vtp.framework.engine_4.0.0.2012032
>>>>>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.v201101211617
>>>>>.
>>>>>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.v2011
>>>>>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.2012032705
>>>>>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.2012
>>>>>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.v2012011
>>>>>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.v20110423
>>>>>-
>>>>>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.2012032
>>>>>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-js
>>>>>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-ju
>>>>>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-jd
>>>>>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-ap
>>>>>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-ap
>>>>>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-jm
>>>>>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-te
>>>>>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-an
>>>>>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-ja
>>>>>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-sw
>>>>>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-ap
>>>>>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-ap
>>>>>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-ne
>>>>>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-co
>>>>>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-ap
>>>>>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-ja
>>>>>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-co
>>>>>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.ja
>>>>>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-ap
>>>>>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-ju
>>>>>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-ap
>>>>>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-la
>>>>>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/runrc.
>>>>>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.ba
>>>>>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/runant
>>>>>.
>>>>>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/comple
>>>>>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/envset
>>>>>.
>>>>>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/antRun
>>>>>.
>>>>>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/antRun
>>>>>.
>>>>>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.cm
>>>>>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/antenv
>>>>>.
>>>>>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/antRun
>>>>>  3401 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/bin/runant
>>>>>.
>>>>>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.ba
>>>>>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/jdepen
>>>>>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-bo
>>>>>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/tagdif
>>>>>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/change
>>>>>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/checks
>>>>>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/checks
>>>>>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/checks
>>>>>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/checks
>>>>>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/maudit
>>>>>-
>>>>>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/junit-
>>>>>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/covera
>>>>>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/jdepen
>>>>>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/junit-
>>>>>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/junit-
>>>>>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/mmetri
>>>>>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.xs
>>>>>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.html
>>>>>   585 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/plugin.pro
>>>>>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_file
>>>>>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_file
>>>>>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_file
>>>>>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_file
>>>>>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_file
>>>>>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_file
>>>>>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.jar
>>>>>     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_v201
>>>>>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.jar
>>>>> 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.v20080604-
>>>>>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.201203270
>>>>>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.jar
>>>>>     0 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.registr
>>>>>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.jar
>>>>>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


Back to the top