You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Moritz Maedler <ma...@moritz-maedler.de> on 2010/07/06 08:54:07 UTC

Nightly Builds

Hi!

Does anyone know where the nightly builds are currently located?
The two urls I found return errors:

- http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
- http://people.apache.org/dist/axis2/nightly - Returns 404


Thank you!


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Moritz Mädler <ma...@moritz-maedler.de>.
Hi,

in fact I need a WAR-File to deploy in my Tomcat 6... 
Any ideas?


Am 06.07.2010 um 17:50 schrieb Jorge Medina:

> Try downloading each jar from
> 
> http://people.apache.org/repository/org.apache.axis2/jars/
> 
> 
> On Tue, Jul 6, 2010 at 2:54 AM, Moritz Maedler <ma...@moritz-maedler.de> wrote:
>> Hi!
>> 
>> Does anyone know where the nightly builds are currently located?
>> The two urls I found return errors:
>> 
>> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
>> - http://people.apache.org/dist/axis2/nightly - Returns 404
>> 
>> 
>> Thank you!
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Jorge Medina <ce...@gmail.com>.
Try downloading each jar from

http://people.apache.org/repository/org.apache.axis2/jars/


On Tue, Jul 6, 2010 at 2:54 AM, Moritz Maedler <ma...@moritz-maedler.de> wrote:
> Hi!
>
> Does anyone know where the nightly builds are currently located?
> The two urls I found return errors:
>
> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
> - http://people.apache.org/dist/axis2/nightly - Returns 404
>
>
> Thank you!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Moritz Mädler <ma...@moritz-maedler.de>.
Hi,

i installed the Snapshot and everthing seems to work fine.
Somehow I get an exception when a client accesses the service:

ERROR 2010-07-07 12:36:19,619 [http-8443-5] (RPCMessageReceiver.java:202) - 2
java.lang.ArrayIndexOutOfBoundsException: 2
	at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:578)
	at org.apache.axis2.rpc.receivers.RPCUtil.processRequest(RPCUtil.java:153)
	at org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:199)
	at org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:110)
	at org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
	at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:178)
	at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
	at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:145)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
	at java.lang.Thread.run(Thread.java:636)



As the Exception is thrown in one of the Axis2 - Classes i do not know how to debug. Could it be possible, that 
the exception is raised because of some faulty request from the client (that I do not know, as it is an open API-Service)?

Thanks!



Am 06.07.2010 um 23:01 schrieb Moritz Mädler:

> Ok, I will give it test drive tomorrow. Thank you.
> 
> 
> 
> Am 06.07.2010 um 22:57 schrieb Andreas Veithen:
> 
>> Yes, AXIS2-4465 is fixed in these builds.
>> 
>> Andreas
>> 
>> On Tue, Jul 6, 2010 at 21:50, Moritz Mädler <ma...@moritz-maedler.de> wrote:
>>> Thank you Andreas!
>>> 
>>> BTW: is the problem with the incorrect set SSL-Endpoints resolved? I had this problem a few months ago
>>> and you recommended to upload a custom WSDL which did not work, as the parameters are not passed to the
>>> service-classes anymore.
>>> 
>>> Thanks!
>>> 
>>> 
>>> Am 06.07.2010 um 19:39 schrieb Andreas Veithen:
>>> 
>>>> They are located here:
>>>> 
>>>> http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/
>>>> 
>>>> Regards,
>>>> 
>>>> Andreas
>>>> 
>>>> On Tue, Jul 6, 2010 at 08:54, Moritz Maedler <ma...@moritz-maedler.de> wrote:
>>>>> Hi!
>>>>> 
>>>>> Does anyone know where the nightly builds are currently located?
>>>>> The two urls I found return errors:
>>>>> 
>>>>> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
>>>>> - http://people.apache.org/dist/axis2/nightly - Returns 404
>>>>> 
>>>>> 
>>>>> Thank you!
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>> 
>>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>> 
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Moritz Mädler <ma...@moritz-maedler.de>.
Ok, I will give it test drive tomorrow. Thank you.



