Deployment of Applications

Raimund Sacherer's picture

 Hello,

When I try to deploy a mini application .jar file to StarPound I get this:

2010-09-08 13:59:48,552 INFO  [org.starpound.runtime.deployment.DeploymentEngine] Deployment started

2010-09-08 13:59:48,554 INFO  [org.starpound.runtime.deployment.DeploymentEngine] Deployment failed: null

2010-09-08 13:59:48,560 ERROR [org.starpound.qusersubsystem.webIf.OrganizationDeploymentFormActionHelper] Failed to Deploy target : org.starpound.deployment.deploy.DeploymentMasterExc

eption: Failed to deploy to one or more servers.

Deploy to Server testserver (192.168.0.21): Failed. Caused by: null

 

org.starpound.deployment.deploy.DeploymentMasterException: Failed to deploy to one or more servers.

Deploy to Server testserver (192.168.0.21): Failed. Caused by: null

 

        at org.starpound.deployment.deploy.DeploymentMasterBean.deployToTarget(DeploymentMasterBean.java:191)

        at org.starpound.deployment.deploy.DeploymentMasterBean.deploy(DeploymentMasterBean.java:794)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

  I created an appserver with 192.168.0.21 as the IP (the whole starpound installation), port 8080 and jndiport 1099. This error message does not help me to find out what's wrong exactly. bestray

epetrova's picture

can you tell what settings do

can you tell what settings do you have in the Resource Pool Area?
did you create Deployment Target and add Deployment Server in the Deployment Target Administration? if yes show your setting, please.

Thanks,
Evgenia

Raimund Sacherer's picture

Hello, here my

Hello, here my settings:

 

Resource Pool
Name: voxeo_winxp
Host: 192.168.0.202
Port: 5060
Type: VXML browser
Status: N/A

Name: freeswitch
Host: 192.168.0.27
Port: 5060
Type: Media server
Status: online
 

Deployment Target
Name: Test
Audio File Root URI: /
Auido HTTP Path: /

Deployment Server
Target: Test
Name: testserver
Server Host: 192.168.0.21 (this is the host where I have all starpound things installed)
Server Web Port: 8080
Server JNDI Port: 1099

 

I could connect with a softphone to the freeswitch server via the agent domain and the user I set up in the Administration, so basically the freeswitch installation works up the point that the directory is browsed from the Starpound server and the authentication succeds.

best regards
Raimund
 

-

RunSolutions
     Open Source It Consulting
-
Email: rs@runsolutions.com

Parc Bit - Centro Empresarial Son Espanyol
Edificio Estel - Local 3D
07121 -  Palma de Mallorca
Baleares

 

epetrova's picture

did you set  login,

did you set  login, password,  folder, subfolder  for your media server  in the Resouse Pool Area?

Thanks,
Evgenia

wwang's picture

To isolate the problem, can

To isolate the problem, can you deploy an application that only contains a single script task?

Raimund Sacherer's picture

 Hello, It seems I ran into

 Hello,

It seems I ran into multiple problems here, I just deployed a demo application with just two website tasks and it worked. I also found out that mysql on linux is case-sensitive, so I had to change my mysql - databases as well.

I will try the above szenario again and if I still have problems, I will write again.

best

Ray

wwang's picture

 If you changed mysql

 If you changed mysql case-sensitivity after starpound installation, you will have to re-initialized starpound database. The easiest way to do that is to re-run the installer. 

Raimund Sacherer's picture

 Ok, thank you, all is good

 Ok, thank you, all is good now.

 

I would like that the case-sensitivity issue to be more present in the documentation, because I simply overread it the first times, maybe a bit red and a box could be built around it.

 

thanks, 

best

 

wwang's picture

 Thanks for the feed back.

 Thanks for the feed back. We'll update our online documentation.