Note that there are some explanatory texts on larger screens.

plurals
  1. POJNDI with JMS in jdeveloper 11g
    primarykey
    data
    text
    <p>I'm trying to start JMS application from OAS 10.1.2 to BeaWebLogic 11g but there is a problem locating the JMS JNDI's. When I start the server this exception is thrown:</p> <pre><code> weblogic.application.ModuleException: Could not setup environment at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1495) at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:438) at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:95) Truncated. see log file for complete stacktrace Caused By: javax.naming.NamingException: Cannot bind null object to jndi with name jms/TopicJNDI at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:311) at weblogic.jndi.internal.WLEventContextImpl.bind(WLEventContextImpl.java:277) at weblogic.deployment.EnvironmentBuilder.addConnectorRef(EnvironmentBuilder.java:277) at weblogic.deployment.EnvironmentBuilder.addResourceReferences(EnvironmentBuilder.java:169) at weblogic.servlet.internal.CompEnv.activate(CompEnv.java:138) Truncated. see log file for complete stacktrace </code></pre> <p>The jndi which I have mapped in the BWL console is jms/Topic.</p> <p>I recieved this error on server start up:</p> <pre><code> &lt;An entity of type "ConnectionFactories" withname "Demo Topic Connection Factory" in JMS module "jmsModule" is not targeted. There is no sub-deployment with name "Demo Topic Connection Factory" in the configuration repository (config.xml), and so this entity will not exist anywhere in the domain.&gt; </code></pre> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload