Re: Axis2 Build Failure

2009-08-10 Thread Hiranya Jayathilaka
On Mon, Aug 10, 2009 at 3:09 AM, Davanum Srinivas dava...@gmail.com 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,

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 hiranya...@gmail.comwrote: On Mon, Aug 10, 2009 at 3:09 AM, Davanum Srinivas

Re: Axis2 Build Failure

2009-08-09 Thread Hiranya Jayathilaka
On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando pradee...@gmail.comwrote: 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

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 Jayathilakahiranya...@gmail.com wrote: On Sat, Aug 8, 2009 at 11:21 PM, Pradeep Fernando pradee...@gmail.com wrote: hi

Re: Axis2 Build Failure

2009-08-09 Thread Hiranya Jayathilaka
On Sun, Aug 9, 2009 at 9:49 PM, Andreas Veithen andreas.veit...@gmail.comwrote: 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

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 andreas.veit...@gmail.comwrote: As I said earlier, if somebody could post more information about the build

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

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?

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 Fernandopradee...@gmail.com wrote: hi devs, I tried to buid the axis2(revision 802424)  but failed. The error is same as mentioned by

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

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.

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 Buddhikathilin...@gmail.com wrote: Hi all, I am experiencing a build failure in Axis2 trunk(revision 789668) due to some test failures. I am attaching the

[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:

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 module

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

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

[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

[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 1.4

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: please use

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.

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 -

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 other

[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: copy Warning: Could not find file .../modules/security/target/rampart-1.2-SNAPSHOT.mar to copy. Anybody have any suggestions?

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=revrev=489013 [2] http://svn.apache.org/viewvc?view=revrev=489272 On 12/21/06, Dennis

[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:

[Axis2] Build failure

2006-09-30 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

Re: [Axis2] Build failure

2006-09-30 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

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-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 PROTECTED]

[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/MalformedObjectNameException

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
, 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/MalformedObjectNameException java.lang.NoClassDefFoundError

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
under modules/integration dependency groupIdorg.apache.geronimo.specs/groupId artifactIdgeronimo-j2ee-management_1.0_spec/artifactId /dependency thanks, dims On 9/19/06, Ruchith Fernando [EMAIL PROTECTED] wrote: Hi Devs, I'm experiencing an Axis2 build failure

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Ruchith Fernando
groupIdorg.apache.geronimo.specs/groupId artifactIdgeronimo-j2ee-management_1.0_spec/artifactId /dependency thanks, dims On 9/19/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

Re: [Axis2] Build failure - JDK 1.4

2006-09-19 Thread Davanum Srinivas
/dependency thanks, dims On 9/19/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

Re: [Axis2] Build failure - JDK 1.4

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

[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 inthe core module. - [junit] [ERROR] TEST

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

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

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

2005-08-12 Thread Davanum Srinivas
: 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 command line and on intellij test:test: [junit] Running org.apache.axis2.engine.CallUnregisteredServiceTest

Re: [Axis2] build failure

2005-08-12 Thread Ajith Ranabahu
@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: 3.105 sec [junit] Running org.apache.axis2

Re: [Axis2] build failure

2005-08-12 Thread Davanum Srinivas
@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: 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

Re: [Axis2] build failure

2005-08-11 Thread Deepal Jayasinghe
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 [junit

RE: [Axis2] build failure

2005-08-11 Thread Eran Chinthaka
@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: 3.105 sec [junit] Running

[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]

RE: [Axis2] build failure

2005-08-07 Thread Eran Chinthaka
: 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 C:\APACHE.SVN\webservices\axis\trunk\java\modules\wsdl/target

Re: [Axis2] build failure

2005-08-07 Thread Davanum Srinivas
10:35 AM To: [EMAIL PROTECTED]; Davanum Srinivas (JIRA) Subject: [Axis2] build failure 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

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 maven repo and adjusted the project.properties

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.