Skip to main content

developerWorks >  Lotus  >  Forums  >  Lotus Web Content Management  >  developerWorks

Content manager v8.3 + FP1 communication with RM    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 3 - Pages: 1 - Last Post: Nov 6, 2009 8:16 AM Last Post By: cmknight

Posts: 28
Registered: Apr 19, 2006 01:22:53 AM
Content manager v8.3 + FP1 communication with RM
Posted: Feb 10, 2007 06:13:23 AM
Click to report abuse...   Click to reply to this thread Reply

Hi all,

I am trying to access resource manager from IBM DB2 CM v8.3 System admin client,
I have specified the correct access info(am sure abt this as looking into WAS 6.0 icmrm app deployed) and now am getting one error that

DGL5164A: Response from resource manager with an error: 'Not Found',

I looked inside icmrm.logfile in Program Files\IBM\db2cmv8\log\rm\ps2207Node01\icmrm folder and it has the follwoing lines at the end

ICMRM:ERROR 2007-02-10 10:53:36.473000 context: WebContainer : 1 - Native Library E:\Program Files\IBM\WebSphere\AppServer\installedApps\ps2207Node01\icmrm.ear\icmrm.war\bin\icmrm.dll already loaded in another classloader - <clinit>(DevMgr.java:148)
java.lang.UnsatisfiedLinkError: Native Library E:\Program Files\IBM\WebSphere\AppServer\installedApps\ps2207Node01\icmrm.ear\icmrm.war\bin\icmrm.dll already loaded in another classloader
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2084)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1955)
at java.lang.Runtime.load0(Runtime.java:773)
at java.lang.System.load(System.java:885)
at com.ibm.mm.icmrm.jni.DevMgr.<clinit>(DevMgr.java:144)
at com.ibm.mm.icmrm.ICMRMDBManager.updateLocalVolumes(ICMRMDBManager.java:12169)
at com.ibm.mm.icmrm.ICMResourceManager.init(ICMResourceManager.java:466)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:262)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1319)
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:84)
at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:745)
at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:493)
at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:379)
at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:114)
at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:127)
at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:776)
at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:729)
at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:140)
at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:360)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1019)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1028)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:538)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:724)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:683)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1161)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1366)
at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1012)
at mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanServerInterceptor.java:233)
at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
at mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanServerInterceptor.java:86)
at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
at mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:128)
at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(ContextClassLoaderMBeanServerInterceptor.java:167)
at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1249)
at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:901)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:817)
at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:184)
at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:458)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:275)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
ICMRM:WARN 2007-02-10 10:53:40.286000 context: Finalizer - DBManager exiting and con has not been returned to pool! - finalize(ICMRMDBManager.java:17095)
ICMRM:WARN 2007-02-10 10:53:40.286000 context: Finalizer - DBManager con was recovered and returned to pool by finalize! - finalize(ICMRMDBManager.java:17099)


any help in this.

thanks in advance
Amol

Rabee Nawash

Posts: 14
Registered: Apr 02, 2007 05:24:58 AM
Re: Content manager v8.3 + FP1 communication with RM
Posted: Apr 02, 2007 05:26:30 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
Check if the user RMADMIN has a correct password or has not been expired
Rabee' Nawash
hammad59

Posts: 17
Registered: May 25, 2007 09:00:46 AM
Re: Content manager v8.3 + FP1 communication with RM
Posted: Nov 05, 2009 07:57:17 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
check the ports of resource manager in system administration client compare with the ports on which icmrm is listening
cmknight

Posts: 448
Registered: Aug 21, 2005 08:51:58 PM
Re: Content manager v8.3 + FP1 communication with RM
Posted: Nov 06, 2009 08:16:47 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
This should be the DB2 Content Manager forum, not Lotus Web Content Management. You may get a better answer there.

That said, it looks like to me the
icmrm.dll

Should be removed from the bin directory. OR the other instance of the file in the classloader should be removed. Basically, icmrm.dll is being referenced multiple times in the classloaders, probably at multiple locations.

Christopher Knight

Point your RSS reader here for a feed of the latest messages in all forums