Re: WG: An exception when porting from axis2 1.1.1 to axis 1.2

2007-07-03 Thread Anthony Bull
)#xd;
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)#xd;
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)#xd;
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)#xd;
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)#xd;
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)#xd;
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)#xd;
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)#xd;
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)#xd;
	at java.lang.Thread.run(Thread.java:595)#xd;
		Caused by: java.util.MissingResourceException: 
		Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, 
		key spec.FAULT_ACTION_NOT_SUPPORTED_REASON#xd;
	at java.util.ResourceBundle.getObject(ResourceBundle.java:325)#xd;
	at java.util.ResourceBundle.getString(ResourceBundle.java:285)#xd;
	at org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:191)#xd;
	at org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:80)#xd;
	at org.apache.axis2.addressing.i18n.AddressingMessages.getMessage(AddressingMessages.java:61)#xd;
	at org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionNotSupportedFault(AddressingFaultsHelper.java:317)#xd;
	at org.apache.axis2.handlers.addressing.AddressingValidationHandler.checkAction(AddressingValidationHandler.java:137)#xd;
	at org.apache.axis2.handlers.addressing.AddressingValidationHandler.invoke(AddressingValidationHandler.java:50)#xd;
	at org.apache.axis2.engine.Phase.invoke(Phase.java:383)#xd;
	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)#xd;
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:131)#xd;
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:279)#xd;
	at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116)#xd;
	... 19 more#xd;
/Exception
/detail
 /soapenv:Fault
  /soapenv:Body
   /soapenv:Envelope





-Ursprngliche Nachricht-
Von: Wang, Hailong (NIH/CIT) [C] [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 7. Juni 2007 22:30
An: axis-user@ws.apache.org; [EMAIL PROTECTED]
Betreff: RE: An exception when porting from axis2 1.1.1 to axis 1.2


I replaced addressing-1.1.mar with addressing-1.2.mar, it works fine. So
I guess the problem is addressing-1.2.mar.


Hailong

-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 07, 2007 4:20 PM
To: axis-user@ws.apache.org
Subject: Re: An exception when porting from axis2 1.1.1 to axis 1.2

Angel,

it's a sign that you are sending a ws addressing action which is
empty. check the soap request please.

thanks,
dims

On 6/7/07, Angel Todorov [EMAIL PROTECTED] wrote:
  
  
Hi guys,

this seems to be a very common problem to a lot of people, I am also
experiencing it , with no sign of exact cause of the issue. Can you

  
  give
  
  
some insight ? Thanks very much.

Regards,
Angel



On 6/7/07, Wang, Hailong (NIH/CIT) [C] [EMAIL PROTECTED] wrote:


  


Hi,



Below exception was thrown out after I ported from axis2 1.1.1 and
  

  
  rampart
  
  
1.1 to axis2 1.2 and rampart 1.2.  Do I miss something? Thanks in

  
  advance.
  
  

  

org.apache.axis2.AxisFault:
  

java.util.MissingResourceException: Can't find resource for
bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON


at
  

org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(
Utils.java:434)


at
  

org.apache.axis2.description.OutInAxisOperationClient.send(
OutInAxisOperation.java:373)


at
  

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


at
  

org.apache.axis2.client.ServiceClient.sendReceive(
ServiceClient.java:520)


at
  

org.apache.axis2.client.ServiceClient.sendReceive(
ServiceClient.java:500)


at
  

gov.nih.ndar.ws.guid.client.AbstractGuidClient.get(
AbstractGuidClient.java:148)


at
  

gov.nih.ndar.ws.guid.client.SimpleGuidClient.main(
SimpleGuidClient.java:58)


  



Hailong Wang

National Database for Autism Research(NDAR)

NIH/CIT/DECA (MOM CONTRACTOR)

9000 Rockville Pike, Bld 12A/Room 2027

Bethesda, MD 20892

Phone:  301-402-3045

Fax:   301-480-0028

Email:   [EMAIL PROTECTED]

URL:   http://ndar.nih.gov


  



  
  

  



-- 
Anthony
-
Anthony Bull
Senior D

WG: An exception when porting from axis2 1.1.1 to axis 1.2

2007-07-02 Thread Stadelmann Josef
(Http11Processor.java:869)#xd;
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)#xd;
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)#xd;
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)#xd;
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)#xd;
at java.lang.Thread.run(Thread.java:595)#xd;
Caused by: java.util.MissingResourceException: 
Can't find resource for bundle 
org.apache.axis2.i18n.ProjectResourceBundle, 
key spec.FAULT_ACTION_NOT_SUPPORTED_REASON#xd;
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)#xd;
at java.util.ResourceBundle.getString(ResourceBundle.java:285)#xd;
at 
org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:191)#xd;
at 
org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:80)#xd;
at 
org.apache.axis2.addressing.i18n.AddressingMessages.getMessage(AddressingMessages.java:61)#xd;
at 
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionNotSupportedFault(AddressingFaultsHelper.java:317)#xd;
at 
org.apache.axis2.handlers.addressing.AddressingValidationHandler.checkAction(AddressingValidationHandler.java:137)#xd;
at 
org.apache.axis2.handlers.addressing.AddressingValidationHandler.invoke(AddressingValidationHandler.java:50)#xd;
at org.apache.axis2.engine.Phase.invoke(Phase.java:383)#xd;
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)#xd;
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:131)#xd;
at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:279)#xd;
at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116)#xd;
... 19 more#xd;
/Exception
/detail
 /soapenv:Fault
  /soapenv:Body
   /soapenv:Envelope





-Ursprüngliche Nachricht-
Von: Wang, Hailong (NIH/CIT) [C] [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 7. Juni 2007 22:30
An: axis-user@ws.apache.org; [EMAIL PROTECTED]
Betreff: RE: An exception when porting from axis2 1.1.1 to axis 1.2


I replaced addressing-1.1.mar with addressing-1.2.mar, it works fine. So
I guess the problem is addressing-1.2.mar.


Hailong

-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 07, 2007 4:20 PM
To: axis-user@ws.apache.org
Subject: Re: An exception when porting from axis2 1.1.1 to axis 1.2

Angel,

it's a sign that you are sending a ws addressing action which is
empty. check the soap request please.

thanks,
dims

On 6/7/07, Angel Todorov [EMAIL PROTECTED] wrote:
 Hi guys,

 this seems to be a very common problem to a lot of people, I am also
 experiencing it , with no sign of exact cause of the issue. Can you
give
 some insight ? Thanks very much.

 Regards,
 Angel



 On 6/7/07, Wang, Hailong (NIH/CIT) [C] [EMAIL PROTECTED] wrote:
 
 
 
 
  Hi,
 
 
 
  Below exception was thrown out after I ported from axis2 1.1.1 and
rampart
 1.1 to axis2 1.2 and rampart 1.2.  Do I miss something? Thanks in
advance.
 
 
 
  org.apache.axis2.AxisFault:
 java.util.MissingResourceException: Can't find resource for
 bundle org.apache.axis2.i18n.ProjectResourceBundle, key
 spec.FAULT_ACTION_NOT_SUPPORTED_REASON
 
at
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(
 Utils.java:434)
 
at
 org.apache.axis2.description.OutInAxisOperationClient.send(
 OutInAxisOperation.java:373)
 
at

org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294
 )
 
at
 org.apache.axis2.client.ServiceClient.sendReceive(
 ServiceClient.java:520)
 
at
 org.apache.axis2.client.ServiceClient.sendReceive(
 ServiceClient.java:500)
 
at
 gov.nih.ndar.ws.guid.client.AbstractGuidClient.get(
 AbstractGuidClient.java:148)
 
at
 gov.nih.ndar.ws.guid.client.SimpleGuidClient.main(
 SimpleGuidClient.java:58)
 
 
 
 
 
  Hailong Wang
 
  National Database for Autism Research(NDAR)
 
  NIH/CIT/DECA (MOM CONTRACTOR)
 
  9000 Rockville Pike, Bld 12A/Room 2027
 
  Bethesda, MD 20892
 
  Phone:  301-402-3045
 
  Fax:   301-480-0028
 
  Email:   [EMAIL PROTECTED]
 
  URL:   http://ndar.nih.gov
 
 




