Hi all,
mvadmin tool doesn't seems to work with latest versions of mapviewer.
Eg this is what mvadmin tool logs when sending a prefetch request
D:\Software\Oracle\Mapviewer\mvadmin>java -jar mvadmin.jar -u admin -p xxxxxxx -xml prefetch-tiles.xml -server http://localhost/mapviewer/mcsadmin
## Server URL: http://localhost/mapviewer/mcsadmin
## Establishing initial contact...
## Response status code: 200
## Authenticating with the server...... done.
## Sending xml request from file: prefetch-tiles.xml
## Server response:
<map_tile_server_response>
Succeeded!
</map_tile_server_response>
This is the request
<map_cache_admin_request>
<tile_admin_task
operation="fetch_tiles"
map_tile_layer="GISDEMO.TL_GP_GEBAEUDENR"
zoom_levels="0,1,2,3,4,5"
bounding_box="2571480.78,5727114.31,2580199.27,5731163.35">
</tile_admin_task>
</map_cache_admin_request>
This is what mapviewer logs while processing the request
Aug 27, 2014 12:27:56 PM oracle.lbs.mapcache.AdminServlet doPost
FINER: [mcs admin] recevied a request.
Aug 27, 2014 12:27:56 PM oracle.lbs.mapcache.AdminServlet doPost
FINEST: request.getRemoteUser = admin
Aug 27, 2014 12:27:56 PM oracle.lbs.foi.FOIServlet dumpURLParams
FINEST: Servlet URL parameters (/mcsadmin):
End of servlet URL parameters (/mcsadmin).
When looking into USER_SDO_TILE_ADMIN_TASKS View there is no entry for that request on no tile was processed.
Are there any solutions out there?
Thanks
Dominik