Marcus,
edit profiles/IS_default/configuration/config.ini to add the following property.
osgi.console=8045
(Or pick a port that is not in use)
Having done this, please restart the IS profile.
Next, launch Designer and switch to the ‘Terminal’ view. ( Eclipse Window/Show View/ Terminal)
There, you can open a telnet terminal and telnet to this port (not telnet port) and server.
Having done so, you will get an prompt where you can enter the following commands
osgi> ss pls
This first command will show the bundle states for the AP bundles running in the server.
Here’s an example from 10.3.
osgi> ss pls
“Framework is launched.”
id State Bundle
27 ACTIVE com.softwareag.applatform.pls.bundle.config_10.3.0.0000-0207
28 ACTIVE com.softwareag.applatform.pls.bundle.deploy.service_10.3.0.0000-0207
29 ACTIVE com.softwareag.applatform.pls.bundle.deployer_10.3.0.0000-0207
30 ACTIVE com.softwareag.applatform.pls.bundle.repository.manager_10.3.0.0000-0207
31 ACTIVE com.softwareag.applatform.pls.codegen_10.3.0.0000-0207
32 ACTIVE com.softwareag.applatform.pls.commons_10.3.0.0001-0229
33 ACTIVE com.softwareag.applatform.pls.gateway.api_10.3.0.0000-0207
34 ACTIVE com.softwareag.applatform.pls.gateway.extender_10.3.0.0003-0235
35 ACTIVE com.softwareag.applatform.pls.gateway.impl_10.3.0.0003-0235
36 ACTIVE com.softwareag.applatform.pls.sdk.core_10.3.0.0001-0229
37 ACTIVE com.softwareag.applatform.pls.security_10.3.0.0000-0207
38 ACTIVE com.softwareag.applatform.pls.security.is_10.3.0.0003-0235
39 ACTIVE com.softwareag.applatform.pls.service.browser_10.3.0.0000-0207
40 ACTIVE com.softwareag.applatform.pls.service.codegen_10.3.0.0000-0207
41 ACTIVE com.softwareag.applatform.pls.service.executor_10.3.0.0003-0235
42 ACTIVE com.softwareag.applatform.pls.service.metadata_10.3.0.0000-0207
43 ACTIVE com.softwareag.applatform.pls.util_10.3.0.0000-0207
44 RESOLVED com.softwareag.applatform.pls.web.is_10.3.0.0003-0235
Master=247
45 ACTIVE com.softwareag.applatform.pls.wrapper_10.3.0.0003-0235
osgi>
All your bundles should be active except the ‘web.is’ fragment bundle. If any of your bundles are not active, please run
osgi> diag
This command will indicate why the bundle is not active.
Can you please send me this output?
-thanks
#webMethods-General#Integration-Server-and-ESB#webMethods#Application-Platform