Dear Eileen,
Thanks for the reply. Can you please help me install the admin center. We also tried to install admin center to administrator this WAS liberty but, when I run below command to install admin center, i get below error and unable to run this script. /installUtility install adminCenter-1.0 # pwd /usr/lpp/liberty_zos/18.0.0.1/bin # /installUtility install adminCenter-1.0 # ./installUtility install adminCenter-1.0 java: toolJavaCmd 3: ./installUtility 257: FSUM7351 not found # I listed this bin directory to make sure that this script exist and i found but I unable to run this script to install admin center. rwxr-xr-x 1 BPXROOT OMVSGRP 6803 Mar 9 2018 batchManager Devl -rwxr-xr-x 1 BPXROOT OMVSGRP 3410 Mar 9 2018 batchManager.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6802 Mar 9 2018 binaryLog -rwxr-xr-x 1 BPXROOT OMVSGRP 3958 Mar 9 2018 binaryLog.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 bluemixUtility -rwxr-xr-x 1 BPXROOT OMVSGRP 3418 Mar 9 2018 bluemixUtility.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 16032 Mar 9 2018 client -rwxr-xr-x 1 BPXROOT OMVSGRP 12939 Mar 9 2018 client.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6803 Mar 9 2018 collective -rwxr-xr-x 1 BPXROOT OMVSGRP 3410 Mar 9 2018 collective.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6808 Mar 9 2018 configUtility -rwxr-xr-x 1 BPXROOT OMVSGRP 3415 Mar 9 2018 configUtility.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6796 Mar 9 2018 ddlGen -rwxr-xr-x 1 BPXROOT OMVSGRP 3952 Mar 9 2018 ddlGen.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6815 Mar 9 2018 dynamicRouting -rwxr-xr-x 1 BPXROOT OMVSGRP 3422 Mar 9 2018 dynamicRouting.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 featureManager -rwxr-xr-x 1 BPXROOT OMVSGRP 3418 Mar 9 2018 featureManager.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 installUtility -rwxr-xr-x 1 BPXROOT OMVSGRP 3418 Mar 9 2018 installUtility.bat drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 jaxb drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 jaxrs drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 jaxws -rwxr-xr-x 1 BPXROOT OMVSGRP 6814 Mar 9 2018 pluginUtility -rwxr-xr-x 1 BPXROOT OMVSGRP 3970 Mar 9 2018 pluginUtility.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6802 Mar 9 2018 productInfo -rwxr-xr-x 1 BPXROOT OMVSGRP 3958 Mar 9 2018 productInfo.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 securityUtility -rwxr-xr-x 1 BPXROOT OMVSGRP 3967 Mar 9 2018 securityUtility.bat -rwxrwxrwx 1 BPXROOT OMVSGRP 35850 Mar 24 02:56 server -rwxr-xr-x 1 BPXROOT OMVSGRP 21141 Mar 9 2018 server.bat -rwxr-xr-x 1 BPXROOT OMVSGRP 6814 Mar 9 2018 serverSchemaGen -rwxr-xr-x 1 BPXROOT OMVSGRP 3970 Mar 9 2018 serverSchemaGen.bat -rwxrwxrwx 1 BPXROOT OMVSGRP 35850 Mar 24 02:52 server_bkup drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 tools drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 zosConnect # pwd /usr/lpp/liberty_zos/18.0.0.1/bin # Can anyone please help us on this both issue. On Fri, Jun 19, 2020 at 4:05 PM Barkow, Eileen < 000002bc504b1642-dmarc-requ...@listserv.ua.edu> wrote: > I had to add: > > <applicationMonitor dropins="dropins" dropinsEnabled="true" > pollingRate="5s > > -----Original Message----- > From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf > Of saurabh khandelwal > Sent: Friday, June 19, 2020 8:43 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: WAS Liberty Start UP Issue > > Dear Group, > > We are trying to configure WAS liberty and deploy test applications. > > Our server.xml file looks like > > <?xml version="1.0" encoding="UTF-8"?> > > <server description="new server"> > > > > <!-- Enable features --> > > <featureManager> > > <feature>jsp-2.3</feature> > > </featureManager> > > > > <!-- To access this server from a remote client add a host attribute > > <httpEndpoint id="defaultHttpEndpoint" > > host="192.168.250.10" > > httpPort="9080" > > httpsPort="9443" /> > > > > <!-- Automatically expand WAR files and EAR files --> > > <applicationManager autoExpand="false"/> > > <application context-root="ACC" > > location="/usr/lpp/liberty_zos/18.0.0.1/usr/servers/server1/> > > > > </server> > > > And When we deploy application in drop in directory, I get below message > available in started task, > > E CWWKZ0021E: The server is not configured to handle the resource at > location /usr/lpp/liberty_zos/18.0.0.1/usr/servers/server1 > /dropins/AdvancedCommandCenter.ear. > > E CWWKM0101E: The system could not process archive data for > /usr/lpp/liberty_zos/18.0.0.1/usr/servers/server1/dropins/AdvancedC > ommandCenter.ear. > > But we can clearly, see that our application has been expanded but because > of this issue we getting above, we unable to move forward. > > Can any one guide us on this. > > We also, tried to install admin center to administrator this WAS liberty > but, when when I run below command to install admin center, i get below > error and unable to run this script. > > /installUtility install adminCenter-1.0 > > # pwd > > /usr/lpp/liberty_zos/18.0.0.1/bin > > # /installUtility install adminCenter-1.0 > > > > # ./installUtility install adminCenter-1.0 > > java: toolJavaCmd 3: ./installUtility 257: FSUM7351 not found > > # > > > I listed this bin directory to make sure that this script exist and i > found but I unable to run this script to install admin center. > > > rwxr-xr-x 1 BPXROOT OMVSGRP 6803 Mar 9 2018 batchManager > Devl > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3410 Mar 9 2018 > batchManager.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6802 Mar 9 2018 > binaryLog > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3958 Mar 9 2018 > binaryLog.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 bluemixUtility > > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3418 Mar 9 2018 > bluemixUtility.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 16032 Mar 9 2018 > client > > -rwxr-xr-x 1 BPXROOT OMVSGRP 12939 Mar 9 2018 > client.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6803 Mar 9 2018 > collective > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3410 Mar 9 2018 > collective.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6808 Mar 9 2018 > configUtility > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3415 Mar 9 2018 > configUtility.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6796 Mar 9 2018 > ddlGen > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3952 Mar 9 2018 > ddlGen.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6815 Mar 9 2018 > dynamicRouting > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3422 Mar 9 2018 > dynamicRouting.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 > featureManager > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3418 Mar 9 2018 > featureManager.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 > installUtility > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3418 Mar 9 2018 > installUtility.bat > > drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 > jaxb > > drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 > jaxrs > > drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 > jaxws > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6814 Mar 9 2018 > pluginUtility > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3970 Mar 9 2018 > pluginUtility.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6802 Mar 9 2018 > productInfo > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3958 Mar 9 2018 > productInfo.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6811 Mar 9 2018 > securityUtility > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3967 Mar 9 2018 > securityUtility.bat > > -rwxrwxrwx 1 BPXROOT OMVSGRP 35850 Mar 24 02:56 > server > > -rwxr-xr-x 1 BPXROOT OMVSGRP 21141 Mar 9 2018 > server.bat > > -rwxr-xr-x 1 BPXROOT OMVSGRP 6814 Mar 9 2018 > serverSchemaGen > > -rwxr-xr-x 1 BPXROOT OMVSGRP 3970 Mar 9 2018 > serverSchemaGen.bat > > -rwxrwxrwx 1 BPXROOT OMVSGRP 35850 Mar 24 02:52 > server_bkup > > drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 > tools > > drwxr-xr-x 3 BPXROOT OMVSGRP 8192 Mar 9 2018 > zosConnect > > # > pwd > > /usr/lpp/liberty_zos/18.0.0.1/bin > > > # > > > Can anyone please help us on this both issue. > > > > Thanks & Regards > Saurabh Khandelwal > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email > to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > > ________________________________ > > This e-mail, including any attachments, may be confidential, privileged or > otherwise legally protected. It is intended only for the addressee. If you > received this e-mail in error or from someone who was not authorized to > send it to you, do not disseminate, copy or otherwise use this e-mail or > its attachments. Please notify the sender immediately by reply e-mail and > delete the e-mail from your system. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN > -- Thanks & Regards Saurabh Khandelwal ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN