HI,

I need to do a project using VTP 2.0 with webservice, but I have a problem.
I created the project with reference to the webservice, export the application
and put it in the application server (Tomcat) and executed, but the project
does not call the webservice, returning an error in the log of tomcat.
Annex follows the log of tomcat.
I need that someone help me urgent because i need to finalize this project.

Regards
--
).:[EMAIL PROTECTED]:.(




getResourceItem::/WEB-INF/openVXML/application/::true
getResourceItem::/WEB-INF/openVXML/application/Brands/Default/::true
getResourceItem::/WEB-INF/openVXML/personas/::true
getResourceItem::/WEB-INF/openVXML/application/CallDesign.xml::false
getResourceItem::/WEB-INF/openVXML/application/.buildPath::false
getResourceItem::/WEB-INF/openVXML/personas/9eb8d1a8c6af4a48939ca273faf079e6/::true
getResourceItem::/WEB-INF/openVXML/personas/9eb8d1a8c6af4a48939ca273faf079e6/Prompts.xml::false
getResourceItem::/WEB-INF/openVXML/personas/9eb8d1a8c6af4a48939ca273faf079e6/.audioFiles::false
getResourceItem::/WEB-INF/openVXML/personas/142529be023948b098b08caebaf472d2/::true
getResourceItem::/WEB-INF/openVXML/personas/142529be023948b098b08caebaf472d2/Prompts.xml::false
getResourceItem::/WEB-INF/openVXML/personas/142529be023948b098b08caebaf472d2/.audioFiles::false
getResourceItem::/WEB-INF/openVXML/application/Brands/Default/.binding::false
getResourceItem::/WEB-INF/openVXML/application/Brands/Default/Prompts.xml::false
getResourceItem::/WEB-INF/openVXML/application/Brands/Default/Media 
Files/.audioFiles::false
getResourceItem::/WEB-INF/openVXML/application/Business Objects/::true
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] CallBegin
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleEntry
        MODULE_NAME :  a07821c165d04e40b2349b9152bec013
<?xml version="1.0" ?>
<vxml version='2.0' xmlns='http://www.w3.org/2001/vxml'>
<property name='fetchaudiodelay' value='30s'/>
<property name='documentmaxstale' value='0'/>
<property name='documentmaxage' value='0'/>
<property name='maxage' value='45'/>
<property name='maxstale' value='45'/>
<form id='VariableForm' scope='dialog'>
<var name='KERNEL_CALL_ID' expr='&apos;c9291ed5cca44a0da35b95a276bdcbdd&apos;'/>
<var name='KERNEL_EVENT' expr='&apos;FILLED&apos;'/>
<var name='PlatformDNIS'/>
<var name='PlatformANI'/>
<block name='VariableBlock'>
<assign name='PlatformDNIS' expr='session.connection.local.uri'/>
<assign name='PlatformANI' expr='session.connection.remote.uri'/>
<submit next='/application/openVXML' method="get" namelist='KERNEL_CALL_ID 
KERNEL_EVENT PlatformDNIS PlatformANI'/>
</block>
</form>
<catch event='connection.disconnect.hangup'>
<goto 
next='/application/openVXML?KERNEL_CALL_ID=c9291ed5cca44a0da35b95a276bdcbdd&amp;KERNEL_EVENT=ERROR&amp;ERROR_NAME=connection.disconnect.hangup'/>
</catch>
</vxml>
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] DataCollected
        KERNEL_CONTEXT_PATH :  /application
        REQUEST_NAME :  GetPlatformVariables
        KERNEL_EVENT :  FILLED
        PlatformDNIS :  617428444
        PlatformANI :  781871222
        BRAND :  Default
        KERNEL_CALL_ID :  c9291ed5cca44a0da35b95a276bdcbdd
        MODULE_NAME :  a07821c165d04e40b2349b9152bec013
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleExit
        EXIT_POINT :  done
        MODULE_NAME :  a07821c165d04e40b2349b9152bec013
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleEntry
        MODULE_NAME :  ApplicationStart
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleExit
        EXIT_POINT :  Application Start
        MODULE_NAME :  ApplicationStart
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleEntry
        MODULE_NAME :  PlayPrompt
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleExit
        EXIT_POINT :  Next
        MODULE_NAME :  PlayPrompt
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleEntry
        MODULE_NAME :  WebServiceModule
