Re: [Carbon-dev] build failure in trunk/carbon core

2010-06-30 Thread Thilina Mahesh Buddhika
Hi Ratha,

Can you please check whether the WSDL2Java code generation takes place
properly before it throws this exception?

I have seen several times, it is failing due to an CNF Exception for Axiom
UIDGenerator class.

Thanks,
Thilina

On Wed, Jun 30, 2010 at 12:48 PM, ratha rat...@wso2.com wrote:

 Hi,
 I get following compilation error. My svn revision[1]
 Pls have a look.

 [1]
 Revision: 68816
 Node Kind: directory
 Schedule: normal
 Last Changed Author: azeez
 Last Changed Rev: 68808

 [INFO]
 
 [INFO] Compilation failure


 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy

 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
 a:[36,12] cannot find symbol
 symbol  : class AuthenticationAdminStub
 location: class
 org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient


 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy

 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
 a:[45,19] cannot find symbol
 symbol  : class AuthenticationAdminStub
 location: class
 org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thilina Mahesh Buddhika
Senior Software Engineer
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 77 44 88 727
blog : http://blog.thilinamb.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] build failure in trunk/carbon core

2010-06-30 Thread ratha
Thilina Mahesh Buddhika wrote:
 Hi Ratha,

 Can you please check whether the WSDL2Java code generation takes place 
 properly before it throws this exception? 

no stubs @org.wso2.carbon.authenticator.proxy..(-
-Ratha.
 I have seen several times, it is failing due to an CNF Exception for 
 Axiom UIDGenerator class.

 Thanks,
 Thilina

 On Wed, Jun 30, 2010 at 12:48 PM, ratha rat...@wso2.com 
 mailto:rat...@wso2.com wrote:

 Hi,
 I get following compilation error. My svn revision[1]
 Pls have a look.

 [1]
 Revision: 68816
 Node Kind: directory
 Schedule: normal
 Last Changed Author: azeez
 Last Changed Rev: 68808

 [INFO]
 
 [INFO] Compilation failure

 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
 a:[36,12] cannot find symbol
 symbol  : class AuthenticationAdminStub
 location: class
 org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient

 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
 a:[45,19] cannot find symbol
 symbol  : class AuthenticationAdminStub
 location: class
 org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 -- 
 Thilina Mahesh Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com
 

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
   


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] build failure in trunk/carbon core

2010-06-30 Thread ratha

Hi Thilina,
yes..stubs were not generated bcoz of CNF exception

 [INFO] Executing tasks
 [java] Retrieving document at 
'src/main/resources/AuthenticationAdmin.wsdl'
.
 [java] log4j:WARN No appenders could be found for logger 
(org.apache.axis2.
description.WSDL11ToAllAxisServicesBuilder).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError: 
org/apach
e/axiom/util/UIDGenerator
 [java] at 
