RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-11 Thread Yadav, Yogendra \(IT\)
I can't download bat file, blocked.
 

-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 10, 2006 12:29 PM
To: axis-user@ws.apache.org
Subject: Re: axis2-RC1 problem, tcp server does not recognize deployed
services

Yogen,

Can you please try this bat file:
http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modu
les/tool/script/tcp-server.bat

Thanks,
dims

On 10/9/06, Yadav, Yogendra (IT) [EMAIL PROTECTED]
wrote:



 the tcp-server.bat file should be modified to:
 line this
 %_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
 org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME% 6060
 %*
 changed to
 %_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
 org.apache.axis2.transport.tcp.TCPServer
 %AXIS2_HOME%/repository 6060 %*



  
  From: Yadav, Yogendra (IT)
 Sent: Monday, October 09, 2006 3:01 PM
 To: axis-user@ws.apache.org
 Subject: axis2-RC1 problem, tcp server does not recognize deployed 
 services




 I am testing axis2-RC1. I have copied Axis2SampleDocLitService.aar and

 MyService.aar in C:\software\axis2-rc1\repository\services
 directory.

 Now I have started HTTP Server and TCP Server using commands start.bat

 and tcp-server.bat. I see different outputs displayed for the two 
 commands, my question, is this right, looks like TCP server has not 
 recognized any of the .aar files.

 Display when tcp-server.bat is run:
 ---
 C:\software\axis2-rc1\bintcp-server.bat
 Using AXIS2_HOME:   C:\software\axis2-rc1
 Using JAVA_HOME:C:\Program Files\AFSMirror\sunjdk\1.5.0_04
 Oct 9, 2006 2:01:38 PM
 org.apache.axis2.deployment.DeploymentEngine
 prepareRepository
 INFO: no services directory found , new one created Oct 9, 2006 
 2:01:38 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying module : addressing-1.09 [Axis2] Using the Repository 
 C:\software\axis2-rc1 [Axis2] Starting the TCP Server on port 6060


 Display when tcp-server.bat is run:
 ---
 C:\software\axis2-rc1\binstart.bat
 Using AXIS2_HOME:   C:\software\axis2-rc1
 Using JAVA_HOME:C:\Program Files\AFSMirror\sunjdk\1.5.0_04
 [SimpleHTTPServer] Starting
 [SimpleHTTPServer] Using the Axis2 Repository
 C:\software\axis2-rc1\repository
 [SimpleHTTPServer] Listening on port 8080
 Oct 9, 2006 2:52:52 PM
 org.apache.axis2.deployment.DeploymentEngine
 prepareRepository
 INFO: no modules directory found , new one created
 Oct 9, 2006 2:52:52 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying module : addressing-1.09
 Oct 9, 2006 2:52:53 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying Web service  Axis2SampleDocLitService.aar
 Oct 9, 2006 2:52:53 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying Web service  MyService.aar
 [SimpleHTTPServer] Started
 Oct 9, 2006 2:52:53 PM
 org.apache.axis2.transport.http.server.DefaultConnectionListener
 run
 INFO: Listening on port 8080

 When I try to access service listening on TCP connection I get an
error:
 Service not found operation terminated !!




---Oct
 9, 2006 2:57:15 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying module : addressing-1.09
 org.apache.axis2.AxisFault: Service not found operation terminated !!
  at

org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)
  at

com.sample.Axis2SampleDocLitServiceStub.echoString(Axis2SampleDocLitServ
iceStub.java:505)
  at TCP1Client.echoString(TCP1Client.java:28)
  at TCP1Client.main(TCP1Client.java:17)
 Caused by: java.lang.Exception: org.apache.axis2.AxisFault: Service
not
 found operation terminated !!
  at

org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContex
t(InstanceDispatcher.java:113)
  at

org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.jav
a:64)
  at org.apache.axis2.engine.Phase.invoke(Phase.java:377)
  at
 org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:513)
  at
 org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:484)
  at
 org.apache.axis2.transport.tcp.TCPWorker.run(TCPWorker.java:93)
  at

edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.runTask(ThreadPoolExecutor.java:665)
  at

edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.run(ThreadPoolExecutor.java:690)
  at java.lang.Thread.run(Thread.java:595)

  at org.apache.axis2.AxisFault.init(AxisFault.java:159)
  ... 4 more
 null

 Any clues, what may be wrong ?

  


 NOTICE: If received in error, please destroy and notify sender. Sender
does
 not intend to waive confidentiality or privilege. Use of this email is
 prohibited when received

RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-11 Thread Gul Onural
Yogen,

Try this :
 
http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modu
les/tool/script/tcp-server.bat


-Original Message-
From: Yadav, Yogendra (IT) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 11, 2006 9:27 AM
To: axis-user@ws.apache.org; [EMAIL PROTECTED]
Subject: RE: axis2-RC1 problem, tcp server does not recognize deployed
services

I can't download bat file, blocked.
 

-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 12:29 PM
To: axis-user@ws.apache.org
Subject: Re: axis2-RC1 problem, tcp server does not recognize deployed
services

Yogen,

Can you please try this bat file:
http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modu
les/tool/script/tcp-server.bat

Thanks,
dims

On 10/9/06, Yadav, Yogendra (IT) [EMAIL PROTECTED]
wrote:



 the tcp-server.bat file should be modified to:
 line this
 %_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
 org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME% 6060
 %*
 changed to
 %_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
 org.apache.axis2.transport.tcp.TCPServer
 %AXIS2_HOME%/repository 6060 %*



  
  From: Yadav, Yogendra (IT)
 Sent: Monday, October 09, 2006 3:01 PM
 To: axis-user@ws.apache.org
 Subject: axis2-RC1 problem, tcp server does not recognize deployed 
 services




 I am testing axis2-RC1. I have copied Axis2SampleDocLitService.aar and

 MyService.aar in C:\software\axis2-rc1\repository\services
 directory.

 Now I have started HTTP Server and TCP Server using commands start.bat

 and tcp-server.bat. I see different outputs displayed for the two 
 commands, my question, is this right, looks like TCP server has not 
 recognized any of the .aar files.

 Display when tcp-server.bat is run:
 ---
 C:\software\axis2-rc1\bintcp-server.bat
 Using AXIS2_HOME:   C:\software\axis2-rc1
 Using JAVA_HOME:C:\Program Files\AFSMirror\sunjdk\1.5.0_04
 Oct 9, 2006 2:01:38 PM
 org.apache.axis2.deployment.DeploymentEngine
 prepareRepository
 INFO: no services directory found , new one created Oct 9, 2006
 2:01:38 PM org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying module : addressing-1.09 [Axis2] Using the Repository
 C:\software\axis2-rc1 [Axis2] Starting the TCP Server on port 6060


 Display when tcp-server.bat is run:
 ---
 C:\software\axis2-rc1\binstart.bat
 Using AXIS2_HOME:   C:\software\axis2-rc1
 Using JAVA_HOME:C:\Program Files\AFSMirror\sunjdk\1.5.0_04
 [SimpleHTTPServer] Starting
 [SimpleHTTPServer] Using the Axis2 Repository
 C:\software\axis2-rc1\repository
 [SimpleHTTPServer] Listening on port 8080
 Oct 9, 2006 2:52:52 PM
 org.apache.axis2.deployment.DeploymentEngine
 prepareRepository
 INFO: no modules directory found , new one created
 Oct 9, 2006 2:52:52 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying module : addressing-1.09
 Oct 9, 2006 2:52:53 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying Web service  Axis2SampleDocLitService.aar
 Oct 9, 2006 2:52:53 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying Web service  MyService.aar
 [SimpleHTTPServer] Started
 Oct 9, 2006 2:52:53 PM
 org.apache.axis2.transport.http.server.DefaultConnectionListener
 run
 INFO: Listening on port 8080

 When I try to access service listening on TCP connection I get an
error:
 Service not found operation terminated !!




---Oct
 9, 2006 2:57:15 PM
 org.apache.axis2.deployment.DeploymentEngine doDeploy
 INFO: Deploying module : addressing-1.09
 org.apache.axis2.AxisFault: Service not found operation terminated !!
  at

org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294)
  at

com.sample.Axis2SampleDocLitServiceStub.echoString(Axis2SampleDocLitServ
iceStub.java:505)
  at TCP1Client.echoString(TCP1Client.java:28)
  at TCP1Client.main(TCP1Client.java:17)
 Caused by: java.lang.Exception: org.apache.axis2.AxisFault: Service
not
 found operation terminated !!
  at

org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContex
t(InstanceDispatcher.java:113)
  at

org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.jav
a:64)
  at org.apache.axis2.engine.Phase.invoke(Phase.java:377)
  at
 org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:513)
  at
 org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:484)
  at
 org.apache.axis2.transport.tcp.TCPWorker.run(TCPWorker.java:93)
  at

edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.runTask(ThreadPoolExecutor.java:665)
  at

edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker
.run(ThreadPoolExecutor.java:690

Re: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-10 Thread Davanum Srinivas

Yogen,

Can you please try this bat file:
http://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modules/tool/script/tcp-server.bat

Thanks,
dims

On 10/9/06, Yadav, Yogendra (IT) [EMAIL PROTECTED] wrote:




the tcp-server.bat file should be modified to:
line this
%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH%
org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME% 6060
%*
changed to
%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH%
org.apache.axis2.transport.tcp.TCPServer
%AXIS2_HOME%/repository 6060 %*



 
 From: Yadav, Yogendra (IT)
Sent: Monday, October 09, 2006 3:01 PM
To: axis-user@ws.apache.org
Subject: axis2-RC1 problem, tcp server does not recognize deployed services




I am testing axis2-RC1. I have copied Axis2SampleDocLitService.aar and
MyService.aar in C:\software\axis2-rc1\repository\services
directory.

Now I have started HTTP Server and TCP Server using commands start.bat and
tcp-server.bat. I see different outputs displayed for the two commands, my
question, is this right, looks like TCP server has not recognized any of the
.aar files.

Display when tcp-server.bat is run:
---
C:\software\axis2-rc1\bintcp-server.bat
Using AXIS2_HOME:   C:\software\axis2-rc1
Using JAVA_HOME:C:\Program Files\AFSMirror\sunjdk\1.5.0_04
Oct 9, 2006 2:01:38 PM
org.apache.axis2.deployment.DeploymentEngine
prepareRepository
INFO: no services directory found , new one created
Oct 9, 2006 2:01:38 PM
org.apache.axis2.deployment.DeploymentEngine doDeploy
INFO: Deploying module : addressing-1.09
[Axis2] Using the Repository C:\software\axis2-rc1
[Axis2] Starting the TCP Server on port 6060


Display when tcp-server.bat is run:
---
C:\software\axis2-rc1\binstart.bat
Using AXIS2_HOME:   C:\software\axis2-rc1
Using JAVA_HOME:C:\Program Files\AFSMirror\sunjdk\1.5.0_04
[SimpleHTTPServer] Starting
[SimpleHTTPServer] Using the Axis2 Repository
C:\software\axis2-rc1\repository
[SimpleHTTPServer] Listening on port 8080
Oct 9, 2006 2:52:52 PM
org.apache.axis2.deployment.DeploymentEngine
prepareRepository
INFO: no modules directory found , new one created
Oct 9, 2006 2:52:52 PM
org.apache.axis2.deployment.DeploymentEngine doDeploy
INFO: Deploying module : addressing-1.09
Oct 9, 2006 2:52:53 PM
org.apache.axis2.deployment.DeploymentEngine doDeploy
INFO: Deploying Web service  Axis2SampleDocLitService.aar
Oct 9, 2006 2:52:53 PM
org.apache.axis2.deployment.DeploymentEngine doDeploy
INFO: Deploying Web service  MyService.aar
[SimpleHTTPServer] Started
Oct 9, 2006 2:52:53 PM
org.apache.axis2.transport.http.server.DefaultConnectionListener
run
INFO: Listening on port 8080

When I try to access service listening on TCP connection I get an error:
Service not found operation terminated !!

---Oct
9, 2006 2:57:15 PM
org.apache.axis2.deployment.DeploymentEngine doDeploy
INFO: Deploying module : addressing-1.09
org.apache.axis2.AxisFault: Service not found operation terminated !!
 at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
 at
com.sample.Axis2SampleDocLitServiceStub.echoString(Axis2SampleDocLitServiceStub.java:505)
 at TCP1Client.echoString(TCP1Client.java:28)
 at TCP1Client.main(TCP1Client.java:17)
Caused by: java.lang.Exception: org.apache.axis2.AxisFault: Service not
found operation terminated !!
 at
org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContext(InstanceDispatcher.java:113)
 at
org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.java:64)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:377)
 at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:513)
 at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:484)
 at
org.apache.axis2.transport.tcp.TCPWorker.run(TCPWorker.java:93)
 at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
 at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
 at java.lang.Thread.run(Thread.java:595)

 at org.apache.axis2.AxisFault.init(AxisFault.java:159)
 ... 4 more
null

Any clues, what may be wrong ?

 


NOTICE: If received in error, please destroy and notify sender. Sender does
not intend to waive confidentiality or privilege. Use of this email is
prohibited when received in error.

 


NOTICE: If received in error, please destroy and notify sender. Sender does
not intend to waive confidentiality or privilege. Use of this email is
prohibited when received in error.




