Hi Sagara,

I've tried with:
axis2-1.7.0-20120613.071731-744.jar (Wed Jun 13 07:53:41 UTC 2012)
taken from:
https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2/1.7.0-SNAPSHOT/

And with axis2-1.7.0-SNAPSHOT.jar (build 5 minutes ago)
taken from: https://builds.apache.org/job/axis2/1562/org.apache.axis2$axis2/

Both show the same problem. It simply does not register any WebService.
The issue is really not the URL that we invoke. Also REST calls / URLs
that previously worked fine just stopped working simply by replacing
the JAR with the latest Snapshot.
My previously working URL looks like that:
http://127.0.0.1:5080/openmeetings/services/CalendarService/getAppointmentsByWeekCalendar?&firstDayInWeek=1&startDate=2014-05-14
(Which btw stills works fine with the old JARs
http://demo.openmeetings.de/openmeetings/services/CalendarService/getAppointmentsByWeekCalendar?&firstDayInWeek=1&startDate=2012-04-01
)

Or for example the WSDL URL:
http://demo.openmeetings.de/openmeetings/services/CalendarService?wsdl
this URL should work still fine also with the new pattern as far as I
understood.
By simply updating axis2-jar-xyz.jar with latest Snapshot Axis2 throws an error.
No config change nothing, just JAR replace, restart => services gone.

Is there anything more I can do to help you debug that problem?

The Error message Axis2 throws to the WebService Gateway is:
"The service cannot be found for the endpoint reference (EPR)"

The Exception is quite the same in the logs:
ERROR 06-13 14:04:29.729 AxisEngine.java 140024 218
org.apache.axis2.engine.AxisEngine [http-0.0.0.0-5080-1] - The service
cannot be found for the endpoint reference (EPR)
/openmeetings/services/CalendarService/getAppointmentsByWeekCalendar?&firstDayInWeek=1&startDate=2012-04-01
org.apache.axis2.AxisFault: The service cannot be found for the
endpoint reference (EPR)
/openmeetings/services/CalendarService/getAppointmentsByWeekCalendar?&firstDayInWeek=1&startDate=2012-04-01
        at 
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:78)
~[axis2-1.7.0-20120611.200300-739.jar:na]
        at org.apache.axis2.engine.Phase.invoke(Phase.java:324)
~[axis2-1.7.0-20120611.200300-739.jar:na]
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
~[axis2-1.7.0-20120611.200300-739.jar:na]
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
~[axis2-1.7.0-20120611.200300-739.jar:na]
        at 
org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:242)
[axis2-transport-http-bundle-1.7.0-SNAPSHOT.jar:na]
        at 
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:184)
[axis2-transport-http-bundle-1.7.0-SNAPSHOT.jar:na]
        at 
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:870)
[axis2-transport-http-bundle-1.7.0-SNAPSHOT.jar:na]
        at 
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:290)
[axis2-transport-http-bundle-1.7.0-SNAPSHOT.jar:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
[javaee-api-5.1.2.om.jar:na]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
[javaee-api-5.1.2.om.jar:na]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[catalina-6.0.32.jar:6.0.32]
        at 
org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:49)
[openmeetings-2.0.0-SNAPSHOT.jar:na]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[catalina-6.0.32.jar:6.0.32]
        at 
org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:77)
[red5.jar:na]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:554)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
[catalina-6.0.32.jar:6.0.32]
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
[tomcat-coyote-6.0.32.jar:6.0.32]
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
[tomcat-coyote-6.0.32.jar:6.0.32]
        at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
[tomcat-coyote-6.0.32.jar:6.0.32]
        at java.lang.Thread.run(Thread.java:662) [na:1.6.0_25]


Thanks!
Sebastian

2012/6/13 Sagara Gunathunga <sagara.gunathu...@gmail.com>:
> Those SNAPSHOT artifacts are push by Apache build server, I hope
> latest artifacts resolve this issue. If you work on 1.7.0 SNAPSHOTS
> you have to follow up with AXIS2-5315 [1] changes specially r1349635
> [2] which related to MessageReceiver MEP URIs.
>
> [1] - https://issues.apache.org/jira/browse/AXIS2-5315
> [2] - http://svn.apache.org/viewvc?view=revision&revision=1349635
>
> Thanks !
>
> On Wed, Jun 13, 2012 at 3:12 PM, seba.wag...@gmail.com
> <seba.wag...@gmail.com> wrote:
>> There seems to be an issue with the latest SNAPSHOT-1.7.0 of Axis2.
>>
>> You get an error string like that:
>> <faultstring>The service cannot be found for the endpoint reference
>> (EPR) 
>> /openmeetings/services/CalendarService/getAppointmentsByWeekCalendar?&firstDayInWeek=1&startDate=2014-05-14</faultstring>
>>
>> Axis2 just does not seem to register any of the available services.
>>
>> Replacing the axis2-jar-1.7.0-SNAPSHOT.jar with an
>> axis2-jar-1.7.0-SNAPSHOT.jar from a previous build does fix it.
>>
>> As the axis2-jar-1.7.0-SNAPSHOT.jar itself does not contain any info
>> about which revision or build number it is from I can only give you
>> some META data about the differences between those jars.
>>
>> The buggy axis2-jar-1.7.0-SNAPSHOT.jar:
>> Edit-date of the MANIFEST.MF file is from 12.06.2012
>> File size is: 2.300.706 Bytes
>>
>> The working axis2-jar-1.7.0-SNAPSHOT.jar:
>> Edit date of the MANIFEST.MF file is from 15.03.2012
>> File size is: 2.338.284 Bytes
>>
>> You don't need to do any other then replacing the JAR file to get
>> things working with latest SNAPSHOT-1.7.0
>>
>> Do you have an idea about the possible root for that issue?
>> Is there already a later version that I should probably checkout?
>> We get Axis2-1.7.0-SNAPSHOT via Ivy from the Maven repository. Did
>> somebody push a new SNAPSHOT to Maven lately?
>>
>> Sebastian
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.openmeetings.de
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wag...@gmail.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
>> For additional commands, e-mail: java-user-h...@axis.apache.org
>>
>
>
>
> --
> Sagara Gunathunga
>
> Blog      - http://ssagara.blogspot.com
> Web      - http://people.apache.org/~sagara/
> LinkedIn - http://www.linkedin.com/in/ssagara
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wag...@gmail.com

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

Reply via email to