org.apache.axis2.description.AxisOperation.init(AxisOperati
on.java:90

How can i overcome this?
-Ratha.

Thilina Mahesh Buddhika wrote:
 In that module, stubs are generated for this wsdl [1].

 Thanks,
 Thilina

 [1] 
 - 
 https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/resources/AuthenticationAdmin.wsdl

 On Wed, Jun 30, 2010 at 1:33 PM, ratha rat...@wso2.com 
 mailto:rat...@wso2.com wrote:

 Thilina Mahesh Buddhika wrote:
  Hi Ratha,
 
  Can you please check whether the WSDL2Java code generation takes
 place
  properly before it throws this exception?
 
 no stubs @org.wso2.carbon.authenticator.proxy..(-
 -Ratha.
  I have seen several times, it is failing due to an CNF Exception for
  Axiom UIDGenerator class.
 
  Thanks,
  Thilina
 
  On Wed, Jun 30, 2010 at 12:48 PM, ratha rat...@wso2.com
 mailto:rat...@wso2.com
  mailto:rat...@wso2.com mailto:rat...@wso2.com wrote:
 
  Hi,
  I get following compilation error. My svn revision[1]
  Pls have a look.
 
  [1]
  Revision: 68816
  Node Kind: directory
  Schedule: normal
  Last Changed Author: azeez
  Last Changed Rev: 68808
 
  [INFO]
 
 
  [INFO] Compilation failure
 
 
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
 
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
  a:[36,12] cannot find symbol
  symbol  : class AuthenticationAdminStub
  location: class
  org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
 
 
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
 
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
  a:[45,19] cannot find symbol
  symbol  : class AuthenticationAdminStub
  location: class
  org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
 mailto:Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thilina Mahesh Buddhika
  Senior Software Engineer
  WSO2 Inc. ; http://wso2.com
  lean . enterprise . middleware
 
  phone : +94 77 44 88 727
  blog : http://blog.thilinamb.com
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 -- 
 Thilina Mahesh Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com
 

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
   


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] build failure in trunk/carbon core

2010-06-30 Thread Thilina Mahesh Buddhika
This happens due to a corrupted Axiom jar downloaded when building online.

As a work around, try building Axiom first and then build Carbon Core
offline.

Thanks,
Thilina

On Wed, Jun 30, 2010 at 2:47 PM, ratha rat...@wso2.com wrote:


 Hi Thilina,
 yes..stubs were not generated bcoz of CNF exception

  [INFO] Executing tasks
 [java] Retrieving document at
 'src/main/resources/AuthenticationAdmin.wsdl'
 .
 [java] log4j:WARN No appenders could be found for logger
 (org.apache.axis2.
 description.WSDL11ToAllAxisServicesBuilder).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError:
 org/apach
 e/axiom/util/UIDGenerator
 [java] at
 org.apache.axis2.description.AxisOperation.init(AxisOperati
 on.java:90

 How can i overcome this?
 -Ratha.

 Thilina Mahesh Buddhika wrote:
  In that module, stubs are generated for this wsdl [1].
 
  Thanks,
  Thilina
 
  [1]
  -
 https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/resources/AuthenticationAdmin.wsdl
 
  On Wed, Jun 30, 2010 at 1:33 PM, ratha rat...@wso2.com
  mailto:rat...@wso2.com wrote:
 
  Thilina Mahesh Buddhika wrote:
   Hi Ratha,
  
   Can you please check whether the WSDL2Java code generation takes
  place
   properly before it throws this exception?
  
  no stubs @org.wso2.carbon.authenticator.proxy..(-
  -Ratha.
   I have seen several times, it is failing due to an CNF Exception
 for
   Axiom UIDGenerator class.
  
   Thanks,
   Thilina
  
   On Wed, Jun 30, 2010 at 12:48 PM, ratha rat...@wso2.com
  mailto:rat...@wso2.com
   mailto:rat...@wso2.com mailto:rat...@wso2.com wrote:
  
   Hi,
   I get following compilation error. My svn revision[1]
   Pls have a look.
  
   [1]
   Revision: 68816
   Node Kind: directory
   Schedule: normal
   Last Changed Author: azeez
   Last Changed Rev: 68808
  
   [INFO]
  
 
 
   [INFO] Compilation failure
  
  
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
  
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
   a:[36,12] cannot find symbol
   symbol  : class AuthenticationAdminStub
   location: class
   org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
  
  
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
  
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
   a:[45,19] cannot find symbol
   symbol  : class AuthenticationAdminStub
   location: class
   org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
  
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  mailto:Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
  
  
   --
   Thilina Mahesh Buddhika
   Senior Software Engineer
   WSO2 Inc. ; http://wso2.com
   lean . enterprise . middleware
  
   phone : +94 77 44 88 727
   blog : http://blog.thilinamb.com
  
 
 
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thilina Mahesh Buddhika
  Senior Software Engineer
  WSO2 Inc. ; http://wso2.com
  lean . enterprise . middleware
 
  phone : +94 77 44 88 727
  blog : http://blog.thilinamb.com
  
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thilina Mahesh Buddhika
Senior Software Engineer
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 77 44 88 727
blog : http://blog.thilinamb.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] build failure in trunk/carbon core

2010-06-30 Thread Samisa Abeysinghe
On Wed, Jun 30, 2010 at 2:55 PM, Thilina Mahesh Buddhika
thili...@wso2.comwrote:

 This happens due to a corrupted Axiom jar downloaded when building online.

 As a work around, try building Axiom first and then build Carbon Core
 offline.


Guys, we should not build Axiom. It should be in snapshot repo.

Samisa...



 Thanks,
 Thilina


 On Wed, Jun 30, 2010 at 2:47 PM, ratha rat...@wso2.com wrote:


 Hi Thilina,
 yes..stubs were not generated bcoz of CNF exception

  [INFO] Executing tasks
 [java] Retrieving document at
 'src/main/resources/AuthenticationAdmin.wsdl'
 .
 [java] log4j:WARN No appenders could be found for logger
 (org.apache.axis2.
 description.WSDL11ToAllAxisServicesBuilder).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError:
 org/apach
 e/axiom/util/UIDGenerator
 [java] at
 org.apache.axis2.description.AxisOperation.init(AxisOperati
 on.java:90

 How can i overcome this?
 -Ratha.

 Thilina Mahesh Buddhika wrote:
  In that module, stubs are generated for this wsdl [1].
 
  Thanks,
  Thilina
 
  [1]
  -
 https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/resources/AuthenticationAdmin.wsdl
 
  On Wed, Jun 30, 2010 at 1:33 PM, ratha rat...@wso2.com
  mailto:rat...@wso2.com wrote:
 
  Thilina Mahesh Buddhika wrote:
   Hi Ratha,
  
   Can you please check whether the WSDL2Java code generation takes
  place
   properly before it throws this exception?
  
  no stubs @org.wso2.carbon.authenticator.proxy..(-
  -Ratha.
   I have seen several times, it is failing due to an CNF Exception
 for
   Axiom UIDGenerator class.
  
   Thanks,
   Thilina
  
   On Wed, Jun 30, 2010 at 12:48 PM, ratha rat...@wso2.com
  mailto:rat...@wso2.com
   mailto:rat...@wso2.com mailto:rat...@wso2.com wrote:
  
   Hi,
   I get following compilation error. My svn revision[1]
   Pls have a look.
  
   [1]
   Revision: 68816
   Node Kind: directory
   Schedule: normal
   Last Changed Author: azeez
   Last Changed Rev: 68808
  
   [INFO]
  
 
 
   [INFO] Compilation failure
  
  
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
  
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
   a:[36,12] cannot find symbol
   symbol  : class AuthenticationAdminStub
   location: class
   org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
  
  
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
  
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
   a:[45,19] cannot find symbol
   symbol  : class AuthenticationAdminStub
   location: class
   org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
  
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  mailto:Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
  
  
   --
   Thilina Mahesh Buddhika
   Senior Software Engineer
   WSO2 Inc. ; http://wso2.com
   lean . enterprise . middleware
  
   phone : +94 77 44 88 727
   blog : http://blog.thilinamb.com
  
 
 
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thilina Mahesh Buddhika
  Senior Software Engineer
  WSO2 Inc. ; http://wso2.com
  lean . enterprise . middleware
 
  phone : +94 77 44 88 727
  blog : http://blog.thilinamb.com
  
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thilina Mahesh Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com

 

Re: [Carbon-dev] build failure in trunk/carbon core

2010-06-30 Thread Senaka Fernando
On Wed, Jun 30, 2010 at 2:59 PM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Wed, Jun 30, 2010 at 2:55 PM, Thilina Mahesh Buddhika 
 thili...@wso2.com wrote:

 This happens due to a corrupted Axiom jar downloaded when building online.

 As a work around, try building Axiom first and then build Carbon Core
 offline.


 Guys, we should not build Axiom. It should be in snapshot repo.


Access to the snapshot repo from the local builder was setup yesterday.
These should be available on our snapshot repo along with the next
successful rebuild. Unfortunately, yesterday's nightly build was broken, so
currently the latest snapshots have not been deployed.

Thanks,
Senaka.


 Samisa...



 Thanks,
 Thilina


 On Wed, Jun 30, 2010 at 2:47 PM, ratha rat...@wso2.com wrote:


 Hi Thilina,
 yes..stubs were not generated bcoz of CNF exception

  [INFO] Executing tasks
 [java] Retrieving document at
 'src/main/resources/AuthenticationAdmin.wsdl'
 .
 [java] log4j:WARN No appenders could be found for logger
 (org.apache.axis2.
 description.WSDL11ToAllAxisServicesBuilder).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError:
 org/apach
 e/axiom/util/UIDGenerator
 [java] at
 org.apache.axis2.description.AxisOperation.init(AxisOperati
 on.java:90

 How can i overcome this?
 -Ratha.

 Thilina Mahesh Buddhika wrote:
  In that module, stubs are generated for this wsdl [1].
 
  Thanks,
  Thilina
 
  [1]
  -
 https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/resources/AuthenticationAdmin.wsdl
 
  On Wed, Jun 30, 2010 at 1:33 PM, ratha rat...@wso2.com
  mailto:rat...@wso2.com wrote:
 
  Thilina Mahesh Buddhika wrote:
   Hi Ratha,
  
   Can you please check whether the WSDL2Java code generation takes
  place
   properly before it throws this exception?
  
  no stubs @org.wso2.carbon.authenticator.proxy..(-
  -Ratha.
   I have seen several times, it is failing due to an CNF Exception
 for
   Axiom UIDGenerator class.
  
   Thanks,
   Thilina
  
   On Wed, Jun 30, 2010 at 12:48 PM, ratha rat...@wso2.com
  mailto:rat...@wso2.com
   mailto:rat...@wso2.com mailto:rat...@wso2.com wrote:
  
   Hi,
   I get following compilation error. My svn revision[1]
   Pls have a look.
  
   [1]
   Revision: 68816
   Node Kind: directory
   Schedule: normal
   Last Changed Author: azeez
   Last Changed Rev: 68808
  
   [INFO]
  
 
 
   [INFO] Compilation failure
  
  
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
  
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
   a:[36,12] cannot find symbol
   symbol  : class AuthenticationAdminStub
   location: class
   org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
  
  
 
 C:\svn_repository\carbon_project\Carbon-core\org.wso2.carbon.authenticator.proxy
  
 
 \src\main\java\org\wso2\carbon\authenticator\proxy\AuthenticationAdminClient.jav
   a:[45,19] cannot find symbol
   symbol  : class AuthenticationAdminStub
   location: class
   org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
  
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  mailto:Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
  
  
   --
   Thilina Mahesh Buddhika
   Senior Software Engineer
   WSO2 Inc. ; http://wso2.com
   lean . enterprise . middleware
  
   phone : +94 77 44 88 727
   blog : http://blog.thilinamb.com
  
 
 
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thilina Mahesh Buddhika
  Senior Software Engineer
  WSO2 Inc. ; http://wso2.com
  lean . enterprise . middleware
 
  phone : +94 77 44 88 727
  blog : http://blog.thilinamb.com
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org