[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
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$ProcessEngineIn
>stance.open(ProcessEngineManager.java:260)
> at
>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager.createProcessEn
>gine(ProcessEngineManager.java:77)
> at
>org.eclipse.vtp.framework.engine.osgi.ProcessEngineManager.selectingServic
>e(ProcessEngineManager.java:138)
> at
>org.eclipse.vtp.framework.util.SingletonTracker.selectSingleton(SingletonT
>racker.java:426)
> at
>org.eclipse.vtp.framework.util.SingletonTracker.addingService(SingletonTra
>cker.java:248)
> at
>org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTrack
>er.java:980)
> at
>org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTrack
>er.java:1)
> at
>org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:262
>)
> at
>org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:18
>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(BundleCon
>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(BundleCon
>textImpl.java:683)
> at
>org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost
>.java:381)
> at
>org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBun
>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(StartLe
>velManager.java:457)
> at
>org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
>(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(EventManage
>r.java:230)
> at
>org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventMana
>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.v201005
>>>>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.v20100419031
>>>>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.2012032705
>>>>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.jar
>>>> 91069 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>WEB-INF/eclipse/plugins/org.eclipse.core.jobs_3.5.101.v20120113-1953.ja
>>>>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.201
>>>>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.20120327
>>>>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.v20110
>>>>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.20120327052
>>>>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.20120
>>>>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.v20120111
>>>>-
>>>>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.20120327
>>>>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-jsc
>>>>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-jun
>>>>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-jde
>>>>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-apa
>>>>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-apa
>>>>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-jmf
>>>>.
>>>>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-tes
>>>>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-ant
>>>>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-jav
>>>>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-swi
>>>>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-apa
>>>>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-apa
>>>>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-net
>>>>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-com
>>>>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-apa
>>>>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-jai
>>>>.
>>>>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-com
>>>>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.jar
>>>> 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-apa
>>>>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-jun
>>>>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-apa
>>>>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-lau
>>>>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/l1
>>>>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/l1
>>>>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.bat
>>>> 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/complet
>>>>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.cmd
>>>> 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.bat
>>>> 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/jdepend
>>>>-
>>>>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-boo
>>>>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/tagdiff
>>>>.
>>>>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/changel
>>>>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/checkst
>>>>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/checkst
>>>>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/checkst
>>>>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/checkst
>>>>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/coverag
>>>>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/jdepend
>>>>.
>>>>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/mmetric
>>>>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.xsl
>>>> 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.prop
>>>>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_files
>>>>/
>>>> 15561 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>WEB-INF/eclipse/plugins/org.apache.ant_1.8.2.v20120109-1030/about_files
>>>>/
>>>>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_files
>>>>/
>>>>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_files
>>>>/
>>>>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_files
>>>>/
>>>>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_files
>>>>/
>>>>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/ec
>>>>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/MA
>>>>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/EC
>>>>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/EC
>>>>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.MF
>>>> 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/or
>>>>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_v2011
>>>>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.2012032705
>>>>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.registry
>>>>_
>>>>3
>>>>.
>>>>5.0.v20110505/
>>>> 603 Fri Mar 30 11:49:28 GMT-06:00 2012
>>>>WEB-INF/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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.registry
>>>>_
>>>>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