Skip to main content

Software  >  Workplace  >  

Error: "...MessageBrokerDomainName is null" appears in SystemOut.log

 Technote (FAQ)
 
 
Question
The following error message displays in the SystemOut.log during the IBM Websphere Application Server start-up:

CacheInstance E  DYNA1003E: WebSphere Dynamic Cache instance named services/cache/learning/behavior can not be initialized because of error java.lang.IllegalArgumentException: In DRSSettings parameter, the MessageBrokerDomainName is null
    at
com.ibm.ws.runtime.component.MultibrokerDomainImpl.createInstance(MultibrokerDomainImpl.java:469)
    at
com.ibm.ws.cache.CacheServiceImpl.initNotificationServiceInstance(CacheServiceImpl.java:802)
    at
com.ibm.ws.cache.ServerCache.createCache(ServerCache.java:368)
    at
com.ibm.ws.cache.CacheServiceImpl.createDistributedObjectCache(CacheServiceImpl.java:726)
    at
com.ibm.ws.cache.CacheServiceImpl.createCacheInstance(CacheServiceImpl.java:574)
    at
com.ibm.ws.cache.CacheInstanceResourceBinder.getObjectInstance(CacheInstanceResourceBinder.java:168)
    at
javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:314)
    at
com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:894)
    at
com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:701)
    at
com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1940)
    at
com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1795)
    at
com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1710)
    at
com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1415)
    at
com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1293)
    at
com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:145)
    at
javax.naming.InitialContext.lookup(InitialContext.java:361)
    at
com.ibm.workplace.elearn.module.CustomBehaviorModuleImpl.<init>(CustomBehaviorModuleImpl.java:93)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java(Compiled Code))
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java(Compiled Code))
    at
java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled Code))
    at java.lang.Class.newInstance3(Class.java(Compiled Code))
    at java.lang.Class.newInstance(Class.java(Compiled Code))
    at
com.ibm.workplace.elearn.settings.SettingsManager.initSettingsComponent(SettingsManager.java:549)
    at
com.ibm.workplace.elearn.settings.SettingsManager.processComponents(SettingsManager.java:413)
    at
com.ibm.workplace.elearn.settings.SettingsManager.loadXML(SettingsManager.java:327)
    at
com.ibm.workplace.elearn.settings.SettingsManager.init(SettingsManager.java:206)
    at
com.ibm.workplace.elearn.settings.SettingsManager.getInstance(SettingsManager.java:142)
    at
com.ibm.workplace.elearn.servlet.SettingsLoaderServlet.init(SettingsLoaderServlet.java:98)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:347)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1925)
    at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:141)
    at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:889)
    at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:616)
    at
com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:483)
    at
com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:123)
    at
com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:151)
    at
com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:941)
    at
com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:894)
    at
com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:167)
    at
com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:391)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1265)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1076)
    at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:547)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:754)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:922)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2112)
at com.ibm.ws.runtime.component.ComponentImpl$_AsynchInitializer.run(ComponentImpl.java:304)
    at
com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
 
Cause
The WebSphere Application Server had been recently upgraded from version 6.0.2.17 to a post-6.0.2.23 version.
 
Answer
In the installation instructions for IBM Workplace Collaborative Learning fix pack 2.7.0.5, there is a specific post-installation procedure for deployments using the WebSphere Application server version 6.0.2.23 or greater, as follows:
Post-install instructions: Section (e) For Deployments using WAS 6.0.2.23 or greater:

(1) Log into the Administrative console.

(2) Select Resources and expand '"Cache instances".

(3) Click "Object cache instances".

(4) Click New (halfway down the page).

(5) Add the settings as follows:
    - set "Name" to "learningcustbehavior" .
    - set the "JNDI name" to "services/cache/learning/behavior" .
    - set the cache size to 100 (must be in the 100 to 2000 range) .

(6) Click Apply.

(7) Click the Save link at the top of the page.

(8) Click Save.

(9) Restart the server .
    This fixes an issue with the dynamic cache.

You can download the Workplace Collaborative Learning fix pack 2.7.0.5 and its documentation from Fix Central at http://www-933.ibm.com/support/fixcentral.
 
Related information
Fix Central
 
 
 

Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
Rate this page
Please take a moment to complete this form to help us better serve you.
This material provides me with the information I need.




This material is clear and easy to understand.




Did the information help you to achieve your goal?
What updates, improvements, or related information would you like to see in this document?
Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.
Input the verification number to submit feedback:
Document information
 Product categories:
 Software
 Organizational Productivity, Portals & Collaboration
 Learning Software
 Workplace Collaborative Learning
 Environment
 Operating system(s):
  AIX, Linux, Solaris, Windows, i5/OS
 Software version:
  2.7.0.5
 Reference #:
  1406308
 IBM Group:
 Software Group
 Modified date:
 2009-10-27

Translate My Page
 
 

Rate this page

Help us improve this page. Your response will be used to improve our document content. Requests for assistance, if applicable, should be submitted through your normal support channel as we cannot respond from this site.