-- 
Davanum Srinivas :: http://davanum.wordpress.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED

Re: An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-08 Thread Stephane Roy

Wang, Hailong (NIH/CIT) [C] wrote:

I replaced addressing-1.1.mar with addressing-1.2.mar, it works fine. So
I guess the problem is addressing-1.2.mar.


You may have a look at this:
https://issues.apache.org/jira/browse/AXIS2-2758

Stephane Roy
Alcatel-Lucent

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-07 Thread Wang, Hailong (NIH/CIT) [C]
Hi,

 

Below exception was thrown out after I ported from axis2 1.1.1 and
rampart 1.1 to axis2 1.2 and rampart 1.2.  Do I miss something? Thanks
in advance.

 

org.apache.axis2.AxisFault: java.util.MissingResourceException: Can't
find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle,
key spec.FAULT_ACTION_NOT_SUPPORTED_REASON

  at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java
:434)

  at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:373)

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

  at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520
)

  at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500
)

  at
gov.nih.ndar.ws.guid.client.AbstractGuidClient.get(AbstractGuidClient.ja
va:148)

  at
gov.nih.ndar.ws.guid.client.SimpleGuidClient.main(SimpleGuidClient.java:
58)

 

 

Hailong Wang

National Database for Autism Research(NDAR)

NIH/CIT/DECA (MOM CONTRACTOR)

9000 Rockville Pike, Bld 12A/Room 2027

Bethesda, MD 20892

Phone:  301-402-3045

Fax:   301-480-0028

Email:   [EMAIL PROTECTED]

URL:   http://ndar.nih.gov

 



Re: An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-07 Thread Angel Todorov

Hi guys,

this seems to be a very common problem to a lot of people, I am also
experiencing it , with no sign of exact cause of the issue. Can you give
some insight ? Thanks very much.

Regards,
Angel

On 6/7/07, Wang, Hailong (NIH/CIT) [C] [EMAIL PROTECTED] wrote:


 Hi,



Below exception was thrown out after I ported from axis2 1.1.1 and rampart
1.1 to axis2 1.2 and rampart 1.2.  Do I miss something? Thanks in advance.



org.apache.axis2.AxisFault: *java.util.MissingResourceException*: Can't
find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON

  at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(*
Utils.java:434*)

  at org.apache.axis2.description.OutInAxisOperationClient.send(*
OutInAxisOperation.java:373*)

  at org.apache.axis2.description.OutInAxisOperationClient.execute(*
OutInAxisOperation.java:294*)

  at org.apache.axis2.client.ServiceClient.sendReceive(*
ServiceClient.java:520*)

  at org.apache.axis2.client.ServiceClient.sendReceive(*
ServiceClient.java:500*)

  at gov.nih.ndar.ws.guid.client.AbstractGuidClient.get(*
AbstractGuidClient.java:148*)

  at gov.nih.ndar.ws.guid.client.SimpleGuidClient.main(*
SimpleGuidClient.java:58*)





*Hailong Wang*

National Database for Autism Research(NDAR)

NIH/CIT/DECA (MOM CONTRACTOR)

9000 Rockville Pike, Bld 12A/Room 2027

Bethesda, MD 20892

Phone:  301-402-3045

Fax:   301-480-0028

Email:   [EMAIL PROTECTED]

URL:   http://ndar.nih.gov





Re: An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-07 Thread Davanum Srinivas

Angel,

it's a sign that you are sending a ws addressing action which is
empty. check the soap request please.

thanks,
dims

On 6/7/07, Angel Todorov [EMAIL PROTECTED] wrote:

Hi guys,

this seems to be a very common problem to a lot of people, I am also
experiencing it , with no sign of exact cause of the issue. Can you give
some insight ? Thanks very much.

Regards,
Angel



On 6/7/07, Wang, Hailong (NIH/CIT) [C] [EMAIL PROTECTED] wrote:




 Hi,



 Below exception was thrown out after I ported from axis2 1.1.1 and rampart
