[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Deploy incremental ABL Web Application

  • Thread starter Thread starter Derek Lord
  • Start date Start date
Status
Not open for further replies.
D

Derek Lord

Guest
Hi Irfan, After running the batch file to deploy I end up with deploysvcCmd.bat and oepropCmd.bat in the instance bin folder both zero bytes. They were both exact copies of deploysvc.bat and oeprop.bat after the initial war file was deployed. It seems that deploysvc destroys them The incremental zip file is in c:\lttrn\api. The instance is in c:\lttrn\api\LT1800Test. Executing the command from c:\lttrn proenv>LT1800Test\bin\deploysvc.bat -v -g LumberTrack_1801_incr.zip -a LumberTrack I deployed the service with -v -g and get the following (end of the log for brevity) trace: adding unique entry for /v1/WorkOrders at 8 verbose: found WorkOrdersHandler:/v1/WorkOrders trace: looking for handler9 trace: Copying c:\lttrn\api\LT1800Test/conf/openedge.properties to c:\lttrn\api\ LT1800Test/conf/openedge.tmp verbose: processing handlers for LumberTrack.Inventory service verbose: handler class is InventoryHandler verbose: replacing mapping for /v1/Inventory trace: property - +LT1800Test.LumberTrack.WEB.handler1=InventoryHandler:/v1/I nventory trace: Moving (1) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties verbose: processing handlers for LumberTrack.PurchaseOrders service verbose: handler class is PurchaseOrdersHandler verbose: replacing mapping for /v1/PurchaseOrders trace: property - +LT1800Test.LumberTrack.WEB.handler2=PurchaseOrdersHandler: /v1/PurchaseOrders trace: Moving (1) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (2) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (3) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (4) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (5) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (6) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (7) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (8) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (9) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT18 00Test/conf/openedge.properties trace: Moving (10) c:\lttrn\api\LT1800Test/conf/openedge.tmp to c:\lttrn\api\LT1 800Test/conf/openedge.properties deploysvc: c:\lttrn\api\LT1800Test\conf\openedge.tmp execution failed

Continue reading...
 
Status
Not open for further replies.
Back
Top