cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NETWEAVER VOICE IDE

Former Member
0 Kudos

Hi,

Trying to implement the Voice application.... Got to know that SAP Netweaver Visual Composer will be having the component of Voice IDE.

So just want to know the what are the main components and other stuff to implement a Netweaver Visual Composer. Any trial version download available for this visual composer???? After installing the Visual Composer what are the other related stuff to be checked for the Voice IDE

Regards

Pavan

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Got the application from market place. Thanks to everyone.

former_member189719
Participant
0 Kudos

Hi Praveen

Have you already started development??? Can you post your feed back on this thread. Like to know how the latest version works and what use case you are developing.

Thanks in advance

Dilip

kamlesh_zanje
Advisor
Advisor
0 Kudos

Hi Dilip,

I'm Kamlesh and i am netweaver voice developer, SAP labs, bangalore.

Yes, you are right. From 711(EHP1 SP1) onwards we can lauch netweaver voice on eclipse(netweaver development studio) as a plugin.

Feel free to contact me, if you need any information pertaining to Voice plugin over eclipse.

I shall guide you , if you want to model any complex use case using voice features.

Regards,

Kamlesh.

p330068
Active Contributor
0 Kudos

Hi Kamlesh,

I have developed the simple voice application(using start, speak and end element) in visual composer (EHP1 SP1) in SAP NWDS. I'm able to compile the application But unable to deploy due to error getting the error "Caused by: java.lang.RuntimeException: Could not find / lookup the WSProvider!". I have checked the sap note for the same but not able to figur out issue.

Other thing that i'm not able to find runtime value 'voice' for my voice application in the visual composer IDE.

Could you please help me to sort out my issue.

thanks in Advance!

Arun Jaiswal

kamlesh_zanje
Advisor
Advisor
0 Kudos

Hi Arun,

From exception i can make out that it's coming from the VoiceObjects server.

I would like to request you to follow this steps.

Please check whether voice container services or the voice application

(which you have modeled) or tc~voear(J2EE application) is properly started or not.

E.g: http://(server):portnumber/nwa

1)For starting the voice container services : goto nwa ->

operations management -> start/stop >jave EE services -> search

for the voice container > click the start.

2)For starting the application : goto nwa -> operation management ->

start/stop -> java EE Applications -> search for the application

which you have modeled -> click the start -> click the refresh

for checking the status of the application.

3) Check tc~voeear(J2EE application) is started or not.

Go to Netweaver Administrator (/nwa)->Operation Management ->

Systems ->Start & Stop -> Java EE Applications(tab).

Search for 'tc~voear'. Check whether it is running or not,

if not, start this j2ee application.

If this steps doesn't help you, then please share the log/trace files for the further analysis.

You can find the log/trace files from the SAP j2ee server (Where Netweaver CE is installed)

Eg: [Drive:]\usr\sap\CE1\J00\j2ee\cluster\server0\log\defaultrace.

Hint : search the keyword "WSProvider" in the trace file.

Copy & paste the exception in this message or upload the trace file(if possible).

Note:Try to deploy the application and then share the trace file, so we can get the latest server

traces/logs.Please cross verify the date/time of the logs/trace

as well in the trace file before sharing it.

Please get back to me, if any of this steps is not clear to you.

Thanks & Regards,

Kamlesh.

p330068
Active Contributor
0 Kudos

Hi Kamlesh,

I have checked tc~voear and voice container are already started before deploying the voice application. But unable to deploy the voice application also thorugh NWDS(Development Infrastructure).

I am attaching the defaultrace for "Vcvoice" voice application.......

#2.0 #2009 02 03 20:07:00:325#+0530#Error#/System/Server#

#BC-JAS-JMS#jms#001D091F323200390000000100001CF4#9691950000001242##com.sap.jms.client.com.sap.jms.client.connection.RemoteQueueConnection#Guest#0##765BD232F1FA11DD95FE001D091F3232#765bd232f1fa11dd95fe001d091f3232#765bd232f1fa11dd95fe001d091f3232#0#Thread[JMS (256) Delivery Task dstId = 7,5,Managed_Application_Thread]#Plain##

#

#2.0 #2009 02 03 20:07:05:109#+0530#Error#com.sap.engine.services.deploy#

#BC-JAS-DPL#deploy#001D091F3232003D0000000100001CF4#9691950000000005##com.sap.engine.services.deploy#Administrator#10##657C0FC4A0471004A123FA185BC2F041#657c0fc4a0471004a123fa185bc2f041#657c0fc4a0471004a123fa185bc2f041#0#Thread[DeployThread[sap.com_vcvoicetext_impl],5,Managed_Application_Thread]#Java##

[ERROR CODE DPL.DS.5029] Exception in operation [deploy] with application [sap.com/vcvoicetext_impl].#1#com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5029] Exception in operation [deploy] with application [sap.com/vcvoicetext_impl].

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.rollbackPart(ApplicationTransaction.java:619)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:495)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)

at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2525)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)

at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)

at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)

at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)

at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)

at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)

Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:532)

at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)

... 15 more

Caused by: java.lang.RuntimeException: Could not find / lookup the WSProvider!

at com.sap.voice.sdk.deployer.vo.VoiceContainerReflectionProxy.initialize(VoiceContainerReflectionProxy.java:172)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.initialize(VO6Deployer.java:412)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.oneStepDeployMaster(VO6Deployer.java:76)

at com.sap.voice.lifecyclemgmt.VoiceContainer.oneStepDeploy(VoiceContainer.java:663)

at com.sap.voice.lifecyclemgmt.VoiceContainer.deploy(VoiceContainer.java:133)

at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)

... 18 more

#

#2.0 #2009 02 03 20:07:05:109#+0530#Error#com.sap.engine.services.deploy#

com.sap.ASJ.dpl_ds.002033#BC-JAS-DPL#deploy#001D091F3232003D0000000200001CF4#9691950000000005##com.sap.engine.services.deploy#Administrator#10##657C0FC4A0471004A123FA185BC2F041#657c0fc4a0471004a123fa185bc2f041#657c0fc4a0471004a123fa185bc2f041#0#Thread[DeployThread[sap.com_vcvoicetext_impl],5,Managed_Application_Thread]#Plain##

File [D:
usr
sap
CE1
J00
j2ee
cluster
apps
sap.com
vcvoicetext_impl
voice_container
voice_vcvoicetext_Vcvoice.xml] could not be deleted.#

#2.0 #2009 02 03 20:07:05:172#+0530#Error#com.sap.engine.services.deploy#

com.sap.ASJ.dpl_ds.002038##sap.com/vcvoicetext_impl#001D091F3232003D0000000400001CF4#9691950000000005##com.sap.engine.services.deploy#Administrator#10##657C0FC4A0471004A123FA185BC2F041#657c0fc4a0471004a123fa185bc2f041#657c0fc4a0471004a123fa185bc2f041#0#Thread[DeployThread[sap.com_vcvoicetext_impl],5,Managed_Application_Thread]#Java##

Global operation [] over [] [] finished with errors for []ms on server []#2#500#true#

#2.0 #2009 02 03 20:07:05:172#+0530#Error#com.sap.engine.services.deploy#

#BC-JAS-DPL#deploy#001D091F3232003D0000000500001CF4#9691950000000005##com.sap.engine.services.deploy#Administrator#10##657C0FC4A0471004A123FA185BC2F041#657c0fc4a0471004a123fa185bc2f041#657c0fc4a0471004a123fa185bc2f041#0#Thread[DeployThread[sap.com_vcvoicetext_impl],5,Managed_Application_Thread]#Java##

[ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.#1#com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:532)

at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)

at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2525)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)

at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)

at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)

at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)

at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)

at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)

Caused by: java.lang.RuntimeException: Could not find / lookup the WSProvider!

at com.sap.voice.sdk.deployer.vo.VoiceContainerReflectionProxy.initialize(VoiceContainerReflectionProxy.java:172)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.initialize(VO6Deployer.java:412)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.oneStepDeployMaster(VO6Deployer.java:76)

at com.sap.voice.lifecyclemgmt.VoiceContainer.oneStepDeploy(VoiceContainer.java:663)

at com.sap.voice.lifecyclemgmt.VoiceContainer.deploy(VoiceContainer.java:133)

at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)

... 18 more

#

#2.0 #2009 02 03 20:07:05:172#+0530#Error#com.sap.engine.services.tcbldeploy_controller#

com.sap.#BC-JAS-DPL#tcbldeploy_controller#001D091F3232003D0000000700001CF4#9691950000000005##com.sap.engine.services.tcbldeploy_controller#Administrator#10##657C0FC4A0471004A123FA185BC2F041#657c0fc4a0471004a123fa185bc2f041#657c0fc4a0471004a123fa185bc2f041#0#Thread[DeployThread[sap.com_vcvoicetext_impl],5,Managed_Application_Thread]#Java##

ASJ.dpl_dc.001084 An error occurred while deploying the deployment item [sap.com_vcvoicetext_impl].#1#com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [sap.com_vcvoicetext_impl]. Cannot deploy it.

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:118)

at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)

at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)

at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)

at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)

at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)

Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: [ERROR CODE DPL.DS.6193] Error while ; nested exception is:

com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.

at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:4703)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:325)

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)

... 10 more

Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:532)

at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)

at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2525)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)

... 11 more

Caused by: java.lang.RuntimeException: Could not find / lookup the WSProvider!

at com.sap.voice.sdk.deployer.vo.VoiceContainerReflectionProxy.initialize(VoiceContainerReflectionProxy.java:172)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.initialize(VO6Deployer.java:412)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.oneStepDeployMaster(VO6Deployer.java:76)

at com.sap.voice.lifecyclemgmt.VoiceContainer.oneStepDeploy(VoiceContainer.java:663)

at com.sap.voice.lifecyclemgmt.VoiceContainer.deploy(VoiceContainer.java:133)

at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)

... 18 more

#

See next message also for the same defaultrace file............

p330068
Active Contributor
0 Kudos

#2.0 #2009 02 03 20:07:05:187#+0530#Error#com.sap.engine.services.tcbldeploy_controller#

com.sap.#BC-JAS-DPL#tcbldeploy_controller#001D091F3232003C0000000A00001CF4#9691950000000003##com.sap.engine.services.tcbldeploy_controller#Administrator#10##657C0FC4A0471004A123FA185BC2F041#657c0fc4a0471004a123fa185bc2f041#657c0fc4a0471004a123fa185bc2f041#0#Thread[RMI/IIOP Worker [0],5,Dedicated_Application_Thread]#Java##

ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [sap.com_vcvoicetext_impl].

; nested exception is:

com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [sap.com_vcvoicetext_impl]. Cannot deploy it.#1#com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 [ERROR CODE DPL.DC.3077] An error occurred while deploying the deployment item [sap.com_vcvoicetext_impl].

; nested exception is:

com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [sap.com_vcvoicetext_impl]. Cannot deploy it.

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:188)

at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:57)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:229)

at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:91)

at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:34)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)

Caused by: com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [sap.com_vcvoicetext_impl]. Cannot deploy it.

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:118)

at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:108)

at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:51)

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:163)

... 7 more

Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: [ERROR CODE DPL.DS.6193] Error while ; nested exception is:

com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.

at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:4703)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:325)

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:104)

... 10 more

Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5089] Exception during generating components of [sap.com/vcvoicetext_impl] application in [voice_container] container.

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:532)

at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:249)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:188)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:493)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:544)

at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2525)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:378)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:323)

... 11 more

Caused by: java.lang.RuntimeException: Could not find / lookup the WSProvider!

at com.sap.voice.sdk.deployer.vo.VoiceContainerReflectionProxy.initialize(VoiceContainerReflectionProxy.java:172)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.initialize(VO6Deployer.java:412)

at com.sap.voice.sdk.deployer.vo.VO6Deployer.oneStepDeployMaster(VO6Deployer.java:76)

at com.sap.voice.lifecyclemgmt.VoiceContainer.oneStepDeploy(VoiceContainer.java:663)

at com.sap.voice.lifecyclemgmt.VoiceContainer.deploy(VoiceContainer.java:133)

at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:195)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:526)

... 18 more

#

Please help me to resolve this issue..

Thanks & Regards,

Arun Jaiswal

kamlesh_zanje
Advisor
Advisor
0 Kudos

Hi,

It seems that error is coming from VoiceObjects server "could not find/lookup the WSProvider".

I would like to request to ensure that Voice and Visual Composer SCA's are of the same version.

Regards,

Kamlesh.

p330068
Active Contributor
0 Kudos

Hi Kamlesh,

I really tried to find out the your mentioned SCA'S file in other my thread(Deploying Voice Components in the CE7.1 SR5! ) with different OSS id but unfortunately unable to find the link "SAP EHP1 FOR SAP NW CE 7.1".

Could you please share VOICE SCA'S 7.11 for "SAP EHP1 FOR SAP NW CE 7.1" with my id.

Thanks & regards,

Arun Jaiswal

former_member189719
Participant
0 Kudos

Hi Pavan

Just curious , did u get ur voice application running, am trying it out right now for the first time and getting stuck in all sorts of issues.

Also what is the use case in ur company for which ur buidling this application

Regards

Dilip

Former Member
0 Kudos

I want a link to download the CE full version so i'm opening this thread back plz cooperate with me

Thanks

Pavan

Former Member
0 Kudos

Hi Pavan,

[Here|https://www.sdn.sap.com/irj/sdn/nw-ce-general#section12]

Good Luck,

Dharmi

Former Member
0 Kudos

got some links from this forum so closing the topic

Regards

Pavan