Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 55466 invoked from network); 8 Feb 2006 10:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 10:05:22 -0000 Received: (qmail 25742 invoked by uid 500); 8 Feb 2006 10:05:01 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 25627 invoked by uid 500); 8 Feb 2006 10:05:01 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 25423 invoked by uid 99); 8 Feb 2006 10:05:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2006 02:05:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.15] (HELO relay01.pair.com) (209.68.5.15) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 08 Feb 2006 02:04:57 -0800 Received: (qmail 12241 invoked from network); 8 Feb 2006 10:04:13 -0000 Received: from unknown (HELO ?192.168.1.101?) (unknown) by unknown with SMTP; 8 Feb 2006 10:04:13 -0000 X-pair-Authenticated: 222.165.171.46 Message-ID: <43E9C217.80708@opensource.lk> Date: Wed, 08 Feb 2006 16:04:07 +0600 From: Eran Chinthaka Reply-To: chinthaka@opensource.lk User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: Re: [axis2] org.apache.axis2.engine.Threading test case failure References: In-Reply-To: X-Enigmail-Version: 0.93.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig575AAF82C0516CA39A500748" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig575AAF82C0516CA39A500748 Content-Type: multipart/alternative; boundary="------------020007070904030907090707" This is a multi-part message in MIME format. --------------020007070904030907090707 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Hyen, Please let me know whether you are getting this when you try to run against the current svn head or you are running this against the source distribution of 0.94 release. I just checked with couple of people here, but everyone got the whole build successful. All of them are running against the current svn head. But that doesn't mean anything, as if you cannot get it we feel its our failure. If you are runnning the build against the source distribution, there is a possibility that your build may fail. The reason is since we are doing some major changes with the code, some of the dependent artifacts are no longer available in the repos. So please drop the source distribution, get a checkout from svn. If that gives you a problem, bug us. We are more than happy to help you in that case. Regards, Chinthaka Hyen V Chung wrote: >The problem seems to be the addressing module is not deployed, any ideas? > > name="testEchoXMLSync" time="4.787"> > > type="java.lang.Exception">java.lang.Exception: Exception thrown in thread >0 .... > > at >org.apache.axis2.engine.ThreadingTest.testEchoXMLSync(ThreadingTest.java:88) > >Caused by: org.apache.axis2.deployment.DeploymentException: addressing >module is invalid or has not been deployed; nested exception is: > > org.apache.axis2.deployment.DeploymentException: addressing module is >invalid or has not been deployed; nested exception is: > > org.apache.axis2.deployment.DeploymentException: addressing module is >invalid or has not been deployed; nested exception is: > > org.apache.axis2.deployment.DeploymentException: addressing module is >invalid or has not been deployed > > at >org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:501) > > at >org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:59) > > at >org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:36) > > at >org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:52) > > at >org.apache.axis2.engine.util.InvokerThread.run(InvokerThread.java:58) > >Caused by: org.apache.axis2.deployment.DeploymentException: addressing >module is invalid or has not been deployed; nested exception is: > > org.apache.axis2.deployment.DeploymentException: addressing module is >invalid or has not been deployed > > at >org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:177) > > at >org.apache.axis2.engine.AxisConfiguration.loadModulefromResources(AxisConfiguration.java:368) > > at >org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:311) > > at >org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:455) > > at >org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:496) > > ... 4 more > >Caused by: org.apache.axis2.deployment.DeploymentException: addressing >module is invalid or has not been deployed > > at >org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:142) > > ... 8 more > > > > > > Stop called > >Server stopped .....]]> > > > > > > >Thanks, >Henry > > > > > > Davanum Srinivas > m> To > axis-dev@ws.apache.org > 02/07/2006 09:20 cc > PM > Subject > Re: [axis2] > Please respond to org.apache.axis2.engine.Threading > axis-dev@ws.apach test case failure > e.org > > > > > > > > > >plz check modules/integration/target/test-reports and look for the >file named *ThreadingTest*.txt and peek there for the actual problem. > >On 2/7/06, Hyen V Chung wrote: > > >>Has anyone seen this failure, not sure this is related to the security >>failure in the FAQ? >> >> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 4.887 sec >> [junit] [ERROR] Test org.apache.axis2.engine.ThreadingTest FAILED >> >>Thanks, >>Henry >> >> >> >> > > >-- >Davanum Srinivas : http://wso2.com/blogs/ > > > > > --------------020007070904030907090707 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Hyen,

