linking to waypoint (zero-based index list: 1) failed
Posted: Tue Oct 06, 2015 7:01 am
Hello,
we are using the current xRoute Server and get the following error:
This error occurs only on our server. The same query works on the cloud service.
The corresponding calculateExtendedRoute query includes the ferry Langesund-Hirtshals.
The soap request looks as follows:
This issue seems to be a server setting, because we are using the default mg-trailer-truck profile.
Are we missing the maximumDistanceToSegment or maximumDistanceToCombinedTransport xRoute server property?
Thanks!
we are using the current xRoute Server and get the following error:
Code: Select all
2015-10-06 08:43:17,976;INFO;RequestTimes;b1055d49-e460-4b16-972e-5f615fe8e5dc;1.2.3.4;;50030;unknown-cluster;XRoute.calculateExtendedRoute;false;;;;mg-trailer-truck;m0002;2;0;0;17;0;5;18;25;NO-TXN;;;;;;;com.ptvag.xserver.xroute.XRouteException;2530;linking to waypoint (zero-based index list: 1) failed
The corresponding calculateExtendedRoute query includes the ferry Langesund-Hirtshals.
The soap request looks as follows:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><calculateExtendedRoute xmlns="http://types.xroute.xserver.ptvag.com"><ArrayOfWaypointDesc_1><WaypointDesc fuzzyRadius="10000" linkType="NEXT_SEGMENT" xmlns="http://xroute.xserver.ptvag.com"><wrappedCoords><Point xmlns="http://common.xserver.ptvag.com"><kml xsi:nil="true" /><point x="1075865.4008000002" y="8179266.7385000009" /></Point></wrappedCoords><nodeID xsi:nil="true" /><wrappedRoutingOptions xsi:nil="true" /><wrappedSegmentID xsi:nil="true" /><wrappedVehicleOptions xsi:nil="true" /><viaType xsi:nil="true" /></WaypointDesc><WaypointDesc combinedTransportID="VjEoNDc7MTEzMTg5NTMyOTs3MjsxNzU7MCkoNDU7MTEzMzIwNTgwNTsyNTQ7MTUzOzApTGFuZ2VzdW5kLUhpcnRzaGFscw==" fuzzyRadius="10000" linkType="NEXT_SEGMENT" xmlns="http://xroute.xserver.ptvag.com"><wrappedCoords xsi:nil="true" /><nodeID xsi:nil="true" /><wrappedRoutingOptions xsi:nil="true" /><wrappedSegmentID xsi:nil="true" /><wrappedVehicleOptions xsi:nil="true" /><viaType viaType="COMBINED_TRANSPORT" /></WaypointDesc><WaypointDesc fuzzyRadius="10000" linkType="NEXT_SEGMENT" xmlns="http://xroute.xserver.ptvag.com"><wrappedCoords><Point xmlns="http://common.xserver.ptvag.com"><kml xsi:nil="true" /><point x="1397455.5840000003" y="7485736.0114999982" /></Point></wrappedCoords><nodeID xsi:nil="true" /><wrappedRoutingOptions xsi:nil="true" /><wrappedSegmentID xsi:nil="true" /><wrappedVehicleOptions xsi:nil="true" /><viaType xsi:nil="true" /></WaypointDesc></ArrayOfWaypointDesc_1><ArrayOfRoutingOption_2><RoutingOption parameter="COUNTRY_ENCODING" value="ISO2" xmlns="http://xroute.xserver.ptvag.com" /></ArrayOfRoutingOption_2><ArrayOfExceptionPath_3 xsi:nil="true" /><ResultListOptions_4 binaryPathDesc="false" boundingRectanglesC="0" boundingRectanglesOffset="0" brunnelManoeuvres="false" detailLevel="STANDARD" dynamicInfo="false" manoeuvreAttributes="false" manoeuvreGroups="false" manoeuvres="true" nodes="false" polygon="true" segmentAttributes="false" segments="true" texts="true" tollManoeuvres="false" totalRectangle="false" urbanManoeuvres="false"><cenEmissionConfiguration xsi:nil="true" xmlns="http://xroute.xserver.ptvag.com" /><destDetail xsi:nil="true" xmlns="http://xroute.xserver.ptvag.com" /><emissions xsi:nil="true" xmlns="http://xroute.xserver.ptvag.com" /><hbefaType xsi:nil="true" xmlns="http://xroute.xserver.ptvag.com" /><startDetail xsi:nil="true" xmlns="http://xroute.xserver.ptvag.com" /></ResultListOptions_4><CountryInfoOptions_5 xmlns:q1="http://xroute.xserver.ptvag.com" xsi:type="q1:CountryInfoVehicleOptions" allEuro="true" calculatePartTollCosts="true" detailedTollCosts="true" namedToll="true" tollTotals="true"><q1:wrappedReductionIDs xsi:nil="true" /><q1:wrappedTollScenarios xsi:nil="true" /><q1:wrappedOptions><q1:VehicleOption parameter="TYPE" value="TRL" /></q1:wrappedOptions></CountryInfoOptions_5><CallerContext_6><wrappedProperties xmlns="http://baseservices.service.jabba.ptvag.com"><CallerContextProperty key="Profile" value="mg-trailer-truck" /><CallerContextProperty key="ProfileXMLSnippet" value="<?xml version='1.0' encoding='us-ascii'?><Profile xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'><Common language='de' majorVersion='1' minorVersion='0' /><FeatureLayer majorVersion='1' minorVersion='0'><GlobalSettings enableTimeDependency='true' /><Themes><Theme id='PTV_TruckAttributes' enabled='true' /></Themes></FeatureLayer><Routing majorVersion='2' minorVersion='0'><Course><AdditionalDataRules enabled='true'><VehicleSpecific enabled='true' /></AdditionalDataRules></Course><Vehicle><Physical /></Vehicle></Routing></Profile>" /></wrappedProperties></CallerContext_6></calculateExtendedRoute></soap:Body></soap:Envelope>
Are we missing the maximumDistanceToSegment or maximumDistanceToCombinedTransport xRoute server property?
Thanks!