shruthi.j wrote:
> Damian Krzeminski wrote:
>> shruthi.j wrote:
>>   
>>> Even after setting the sleep time to 60 ( ant -Dtest-api.sleep=60
>>> test-api ) errors are obtained but this time error is
>>>
>>> SOAP::HTTPStreamError: 404: %2Fsipxconfig%2Fservices%2FTestService+Not+Found
>>>
>>> and not connection refused. The entire list of errors is as below
>>>
>>> test-api-run:
>>>      [exec] Loaded suite 
>>>     
>>
>> Are you sure you are running test-api (and not test-api-run) target. I
>> still do not see SOAP server starting anywhere. Can you attach entire ant
>> output?
>> D
> Yes test-api target was run and not the test-api-run.
> Today I re-run the command " ant -Dtest-api.sleep=60 test-api" and got
> the following errors :
> 
> Thanks,
> Shruthi
> 
> 
> Result :
>> ant -Dtest-api.sleep=60 test-api
> 
> Buildfile: build.xml
> 

[...]

OK - this time you have a problem that is not related to SOAP at all.
Most probably you test DB (SIPXCONFIG_TEST) is not properly created.
Try:

  cd sipXconfig/neoconf
  ant reset-db
  cd ../web
  ant start-web-server

You should see only some jain-sip related output (BTW: we can probably drop
the hardcoded DEBUG level on that - right?). The last line should be:

 [java] Parent class loader is: contextloa...@18306082

Once that works you can get back to SOAP tests.


D.

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to