Am 06.07.2010 um 22:57 schrieb Andreas Veithen:

> Yes, AXIS2-4465 is fixed in these builds.
> 
> Andreas
> 
> On Tue, Jul 6, 2010 at 21:50, Moritz Mädler <ma...@moritz-maedler.de> wrote:
>> Thank you Andreas!
>> 
>> BTW: is the problem with the incorrect set SSL-Endpoints resolved? I had this problem a few months ago
>> and you recommended to upload a custom WSDL which did not work, as the parameters are not passed to the
>> service-classes anymore.
>> 
>> Thanks!
>> 
>> 
>> Am 06.07.2010 um 19:39 schrieb Andreas Veithen:
>> 
>>> They are located here:
>>> 
>>> http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/
>>> 
>>> Regards,
>>> 
>>> Andreas
>>> 
>>> On Tue, Jul 6, 2010 at 08:54, Moritz Maedler <ma...@moritz-maedler.de> wrote:
>>>> Hi!
>>>> 
>>>> Does anyone know where the nightly builds are currently located?
>>>> The two urls I found return errors:
>>>> 
>>>> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
>>>> - http://people.apache.org/dist/axis2/nightly - Returns 404
>>>> 
>>>> 
>>>> Thank you!
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>> 
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Andreas Veithen <an...@gmail.com>.
Yes, AXIS2-4465 is fixed in these builds.

Andreas

On Tue, Jul 6, 2010 at 21:50, Moritz Mädler <ma...@moritz-maedler.de> wrote:
> Thank you Andreas!
>
> BTW: is the problem with the incorrect set SSL-Endpoints resolved? I had this problem a few months ago
> and you recommended to upload a custom WSDL which did not work, as the parameters are not passed to the
> service-classes anymore.
>
> Thanks!
>
>
> Am 06.07.2010 um 19:39 schrieb Andreas Veithen:
>
>> They are located here:
>>
>> http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/
>>
>> Regards,
>>
>> Andreas
>>
>> On Tue, Jul 6, 2010 at 08:54, Moritz Maedler <ma...@moritz-maedler.de> wrote:
>>> Hi!
>>>
>>> Does anyone know where the nightly builds are currently located?
>>> The two urls I found return errors:
>>>
>>> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
>>> - http://people.apache.org/dist/axis2/nightly - Returns 404
>>>
>>>
>>> Thank you!
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Moritz Mädler <ma...@moritz-maedler.de>.
Thank you Andreas!

BTW: is the problem with the incorrect set SSL-Endpoints resolved? I had this problem a few months ago
and you recommended to upload a custom WSDL which did not work, as the parameters are not passed to the 
service-classes anymore.

Thanks!


Am 06.07.2010 um 19:39 schrieb Andreas Veithen:

> They are located here:
> 
> http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/
> 
> Regards,
> 
> Andreas
> 
> On Tue, Jul 6, 2010 at 08:54, Moritz Maedler <ma...@moritz-maedler.de> wrote:
>> Hi!
>> 
>> Does anyone know where the nightly builds are currently located?
>> The two urls I found return errors:
>> 
>> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
>> - http://people.apache.org/dist/axis2/nightly - Returns 404
>> 
>> 
>> Thank you!
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Nightly Builds

Posted by Andreas Veithen <an...@gmail.com>.
They are located here:

http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/

Regards,

Andreas

On Tue, Jul 6, 2010 at 08:54, Moritz Maedler <ma...@moritz-maedler.de> wrote:
> Hi!
>
> Does anyone know where the nightly builds are currently located?
> The two urls I found return errors:
>
> - http://ws.zones.apache.org/dist/axis2/nightly/ - Returns 403
> - http://people.apache.org/dist/axis2/nightly - Returns 404
>
>
> Thank you!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org