Hi All,
Have installed a fresh copy of wM8.2.2 in RHL server through below script. I just need Broker, IS, MWS & Developer.
java -jar SoftwareAGInstaller201202_xx.jar -console -readImage /SoftwareAGInstallersAndImageFiles/RHELx86-64.zip
Created tables component wise through scripts like below:
./dbConfigurator.sh -a create -c ISCoreAudit -v latest -d sqlserver -l ‘jdbc:wm:sqlserver://ssssssssss:1433;databaseName=xxx’ -u aaa -p bbb.
Started IS,experieced some issue in IS logs after which I dropped all tables component wise and created tables once again on the same DB based on Product wise ( IS & MWS ).
Started IS which came up and running fine. But after starting MWS getting below error msg:
com.webMethods.portal.PortalException: [POP.005.0026] Must have at least one server node defined
at com.webMethods.portal.system.cluster.impl.ClusterProvider.validateConfiguration(ClusterProvider.java:552)
at com.webMethods.portal.system.cluster.impl.ClusterProvider.init(ClusterProvider.java:259)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:107)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:602)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:170)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:262)
at com.webMethods.portal.system.impl.BaseProvider.ini
Kindly suggest me how to resolve this. Also, if I want to Un-install any component through script, how can I do the same as I don’t have GUI capability to get GUI wizard in my RHL server. Thanking you so much for your help & time.
Thanks,
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods