question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Inactive deployments in OSB domain

See original GitHub issue

I am installing an OSB domain using WDT 1.9.14 and it is provisioned with 168 deployments, but some of them are in status Installed. How to make them Active? Here is the list - they are mostly in Scope of “OSBBothTemplate template” but some are “Global”:

Aggregator Singleton Marker Application beehive-controls-1.0.1-10.0-war (1.0,1.0.2.2) beehive-netui-1.0.1-10.0 (1.0,1.0.2.2) beehive-netui-resources-1.0.1-10.0 (1.0,1.0.2.2) CoherenceAdapter com.bea.wlp.lwpf.console.app (10.3.0,10.3.0) com.bea.wlp.lwpf.console.web (10.3.0,10.3.0) JCAFrameworkImpl (12.1.2.0,12.1.2.0) JDEWorldAdapter jstl (1.2,1.2.0.1) LdapAdapter MQSeriesAdapter MSMQAdapter oracle.soa.commonconsole.dependencies (12.1.2,12.1.2) oracle.soa.sb.em.adf.mgmt (1.0,12.1.2.0.0) oracle.soa.webmapper (12.1.3,12.1.3) OracleAppsAdapter OracleBamAdapter resource-mq-connection (12.1.3,12.1.3) resource-mq-jms-connector (12.1.3,12.1.3) SAPAdapter SiebelAdapter SocketAdapter stage-logging (12.1.3,12.1.3) stage-publish (12.1.3,12.1.3) stage-routing (12.1.3,12.1.3) stage-transform (12.1.3,12.1.3) stage-utils (12.1.3,12.1.3) struts-1.2 (1.2,1.2.9) transport-dsp (12.1.3,12.1.3) transport-ejb (12.1.3,12.1.3) transport-email (12.1.3,12.1.3) transport-file (12.1.3,12.1.3) transport-ftp (12.1.3,12.1.3) transport-jca (12.1.3,12.1.3) transport-jejb (12.1.3,12.1.3) transport-mq (12.1.3,12.1.3) transport-pollersdk (12.1.3,12.1.3) transport-sftp (12.1.3,12.1.3) transport-soa (12.1.3,12.1.3) transport-tuxedo (12.1.3,12.1.3) UMSAdapter weblogic-controls-10.0-war (10.0,10.2) wlp-framework-common-web-lib (10.3.0,10.3.0) wlp-framework-struts-1.2-web-lib (10.3.0,10.3.0) wlp-light-web-lib (10.3.0,10.3.0) wlp-lookandfeel-web-lib (10.3.0,10.3.0) wls-commonslogging-bridge-war (1.0,1.1)

I tried defining some of those by explicitly putting into WDT model file, like this:

appDeployments:
    Library:
        'transport-mq#12.1.3@12.1.3':
            CompatibilityName: 'transport-mq#12.1.3@12.1.3'
            SourcePath: '@@ORACLE_HOME@@/osb/lib/transports/mq-transport.jar'
            DeploymentOrder: 44
            StagingMode: nostage
            Target: 'OsbCluster,AdminServer'

but it didn’t work - deployment stays in Installed state, target is not getting set. Not to mention that this seems to be redundant to define it, if it is already deployed.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
CarolynRountreecommented, Jun 22, 2021

OSB provided a fix ARU 24175240 for this issue.

Pls check : https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=32343813, this issue is fixed via this bug by WLS team, even without the fix you can delete the ResouceGroupTemplate without any issue.

Just to add, it Is only a display issue in WLS console, the apps are deployed with Global scope, but are  visible in the console
0reactions
pwninjacommented, Jun 23, 2021

Applying the patch 32343813 “DEPLOYMENT SCOPE IN WLS CONSOLE IS WRONG” fixed the problem. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deployments: Configuration - Oracle Help Center
To install a new application or module for deployment to targets in this domain, click Install. WebLogic Server enables you to deploy applications...
Read more >
Oracle WebLogic must terminate the network connection ...
Terminating sessions after a certain period of inactivity is a method for mitigating the ... From 'Domain Structure', select 'Deployments'
Read more >
Oracle SOA Suite reference architecture - AWS Documentation
This reference architecture includes a separate WebLogic domain for each component of Oracle SOA Suite (Oracle SOA, OSB, Oracle BPM, Oracle BAM, and...
Read more >
WebLogic Interview Questions And Answers - MindMajix
Web applications and Enterprise applications that are developed can be deployed in a WebLogic server, to serve the business logic.
Read more >
WLSDM: Document Index
Introduction: WLSDM is an enterprise "WebLogic console extension" which enables monitoring for WebLogic JMX MBean metrics, all the WebLogic domain assets ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found