Please let me know whether you are getting this when you try to run against the current svn head or you are running this against the source distribution of 0.94 release.

I just checked with couple of people here, but everyone got the whole build successful. All of them are running against the current svn head. But that doesn't mean anything, as if you cannot get it we feel its our failure.

If you are runnning the build against the source distribution, there is a possibility that your build may fail. The reason is since we are doing some major changes with the code, some of the dependent artifacts are no longer available in the repos. So please drop the source distribution, get a checkout from svn. If that gives you a problem, bug us. We are more than happy to help you in that case.

Regards,
Chinthaka

Hyen V Chung wrote:
The problem seems to be the addressing module is not deployed, any ideas?

  <testcase classname="org.apache.axis2.engine.ThreadingTest"
name="testEchoXMLSync" time="4.787">

    <error message="Exception thrown in thread 0 ...."
type="java.lang.Exception">java.lang.Exception: Exception thrown in thread
0 ....

      at
org.apache.axis2.engine.ThreadingTest.testEchoXMLSync(ThreadingTest.java:88)

Caused by: org.apache.axis2.deployment.DeploymentException: addressing
module is invalid or has not been deployed; nested exception is:

      org.apache.axis2.deployment.DeploymentException: addressing module is
invalid or has not been deployed; nested exception is:

      org.apache.axis2.deployment.DeploymentException: addressing module is
invalid or has not been deployed; nested exception is:

      org.apache.axis2.deployment.DeploymentException: addressing module is
invalid or has not been deployed

      at
org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:501)

      at
org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:59)

      at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:36)

      at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:52)

      at
org.apache.axis2.engine.util.InvokerThread.run(InvokerThread.java:58)

Caused by: org.apache.axis2.deployment.DeploymentException: addressing
module is invalid or has not been deployed; nested exception is:

      org.apache.axis2.deployment.DeploymentException: addressing module is
invalid or has not been deployed

      at
org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:177)

      at
org.apache.axis2.engine.AxisConfiguration.loadModulefromResources(AxisConfiguration.java:368)

      at
org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:311)

      at
org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:455)

      at
org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:496)

      ... 4 more

Caused by: org.apache.axis2.deployment.DeploymentException: addressing
module is invalid or has not been deployed

      at
org.apache.axis2.deployment.repository.util.ArchiveReader.creatModuleArchivefromResource(ArchiveReader.java:142)

      ... 8 more

</error>

  </testcase>

  <system-out><![CDATA[Server started on port 5555.....[SimpleHTTPServer]
Stop called

Server stopped .....]]></system-out>

  <system-err><![CDATA[]]></system-err>

</testsuite>


Thanks,
Henry




                                                                           
             Davanum Srinivas                                              
             <davanum@gmail.co                                             
             m>                                                         To 
                                       axis-dev@ws.apache.org              
             02/07/2006 09:20                                           cc 
             PM                                                            
                                                                   Subject 
                                       Re: [axis2]                         
             Please respond to         org.apache.axis2.engine.Threading   
             axis-dev@ws.apach         test case failure                   
                   e.org                                                   
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




plz check modules/integration/target/test-reports and look for the
file named *ThreadingTest*.txt and peek there for the actual problem.

On 2/7/06, Hyen V Chung <hychung@us.ibm.com> wrote:
  
Has anyone seen this failure, not sure this is related to the security
failure in the FAQ?

    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 4.887 sec
    [junit] [ERROR] Test org.apache.axis2.engine.ThreadingTest FAILED

Thanks,
Henry


    


--
Davanum Srinivas : http://wso2.com/blogs/



  
--------------020007070904030907090707-- --------------enig575AAF82C0516CA39A500748 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD6cIajON2uBzUhh8RAlu/AKCGuDdJcWoiPPe7Db6nj52nbFJGNACeOh6f zMDW4Tftnl3h84sHutktKvQ= =TTku -----END PGP SIGNATURE----- --------------enig575AAF82C0516CA39A500748--