<<<<<<<<<<<<<<<<<<<<<<WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
[EMAIL PROTECTED]

<?xml version="1.0" ?>
<vxml version='2.0' xmlns='http://www.w3.org/2001/vxml'>
<property name='fetchaudiodelay' value='30s'/>
<property name='documentmaxstale' value='0'/>
<property name='documentmaxage' value='0'/>
<property name='maxage' value='45'/>
<property name='maxstale' value='45'/>
<form id='Default_Message_Form' scope='dialog'>
<block name='Default_Message_Block'>
<prompt bargein='true' xml:lang='en-US'><audio 
src='/application/openVXML-files/application/Brands/Default/Media%20Files/menu.gsm'></audio></prompt>
<goto 
next='/application/openVXML?KERNEL_CALL_ID=c9291ed5cca44a0da35b95a276bdcbdd&amp;KERNEL_EVENT=NOOP'/>
</block>
</form>
<catch event='connection.disconnect.hangup'>
<goto 
next='/application/openVXML?KERNEL_CALL_ID=c9291ed5cca44a0da35b95a276bdcbdd&amp;KERNEL_EVENT=ERROR&amp;ERROR_NAME=connection.disconnect.hangup'/>
</catch>
</vxml>
java.lang.ArrayIndexOutOfBoundsException: 0
        at 
org.eclipse.vtp.framework.kernel.modules.WebServiceCallModule$WebServiceCallInteraction.execute(WebServiceCallModule.java:449)
        at 
org.eclipse.vtp.framework.kernel.core.DefaultCallMediator.processModuleDestination(DefaultCallMediator.java:335)
        at 
org.eclipse.vtp.framework.kernel.core.DefaultCallMediator.run(DefaultCallMediator.java:284)
        at java.lang.Thread.run(Thread.java:619)
Sat Aug 30 15:19:37 BRT 2008 [REPORTING] ModuleExit
        MODULE_NAME :  WebServiceModule
Sat Aug 30 15:19:39 BRT 2008 [REPORTING] CallEnd
<?xml version="1.0" ?>
<vxml version='2.0' xmlns='http://www.w3.org/2001/vxml'>
<property name='fetchaudiodelay' value='30s'/>
<property name='documentmaxstale' value='0'/>
<property name='documentmaxage' value='0'/>
<property name='maxage' value='45'/>
<property name='maxstale' value='45'/>
<form id='WaitForm' scope='dialog'>
<block name='WaitBlock'>
<goto 
next='/application/openVXML?KERNEL_CALL_ID=c9291ed5cca44a0da35b95a276bdcbdd&amp;KERNEL_EVENT=NOOP'/>
</block>
</form>
<catch event='connection.disconnect.hangup'>
<goto 
next='/application/openVXML?KERNEL_CALL_ID=c9291ed5cca44a0da35b95a276bdcbdd&amp;KERNEL_EVENT=ERROR&amp;ERROR_NAME=connection.disconnect.hangup'/>
</catch>
</vxml>
<?xml version="1.0" ?>
<vxml version='2.0' xmlns='http://www.w3.org/2001/vxml'>
<property name='fetchaudiodelay' value='30s'/>
<property name='documentmaxstale' value='0'/>
<property name='documentmaxage' value='0'/>
<property name='maxage' value='45'/>
<property name='maxstale' value='45'/>
<form id='ErrorForm' scope='dialog'>
<block name='ErrorBlock'>
<prompt bargein='true' xml:lang='en-US'>I'm sorry, we are having technical 
difficulties with our voice response system.  Please call again when this issue 
is resolved.</prompt>
<disconnect/>
</block>
</form>
</vxml>
_______________________________________________
vtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/vtp-dev

Reply via email to