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

Axis2 Build Failure

2009-06-30 Thread Thilina Mahesh Buddhika
Hi all, I am experiencing a build failure in Axis2 trunk(revision 789668) due to some test failures. I am attaching the failed test information herewith. ---

[Axis2] Axis2 build failure - run the test before commit

2009-05-31 Thread Deepal jayasinghe
As I can see someone has commit the code without running the test cases, so build failure. Therefore please do not do that. From the beginning of the project one thing we agreed was to run the complete build before doing the commit. Now I have fixed the build and it is working fine now, if you ca

[Axis2] Build failure (1.4.1)

2009-05-28 Thread somrani1
In building "fast infoset" module (as part of building the source), maven looks for "addressing-1.4.1.mar" in the correct location. But there is no such module. On the other hand there is "addressing-1.41.mar" with no dot between the 4 and the 1. This causes the build to fail.

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

[AXIS2] Build failure in SAAJ

2008-10-28 Thread Dennis Sosnoski
I'm unable to build Axis2, after a fresh checkout from svn, using "mvn clean install". It consistently fails during the SAAJ module build, with an error on the SAAJResultTest: --- Test set: org.apache.axis2.saaj.SAAJRes

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)

[Axis2] Build failure on clustering

2007-07-13 Thread Dennis Sosnoski
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) in org.apache.axis2.clustering.MessageSender svn update says At revision

[jira] Resolved: (AXIS2-2950) Axis2 build failure - JDK 1.4

2007-07-11 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2950. - Resolution: Fixed Fixed in svn revision 555478 -- dims > Axis2 build failure - JDK

[jira] Created: (AXIS2-2950) Axis2 build failure - JDK 1.4

2007-07-11 Thread Sanjaya Karunasena (JIRA)
Axis2 build failure - JDK 1.4 - Key: AXIS2-2950 URL: https://issues.apache.org/jira/browse/AXIS2-2950 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: nightly Environment: JDK 1.4.*, Linux

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

axis2 build failure in xmlbeans

2007-04-18 Thread Umasankar Mukkara
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 other directories seem to compile properly. Regards, Uma. linux:~/axis2/axis2-1.1.1/src/modules/xmlbeans

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

[Axis2] Build failure for 1_1 branch

2006-12-20 Thread Dennis Sosnoski
Since yesterday I've been getting a build failure with the 1_1 branch, where the integration module build fails because of: .../modules/integration/maven.xml:44:82: Warning: Could not find file .../modules/security/target/rampart-1.2-SNAPSHOT.mar to copy. Anybody have any suggestions? - De

[Axis2] Build failure - trunk

2006-12-12 Thread Ruchith Fernando
Hi Devs, I'm seeing a build failure of the axis2 trunk :-( [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec [junit] [ERROR] TEST org.apache.axis2.java.security.driver.Java2SecTest FAILED And the test report says : Testsuite: org.apache.axis2.java.security.driver.Java2Se

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

[Axis2] Build failure

2006-09-29 Thread Dennis Sosnoski
I'm getting a failure on org.apache.rampart.RampartTest in integration: java.lang.RuntimeException: Undefined 'org.apache.axiom.om.impl.llom.OMElementImpl' resource property at org.apache.rampart.RampartException.getMessage(RampartException.java:81) at org.apache.rampart.Rampart

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
; > Please try adding the following dependency to project.xml under > > > > modules/integration > > > > > > > > > > > > org.apache.geronimo.specs > > > > geronimo-j2ee-management_1.0_spec > > > > > > > &

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
ollowing dependency to project.xml under > > > modules/integration > > > > > > > > > org.apache.geronimo.specs > > > geronimo-j2ee-management_1.0_spec > > > > > > > > > thanks, > > > dims > >

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
g 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 &

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
dency 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

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
06, Ruchith Fernando <[EMAIL PROTECTED]> wrote: > Hi Devs, > > I'm experiencing an Axis2 build failure (on JDK 1.4) due to the > failure of one of the integration tests: > org.apache.axis2.jms.JMSEchoRawXMLTest > > I noticed the following at the top of the stack tra

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

[Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
Hi Devs, I'm experiencing an Axis2 build failure (on JDK 1.4) due to the failure of one of the integration tests: org.apache.axis2.jms.JMSEchoRawXMLTest I noticed the following at the top of the stack trace in the test report: javax/management/MalformedObjectNameExce

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

[Axis2] Build Failure

2006-07-21 Thread Maryam Moazeni
Hi,   I am trying to build Axis2 after some modifications, but it fails because of a test failure in the core module.   -  [junit] [ERROR] TEST org.apache.axis2.deployment.ModuleDisEngage

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. -

Axis2 Build Failure

2006-07-20 Thread Maryam Moazeni
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.   - Attempting to download woden-SNAPSHOT.jar.E

Re: [Axis2] build failure

2005-08-12 Thread Davanum Srinivas
> > re-think about WSA based dispatching in the engine. > > > > > > Regards, > > > EC > > > > > > > -Original Message- > > > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > > > > Sent: Friday,

Re: [Axis2] build failure

2005-08-12 Thread Ajith Ranabahu
s [mailto:[EMAIL PROTECTED]]> > Sent: Friday, August 12, 2005 5:23 AM > > To: axis-dev@ws.apache.org> > Subject: [Axis2] build failure> >> > Build gets stuck hereboth in command line and on intellij> > > > test:test:> > [junit] Running org.ap

Re: [Axis2] build failure

2005-08-12 Thread Davanum Srinivas
ards, > EC > > > -Original Message- > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 12, 2005 5:23 AM > > To: axis-dev@ws.apache.org > > Subject: [Axis2] build failure > > > > Build gets stuck hereboth in c

RE: [Axis2] build failure

2005-08-11 Thread Eran Chinthaka
To: axis-dev@ws.apache.org > Subject: [Axis2] build failure > > Build gets stuck hereboth in command line and on intellij > > test:test: > [junit] Running org.apache.axis2.engine.CallUnregisteredServiceTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed

Re: [Axis2] build failure

2005-08-11 Thread Deepal Jayasinghe
o: Sent: Friday, August 12, 2005 5:22 AM Subject: [Axis2] build failure Build gets stuck hereboth in command line and on intellij test:test: [junit] Running org.apache.axis2.engine.CallUnregisteredServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.105 sec

[Axis2] build failure

2005-08-11 Thread Davanum Srinivas
Build gets stuck hereboth in command line and on intellij test:test: [junit] Running org.apache.axis2.engine.CallUnregisteredServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.105 sec [junit] Running org.apache.axis2.engine.CharctersetEncodingTest [junit]

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
Srinivas [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 08, 2005 10:35 AM > > To: [EMAIL PROTECTED]; Davanum Srinivas (JIRA) > > Subject: [Axis2] build failure > > > > Glen, > > > > Problem with build > > > > java:compile: > >

RE: [Axis2] build failure

2005-08-07 Thread Eran Chinthaka
e- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, August 08, 2005 10:35 AM > To: [EMAIL PROTECTED]; Davanum Srinivas (JIRA) > Subject: [Axis2] build failure > > Glen, > > Problem with build > > java:compile: > [echo] Compiling to >

[Axis2] build failure

2005-08-07 Thread Davanum Srinivas
Glen, Problem with build java:compile: [echo] Compiling to C:\APACHE.SVN\webservices\axis\trunk\java\modules\wsdl/target/classes [javac] Compiling 24 source files to C:\APACHE.SVN\webservices\axis\trunk\java\modules\wsdl\target\classes [javac] C:\APACHE.SVN\webservices\axis\trunk