Re: Axis2 Build Failure

2009-08-10 Thread Pradeep Fernando
since the error logs attached by hiranya didnot contain the error i 'm experiencing, i have attached my error log with surefire reports. thanks, pradeep fernando On Mon, Aug 10, 2009 at 2:04 PM, Hiranya Jayathilaka wrote: > > > On Mon, Aug 10, 2009 at 3:09 AM, Davanum Srinivas wrote: > >> Please

Re: Axis2 Build Failure

2009-08-10 Thread Hiranya Jayathilaka
On Mon, Aug 10, 2009 at 3:09 AM, Davanum Srinivas wrote: > Please create a JIRA and upload logs and information on your environment Done. See AXIS2-4460. Thanks, Hiranya > > thanks, > dims > > > On 08/09/2009 01:39 PM, Hiranya Jayathilaka wrote: > >> On Sun, Aug 9, 2009 at 9:49 PM, Andreas V

Re: Axis2 Build Failure

2009-08-09 Thread Andreas Veithen
One of the most common reasons for test failures in a build that runs perfectly well on other machines is the presence of spaces in the absolute path of the directory containing the source tree (happened to me a few days ago when I wanted to show to a colleague how easy it is to use Hudson to set u

Re: Axis2 Build Failure

2009-08-09 Thread Davanum Srinivas
Please create a JIRA and upload logs and information on your environment thanks, dims On 08/09/2009 01:39 PM, Hiranya Jayathilaka wrote: On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen wrote: As I said earlier, if somebody could post more information about the build failure, maybe we could do

Re: Axis2 Build Failure

2009-08-09 Thread Hiranya Jayathilaka
On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen wrote: > As I said earlier, if somebody could post more information about the > build failure, maybe we could do something about it... The problem with the jaxws-integration module is that one of the resources named 'AppleFinderService' required by

Re: Axis2 Build Failure

2009-08-09 Thread Andreas Veithen
As I said earlier, if somebody could post more information about the build failure, maybe we could do something about it... Andreas On Sun, Aug 9, 2009 at 08:10, Hiranya Jayathilaka wrote: > > > On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando > wrote: >> >> hi devs, >> >> I tried to buid the a

Re: Axis2 Build Failure

2009-08-08 Thread Hiranya Jayathilaka
On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando wrote: > hi devs, > > I tried to buid the axis2(revision 802424) but failed. The error is same > as mentioned by thilina. This is the first time i'm building this in this > machine.so i couldnt build without testcases due to that famous > applefin

Re: Axis2 Build Failure

2009-08-08 Thread Andreas Veithen
If somebody could post some more detailed information, maybe we will be able to figure out what happens. Andreas On Sat, Aug 8, 2009 at 19:51, Pradeep Fernando wrote: > hi devs, > > I tried to buid the axis2(revision 802424)  but failed. The error is same as > mentioned by thilina. This is the fi

Re: Axis2 Build Failure

2009-08-08 Thread Pradeep Fernando
hi devs, I tried to buid the axis2(revision 802424) but failed. The error is same as mentioned by thilina. This is the first time i'm building this in this machine.so i couldnt build without testcases due to that famous applefinder test case. thilina, how did you get around this error? thank

Re: Axis2 Build Failure

2009-07-01 Thread Deepal Jayasinghe
I did a complete build yesterday and I did not find any issues with the build. Thanks, Deepal On Wed, Jul 1, 2009 at 2:30 PM, Andreas Veithen wrote: > Thilina, > > Can you post the content of the following file? > > modules/adb/target/surefire-reports/org.apache.axis2.databinding.utils.ConverterU

Re: Axis2 Build Failure

2009-07-01 Thread Andreas Veithen
Thilina, Can you post the content of the following file? modules/adb/target/surefire-reports/org.apache.axis2.databinding.utils.ConverterUtilTest.txt This should give us more information about the failure. Andreas On Wed, Jul 1, 2009 at 09:00, Thilina Mahesh Buddhika wrote: > Hi Andreas, > > S

Re: Axis2 Build Failure

2009-07-01 Thread Thilina Mahesh Buddhika
Hi Andreas, Sorry, I have missed the attachment in the previous mail. The detailed test info. is pasted below. Running org.apache.axis2.databinding.utils.ConverterUtilTest String ==> 2007-02-15T14:54:29 calendar ==> 2007-02-15T14:54:29.000+0530 calendar ==> 2007-02-15T14:54:29.000+05:30 String

Re: Axis2 Build Failure

2009-06-30 Thread Andreas Veithen
Thilina, Apparently the attachment with the detailed test information got lost. Andreas On Tue, Jun 30, 2009 at 14:09, Thilina Mahesh Buddhika wrote: > Hi all, > > I am experiencing a build failure in Axis2 trunk(revision 789668) due to > some test failures. I am attaching the failed test inform

Re: [AXIS2] Build failure in SAAJ

2008-10-28 Thread Dennis Sosnoski
Thanks, that fixes the build on 1.6. - Dennis Jarek Gawor wrote: This does not fail on Java 5. Anyway, committed a simple/temporary fix to the test. Jarek On Tue, Oct 28, 2008 at 3:20 PM, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: I'm unable to build Axis2, after a fresh checkout from s

Re: [AXIS2] Build failure in SAAJ

2008-10-28 Thread Jarek Gawor
This does not fail on Java 5. Anyway, committed a simple/temporary fix to the test. Jarek On Tue, Oct 28, 2008 at 3:20 PM, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > I'm unable to build Axis2, after a fresh checkout from svn, using "mvn clean > install". It consistently fails during the SAAJ mo

Re: [Axis2] Build failure on clustering

2007-07-13 Thread Dennis Sosnoski
Thanks, Afkham - builds correctly now. - Dennis Dennis Sosnoski wrote: I'm getting a compile failure on the clustering module: ...ChannelSender.java[29,7] org.apache.axis2.clustering.tribes.ChannelSender is not abstract and does not override abstract method sendToGroup(java.lang.Throwable)

Re: axis2 build failure in xmlbeans

2007-04-20 Thread Umasankar Mukkara
Thank you for your help. I figured out that this problem happens only with jdk1.6.* I have removed jdk1.6 and installed jdk.1.4.2 and the build was successful. Regards, Uma. >>> On Wed, Apr 18, 2007 at 6:54 PM, in message <[EMAIL PROTECTED]>, "Davanum Srinivas" <[EMAIL PROTECTED]> wrote: > p

Re: axis2 build failure in xmlbeans

2007-04-18 Thread Davanum Srinivas
please use maven-1.1-beta-2. thanks, dims On 4/18/07, Umasankar Mukkara <[EMAIL PROTECTED]> wrote: Hi, I just downloaded axis2 source and tried to build using maven 1.0.2 and following build failure happens. What should I be looking at? junit does not tell what the failure is about. All othe

Re: axis2 build failure in xmlbeans

2007-04-18 Thread Umasankar Mukkara
I found the following errors in the corresponding log files. Can somebody help me fix this? Regards, Uma. Testsuite: org.apache.axis2.xmlbeans.WSDL2Java11Test Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.726 sec - Standard Error - org.apache.axis2.wsdl.code

Re: [Axis2] Build failure for 1_1 branch

2006-12-20 Thread Ruchith Fernando
Seems like this commit [1] removed the integration module's dependencies on security, secpolicy and rahas :-( Just fixed it! [2] Please try now. Thanks, Ruchith [1] http://svn.apache.org/viewvc?view=rev&rev=489013 [2] http://svn.apache.org/viewvc?view=rev&rev=489272 On 12/21/06, Dennis Sosnos

Re: [Axis2] Build failure

2006-09-30 Thread Brian De Pradine
Apologies. I appear to have missed that one. Cheers Brian DePradine Web Services Development IBM Hursley External  +44 (0) 1962 816319         Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? "Ruchith Fernando" <[EMAIL PROT

Re: [Axis2] Build failure

2006-09-30 Thread Ruchith Fernando
Ok... the malicious commit that caused the build failure seems to be the commit to svn revision 451179 [1]. This is due to a bug [2] in axiom-1.1.1. Devs *PLEASE* do run the integration test cases before you commit and make sure they pass!!! Earlier I commented out the test scenario that failed

Re: [Axis2] Build failure

2006-09-29 Thread Ruchith Fernando
Hi Dennis, I updated the Rampart code to add the correct resource property in the exception (SVN revision 451552). But this is caused by another exception and you should be able get that out properly now. BTW please make sure you have the latest wss4j-SNAPSHOT.jar in you maven repo as well.I jus

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
I tried with that update but ... unfortunately that doesn't seem to work :-( Thanks, Ruchith On 9/20/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: ok, added a conditional exclude. Please try this. http://svn.apache.org/viewvc?view=rev&revision=447943 thanks, dims On 9/19/06, Ruchith Fernan

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
ok, added a conditional exclude. Please try this. http://svn.apache.org/viewvc?view=rev&revision=447943 thanks, dims On 9/19/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote: Hi dims, Adding mx4j-jmx-3.0.1.jar got rid of the NoClassDefFoundError. But the test still fails: test report : [1] Tha

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
Hi dims, Adding mx4j-jmx-3.0.1.jar got rid of the NoClassDefFoundError. But the test still fails: test report : [1] Thanks, Ruchith [1] http://rafb.net/paste/results/rfN9OG76.html On 9/20/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: How about this one? http://www.ibiblio.org/maven/mx4j/ja

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
How about this one? http://www.ibiblio.org/maven/mx4j/jars/mx4j-jmx-3.0.1.jar -- dims On 9/19/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote: Hi dims, geronimo-j2ee-management_1.0_spec-1.0.1.jar [1] only contains javax.management.j2ee.* stuff :-( Therefore we don't have javax.management.Malf

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
Hi dims, geronimo-j2ee-management_1.0_spec-1.0.1.jar [1] only contains javax.management.j2ee.* stuff :-( Therefore we don't have javax.management.MalformedObjectNameException even if we add the dependency. Thanks, Ruchith [1] http://www.ibiblio.org/maven/org.apache.geronimo.specs/jars/geronim

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
Please try adding the following dependency to project.xml under modules/integration org.apache.geronimo.specs geronimo-j2ee-management_1.0_spec thanks, dims On 9/19/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote: Hi Devs, I'm experiencing an Axis2 build failure (on JDK 1.4)

Re: [Axis2] Build Failure

2006-07-21 Thread Ajith Ranabahu
Hi, Can you look at the test report and see if there is a stack trace or some useful message ? Also you can try running the test in IDE. Ajith On 7/21/06, Maryam Moazeni <[EMAIL PROTECTED]> wrote: Hi, I am trying to build Axis2 after some modifications, but it fails because of a test failure

Re: Axis2 Build Failure

2006-07-20 Thread Maryam Moazeni
Hi again,   Sorry, the problem seems to be solved.   --Maryam  On 7/20/06, Maryam Moazeni <[EMAIL PROTECTED]> wrote: Hi Davanum,   Thanks for responding, The problem seems to get worst, now I get compilation errors in a module I'm not working on. --

Re: Axis2 Build Failure

2006-07-20 Thread Maryam Moazeni
Hi Davanum,   Thanks for responding, The problem seems to get worst, now I get compilation errors in a module I'm not working on. [echo] Running jar:install for Apache Axis 2.0 - Common java:prepare-filesystem:

Re: Axis2 Build Failure

2006-07-20 Thread Davanum Srinivas
did you do a "svn up" to get all the new files? On 7/20/06, Maryam Moazeni <[EMAIL PROTECTED]> wrote: Hi, I have problems with building Axis2, I have built Axis2 before but this problem seems to be new. The attempt to download most of the *-SNAPSHOT.jar(s) fails. -

Re: [Axis2] build failure

2005-08-12 Thread Davanum Srinivas
Ajith, i know...but either way if there is a fault/error, that fault/error should get back to the client. right? (with or without timeout). -- dims On 8/12/05, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: > Hi Dims, > The infinite wait was due to a bug in the in-out mep client that prevented > it

Re: [Axis2] build failure

2005-08-12 Thread Ajith Ranabahu
Hi Dims, The infinite wait was due to a bug in the in-out mep client that prevented it from time-outing. Why it should have timed-out is a problem with the dispatching!  :) On 8/12/05, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Eran,here's one thing that bothers me...for this infinite wait buildpr

Re: [Axis2] build failure

2005-08-12 Thread Davanum Srinivas
Eran, here's one thing that bothers me...for this infinite wait build problem. there was an exception but that did not get reported in any of the logs and did not get back to the caller and the caller was waiting...right? we always land up in such trouble because we make the "correct" path work a

RE: [Axis2] build failure

2005-08-11 Thread Eran Chinthaka
Fixed the build. But I had to revert the WSA Action based dispatching. And I think we need to re-think about WSA based dispatching in the engine. Regards, EC > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Friday, August 12, 2005 5:23 AM > To: axis-dev@ws

Re: [Axis2] build failure

2005-08-11 Thread Deepal Jayasinghe
We have found the part of the bug , the problem basically a dispatching problem ,will fix soon . Thanks, Deepal ~Future is Open~ - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: Sent: Friday, Augu

Re: [Axis2] build failure

2005-08-07 Thread Glen Daniels
Sorry bout the breakage, folks! Not only that, Glen has not put the XML-schema jar as well. I'm trying to fix it, for the time being. Glen, when you see this, please fix it. I did actually upload the XmlSchema.jar (wsdl/lib), but somehow missed the project.properties which hooked it up. Ha

RE: [Axis2] build failure

2005-08-07 Thread Eran Chinthaka
Build fixed now. > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 10:48 AM > To: axis-dev@ws.apache.org > Subject: Re: [Axis2] build failure > > Eran, > > i uploaded the XmlSchema jar to my

Re: [Axis2] build failure

2005-08-07 Thread Davanum Srinivas
Eran, i uploaded the XmlSchema jar to my maven repo and adjusted the project.properties. try commenting code in the file below...i gotta hit the bed :) thanks, -- dims On 8/8/05, Eran Chinthaka <[EMAIL PROTECTED]> wrote: > Not only that, Glen has not put the XML-schema jar as well. I'm trying to

RE: [Axis2] build failure

2005-08-07 Thread Eran Chinthaka
Not only that, Glen has not put the XML-schema jar as well. I'm trying to fix it, for the time being. Glen, when you see this, please fix it. BTW, is there a way to send a message to Glen's brain so that, he will see a build failure in his dreams :) :). > -Original Message- > From: Dava