Sumit Biswas

Greenhorn
+ Follow
since Jul 07, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sumit Biswas

Hi Sudipto,

a. what is the type of application?


Its Servlet based application

b. how are you deploying this applicaiton? and what is the state of the applicaiton that you see in the weblogic console after deployment. please check the same while you are requsting the application.


Deployment is through war file. I.e. by navigating to the war file in the physical directory and make it as an application and deploy it in cluster environment as it is seen the config file. Its always in active state.

c. where are you looking for the logs to find any errors?


In Managed Servers log directory

I can understand that you are not able to hit the application from your browser. Can you try hitting some other page in the applicaiton directly, say a home page by-passing the page that you are hitting to launch the application?


It will redirect to login page even if you try any other page. So not sure how I can bypass it. Please let me know if there are any ways to do and I can try it.

Thanks,
Sumit biswas
10 years ago
Hi Sudipto,

Got it from /domains/DOMAIN_NAME/config/config.xml and attached.

This issue is for this application. I have never seen anything like this. Basically if an application works for one managed server, then it should work for multiple managed servers too.

Please let me know if you find anything for me. Thanks again.

Regards,
Sumit Biswas

config.xml
----------

<?xml version='1.0' encoding='UTF-8'?>
<domain xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator/1.0/passwordvalidator.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd">
<name>2MS_3</name>
<domain-version>10.3.6.0</domain-version>
<security-configuration>
<name>2MS_3</name>
<realm>
<sec:authentication-provider xsi:type="wls:default-authenticatorType">
<wls:use-retrieved-user-name-as-principal>true</wls:use-retrieved-user-name-as-principal>
</sec:authentication-provider>
<sec:authentication-provider xsi:type="wls:default-identity-asserterType">
<sec:active-type>AuthenticatedUser</sec:active-type>
</sec:authentication-provider>
<sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
<sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
<sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
<sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
<sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
<sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
<sec:name>myrealm</sec:name>
<sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
<sec:name>SystemPasswordValidator</sec:name>
<pas:min-password-length>8</pas:min-password-length>
<pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
</sec:password-validator>
</realm>
<default-realm>myrealm</default-realm>
<credential-encrypted>{AES}X97OcLbFng6wRl+E4RxwPl9wyj0qHaDTSF8D9OIVX677zrd7+GNmuvOVatLLlaHL3f9dpjOg894k3NagCAtlVUgKYUjBnN+n7VWtCoJeWqOhXzP8griEx1fWaw8ZcSEJ</credential-encrypted>
<node-manager-username>weblogic</node-manager-username>
<node-manager-password-encrypted>{AES}o30qKGkU1Yx39P/2l8awwL7DSwaQv9zb4qqjaw9uPxs=</node-manager-password-encrypted>
</security-configuration>
<server>
<name>AdminServer</name>
<machine>Machine1</machine>
<listen-address>server.us.company.com</listen-address>
<server-diagnostic-config>
<name>AdminServer</name>
<diagnostic-context-enabled>true</diagnostic-context-enabled>
</server-diagnostic-config>
</server>
<server>
<name>MS1</name>
<machine>Machine1</machine>
<listen-port>7003</listen-port>
<cluster>Cluster1</cluster>
<listen-address>server.us.company.com</listen-address>
<jta-migratable-target>
<name>MS1</name>
<user-preferred-server>MS1</user-preferred-server>
<cluster>Cluster1</cluster>
</jta-migratable-target>
<server-diagnostic-config>
<name>MS1</name>
<diagnostic-context-enabled>true</diagnostic-context-enabled>
</server-diagnostic-config>
</server>
<server>
<name>MS2</name>
<machine>Machine1</machine>
<listen-port>7004</listen-port>
<cluster>Cluster1</cluster>
<listen-address>server.us.company.com</listen-address>
<jta-migratable-target>
<name>MS2</name>
<user-preferred-server>MS2</user-preferred-server>
<cluster>Cluster1</cluster>
</jta-migratable-target>
<server-diagnostic-config>
<name>MS2</name>
<diagnostic-context-enabled>true</diagnostic-context-enabled>
</server-diagnostic-config>
</server>
<server>
<name>ProxyServer</name>
<machine>Machine1</machine>
<listen-port>7005</listen-port>
<listen-address>server.us.company.com</listen-address>
<server-diagnostic-config>
<name>ProxyServer</name>
<diagnostic-context-enabled>true</diagnostic-context-enabled>
</server-diagnostic-config>
</server>
<cluster>
<name>Cluster1</name>
<cluster-address>server.us.company.com:7003,server.us.company.com:7004</cluster-address>
<cluster-messaging-mode>unicast</cluster-messaging-mode>
<frontend-host>server.us.company.com</frontend-host>
<frontend-http-port>7005</frontend-http-port>
</cluster>
<embedded-ldap>
<name>2MS_3</name>
<credential-encrypted>{AES}yfGaJVsubYkpvHQciVHYKHoUny0ubXUc4bgZBIsbBO+u7OW1mr2TB6vR0JkcENGJ</credential-encrypted>
</embedded-ldap>
<configuration-version>10.3.6.0</configuration-version>
<app-deployment>
<name>FMW Welcome Page Application#11.1.0.0.0</name>
<target>AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.jrf_11.1.1/fmw-welcome.ear</source-path>
<deployment-order>5</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</app-deployment>
<app-deployment>
<name>DMS Application#11.1.1.1.0</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.war</source-path>
<deployment-order>5</deployment-order>
<security-dd-model>CustomRoles</security-dd-model>
<staging-mode>nostage</staging-mode>
</app-deployment>
<app-deployment>
<name>wsil-wls</name>
<target>Cluster1,AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.webservices_11.1.1/wsil-wls.ear</source-path>
<deployment-order>5</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</app-deployment>
<app-deployment>
<name>em</name>
<target>AdminServer</target>
<module-type>ear</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\user_projects\applications\2MS_3/em.ear</source-path>
<deployment-order>400</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</app-deployment>
<app-deployment>
<name>OracleProxy4_Cluster1_ProxyServer</name>
<target>ProxyServer</target>
<module-type>war</module-type>
<source-path>./apps/OracleProxy4_Cluster1_ProxyServer</source-path>
<security-dd-model>DDOnly</security-dd-model>
</app-deployment>
<app-deployment>
<name>CustomerCare</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Download\Product\Drop1\CustomerCare.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</app-deployment>
<library>
<name>oracle.bi.jbips#[email protected]</name>
<target>AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-jbips-slib-stub.ear</source-path>
<deployment-order>100</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.bi.composer#[email protected]</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-composer-slib-stub.war</source-path>
<deployment-order>100</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.wsm.seedpolicies#[email protected]</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.jsp.next#[email protected]</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.jsp_11.1.1/ojsp.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.dconfig-infra#[email protected]</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.dconfig-infra_11.1.1.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>orai18n-adf#[email protected]</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.nlsgdk_11.1.0/orai18n-adf.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.adf.dconfigbeans#[email protected]</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.pwdgen#[email protected]</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.pwdgen_11.1.1/pwdgen.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.jrf.system.filter</name>
<target>Cluster1,AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.jrf_11.1.1/system-filters.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>adf.oracle.domain#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.model_11.1.1/adf.oracle.domain.ear</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>adf.oracle.businesseditor#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.businesseditor_11.1.1/adf.businesseditor.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.adf.management#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.management_11.1.1/adf-management.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>adf.oracle.domain.webapp#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.view_11.1.1/adf.oracle.domain.webapp.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>jsf#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3/common/deployable-libraries/jsf-1.2.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>jstl#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3/common/deployable-libraries/jstl-1.2.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>UIX#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.uix_11.1.1/uix11.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>ohw-rcf#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.help_5.0/ohw-rcf.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>ohw-uix#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.help_5.0/ohw-uix.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.adf.desktopintegration.model#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.desktopintegration.model_11.1.1/oracle.adf.desktopintegration.model.ear</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.adf.desktopintegration#[email protected]</name>
<target>Cluster1,AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.adf.desktopintegration_11.1.1/oracle.adf.desktopintegration.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.bi.adf.model.slib#[email protected]</name>
<target>AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-adf-model-slib.ear</source-path>
<deployment-order>100</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.bi.adf.view.slib#[email protected]</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-adf-view-slib.war</source-path>
<deployment-order>100</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.bi.adf.webcenter.slib#[email protected]</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-adf-webcenter-slib.war</source-path>
<deployment-order>100</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.bpm.mgmt#[email protected]</name>
<target>AdminServer</target>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/bpm/modules/oracle.bpm.mgmt_11.1.1/oracle.bpm.bpmn-em-tools.jar</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>emai</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emai.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.webcenter.skin#[email protected]</name>
<target>AdminServer</target>
<module-type>ear</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle.webcenter.skin.ear</source-path>
<deployment-order>300</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>oracle.webcenter.composer#[email protected]</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/webcenter/modules/oracle.webcenter.framework_11.1.1/oracle.webcenter.composer.war</source-path>
<deployment-order>300</deployment-order>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>emas</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emas.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>emcore</name>
<target>AdminServer</target>
<module-type>war</module-type>
<source-path>C:/Sumit/Program/Product/Company/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emcore.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
<staging-mode>nostage</staging-mode>
</library>
<library>
<name>jackson-core-asl#[email protected]</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3\common\deployable-libraries\jackson-core-asl-1.1.1.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>jackson-jaxrs#[email protected]</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3\common\deployable-libraries\jackson-jaxrs-1.1.1.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>jackson-mapper-asl#[email protected]</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3\common\deployable-libraries\jackson-mapper-asl-1.1.1.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>jersey-bundle#[email protected]</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3\common\deployable-libraries\jersey-bundle-1.1.5.1.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>jettison#[email protected]</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3\common\deployable-libraries\jettison-1.1.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</library>
<library>
<name>rome#[email protected]</name>
<target>Cluster1</target>
<module-type>war</module-type>
<source-path>C:\Sumit\Program\Product\Company\Middleware\wlserver_10.3\common\deployable-libraries\rome-1.0.war</source-path>
<security-dd-model>DDOnly</security-dd-model>
</library>
<machine>
<name>Machine1</name>
<node-manager>
<name>Machine1</name>
<listen-address>server.us.company.com</listen-address>
</node-manager>
</machine>
<migratable-target>
<name>MS1 (migratable)</name>
<notes>This is a system generated default migratable target for a server. Do not delete manually.</notes>
<user-preferred-server>MS1</user-preferred-server>
<cluster>Cluster1</cluster>
</migratable-target>
<migratable-target>
<name>MS2 (migratable)</name>
<notes>This is a system generated default migratable target for a server. Do not delete manually.</notes>
<user-preferred-server>MS2</user-preferred-server>
<cluster>Cluster1</cluster>
</migratable-target>
<shutdown-class>
<name>JOC-Shutdown</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.ias.cache.Shutdown</class-name>
</shutdown-class>
<shutdown-class>
<name>DMSShutdown</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.dms.wls.DMSShutdown</class-name>
</shutdown-class>
<startup-class>
<name>JRF Startup Class</name>
<target>Cluster1,AdminServer</target>
<deployment-order>110</deployment-order>
<class-name>oracle.jrf.wls.JRFStartup</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>JPS Startup Class</name>
<target>Cluster1,AdminServer</target>
<deployment-order>115</deployment-order>
<class-name>oracle.security.jps.wls.JpsWlsStartupClass</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>ODL-Startup</name>
<target>Cluster1,AdminServer</target>
<deployment-order>145</deployment-order>
<class-name>oracle.core.ojdl.weblogic.ODLConfiguration</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>AWT Application Context Startup Class</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.jrf.AppContextStartup</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>JMX Framework Startup Class</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.as.jmx.framework.wls.spi.StartupListener</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>Web Services Startup Class</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.j2ee.ws.server.WebServiceServerStartup</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>JOC-Startup</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.ias.cache.Startup</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<startup-class>
<name>DMS-Startup</name>
<target>Cluster1,AdminServer</target>
<deployment-order>150</deployment-order>
<class-name>oracle.dms.wls.DMSStartup</class-name>
<failure-is-fatal>false</failure-is-fatal>
<load-before-app-deployments>true</load-before-app-deployments>
<load-before-app-activation>true</load-before-app-activation>
</startup-class>
<admin-server-name>AdminServer</admin-server-name>
<wldf-system-resource>
<name>Module-FMWDFW</name>
<target>Cluster1,AdminServer</target>
<descriptor-file-name>diagnostics/Module-FMWDFW-2818.xml</descriptor-file-name>
<description>Creates FMWDFW incidents based on unchecked Exceptions and critical errors</description>
</wldf-system-resource>
</domain>
10 years ago
True. That's what I thought. Application in one MS should work in any number of MS.

IP address and Ports are correct. Not sure what is stopping the application to work in multiple MS.

Thanks,
Sumit
10 years ago
Hi Gonzalez,

Sorry there are no logs when user tries to access the application when multiple Managed Server is running. It just don't react to anything and stays in login page. Even if user provides bad password, it doesn't do anything.

It works only when just one manage server is running.

So do you mean this limitation can be because of javascript?

If possible, it would be great if you can provide some link or some code snippet to resolve it.

Thanks,
Sumit Biswas
10 years ago
We have an application which when deployed using one Managed Server, works perfectly fine.

But when same application is deployed using two or more Managed Servers, does not work. Once user tries to log-in with user credential, the application does not even send request. I know this for sure because I don't see any log in WebLogic.

Other way, if any one of the Managed Server is shutdown, i.e. One Managed Server is running, the application works again.

I have attached the architecture diagram.

OS: Windows 7 64 bit

WebLogic: 10.3.6

Application Development Runtime: 11.1.1.7.0

Did anybody came across any such issue earlier? If so please let me know how it was solved or any views to resolve it will be highly appreciated. Thanks in advance.

Hope I was able to convey the issue properly. Please let me know if any other details required.

10 years ago