Hello Folks:
I am a new user of JBOSS and am trying to get the mailer application (in
chap 11 of JBOSS book) running. I have reproduced the relevant portion
of the Server.log. Can anyone please point me in the right direction as
to what I am missing? How and where do I check for Name Binding issues?
Thanks,
Ram Ramesh
[EMAIL PROTECTED]
770-346-9566 x11
-------------------------------------------------------
[14:41:01,711,MessageDrivenInstancePool] config - MaximumSize=100,
strictMaximumSize=false, feederPolicy=null
[14:41:01,751,MessageDrivenContainer] Begin java:comp/env for EJB:
MailHandlerMDB
[14:41:01,751,MessageDrivenContainer] TCL: java.net.URLClassLoader@347124
[14:41:01,756,MessageDrivenContainer] Binding an EJBReference
ejb/MailAccountHome
[14:41:01,756,MessageDrivenContainer] Binding ejb/MailAccountHome to
internal JNDI source: MailAccountBean
[14:41:01,757,MessageDrivenContainer] Binding env resource:
java:/IMsgManager to JDNI ENC as: mail/IMsgManager
[14:41:01,758,MessageDrivenContainer] End java:comp/env for EJB:
MailHandlerMDB
[14:41:01,763,JMSContainerInvoker] initializing
[14:41:01,876,MessageDrivenContainer] Serious error in init:
javax.naming.NameNotFoundException: DLQ not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:333)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.ejb.plugins.jms.DLQHandler.init(DLQHandler.java:124)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.init(JMSContainerInvoker.java:407)
at org.jboss.ejb.MessageDrivenContainer.init(MessageDrivenContainer.java:164)
at org.jboss.ejb.Application.init(Application.java:202)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:372)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
at $Proxy0.start(Unknown Source)
at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.Main.<init>(Main.java:208)
at org.jboss.Main$1.run(Main.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:106)
[14:41:01,929,ContainerFactory] DeploymentError
javax.naming.NameNotFoundException: DLQ not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
at org.jnp.server.NamingServer.lookup(NamingServer.java:256)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:333)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.ejb.plugins.jms.DLQHandler.init(DLQHandler.java:124)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.init(JMSContainerInvoker.java:407)
at org.jboss.ejb.MessageDrivenContainer.init(MessageDrivenContainer.java:164)
at org.jboss.ejb.Application.init(Application.java:202)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:372)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
at $Proxy0.start(Unknown Source)
at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.Main.<init>(Main.java:208)
at org.jboss.Main$1.run(Main.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:106)
[14:41:01,989,BaseLocalContainerInvoker] Cleared method maps
[14:41:01,989,JMSContainerInvoker] Stopping JMSContainerInvoker for bean
null
[14:41:01,991,J2eeDeployer] Starting mailer.ear failed!
[14:41:01,991,Default] java.lang.NullPointerException
[14:41:01,992,Default] at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.stop(BaseLocalContainerInvoker.java:152)
[14:41:01,993,Default] at org.jboss.ejb.Container.stop(Container.java:382)
[14:41:01,993,Default] at
org.jboss.ejb.EntityContainer.stop(EntityContainer.java:357)
[14:41:02,010,Default] at
org.jboss.ejb.Application.stop(Application.java:231)
[14:41:02,011,Default] at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:400)
[14:41:02,011,Default] at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:306)
[14:41:02,012,Default] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:41:02,012,Default] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[14:41:02,013,Default] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[14:41:02,013,Default] at java.lang.reflect.Method.invoke(Method.java:324)
[14:41:02,013,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[14:41:02,031,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[14:41:02,036,Default] at
org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
[14:41:02,037,Default] at
org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
[14:41:02,037,Default] at
org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
[14:41:02,038,Default] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:41:02,038,Default] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[14:41:02,039,Default] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[14:41:02,039,Default] at java.lang.reflect.Method.invoke(Method.java:324)
[14:41:02,040,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[14:41:02,040,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[14:41:02,041,Default] at
org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
[14:41:02,041,Default] at
org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
[14:41:02,042,Default] at
org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
[14:41:02,042,Default] at
org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
[14:41:02,043,Default] at
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[14:41:02,043,Default] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[14:41:02,044,Default] at java.lang.reflect.Method.invoke(Method.java:324)
[14:41:02,060,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[14:41:02,061,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[14:41:02,061,Default] at
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
[14:41:02,062,Default] at $Proxy0.start(Unknown Source)
[14:41:02,062,Default] at
org.jboss.util.ServiceControl.start(ServiceControl.java:79)
[14:41:02,063,Default] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:41:02,063,Default] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[14:41:02,064,Default] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[14:41:02,080,Default] at java.lang.reflect.Method.invoke(Method.java:324)
[14:41:02,081,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[14:41:02,081,Default] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[14:41:02,082,Default] at org.jboss.Main.<init>(Main.java:208)
[14:41:02,082,Default] at org.jboss.Main$1.run(Main.java:110)
[14:41:02,082,Default] at
java.security.AccessController.doPrivileged(Native Method)
[14:41:02,083,Default] at org.jboss.Main.main(Main.java:106)
[14:41:02,084,J2eeDeployer] Unable to stop module mailer.war:
DefaultDomain:service=EmbeddedTomcat
[14:41:02,101,J2eeDeployer] Module mailer.ear is not running
[14:41:02,102,J2eeDeployer] unable to stop application mailer.ear:
org.jboss.deployment.J2eeDeploymentException: Error(s) on stopping
application mailer.ear:
Unable to stop module mailer.war: fatal error while calling
:service=EmbeddedTomcat: DefaultDomain:service=EmbeddedTomcat/n
[14:41:02,108,J2eeDeployer] Destroying application mailer.ear
[14:41:02,173,AutoDeployer] DeploymentInfo
failed:file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/mailer.ear
org.jboss.deployment.J2eeDeploymentException: Error while starting
mailer.ear: null, Cause: java.lang.NullPointerException
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:530)
at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
at $Proxy0.start(Unknown Source)
at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.Main.<init>(Main.java:208)
at org.jboss.Main$1.run(Main.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:106)
Caused by: java.lang.NullPointerException
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.stop(BaseLocalContainerInvoker.java:152)
at org.jboss.ejb.Container.stop(Container.java:382)
at org.jboss.ejb.EntityContainer.stop(EntityContainer.java:357)
at org.jboss.ejb.Application.stop(Application.java:231)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:400)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
... 30 more
[14:41:02,200,AutoDeployer] Auto deploy of
file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/lib/jms-ra.rar
[14:41:02,201,RARDeployer] Attempting to deploy RAR at
'file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/lib/jms-ra.rar'
[14:41:02,280,RARMetaData] methodName = 'setDisplayName'
[14:41:02,281,RARMetaData] methodName = 'setVendorName'
[14:41:02,281,RARMetaData] methodName = 'setSpecVersion'
[14:41:02,282,RARMetaData] methodName = 'setVersion'
[14:41:02,282,RARMetaData] methodName = 'setEisType'
[14:41:02,282,RARMetaData] methodName = 'setResourceadapter'
[14:41:02,282,RARMetaData] methodName = 'setManagedconnectionfactoryClass'
[14:41:02,282,RARMetaData] methodName = 'setConnectionfactoryInterface'
[14:41:02,283,RARMetaData] methodName = 'setConnectionfactoryImplClass'
[14:41:02,283,RARMetaData] methodName = 'setConnectionInterface'
[14:41:02,283,RARMetaData] methodName = 'setConnectionImplClass'
[14:41:02,283,RARMetaData] methodName = 'setTransactionSupport'
[14:41:02,284,RARMetaData] methodName = 'setConfigProperty'
[14:41:02,286,RARMetaData] methodName = 'setAuthMechanism'
[14:41:02,287,RARMetaData] methodName = 'setAuthMechType'
[14:41:02,287,RARMetaData] methodName = 'setCredentialInterface'
[14:41:02,287,RARMetaData] methodName = 'setReauthenticationSupport'
[14:41:02,314,RARDeployer] Adding the following URLs to classpath:
[14:41:02,314,JmsXA] Evaluating notification
type='org.jboss.resource.deployment.deploy', message='JMS Adapter'
[14:41:02,314,JmsXA] Received notification
'javax.management.Notification[source=org.jboss.resource.RARDeployer@d9e282]'
[14:41:02,343,JmsXA] Using default value 'java:DefaultJMSProvider' for
config property 'JmsProviderAdapterJNDI'
[14:41:02,394,JmsXA] FINE: Setting LogWriter:
org.jboss.logging.log4j.CategoryWriter@2d95b3
[14:41:02,443,ConnectionManagerFactoryLoader]
ConnectionManagerLoader.getObjectInstance, name = 'MinervaXACMFactory'
[14:41:02,576,JmsXA] Binding object
'org.jboss.jms.ra.JmsConnectionFactoryImpl@30633a' into JNDI at
'java:/JmsXA'
[14:41:02,577,JmsXA] Bound connection factory for resource adapter 'JMS
Adapter' to JNDI name 'java:/JmsXA'
[14:41:02,578,MinervaDS] Evaluating notification
type='org.jboss.resource.deployment.deploy', message='JMS Adapter'
[14:41:02,580,AutoDeployer] Auto deploy of
file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/interest.jar
[14:41:02,581,J2eeDeployer] Deploy J2EE application:
file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/deploy/interest.jar
[14:41:02,591,J2eeDeployer] Create application interest.jar
[14:41:02,592,J2eeDeployer] install EJB module interest.jar
[14:41:02,902,ContainerFactory]
Deploying:file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/interest.jar
[14:41:02,975,ContainerFactory] Verifying
file:/usr/local/JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/interest.jar/ejb1003.jar
[14:41:03,030,ContainerFactory] Interest: Verified.
[14:41:03,033,ContainerFactory] Deploying Interest
[14:41:03,053,JRMPContainerInvoker] Container Invoker RMI Port='4444'
[14:41:03,053,JRMPContainerInvoker] Container Invoker Client
SocketFactory='Default'
[14:41:03,053,JRMPContainerInvoker] Container Invoker Server
SocketFactory='Default'
[14:41:03,053,JRMPContainerInvoker] Container Invoker Server
SocketAddr='Default'
[14:41:03,053,JRMPContainerInvoker] Container Invoker Server
sslDomain='Default'
[14:41:03,054,JRMPContainerInvoker] Container Invoker Optimize='true'
[14:41:03,058,StatelessSessionInstancePool] config - MaximumSize=100,
strictMaximumSize=false, feederPolicy=null
[14:41:03,059,StatelessSessionContainer] Begin java:comp/env for EJB:
Interest
[14:41:03,059,StatelessSessionContainer] TCL: java.net.URLClassLoader@f8395f
[14:41:03,083,StatelessSessionContainer] End java:comp/env for EJB: Interest
[14:41:03,084,StatelessSessionContainer] Mapped
calculateCompoundInterest 130738471to public double
org.jboss.docs.interest.InterestBean.calculateCompoundInterest(double,double,double)
[14:41:03,084,StatelessSessionContainer] Mapped Container method remove
HASH -1842617161
[14:41:03,104,StatelessSessionContainer] Mapped Container method
getEJBHome HASH -993218923
[14:41:03,105,StatelessSessionContainer] Mapped Container method
getHandle HASH 1182305581
[14:41:03,105,StatelessSessionContainer] Mapped Container method
getPrimaryKey HASH -131865408
[14:41:03,105,StatelessSessionContainer] Mapped Container method
isIdentical HASH 285457048
------------------------------------------------------
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user