users@glassfish.java.net

Re: Undeploy issues...

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Fri, 10 Aug 2007 09:51:14 -0400

Hi,
   Looking at the server.log, seems it's doing a redeploy instead of an
undeploy. Right after the ejbs were unloaded, the archive was uploaded
and deployed again.

CORE5022: All ejb(s) of [eAR] were unloaded successfully!
ADM1064:The upload file at [D:\Documents and Settings\doerscc\Local Settings\Temp\s1astempdomain1server-1467199959\eAR.ear] exists and will be overwritten.
ADM1006:Uploading the file to:[D:\Documents and Settings\doerscc\Local Settings\Temp\s1astempdomain1server-1467199959\eAR.ear]


   As part of the redeployment (in 9.0/v1), the old bits of the
application will be moved to directory "foo_old" before the new bits are
expanded to "foo". For some reason (probably the same cause why you got
the message the first place before you stopped your server), "foo"
directory was locked and couldn't be renamed to "foo_old".

   It's not unusual for this type of file locking happen on windows
(much more often than on unix platforms). Tim has written a quite useful
tool to diagnose the cause of the file locking. Please read this blog
for more details:
     http://blogs.sun.com/quinn/entry/tool_for_diagnosing_failed_glassfish
 

   Also I noticed you were using 9.0_01 (v1_ur1). In 9.1 (v2), we have
made major revisions in how redeployment and undeployment work to
address/alleviate this type of problem from appserver side. Please read
this blog for more details:
http://blogs.sun.com/quinn/entry/addressing_locked_jar_problems
    We've heard great feedback about this, so please try 9.1 (v2) if
that's an option for you.


- Hong

   
glassfish_at_javadesktop.org wrote:

>Trying to debug an .ear using netbeans (Windows, no simlinks) and I was getting a message much like this one:
>
>http://forums.java.net/jive/thread.jspa?threadID=16613
>
>So I restarted the server. That worked yesterday. But today it didn't...Okay, so I stop the server and delete the deployment file (something I had also tried previously, with success). Still no luck. Which is very strange...glassfish seems to create the directory it wants to deploy to, starts using it, then tries to rename it and fails. When netbeans isn't running, I can deploy the .ear that netbeans builds without issues (through the admin gui). Here's the log of the server startup/deployment, right after I used the admin gui to un-deploy the original ear (my apologies - the project I'm working on is called eAR, just to add more confusion):
>
>c:/Program Files/Java/jdk1.6.0_02/jre/..\bin\java
>-client
>-Xdebug
>-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009
>-Xmx512m
>-XX:NewRatio=2
>-Dcom.sun.aas.defaultLogFile=D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/logs/server.log
>-Dcom.sun.aas.jdwpOptions=transport=dt_socket,server=y,suspend=n,address=9009
>-Djava.endorsed.dirs=D:/Documents and Settings/doerscc/Desktop/glassfish/lib/endorsed
>-Djava.security.policy=D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/config/server.policy
>-Djava.security.auth.login.config=D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/config/login.conf
>-Dsun.rmi.dgc.server.gcInterval=3600000
>-Dsun.rmi.dgc.client.gcInterval=3600000
>-Djavax.net.ssl.keyStore=D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/config/keystore.jks
>-Djavax.net.ssl.trustStore=D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/config/cacerts.jks
>-Djava.ext.dirs=c:/Program Files/Java/jdk1.6.0_02/jre/../jre/lib/ext;D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/lib/ext;D:/Documents and Settings/doerscc/Desktop/glassfish/javadb/lib
>-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
>-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
>-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
>-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
>-Dcom.sun.enterprise.taglisteners=jsf-impl.jar
>-Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar
>-Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar
>-Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
>-Dcom.sun.aas.configName=server-config
>-Ddomain.name=domain1
>-Djmx.invoke.getters=true
>-Dcom.sun.aas.promptForIdentity=true
>-Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
>-Dcom.sun.aas.instanceRoot=D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1
>-Dcom.sun.aas.domainName=domain1
>-Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,c:/Program Files/Java/jdk1.6.0_02/jre/../lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/jaxm-api.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/fscontext.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/imqbroker.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/imqjmx.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/imqxm.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/lib/ant/lib/ant.jar,appserv-ws.jar,mail.jar,jsf-api.jar,jsf-impl.jar,appserv-jstl.jar,appserv-env.jar,jmxremote_optional.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,commons-logging.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar
>-Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbjdbc4.jar,jgroups-all.jar,%MFWK_HOME%/lib/mfwk_instrum_tk.jar
>-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
>-Dcom.sun.enterprise.overrideablejavaxpackages=javax.xml.bind,javax.help,javax.portlet
>-Dcom.sun.aas.classloader.serverClassPath=D:/Documents and Settings/doerscc/Desktop/glassfish/lib/install/applications/jmsra/imqjmsra.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/jaxm-api.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/fscontext.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/imqbroker.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/imq/lib/imqjmx.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/lib/ant/lib/ant.jar,D:/Documents and Settings/doerscc/Desktop/glassfish/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
>-Dcom.sun.aas.classloader.appserverChainJars.ee=
>-Dcom.sun.aas.configRoot=D:/Documents and Settings/doerscc/Desktop/glassfish/config
>-Djava.library.path=D:\Documents and Settings\doerscc\Desktop\glassfish\lib;D:\Documents and Settings\doerscc\Desktop\glassfish\lib;c:\Program Files\Java\jdk1.6.0_02\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Documents and Settings\doerscc\Desktop\glassfish\lib;D:\Documents and Settings\doerscc\Desktop\glassfish\bin;D:\Documents and Settings\doerscc\Desktop\glassfish\bin;D:\Documents and Settings\doerscc\Desktop\glassfish\lib;C:\Program Files\CA\Dcs\DMScripting\;C:\Program Files\CA\DCS\CAWIN\;C:\Program Files\Intel\Fortran\compiler80\IA32\BIN;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\Program Files\Bin;C:\Program Files\Winzip;C:\WINDOWS\SYSTEM32\WBEM;K:\PROD\Share\Bin;K:\PROD\WNT\Bin;C:\Oracle\920\bin;C:\Oracle\920\jre\1.4.2\bin\client;C:\Oracle\920\jre\1.4.2\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\SYSMGT\CA_APPSW\VIRUSSCAN;C:\SYSMGT\TNGEAV;C:\Oracle\EIS\BIN;C:\Oracle\EIS\jdk\bin;C:\Program Files\IBM\Client Access;C:\Program Files\IBM\Client Access\Shared;C:\Program Files\IBM\Client Access\Emulator;C:\Program Files\STRATEGY\bin;K:\PROD\WNT\LIB;C:\PERL\V58\bin;C:\SYSMGT\TNGSD\BIN;C:\Program Files\CA\SharedComponents\CAM\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Hummingbird\Connectivity\10.00\Accessories\;;C:\Program Files\Common Files\GTK\2.0\bin
>-Dcom.sun.aas.instanceName=server
>-Dcom.sun.aas.processLauncher=SE
>-Dcom.sun.aas.installRoot=D:/Documents and Settings/doerscc/Desktop/glassfish
>-Dcom.sun.aas.ClassPathPrefix=
>-Dcom.sun.aas.ClassPathSuffix=
>-Dcom.sun.aas.ServerClassPath=
>-cp
>;D:/Documents and Settings/doerscc/Desktop/glassfish/lib/appserv-launch.jar
>com.sun.enterprise.server.PELaunch
>start
>debug
>Starting Sun Java System Application Server Platform Edition 9.0_01 (build b02-p01) ...
>Application server is listening at address 9009 for debugger to attach using transport dt_socket
>CORE5098: AS Socket Service Initialization has been completed.
>CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.6.0_02] from [Sun Microsystems Inc.]
>SEC1002: Security Manager is OFF.
>initialized the connector registry
>creating new connector registry
>returning the connector registry
>returning the connector registry
>ADM0001:MBeanServer initialized successfully
>SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
>sgmt.service_initialized
>Creating DASResourcesUtil. We are in DAS
>ConnectorServiceImpl :: checkAndLoadResource resolved to load ServerConfiguration
>isReferenced in DASResourcesUtil:: ServerConfiguration
>isReferenced :: ServerConfiguration - false
>isReferenced in DASResourcesUtil:: ServerConfiguration
>isReferenced :: ServerConfiguration - false
>isReferenced in DASResourcesUtil:: ServerConfiguration
>isReferenced :: ServerConfiguration - false
>MQAddressList :: initJmsServicetarget server
>Exception while attempting to get nodeagentHost
>The log message is null.
>java.lang.NullPointerException
> at com.sun.enterprise.config.serverbeans.NodeAgentHelper.getNodeAgentForServer(NodeAgentHelper.java:102)
> at com.sun.enterprise.config.serverbeans.AppserverClusterViewFromCacheRepository.getNodeAgentHostName(AppserverClusterViewFromCacheRepository.java:149)
> at com.sun.enterprise.connectors.system.MQAddressList.<init>(MQAddressList.java:91)
> at com.sun.enterprise.connectors.system.MQAddressList.<init>(MQAddressList.java:72)
> at com.sun.enterprise.connectors.util.JmsRaUtil.<init>(JmsRaUtil.java:98)
> at com.sun.enterprise.connectors.util.JmsRaUtil.<init>(JmsRaUtil.java:86)
> at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:216)
> at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:403)
> at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:260)
> at com.sun.enterprise.server.ondemand.OnDemandServer.onInitialization(OnDemandServer.java:93)
> at com.sun.enterprise.server.PEMain.run(PEMain.java:316)
> at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
> 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:597)
> at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
>MQAddressList :: setting up for SI/DAS server
>MQAddressList :: performing default setup for DAS/remote clusters
>MQAddressList :: performing defaultsetup
>Installed MQ JAR D:\Documents and Settings\doerscc\Desktop\glassfish\imq\lib\imqjmsra.rar
>installedMQVersion :: 4.0 (Build 27-a)
>Deployed MQ version Manifest fileD:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\jmsra\META-INF\MANIFEST.MF
>deployedMQVersion :: 4.0 (Build 27-a)
>***** Installing PersistenceManagerResources *****
>End of for loop PersistenceManagerResources *****
>Instantiated J2EEObjectStreamFactory
>DPL5400:Exception occurred : error in opening zip file.
>RAR7008 : Initialized monitoring registry and listeners
>RAR7008 : Initialized monitoring registry and listeners
>ADM1079: Initialization of AMX MBeans successful
>ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://[company].us:8686/jmxrmi]. This is where the remote administrative clients should connect using the standard JMX connectors
>ADM1506: Status of Standard JMX Connector: Active = [true]
>WEB0302: Starting Sun-Java-System/Application-Server.
>WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at [/]
>WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [/web1]
>WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [/asadmin]
>WEB0100: Loading web module [EcPdf-war] in virtual server [server] at [/EcPdf]
>Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
>Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context ''
>Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
>Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/asadmin'
>WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080
>WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181
>WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848
>About to load the system app: __JWSappclients
>WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]
>returning the connector registry
>returning the connector registry
>SMGT0007: Self Management Rules service is enabled
>Application server startup complete.
>ADM1006:Uploading the file to:[D:\Documents and Settings\doerscc\Local Settings\Temp\s1astempdomain1server-1467199959\eAR.ear]
>EJB Static codegen is DISABLED ejbUseStaticCodegenProp = null
>ejb.DeploymentEventListenerImpl.processingevent
>Processing event to create tables: false, drop tables: false.
>deployed with moduleid = eAR
>ADM1041:Sent the event to instance:[ApplicationDeployEvent -- enable eAR]
>JTS5014: Recoverable JTS instance, serverId = [3700]
>About to load the system app: MEjbApp
> Loading StatelessSessionContainer...
>Created MonitoringRegistryMediator: appName: MEjbApp; modName: mejb_jar; ejbName: MEJBBean
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbCreate() throws javax.ejb.CreateException
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbRemove()
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbPassivate()
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbActivate()
>InterceptorManager: ##########################################################
>InterceptorManager<com.sun.enterprise.management.agent.MEJBBean> has 0 interceptors
> beanClassName: com.sun.enterprise.management.agent.MEJBBean
> Interceptors:
> Callback Interceptors:
> 0: interface javax.annotation.PostConstruct
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbCreate() throws javax.ejb.CreateException
> 1: interface javax.ejb.PrePassivate
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbRemove()
> 2: interface javax.ejb.PostActivate
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbPassivate()
> 3: interface javax.annotation.PreDestroy
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.enterprise.management.agent.MEJBBean.ejbActivate()
>##########################################################
>Invocation Info for ejb MEJBBean method = public abstract java.util.Set com.sun.enterprise.management.agent.MEJB.queryNames(javax.management.ObjectName,javax.management.QueryExp) throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public java.util.Set com.sun.enterprise.management.agent.MEJBBean.queryNames(javax.management.ObjectName,javax.management.QueryExp) throws java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract java.lang.Object javax.management.j2ee.Management.invoke(javax.management.ObjectName,java.lang.String,java.lang.Object[],java.lang.String[]) throws javax.management.InstanceNotFoundException,javax.management.MBeanException,javax.management.ReflectionException,java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public java.lang.Object com.sun.enterprise.management.agent.MEJBBean.invoke(javax.management.ObjectName,java.lang.String,java.lang.Object[],java.lang.String[]) throws javax.management.InstanceNotFoundException,javax.management.MBeanException,javax.management.ReflectionException,java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract java.lang.String javax.management.j2ee.Management.getDefaultDomain() throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public java.lang.String com.sun.enterprise.management.agent.MEJBBean.getDefaultDomain() throws java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract boolean javax.management.j2ee.Management.isRegistered(javax.management.ObjectName) throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public boolean com.sun.enterprise.management.agent.MEJBBean.isRegistered(javax.management.ObjectName) throws java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.management.AttributeList javax.management.j2ee.Management.getAttributes(javax.management.ObjectName,java.lang.String[]) throws javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public javax.management.AttributeList com.sun.enterprise.management.agent.MEJBBean.getAttributes(javax.management.ObjectName,java.lang.String[]) throws javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract java.lang.Object javax.management.j2ee.Management.getAttribute(javax.management.ObjectName,java.lang.String) throws javax.management.MBeanException,javax.management.AttributeNotFoundException,javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public java.lang.Object com.sun.enterprise.management.agent.MEJBBean.getAttribute(javax.management.ObjectName,java.lang.String) throws javax.management.MBeanException,javax.management.AttributeNotFoundException,javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract void javax.management.j2ee.Management.setAttribute(javax.management.ObjectName,javax.management.Attribute) throws javax.management.InstanceNotFoundException,javax.management.AttributeNotFoundException,javax.management.InvalidAttributeValueException,javax.management.MBeanException,javax.management.ReflectionException,java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public void com.sun.enterprise.management.agent.MEJBBean.setAttribute(javax.management.ObjectName,javax.management.Attribute) throws javax.management.InstanceNotFoundException,javax.management.AttributeNotFoundException,javax.management.InvalidAttributeValueException,javax.management.MBeanException,javax.management.ReflectionException,java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.management.MBeanInfo javax.management.j2ee.Management.getMBeanInfo(javax.management.ObjectName) throws javax.management.IntrospectionException,javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public javax.management.MBeanInfo com.sun.enterprise.management.agent.MEJBBean.getMBeanInfo(javax.management.ObjectName) throws javax.management.InstanceNotFoundException,javax.management.IntrospectionException,javax.management.ReflectionException,java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.management.AttributeList javax.management.j2ee.Management.setAttributes(javax.management.ObjectName,javax.management.AttributeList) throws javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public javax.management.AttributeList com.sun.enterprise.management.agent.MEJBBean.setAttributes(javax.management.ObjectName,javax.management.AttributeList) throws javax.management.InstanceNotFoundException,javax.management.ReflectionException,java.io.IOException,java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract java.lang.Integer javax.management.j2ee.Management.getMBeanCount() throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public java.lang.Integer com.sun.enterprise.management.agent.MEJBBean.getMBeanCount() throws java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.management.j2ee.ListenerRegistration javax.management.j2ee.Management.getListenerRegistry() throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public javax.management.j2ee.ListenerRegistration com.sun.enterprise.management.agent.MEJBBean.getListenerRegistry() throws java.rmi.RemoteException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract void javax.ejb.EJBObject.remove() throws java.rmi.RemoteException,javax.ejb.RemoveException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract boolean javax.ejb.EJBObject.isIdentical(javax.ejb.EJBObject) throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.ejb.EJBHome javax.ejb.EJBObject.getEJBHome() throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract java.lang.Object javax.ejb.EJBObject.getPrimaryKey() throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.ejb.Handle javax.ejb.EJBObject.getHandle() throws java.rmi.RemoteException methodIntf = Remote tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.management.j2ee.Management javax.management.j2ee.ManagementHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException methodIntf = Home tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = public void com.sun.enterprise.management.agent.MEJBBean.ejbCreate() throws javax.ejb.CreateException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract void javax.ejb.EJBHome.remove(javax.ejb.Handle) throws java.rmi.RemoteException,javax.ejb.RemoveException methodIntf = Home tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract void javax.ejb.EJBHome.remove(java.lang.Object) throws java.rmi.RemoteException,javax.ejb.RemoveException methodIntf = Home tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.ejb.EJBMetaData javax.ejb.EJBHome.getEJBMetaData() throws java.rmi.RemoteException methodIntf = Home tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb MEJBBean method = public abstract javax.ejb.HomeHandle javax.ejb.EJBHome.getHomeHandle() throws java.rmi.RemoteException methodIntf = Home tx attr = TX_BEAN_MANAGED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Instantiated container for: ejbName: MEJBBean; containerId: 77730770779963392
>[Pool-MEJBBean]: Added PoolResizeTimerTask...
>[MonitoringMediator] currentLevel: OFF
>[BaseContainer] registered timer monitorable
>[Basecontainer] Registered Method Monitors
>[SLSB Container] registered monitorable
>Application deployment successful : ejbName: MEJBBean; containerId: 77730770779963392
>LDR5010: All ejb(s) of [MEjbApp] loaded successfully!
>About to load the system app: __ejb_container_timer_app
> Loading Entitycontainer...
>Created MonitoringRegistryMediator: appName: __ejb_container_timer_app; modName: ejb_jar; ejbName: TimerBean
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbRemove()
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbPassivate()
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.ejb.containers.TimerBean.ejbActivate()
>InterceptorManager: ##########################################################
>InterceptorManager<com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl> has 0 interceptors
> beanClassName: com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl
> Interceptors:
> Callback Interceptors:
> 0: interface javax.annotation.PostConstruct
> CallbackInterceptorChainImpl
> 1: interface javax.ejb.PrePassivate
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbRemove()
> 2: interface javax.ejb.PostActivate
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbPassivate()
> 3: interface javax.annotation.PreDestroy
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.ejb.containers.TimerBean.ejbActivate()
>##########################################################
>Invocation Info for ejb TimerBean method = public abstract java.io.Serializable com.sun.ejb.containers.TimerLocal.getInfo() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.io.Serializable com.sun.ejb.containers.TimerBean.getInfo() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract long com.sun.ejb.containers.TimerLocal.getIntervalDuration() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public long com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.getIntervalDuration() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract boolean com.sun.ejb.containers.TimerLocal.isActive() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public boolean com.sun.ejb.containers.TimerBean.isActive() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract boolean com.sun.ejb.containers.TimerLocal.isCancelled() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public boolean com.sun.ejb.containers.TimerBean.isCancelled() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract void com.sun.ejb.containers.TimerLocal.cancel() throws java.lang.Exception methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public void com.sun.ejb.containers.TimerBean.cancel() throws java.lang.Exception target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Date com.sun.ejb.containers.TimerLocal.getCreationTime() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Date com.sun.ejb.containers.TimerBean.getCreationTime() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract long com.sun.ejb.containers.TimerLocal.getContainerId() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public long com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.getContainerId() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.lang.Object com.sun.ejb.containers.TimerLocal.getTimedObjectPrimaryKey() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.lang.Object com.sun.ejb.containers.TimerBean.getTimedObjectPrimaryKey() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.lang.String com.sun.ejb.containers.TimerLocal.getOwnerId() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.lang.String com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.getOwnerId() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract void com.sun.ejb.containers.TimerLocal.setOwnerId(java.lang.String) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public void com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.setOwnerId(java.lang.String) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract boolean com.sun.ejb.containers.TimerLocal.repeats() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public boolean com.sun.ejb.containers.TimerBean.repeats() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Date com.sun.ejb.containers.TimerLocal.getInitialExpiration() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Date com.sun.ejb.containers.TimerBean.getInitialExpiration() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Date com.sun.ejb.containers.TimerLocal.getLastExpiration() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Date com.sun.ejb.containers.TimerBean.getLastExpiration() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract void com.sun.ejb.containers.TimerLocal.setLastExpiration(java.util.Date) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public void com.sun.ejb.containers.TimerBean.setLastExpiration(java.util.Date) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract void javax.ejb.EJBLocalObject.remove() throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract boolean javax.ejb.EJBLocalObject.isIdentical(javax.ejb.EJBLocalObject) throws javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract javax.ejb.EJBLocalHome javax.ejb.EJBLocalObject.getEJBLocalHome() throws javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.lang.Object javax.ejb.EJBLocalObject.getPrimaryKey() throws javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract com.sun.ejb.containers.TimerLocal com.sun.ejb.containers.TimerLocalHome.create(java.lang.String,long,java.lang.String,java.lang.Object,java.util.Date,long,java.io.Serializable) throws javax.ejb.CreateException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public com.sun.ejb.containers.TimerPrimaryKey com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbCreate(java.lang.String,long,java.lang.String,java.lang.Object,java.util.Date,long,java.io.Serializable) throws javax.ejb.CreateException target method 2 = public void com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbPostCreate(java.lang.String,long,java.lang.String,java.lang.Object,java.util.Date,long,java.io.Serializable) throws javax.ejb.CreateException ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract boolean com.sun.ejb.containers.TimerLocalHome.checkStatus(java.lang.String,boolean) methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public boolean com.sun.ejb.containers.TimerBean.ejbHomeCheckStatus(java.lang.String,boolean) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract com.sun.ejb.containers.TimerLocal com.sun.ejb.containers.TimerLocalHome.findByPrimaryKey(com.sun.ejb.containers.TimerPrimaryKey) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public com.sun.ejb.containers.TimerPrimaryKey com.sun.ejb.containers.TimerBean_2100919770_ConcreteImpl.ejbFindByPrimaryKey(com.sun.ejb.containers.TimerPrimaryKey) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectTimerIdsByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectTimerIdsByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectActiveTimerIdsByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectActiveTimerIdsByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectCancelledTimerIdsByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectCancelledTimerIdsByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectTimerIdsOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectTimerIdsOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectActiveTimerIdsOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectActiveTimerIdsOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectCancelledTimerIdsOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectCancelledTimerIdsOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllTimerIdsOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllTimerIdsOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllActiveTimerIdsOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllActiveTimerIdsOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllCancelledTimerIdsOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllCancelledTimerIdsOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllTimerIdsOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllTimerIdsOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllActiveTimerIdsOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllActiveTimerIdsOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllCancelledTimerIdsOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllCancelledTimerIdsOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectTimersByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectTimersByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectActiveTimersByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectActiveTimersByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectCancelledTimersByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectCancelledTimersByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectActiveTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectActiveTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectCancelledTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectCancelledTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllTimersOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllTimersOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllActiveTimersOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllActiveTimersOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllCancelledTimersOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllCancelledTimersOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllActiveTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllActiveTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract java.util.Set com.sun.ejb.containers.TimerLocalHome.selectAllCancelledTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerBean.ejbHomeSelectAllCancelledTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountTimersByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountTimersByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountActiveTimersByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountActiveTimersByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountCancelledTimersByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountCancelledTimersByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountActiveTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountActiveTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountCancelledTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountCancelledTimersOwnedByThisServerByContainer(long) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountAllTimersOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountAllTimersOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountAllActiveTimersOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountAllActiveTimersOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountAllCancelledTimersOwnedByThisServer() throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountAllCancelledTimersOwnedByThisServer() throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountAllTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountAllTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountAllActiveTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountAllActiveTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract int com.sun.ejb.containers.TimerLocalHome.selectCountAllCancelledTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public int com.sun.ejb.containers.TimerBean.ejbHomeSelectCountAllCancelledTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerBean method = public abstract void javax.ejb.EJBLocalHome.remove(java.lang.Object) throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Instantiated container for: ejbName: TimerBean; containerId: 77730771342262272
>TimerBean: FIFOEJBObject cache created....
>TimerBean: FIFOEJBObject cache created....
>[EntityContainer] Created EntityContainer: TimerBean
>[TimerBeanContainer] Created TimerBeanContainer: TimerBean
>[Pool-TimerBean]: Added PoolResizeTimerTask...
>[MonitoringMediator] currentLevel: OFF
>[BaseContainer] registered timer monitorable
>[Basecontainer] Registered Method Monitors
>[Entity Container] registered monitorable
>Using commit option B for: TimerMigrationBean
>Created MonitoringRegistryMediator: appName: __ejb_container_timer_app; modName: ejb_jar; ejbName: TimerMigrationBean
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.ejbRemove()
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.ejbPassivate()
>**## bean has 2.x LM: beancallback[-1]: public void com.sun.ejb.containers.TimerMigrationBean.ejbActivate()
>InterceptorManager: ##########################################################
>InterceptorManager<com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl> has 0 interceptors
> beanClassName: com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl
> Interceptors:
> Callback Interceptors:
> 0: interface javax.annotation.PostConstruct
> CallbackInterceptorChainImpl
> 1: interface javax.ejb.PrePassivate
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.ejbRemove()
> 2: interface javax.ejb.PostActivate
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.ejbPassivate()
> 3: interface javax.annotation.PreDestroy
> CallbackInterceptorChainImpl
> beancallback[-1]: public void com.sun.ejb.containers.TimerMigrationBean.ejbActivate()
>##########################################################
>Invocation Info for ejb TimerMigrationBean method = public abstract java.lang.String com.sun.ejb.containers.TimerMigrationLocal.getTimerId() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.lang.String com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.getTimerId() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract java.lang.String com.sun.ejb.containers.TimerMigrationLocal.getOwnerId() methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.lang.String com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.getOwnerId() target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract void com.sun.ejb.containers.TimerMigrationLocal.setOwnerId(java.lang.String) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public void com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.setOwnerId(java.lang.String) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract void javax.ejb.EJBLocalObject.remove() throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract boolean javax.ejb.EJBLocalObject.isIdentical(javax.ejb.EJBLocalObject) throws javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract javax.ejb.EJBLocalHome javax.ejb.EJBLocalObject.getEJBLocalHome() throws javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract java.lang.Object javax.ejb.EJBLocalObject.getPrimaryKey() throws javax.ejb.EJBException methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract com.sun.ejb.containers.TimerMigrationLocal com.sun.ejb.containers.TimerMigrationLocalHome.findByPrimaryKey(com.sun.ejb.containers.TimerPrimaryKey) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public com.sun.ejb.containers.TimerPrimaryKey com.sun.ejb.containers.TimerMigrationBean649625130_ConcreteImpl.ejbFindByPrimaryKey(com.sun.ejb.containers.TimerPrimaryKey) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract java.util.Set com.sun.ejb.containers.TimerMigrationLocalHome.selectAllTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = public java.util.Set com.sun.ejb.containers.TimerMigrationBean.ejbHomeSelectAllTimersOwnedBy(java.lang.String) throws javax.ejb.FinderException target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb TimerMigrationBean method = public abstract void javax.ejb.EJBLocalHome.remove(java.lang.Object) throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Instantiated container for: ejbName: TimerMigrationBean; containerId: 77730771342262273
>TimerMigrationBean: FIFOEJBObject cache created....
>TimerMigrationBean: FIFOEJBObject cache created....
>[EntityContainer] Created EntityContainer: TimerMigrationBean
>[Pool-TimerMigrationBean]: Added PoolResizeTimerTask...
>[MonitoringMediator] currentLevel: OFF
>[BaseContainer] registered timer monitorable
>[Basecontainer] Registered Method Monitors
>[Entity Container] registered monitorable
>Application deployment successful : ejbName: TimerMigrationBean; containerId: 77730771342262273
>Application deployment successful : ejbName: TimerBean; containerId: 77730771342262272
>ConnectorServiceImpl :: checkAndLoadResource resolved to load jdbc/__TimerPool
>isReferenced in DASResourcesUtil:: jdbc/__TimerPool
>isReferenced :: jdbc/__TimerPool - true
>isReferenced in DASResourcesUtil:: jdbc/__TimerPool
>isReferenced :: jdbc/__TimerPool - true
>returning/found the resource adapter from connector registry
>ResourceAdapterAdminServiceImpl :: createActiveRA __xa at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__xa
>returning/found the resource adapter from connector registry
>No classloader available with connector descriptor
>ResourceAdapterAdminServiceImpl :: createActiveRA __xa at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__xa loader :: null
>returning the connector registry
>Returing the resourceadapter Config from registry.
>Passing in the following properties before calling RA.start of __xa
>returning the connector registry
>Returing the resourceadapter Config from registry.
>ResourceAdapterAdminServiceImpl :: createActiveRA __xa at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__xa ADDING to registry com.sun.enterprise.connectors.ActiveInboundResourceAdapter_at_1ab5b91
>Added the active resource adapter to connector registry
>ResourceAdapterAdminServiceImpl:: createActiveRA __xa at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__xa env =server ? true
>ResourceAdapterAdminServiceImpl :: createActiveRA __xa at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__xa publishing descriptor __SYSTEM/descriptors/__xa
>returning the connector registry
>Returing the resourceadapter Config from registry.
>current RAConfig In Descriptor []
>Found/returing Connector descriptor in connector registry.
>ResourcesUtil :: isEnabled
>ResourcesUtil :: isEnabled JdbcConnectionPool is pool/config - enabled :true
> JdbcConnectionPoolDeployer - deployResource : JdbcConnectionPool calling actualDeploy
> JdbcConnectionPoolDeployer - actualDeployResource : JdbcConnectionPool
>parseTransactionSupportString: passed in txSupport =>XATransaction
>isMCFCreated __TimerPool - false
>returning/found the resource adapter from connector registry
>Method public boolean com.sun.gjc.spi.XAManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getServerName()matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getDescription()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.XAManagedConnectionFactory.setdatabaseName(java.lang.String) on com.sun.gjc.spi.XAManagedConnectionFactorywith value [class java.lang.String , D:/Documents and Settings/doerscc/Desktop/glassfish/domains/domain1/lib/databases/ejbtimer ]
>Method public boolean com.sun.gjc.spi.XAManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getServerName()matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getDescription()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setDelimiter(java.lang.String) on com.sun.gjc.spi.XAManagedConnectionFactorywith value [class java.lang.String , # ]
>Method public boolean com.sun.gjc.spi.XAManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getServerName()matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getDescription()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setvalidationMethod(java.lang.String) on com.sun.gjc.spi.XAManagedConnectionFactorywith value [class java.lang.String , auto-commit ]
>Method public boolean com.sun.gjc.spi.XAManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getServerName()matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getDescription()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setguaranteeIsolationLevel(java.lang.String) on com.sun.gjc.spi.XAManagedConnectionFactorywith value [class java.lang.String , true ]
>Method public boolean com.sun.gjc.spi.XAManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getServerName()matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getDescription()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setconnectionValidationRequired(java.lang.String) on com.sun.gjc.spi.XAManagedConnectionFactorywith value [class java.lang.String , false ]
>Method public boolean com.sun.gjc.spi.XAManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getServerName()matches with the right arg type
>Method public java.lang.String com.sun.gjc.spi.XAManagedConnectionFactory.getDescription()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setclassName(java.lang.String) on com.sun.gjc.spi.XAManagedConnectionFactorywith value [class java.lang.String , org.apache.derby.jdbc.EmbeddedXADataSource ]
>Created MCF object :
>com.sun.gjc.spi.XAManagedConnectionFactory.getUserName()
>java.lang.NoSuchMethodException: com.sun.gjc.spi.XAManagedConnectionFactory.getUserName()
> at java.lang.Class.getMethod(Class.java:1605)
> at com.sun.enterprise.connectors.util.ConnectionPoolObjectsUtils.getValueFromMCF(ConnectionPoolObjectsUtils.java:193)
> at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.getDefaultResourcePrincipal(ConnectorConnectionPoolAdminServiceImpl.java:610)
> at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.obtainManagedConnectionFactory(ConnectorConnectionPoolAdminServiceImpl.java:927)
> at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:248)
> at com.sun.enterprise.connectors.ConnectorRuntime.createConnectorConnectionPool(ConnectorRuntime.java:308)
> at com.sun.enterprise.resource.JdbcConnectionPoolDeployer.actualDeployResource(JdbcConnectionPoolDeployer.java:127)
> at com.sun.enterprise.resource.JdbcConnectionPoolDeployer.deployResource(JdbcConnectionPoolDeployer.java:106)
> at com.sun.enterprise.connectors.ConnectorServiceImpl.loadDeferredResources(ConnectorServiceImpl.java:257)
> at com.sun.enterprise.connectors.ConnectorServiceImpl$1.run(ConnectorServiceImpl.java:206)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.enterprise.connectors.ConnectorServiceImpl.loadResourcesAndItsRar(ConnectorServiceImpl.java:203)
> at com.sun.enterprise.connectors.ConnectorServiceImpl.checkAndLoadResource(ConnectorServiceImpl.java:185)
> at com.sun.enterprise.connectors.ConnectorRuntime.checkAndLoadResource(ConnectorRuntime.java:866)
> at com.sun.enterprise.naming.SerialContextProviderImpl.checkAndLoadResource(SerialContextProviderImpl.java:83)
> at com.sun.enterprise.naming.SerialContextProviderImpl.lookup(SerialContextProviderImpl.java:64)
> at com.sun.enterprise.naming.LocalSerialContextProviderImpl.lookup(LocalSerialContextProviderImpl.java:98)
> at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:309)
> at javax.naming.InitialContext.lookup(InitialContext.java:392)
> at com.sun.ejb.containers.TimerBeanContainer.doAfterApplicationDeploy(TimerBeanContainer.java:121)
> at com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:571)
> at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:184)
> at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
> at com.sun.enterprise.server.AbstractManager.loadOneSystemApp(AbstractManager.java:319)
> at com.sun.enterprise.server.ondemand.SystemAppLoader.loadSystemApps(SystemAppLoader.java:109)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.loadSystemApps(EjbServiceGroup.java:163)
> at com.sun.enterprise.server.ondemand.EjbServiceGroup.start(EjbServiceGroup.java:122)
> at com.sun.enterprise.server.ondemand.ServiceGroup$1.run(ServiceGroup.java:180)
> at java.security.AccessController.doPrivileged(Native Method)
> at com.sun.enterprise.server.ondemand.ServiceGroup.startChildren(ServiceGroup.java:177)
> at com.sun.enterprise.server.ondemand.MainServiceGroup.start(MainServiceGroup.java:45)
> at com.sun.enterprise.server.ondemand.ServerEntryListenerImpl.notifyEntry(ServerEntryListenerImpl.java:72)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.sendEvent(ServerEntryHelper.java:62)
> at com.sun.enterprise.server.ondemand.entry.ServerEntryHelper.generateAppLoaderEntryContext(ServerEntryHelper.java:47)
> at com.sun.enterprise.server.AbstractLoader.generateEntryContext(AbstractLoader.java:831)
> at com.sun.enterprise.server.AbstractLoader.notifyAppEvent(AbstractLoader.java:837)
> at com.sun.enterprise.server.ApplicationLoader.load(ApplicationLoader.java:172)
> at com.sun.enterprise.server.TomcatApplicationLoader.load(TomcatApplicationLoader.java:113)
> at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:322)
> at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:216)
> at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:189)
> at com.sun.enterprise.server.ApplicationManager.applicationEnabled(ApplicationManager.java:754)
> at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:914)
> at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:892)
> at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:445)
> at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:160)
> at com.sun.enterprise.admin.server.core.AdminNotificationHelper.sendNotification(AdminNotificationHelper.java:128)
> at com.sun.enterprise.admin.server.core.ConfigInterceptor.postInvoke(ConfigInterceptor.java:109)
> at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:97)
> at $Proxy1.invoke(Unknown Source)
> at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:297)
> at com.sun.enterprise.admin.jmx.remote.server.callers.InvokeCaller.call(InvokeCaller.java:56)
> at com.sun.enterprise.admin.jmx.remote.server.MBeanServerRequestHandler.handle(MBeanServerRequestHandler.java:142)
> at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:109)
> at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:180)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
> at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
> at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
> at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
> at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
> at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
> at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
> at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
> at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
> at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
> at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
> at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
> at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
> at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
> at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
>returning the connector registry
>PoolMetaData : __TimerPool
>txSupport => 2
>isPM_ => false
>isNonTx_ => false
>isLazyEnlistable_ => false
>isLazyAssociatable => false
>securityMap =>
>Added MCF to connector registry for: __TimerPool
>Using Pool STANDARD_POOL
>Adding pool __TimerPoolto pooltable
>Enabling monitoring to level : HIGH
>Enabled pool monitoring at pool creation for __TimerPool
>Created connection pool and added it to PoolManager :Pool [__TimerPool] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off
>ResourcesUtil :: isEnabled
>ResourcesUtil :: isEnabled JdbcResource is resource - enabled :true
>returning/found the resource adapter from connector registry
>isMCFCreated __TimerPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>@@@@ Creating plain ConnectionManager
>isMCFCreated __TimerPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>returning/found the resource adapter from connector registry
>isMCFCreated __TimerPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>@@@@ Creating plain ConnectionManager
>isMCFCreated __TimerPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>returning/found the resource adapter from connector registry
>isMCFCreated __TimerPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>@@@@ Creating plain ConnectionManager
>isMCFCreated __TimerPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>EJB Timer Service property :
>read DB before timeout delivery = false
>EJB Timer Service properties : min delivery interval = 7000
>max redeliveries = 1
>redelivery interval = 5000
>EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]
>LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!
>ConnectorServiceImpl :: checkAndLoadResource resolved to load jdbc/oracle
>isReferenced in DASResourcesUtil:: jdbc/oracle
>isReferenced :: jdbc/oracle - true
>isReferenced in DASResourcesUtil:: jdbc/oracle
>isReferenced :: jdbc/oracle - true
>returning/found the resource adapter from connector registry
>ResourceAdapterAdminServiceImpl :: createActiveRA __ds at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__ds
>returning/found the resource adapter from connector registry
>No classloader available with connector descriptor
>ResourceAdapterAdminServiceImpl :: createActiveRA __ds at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__ds loader :: null
>returning the connector registry
>Returing the resourceadapter Config from registry.
>Passing in the following properties before calling RA.start of __ds
>returning the connector registry
>Returing the resourceadapter Config from registry.
>ResourceAdapterAdminServiceImpl :: createActiveRA __ds at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__ds ADDING to registry com.sun.enterprise.connectors.ActiveInboundResourceAdapter_at_1612fb3
>Added the active resource adapter to connector registry
>ResourceAdapterAdminServiceImpl:: createActiveRA __ds at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__ds env =server ? true
>ResourceAdapterAdminServiceImpl :: createActiveRA __ds at D:/Documents and Settings/doerscc/Desktop/glassfish\lib\install\applications\__ds publishing descriptor __SYSTEM/descriptors/__ds
>returning the connector registry
>Returing the resourceadapter Config from registry.
>current RAConfig In Descriptor []
>Found/returing Connector descriptor in connector registry.
>ResourcesUtil :: isEnabled
>ResourcesUtil :: isEnabled JdbcConnectionPool is pool/config - enabled :true
> JdbcConnectionPoolDeployer - deployResource : JdbcConnectionPool calling actualDeploy
> JdbcConnectionPoolDeployer - actualDeployResource : JdbcConnectionPool
>parseTransactionSupportString: passed in txSupport =>LocalTransaction
>isMCFCreated oracle-thinPool - false
>returning/found the resource adapter from connector registry
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setuser(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , ear ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setDelimiter(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , # ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setvalidationMethod(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , auto-commit ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setpassword(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , ******** ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setguaranteeIsolationLevel(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , true ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setconnectionValidationRequired(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , false ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setDriverProperties(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , setURL#jdbc:oracle:thin:@huswla0i:1521:misc## ]
>Method public boolean com.sun.gjc.spi.DSManagedConnectionFactory.equals(java.lang.Object)matches with the right arg type
>Method public javax.resource.spi.ManagedConnection com.sun.gjc.spi.DSManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject,javax.resource.spi.ConnectionRequestInfo) throws javax.resource.ResourceExceptionmatches with the right arg type
>Method public int com.sun.gjc.spi.ManagedConnectionFactory.hashCode()matches with the right arg type
>Invokingpublic void com.sun.gjc.spi.ManagedConnectionFactory.setclassName(java.lang.String) on com.sun.gjc.spi.DSManagedConnectionFactorywith value [class java.lang.String , oracle.jdbc.pool.OracleDataSource ]
>Created MCF object :
>PoolMetaData : oracle-thinPool
>txSupport => 1
>isPM_ => false
>isNonTx_ => false
>isLazyEnlistable_ => false
>isLazyAssociatable => false
>securityMap =>
>Added MCF to connector registry for: oracle-thinPool
>Using Pool STANDARD_POOL
>Adding pool oracle-thinPoolto pooltable
>Enabling monitoring to level : HIGH
>Enabled pool monitoring at pool creation for oracle-thinPool
>Created connection pool and added it to PoolManager :Pool [oracle-thinPool] PoolSize=0 FreeResources=0 QueueSize=0 matching=off validation=off
>ResourcesUtil :: isEnabled
>ResourcesUtil :: isEnabled JdbcResource is resource - enabled :true
>returning/found the resource adapter from connector registry
>isMCFCreated oracle-thinPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>@@@@ Creating plain ConnectionManager
>isMCFCreated oracle-thinPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>returning/found the resource adapter from connector registry
>isMCFCreated oracle-thinPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>@@@@ Creating plain ConnectionManager
>isMCFCreated oracle-thinPool - true
>Returning the MCF from connector registry.
>returning the connector registry
>[TopLink Config]: 2007.08.10 09:20:35.925--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.Coraction] is being defaulted to: Coraction.
>[TopLink Config]: 2007.08.10 09:20:36.097--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.Ar] is being defaulted to: Ar.
>[TopLink Config]: 2007.08.10 09:20:36.690--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.Actioncode] is being defaulted to: Actioncode.
>[TopLink Config]: 2007.08.10 09:20:36.690--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.Personrole] is being defaulted to: Personrole.
>[TopLink Config]: 2007.08.10 09:20:36.690--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.Event] is being defaulted to: Event.
>[TopLink Config]: 2007.08.10 09:20:36.706--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.Board] is being defaulted to: Board.
>[TopLink Config]: 2007.08.10 09:20:36.706--ServerSession(29165232)--The alias name for the entity class [class com.company.ear.persistence.History] is being defaulted to: History.
>Created MonitoringRegistryMediator: appName: eAR; modName: eAR-ejb_jar; ejbName: EarFacadeBean
>InterceptorManager: ##########################################################
>InterceptorManager<com.company.ear.facade.EarFacadeBean> has 0 interceptors
> beanClassName: com.company.ear.facade.EarFacadeBean
> Interceptors:
> Callback Interceptors:
> 0: interface javax.annotation.PostConstruct
> CallbackInterceptorChainImpl
> 1: interface javax.ejb.PrePassivate
> CallbackInterceptorChainImpl
> 2: interface javax.ejb.PostActivate
> CallbackInterceptorChainImpl
> 3: interface javax.annotation.PreDestroy
> CallbackInterceptorChainImpl
>##########################################################
>Invocation Info for ejb EarFacadeBean method = public abstract com.company.ear.persistence.Ar com.company.ear.facade.EarFacadeLocal.getAr(java.lang.Integer) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public com.company.ear.persistence.Ar com.company.ear.facade.EarFacadeBean.getAr(java.lang.Integer) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb EarFacadeBean method = public abstract boolean com.company.ear.facade.EarFacadeLocal.commitAr(com.company.ear.persistence.Ar) methodIntf = Local tx attr = TX_REQUIRED Cached permission = null target method 1 = public boolean com.company.ear.facade.EarFacadeBean.commitAr(com.company.ear.persistence.Ar) target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb EarFacadeBean method = public abstract java.lang.Object com.sun.ejb.containers.GenericEJBLocalHome.create(java.lang.String) methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>Invocation Info for ejb EarFacadeBean method = public abstract void javax.ejb.EJBLocalHome.remove(java.lang.Object) throws javax.ejb.RemoveException,javax.ejb.EJBException methodIntf = LocalHome tx attr = TX_REQUIRED Cached permission = null target method 1 = null target method 2 = null ejbIntfOverride = false flushenabled = false checkpointenabled = false removalInfo = null
>naming.bind
>Instantiated container for: ejbName: EarFacadeBean; containerId: 77774980754636800
>[Pool-EarFacadeBean]: Added PoolResizeTimerTask...
>[MonitoringMediator] currentLevel: OFF
>[BaseContainer] registered timer monitorable
>[Basecontainer] Registered Method Monitors
>[SLSB Container] registered monitorable
>Application deployment successful : ejbName: EarFacadeBean; containerId: 77774980754636800
>LDR5010: All ejb(s) of [eAR] loaded successfully!
>WEB0100: Loading web module [eAR:eAR-war.war] in virtual server [server] at [/eAR-war]
>naming.bind
>Initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/eAR-war'
>Completed initializing Sun's JavaServer Faces implementation (1.2_02-b03-FCS) for context '/eAR-war'
>[Pool-EarFacadeBean]: Cancelled pool timer task at: Fri Aug 10 09:20:42 EDT 2007
>[Pool-EarFacadeBean]: Destroying 0 beans from the pool...
>Pool-EarFacadeBean]: Pool closed....
>**** [BaseContainer]: Successfully Undeployed EarFacadeBean ...
>CORE5022: All ejb(s) of [eAR] were unloaded successfully!
>ADM1064:The upload file at [D:\Documents and Settings\doerscc\Local Settings\Temp\s1astempdomain1server-1467199959\eAR.ear] exists and will be overwritten.
>ADM1006:Uploading the file to:[D:\Documents and Settings\doerscc\Local Settings\Temp\s1astempdomain1server-1467199959\eAR.ear]
>UTIL6044: Error attempting to rename D:\Documents and Settings\doerscc\Desktop\glassfish\domains\domain1\applications\j2ee-apps\eAR
>UTIL6041: Performing gc to try to force file closures
>UTIL6046: Attempt to rename D:\Documents and Settings\doerscc\Desktop\glassfish\domains\domain1\applications\j2ee-apps\eAR to D:\Documents and Settings\doerscc\Desktop\glassfish\domains\domain1\applications\j2ee-apps\eAR_old failed after 4 retries
>Exception occured in J2EEC Phase
>com.sun.enterprise.deployment.backend.IASDeploymentException: Could not rename D:\Documents and Settings\doerscc\Desktop\glassfish\domains\domain1\applications\j2ee-apps\eAR to D:\Documents and Settings\doerscc\Desktop\glassfish\domains\domain1\applications\j2ee-apps\eAR_old
> at com.sun.enterprise.deployment.backend.AppReDeployer.setAppDirArchive(AppReDeployer.java:333)
> at com.sun.enterprise.deployment.backend.AppReDeployer.setAppDir(AppReDeployer.java:139)
> at com.sun.enterprise.deployment.backend.AppDeployerBase.predeploy(AppDeployerBase.java:147)
> at com.sun.enterprise.deployment.backend.AppDeployer.predeploy(AppDeployer.java:161)
> at com.sun.enterprise.deployment.backend.AppReDeployer.predeploy(AppReDeployer.java:127)
> at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:128)
> at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
> at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
> at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
> at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
> at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
> at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
> at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)
>[Message sent by forum member 'leptogenesis' (leptogenesis)]
>
>http://forums.java.net/jive/thread.jspa?messageID=230462
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>