--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To 

RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-09 Thread Yadav, Yogendra \(IT\)




the tcp-server.bat file should be modified 
to:
line this
%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME% 6060 
%*
changed to
%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME%/repository 6060 
%*




From: Yadav, Yogendra (IT) Sent: 
Monday, October 09, 2006 3:01 PMTo: 
axis-user@ws.apache.orgSubject: axis2-RC1 problem, tcp server does 
not recognize deployed services


I am testing 
axis2-RC1. I have copied Axis2SampleDocLitService.aar and 
MyService.aar in C:\software\axis2-rc1\repository\services 
directory.

Now I have started 
HTTP Server and TCP Server using commands start.bat and tcp-server.bat. I see 
different outputs displayed for the two commands, my question, is this right, 
looks like TCP server has not recognized any of the .aar 
files.

Display when 
tcp-server.bat is run:
---
C:\software\axis2-rc1\bintcp-server.batUsing 
AXIS2_HOME: C:\software\axis2-rc1Using 
JAVA_HOME: C:\Program Files\AFSMirror\sunjdk\1.5.0_04Oct 
9, 2006 2:01:38 PM org.apache.axis2.deployment.DeploymentEngine 
prepareRepositoryINFO: no services directory found , new one createdOct 
9, 2006 2:01:38 PM org.apache.axis2.deployment.DeploymentEngine 
doDeployINFO: Deploying module : addressing-1.09[Axis2] Using the 
Repository C:\software\axis2-rc1[Axis2] Starting the TCP Server on port 
6060

Display when 
tcp-server.bat is run:
---
C:\software\axis2-rc1\binstart.batUsing 
AXIS2_HOME: C:\software\axis2-rc1Using 
JAVA_HOME: C:\Program 
Files\AFSMirror\sunjdk\1.5.0_04[SimpleHTTPServer] 
Starting[SimpleHTTPServer] Using the Axis2 Repository 
C:\software\axis2-rc1\repository[SimpleHTTPServer] Listening on port 
8080Oct 9, 2006 2:52:52 PM org.apache.axis2.deployment.DeploymentEngine 
prepareRepositoryINFO: no modules directory found , new one createdOct 
9, 2006 2:52:52 PM org.apache.axis2.deployment.DeploymentEngine 
doDeployINFO: Deploying module : addressing-1.09Oct 9, 2006 2:52:53 PM 
org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying Web 
service Axis2SampleDocLitService.aarOct 9, 2006 2:52:53 PM 
org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying Web 
service MyService.aar[SimpleHTTPServer] StartedOct 9, 2006 2:52:53 
PM org.apache.axis2.transport.http.server.DefaultConnectionListener runINFO: 
Listening on port 8080
When I try to access service listening on TCP 
connection I get an error: Service not found 
operation terminated !!

---Oct 9, 2006 2:57:15 PM 
org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying module 
: addressing-1.09org.apache.axis2.AxisFault: Service not found operation 
terminated !!at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)at 
com.sample.Axis2SampleDocLitServiceStub.echoString(Axis2SampleDocLitServiceStub.java:505)at 
TCP1Client.echoString(TCP1Client.java:28)at 
TCP1Client.main(TCP1Client.java:17)Caused by: java.lang.Exception: 
org.apache.axis2.AxisFault: Service not found operation terminated 
!!at 
org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContext(InstanceDispatcher.java:113)at 
org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.java:64)at 
org.apache.axis2.engine.Phase.invoke(Phase.java:377)at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:513)at 
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:484)at 
org.apache.axis2.transport.tcp.TCPWorker.run(TCPWorker.java:93)at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)at 
java.lang.Thread.run(Thread.java:595)

at 
org.apache.axis2.AxisFault.init(AxisFault.java:159)... 4 
morenull
Any 
clues, what may be wrong ?




NOTICE: If received in error, please destroy and 
notify sender. Sender does not intend to waive confidentiality or privilege. Use 
of this email is prohibited when received in error.




NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.




RE: axis2-RC1 problem, tcp server does not recognize deployed services

2006-10-09 Thread Yadav, Yogendra \(IT\)




In RC1, the MyService.aar sample works 
with HTTP and TCP servers whereas Axis2SampleDocLitService.aarsample 
generated from Axis2SampleDocLit.wsdl works with HTTP server but not with TCP 
server. I have tried testing Axis2SampleDocLitService with stub code generated 
by WSDL2Java.

-yogen



