You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Smirnova, Natalya" <ns...@mera.ru> on 2006/07/07 13:11:16 UTC

Axis2

Hello.

 

 

Why my example application from Axis2 User Guid throws exception:

Exception in thread "main" java.lang.NoClassDefFoundError:
edu/emory/mathcs/backport/java/util/concurrent/BlockingQueue

When I trying to run PingClient (example1) 

 

Best regards, Smirnova Natalya.

MERA NN/Custom Software/EMA/OAM

 

 

 


Re: Axis2

Posted by Rodrigo Ruiz <rr...@gridsystems.com>.
Hi Natalya,

This class is only needed in Java 1.4, so you have two options:

- Check that backport-util-concurrent-2.1.jar is in your CLASSPATH
- Use Java 5

Regards,
Rodrigo Ruiz

Smirnova, Natalya wrote:
> Hello.
> 
>  
> 
>  
> 
> Why my example application from Axis2 User Guid throws exception:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError:
> edu/emory/mathcs/backport/java/util/concurrent/BlockingQueue
> 
> When I trying to run PingClient (example1)
> 
>  
> 
> Best regards, Smirnova Natalya.
> 
> MERA NN/Custom Software/EMA/OAM//
> 
>  
> 
>  
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 04/07/2006

-- 
-------------------------------------------------------------------
GRIDSYSTEMS                    Rodrigo Ruiz Aguayo
Parc Bit - Son Espanyol
07120 Palma de Mallorca        mailto:rruiz@gridsystems.com
Baleares - EspaƱa              Tel:+34-971435085 Fax:+34-971435082
http://www.gridsystems.com
-------------------------------------------------------------------


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.9.9/382 - Release Date: 04/07/2006


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Axis2

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi ;
you need to have backport-util-concurrent-2.1.jar in your classpth.

Smirnova, Natalya wrote:

> Hello.
>
>  
>
>  
>
> Why my example application from Axis2 User Guid throws exception:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> edu/emory/mathcs/backport/java/util/concurrent/BlockingQueue
>
> When I trying to run PingClient (example1)
>
>  
>
> Best regards, Smirnova Natalya.
>
> MERA NN/Custom Software/EMA/OAM//
>
>  
>
>  
>
>  
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 




---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org