I am trying to host a pack which can be installed into your local repo but I
get the following error when I try to commit it to my svn scratch.

svn: OPTIONS of 'https://svn.wso2.org/repos/wso2/people/danushka': SSL
handshake failed: Secure connection truncated (https://svn.wso2.org)

Is there any other place that I can host it on?. Its about 3M when zipped.

Danushka

On Tue, Dec 21, 2010 at 8:43 AM, Yasith Tharindu <yas...@wso2.com> wrote:

> There is a problem with the server. Its giving IO errors and.As per the
> server vendor problem with the raid card. Once got the server up. we ll
> update.
>
> Thanks
>
>
> On Tue, Dec 21, 2010 at 8:36 AM, Danushka Menikkumbura 
> <danus...@wso2.com>wrote:
>
>> Yasith,
>>
>> I now do not see anything inside
>> http://dist.wso2.org/maven2/org/apache/qpid/ :-(. What is going on?
>>
>> Danushka
>>
>>
>> On Mon, Dec 20, 2010 at 4:32 PM, Afkham Azeez <az...@wso2.com> wrote:
>>
>>> Danushka,
>>> Please get this fixed ASAP. I cannot build orbit and am stuck.
>>>
>>> Azeez
>>>
>>>
>>> On Mon, Dec 20, 2010 at 12:15 PM, Danushka Menikkumbura <
>>> danus...@wso2.com> wrote:
>>>
>>>> I gave them to Yasith and was there until he uploaded them to the repo.
>>>> Need to check with him why they are not there!.
>>>>
>>>> Yasith please respond.
>>>>
>>>> Danushka
>>>>
>>>>
>>>> On Mon, Dec 20, 2010 at 11:59 AM, Afkham Azeez <az...@wso2.com> wrote:
>>>>
>>>>> If you go to http://dist.wso2.org/maven2/org/apache/qpid/qpid-broker/ you
>>>>> will find that the 0.9 version of the QPid jars are not available, even
>>>>> though Danushka mentioned 2 days ago that these have been uploaded to the
>>>>> WSO2 M2 repo.
>>>>>
>>>>> On Mon, Dec 20, 2010 at 11:43 AM, Janaka Ranabahu <jan...@wso2.com>wrote:
>>>>>
>>>>>> I also get Qpid build errors too even when building online. And why do
>>>>>> I get these kind of warnings?
>>>>>>
>>>>>> [WARNING] Unable to get resource 'org.apache.qpid:qpid-client:jar:0.9'
>>>>>> from repository wso2-maven2-repository (http://dist.wso2.org/maven2):
>>>>>> Authorization failed: Access denied to:
>>>>>> http://dist.wso2.org/maven2/org/apache/qpid/qpid-client/0.9/qpid-client-0.9.jar
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Dec 20, 2010 at 11:26 AM, Afkham Azeez <az...@wso2.com>wrote:
>>>>>>
>>>>>>> Still, an online build is not working for me.
>>>>>>>
>>>>>>>
>>>>>>> On Sun, Dec 19, 2010 at 9:57 AM, Danushka Menikkumbura <
>>>>>>> danus...@wso2.com> wrote:
>>>>>>>
>>>>>>>> The Qpid 0.9 jars are now hosted on our Maven2 repo so that you do
>>>>>>>> not need to build them.
>>>>>>>>
>>>>>>>> Danushka
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, Dec 18, 2010 at 9:37 PM, Kathiravelu Pradeeban <
>>>>>>>> pradee...@wso2.com> wrote:
>>>>>>>>
>>>>>>>>> Guess you meant, we have to checkout [1] and build Qpid [2] using
>>>>>>>>> ant.
>>>>>>>>>
>>>>>>>>> [1] http://svn.apache.org/repos/asf/qpid/trunk/qpid/
>>>>>>>>> [2] http://qpid.apache.org/download.cgi
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Pradeeban.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Sat, Dec 18, 2010 at 8:24 PM, Kathiravelu Pradeeban <
>>>>>>>>> pradee...@wso2.com> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Dec 15, 2010 at 10:44 AM, Danushka Menikkumbura <
>>>>>>>>>> danus...@wso2.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> The latest Qpid artifacts are not hosted on a repo. Even the Qpid
>>>>>>>>>>> repo does not have the latest ones. You need to build Qpid locally 
>>>>>>>>>>> (it has
>>>>>>>>>>> an ant build) and install artifacts into your local repo using 
>>>>>>>>>>> maven until
>>>>>>>>>>> we host them on our maven repo.
>>>>>>>>>>>
>>>>>>>>>>> I am also hit with the same issue when trying to build orbit.
>>>>>>>>>> Build fails in orbit/qpid. I am unable to locate any ant builds on
>>>>>>>>>> orbit/qpid or orbit either. Did I miss something?
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>> Pradeeban.
>>>>>>>>>>
>>>>>>>>>> Danushka
>>>>>>>>>>>
>>>>>>>>>>>  On Wed, Dec 15, 2010 at 9:55 AM, Manjula Rathnayake <
>>>>>>>>>>> manju...@wso2.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>>  Hi all,
>>>>>>>>>>>>
>>>>>>>>>>>> I am trying to build qpid component in trunk. And I build online
>>>>>>>>>>>> but still artifacts are not resolved.
>>>>>>>>>>>> Following is the repositories in orbit/pom.xml
>>>>>>>>>>>>
>>>>>>>>>>>>     <repositories>
>>>>>>>>>>>>         <repository>
>>>>>>>>>>>>             <id>wso2-maven2-snapshot-repository</id>
>>>>>>>>>>>>             <name>WSO2 Maven2 SNAPSHOTS</name>
>>>>>>>>>>>>             <url>http://dist.wso2.org/snapshots/maven2</url>
>>>>>>>>>>>>             <snapshots>
>>>>>>>>>>>>                 <enabled>true</enabled>
>>>>>>>>>>>>                 <updatePolicy>always</updatePolicy>
>>>>>>>>>>>>                 <checksumPolicy>ignore</checksumPolicy>
>>>>>>>>>>>>             </snapshots>
>>>>>>>>>>>>             <releases>
>>>>>>>>>>>>                 <enabled>false</enabled>
>>>>>>>>>>>>             </releases>
>>>>>>>>>>>>         </repository>
>>>>>>>>>>>>         <repository>
>>>>>>>>>>>>             <id>wso2-maven2-repository</id>
>>>>>>>>>>>>             <name>WSO2 Maven2 Repository</name>
>>>>>>>>>>>>             <url>http://dist.wso2.org/maven2</url>
>>>>>>>>>>>>             <snapshots>
>>>>>>>>>>>>                 <enabled>false</enabled>
>>>>>>>>>>>>             </snapshots>
>>>>>>>>>>>>             <releases>
>>>>>>>>>>>>                 <enabled>true</enabled>
>>>>>>>>>>>>                 <updatePolicy>never</updatePolicy>
>>>>>>>>>>>>                 <checksumPolicy>fail</checksumPolicy>
>>>>>>>>>>>>             </releases>
>>>>>>>>>>>>         </repository>
>>>>>>>>>>>>         <repository>
>>>>>>>>>>>>             <id>jboss-maven-repository</id>
>>>>>>>>>>>>             <name>JBoss Maven Repository </name>
>>>>>>>>>>>>             <url>
>>>>>>>>>>>> https://repository.jboss.org/nexus/content/groups/public/</url>
>>>>>>>>>>>>         </repository>
>>>>>>>>>>>>     </repositories>
>>>>>>>>>>>>
>>>>>>>>>>>> So do we have to update repository locations? or I am missing
>>>>>>>>>>>> something here?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you.
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Manjula Rathnayaka
>>>>>>>>>>>> Software Engineer
>>>>>>>>>>>> WSO2, Inc.
>>>>>>>>>>>> Mobile:+94 77 743 1987
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Carbon-dev mailing list
>>>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Kathiravelu Pradeeban.
>>>>>>>>>> Software Engineer.
>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>
>>>>>>>>>> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Kathiravelu Pradeeban.
>>>>>>>>> Software Engineer.
>>>>>>>>> WSO2 Inc.
>>>>>>>>>
>>>>>>>>> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Carbon-dev mailing list
>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Carbon-dev mailing list
>>>>>>>> Carbon-dev@wso2.org
>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Afkham Azeez*
>>>>>>> Senior Software Architect & Senior Manager; WSO2, Inc.;
>>>>>>> http://wso2.com,
>>>>>>> *
>>>>>>> *
>>>>>>> *Member; Apache Software Foundation; 
>>>>>>> **http://www.apache.org/*<http://www.apache.org/>
>>>>>>> *
>>>>>>> email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
>>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>>>> twitter: 
>>>>>>> **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>>>> *
>>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>>>> *
>>>>>>> *
>>>>>>> *Lean . Enterprise . Middleware*
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Carbon-dev mailing list
>>>>>>> Carbon-dev@wso2.org
>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Janaka Ranabahu
>>>>>> Software Engineer
>>>>>> WSO2 Inc.
>>>>>>
>>>>>> Mobile +94 718370861
>>>>>> Email : jan...@wso2.com
>>>>>> Blog : janakaranabahu.blogspot.com
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Carbon-dev mailing list
>>>>>> Carbon-dev@wso2.org
>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Afkham Azeez*
>>>>> Senior Software Architect & Senior Manager; WSO2, Inc.;
>>>>> http://wso2.com,
>>>>> *
>>>>> *
>>>>> *Member; Apache Software Foundation; 
>>>>> **http://www.apache.org/*<http://www.apache.org/>
>>>>> *
>>>>> email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>> twitter: 
>>>>> **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>> *
>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>> *
>>>>> *
>>>>> *Lean . Enterprise . Middleware*
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev@wso2.org
>>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*<http://www.apache.org/>
>>> *
>>> email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>
>
> --
> ~Thanks
> Yasith Tharindu,
> WSO2 Inc,
> Blog: http://www.yasith.info
> Twitter: http://twitter.com/yasithnd
>
> "' lean "' enterprise '" middleware '" www.wso2.com
>
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to