From: Yadav, Yogendra (IT) Sent: 
Monday, October 09, 2006 4:17 PMTo: 
axis-user@ws.apache.orgSubject: RE: axis2-RC1 problem, tcp server 
does not recognize deployed services


the tcp-server.bat file should be modified 
to:
line this
%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME% 6060 
%*
changed to
%_RUNJAVA% %JAVA_OPTS% -cp %AXIS2_CLASS_PATH% 
org.apache.axis2.transport.tcp.TCPServer %AXIS2_HOME%/repository 6060 
%*




From: Yadav, Yogendra (IT) Sent: 
Monday, October 09, 2006 3:01 PMTo: 
axis-user@ws.apache.orgSubject: axis2-RC1 problem, tcp server does 
not recognize deployed services


I am testing 
axis2-RC1. I have copied Axis2SampleDocLitService.aar and 
MyService.aar in C:\software\axis2-rc1\repository\services 
directory.

Now I have started 
HTTP Server and TCP Server using commands start.bat and tcp-server.bat. I see 
different outputs displayed for the two commands, my question, is this right, 
looks like TCP server has not recognized any of the .aar 
files.

Display when 
tcp-server.bat is run:
---
C:\software\axis2-rc1\bintcp-server.batUsing 
AXIS2_HOME: C:\software\axis2-rc1Using 
JAVA_HOME: C:\Program Files\AFSMirror\sunjdk\1.5.0_04Oct 
9, 2006 2:01:38 PM org.apache.axis2.deployment.DeploymentEngine 
prepareRepositoryINFO: no services directory found , new one createdOct 
9, 2006 2:01:38 PM org.apache.axis2.deployment.DeploymentEngine 
doDeployINFO: Deploying module : addressing-1.09[Axis2] Using the 
Repository C:\software\axis2-rc1[Axis2] Starting the TCP Server on port 
6060

Display when 
tcp-server.bat is run:
---
C:\software\axis2-rc1\binstart.batUsing 
AXIS2_HOME: C:\software\axis2-rc1Using 
JAVA_HOME: C:\Program 
Files\AFSMirror\sunjdk\1.5.0_04[SimpleHTTPServer] 
Starting[SimpleHTTPServer] Using the Axis2 Repository 
C:\software\axis2-rc1\repository[SimpleHTTPServer] Listening on port 
8080Oct 9, 2006 2:52:52 PM org.apache.axis2.deployment.DeploymentEngine 
prepareRepositoryINFO: no modules directory found , new one createdOct 
9, 2006 2:52:52 PM org.apache.axis2.deployment.DeploymentEngine 
doDeployINFO: Deploying module : addressing-1.09Oct 9, 2006 2:52:53 PM 
org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying Web 
service Axis2SampleDocLitService.aarOct 9, 2006 2:52:53 PM 
org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying Web 
service MyService.aar[SimpleHTTPServer] StartedOct 9, 2006 2:52:53 
PM org.apache.axis2.transport.http.server.DefaultConnectionListener runINFO: 
Listening on port 8080
When I try to access service listening on TCP 
connection I get an error: Service not found 
operation terminated !!

---Oct 9, 2006 2:57:15 PM 
org.apache.axis2.deployment.DeploymentEngine doDeployINFO: Deploying module 
: addressing-1.09org.apache.axis2.AxisFault: Service not found operation 
terminated !!at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)at 
com.sample.Axis2SampleDocLitServiceStub.echoString(Axis2SampleDocLitServiceStub.java:505)at 
TCP1Client.echoString(TCP1Client.java:28)at 
TCP1Client.main(TCP1Client.java:17)Caused by: java.lang.Exception: 
org.apache.axis2.AxisFault: Service not found operation terminated 
!!at 
org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContext(InstanceDispatcher.java:113)at 
org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.java:64)at 
org.apache.axis2.engine.Phase.invoke(Phase.java:377)at 
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:513)at 
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:484)at 
org.apache.axis2.transport.tcp.TCPWorker.run(TCPWorker.java:93)at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)at 
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)at 
java.lang.Thread.run(Thread.java:595)

at 
org.apache.axis2.AxisFault.init(AxisFault.java:159)... 4 
morenull
Any 
clues, what may be wrong ?




NOTICE: If received in error, please destroy and 
notify sender. Sender does not intend to waive confidentiality or privilege. Use 
of this email is prohibited when received in error.




NOTICE: If received in error, please destroy and 
notify sender. Sender does not intend to waive confidentiality or privilege. Use 
of this email is prohibited when received in error.




NOTICE