1.1 to axis2 1.2 and rampart 1.2.  Do I miss something? Thanks in advance.



 org.apache.axis2.AxisFault:
java.util.MissingResourceException: Can't find resource for
bundle org.apache.axis2.i18n.ProjectResourceBundle, key
spec.FAULT_ACTION_NOT_SUPPORTED_REASON

   at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(
Utils.java:434)

   at
org.apache.axis2.description.OutInAxisOperationClient.send(
OutInAxisOperation.java:373)

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

   at
org.apache.axis2.client.ServiceClient.sendReceive(
ServiceClient.java:520)

   at
org.apache.axis2.client.ServiceClient.sendReceive(
ServiceClient.java:500)

   at
gov.nih.ndar.ws.guid.client.AbstractGuidClient.get(
AbstractGuidClient.java:148)

   at
gov.nih.ndar.ws.guid.client.SimpleGuidClient.main(
SimpleGuidClient.java:58)





 Hailong Wang

 National Database for Autism Research(NDAR)

 NIH/CIT/DECA (MOM CONTRACTOR)

 9000 Rockville Pike, Bld 12A/Room 2027

 Bethesda, MD 20892

 Phone:  301-402-3045

 Fax:   301-480-0028

 Email:   [EMAIL PROTECTED]

 URL:   http://ndar.nih.gov







--
Davanum Srinivas :: http://davanum.wordpress.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-07 Thread Wang, Hailong (NIH/CIT) [C]
I replaced addressing-1.1.mar with addressing-1.2.mar, it works fine. So
I guess the problem is addressing-1.2.mar.


Hailong

-Original Message-
From: Davanum Srinivas [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 07, 2007 4:20 PM
To: axis-user@ws.apache.org
Subject: Re: An exception when porting from axis2 1.1.1 to axis 1.2

Angel,

it's a sign that you are sending a ws addressing action which is
empty. check the soap request please.

thanks,
dims

On 6/7/07, Angel Todorov [EMAIL PROTECTED] wrote:
 Hi guys,

 this seems to be a very common problem to a lot of people, I am also
 experiencing it , with no sign of exact cause of the issue. Can you
give
 some insight ? Thanks very much.

 Regards,
 Angel



 On 6/7/07, Wang, Hailong (NIH/CIT) [C] [EMAIL PROTECTED] wrote:
 
 
 
 
  Hi,
 
 
 
  Below exception was thrown out after I ported from axis2 1.1.1 and
rampart
 1.1 to axis2 1.2 and rampart 1.2.  Do I miss something? Thanks in
advance.
 
 
 
  org.apache.axis2.AxisFault:
 java.util.MissingResourceException: Can't find resource for
 bundle org.apache.axis2.i18n.ProjectResourceBundle, key
 spec.FAULT_ACTION_NOT_SUPPORTED_REASON
 
at
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(
 Utils.java:434)
 
at
 org.apache.axis2.description.OutInAxisOperationClient.send(
 OutInAxisOperation.java:373)
 
at

org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:294
 )
 
at
 org.apache.axis2.client.ServiceClient.sendReceive(
 ServiceClient.java:520)
 
at
 org.apache.axis2.client.ServiceClient.sendReceive(
 ServiceClient.java:500)
 
at
 gov.nih.ndar.ws.guid.client.AbstractGuidClient.get(
 AbstractGuidClient.java:148)
 
at
 gov.nih.ndar.ws.guid.client.SimpleGuidClient.main(
 SimpleGuidClient.java:58)
 
 
 
 
 
  Hailong Wang
 
  National Database for Autism Research(NDAR)
 
  NIH/CIT/DECA (MOM CONTRACTOR)
 
  9000 Rockville Pike, Bld 12A/Room 2027
 
  Bethesda, MD 20892
 
  Phone:  301-402-3045
 
  Fax:   301-480-0028
 
  Email:   [EMAIL PROTECTED]
 
  URL:   http://ndar.nih.gov
 
 




-- 
Davanum Srinivas :: http://davanum.wordpress.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]