you also have <method-intf>remote</method-intf>.

alex

Amit Ashok wrote:
Hi All ,
I am new to Jboss . My application is currently running on Iplanet . I have ejb-jar.xml that is as per J2ee Ppecs .
When I try to deploy the application it reports an error
"15:04:56,610 ERROR [MainDeployer] could not create deployment: file:/G:/jboss/jboss-3.2.1/server/default/tmp/deploy
/server/default/deploy/um.ear/23.um.ear-contents/umEjb.jar
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml, in <container-transaction>: method-intf tag should be one of: 'Home', 'Remote', 'LocalHome', 'Local'
at org.jboss.metadata.ApplicationMetaData.importEjbJarXml(ApplicationMetaData.java:536)"
But the entry in my ejb-jar is correct according to me :)
<container-transaction>
<method>
<ejb-name>lme001</ejb-name>


<method-intf>Remote</method-intf>

<method-name>*</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
I do not have jboss.xml in my ear file . I think i can deploy my application without it also.
Can some one guide me. The detailed error log is given below and the ejb-jar.xml is attached.
Thanks
Amit Ashok


15:04:41,527 INFO [JaasSecurityManagerService] setCachePolicy, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
15:04:41,537 INFO [JaasSecurityManagerService] Added HsqlDbRealm, org.jboss.security.plugins.SecurityDomainContext
@56b386 to map
15:04:41,597 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:servi
ce=LocalTxCM,name=DefaultDS to JNDI name 'java:/DefaultDS'
15:04:41,607 INFO [TxConnectionManager] Started
15:04:41,617 INFO [TxConnectionManager] Starting
15:04:41,637 INFO [CLKS1] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=L
ocalTxCM,name=CLKS1 to JNDI name 'java:/CLKS1'
15:04:41,647 INFO [TxConnectionManager] Started
15:04:41,688 INFO [MainDeployer] Deployed package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/transaction-se
rvice.xml
15:04:41,738 INFO [MainDeployer] Starting deployment of package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/
user-service.xml
15:04:41,788 INFO [MainDeployer] Deployed package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/user-service.x
ml
15:04:41,808 INFO [MainDeployer] Starting deployment of package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/
jmx-console.war/
15:04:42,268 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console
15:04:43,610 INFO [jbossweb] Started WebApplicationContext[/jmx-console,file:/G:/jboss/jboss-3.2.1/server/default/
deploy/jmx-console.war/]
15:04:43,781 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=D
isplayMBeans
15:04:43,811 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=D
isplayOpResult
15:04:43,841 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=I
nspectMBean
15:04:44,221 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=j
sp
15:04:44,241 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=H
tmlAdaptor
15:04:44,271 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=d
efault
15:04:44,301 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=i
nvoker
15:04:44,331 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,HashSe
ssionManager=0
15:04:44,351 INFO [jbossweb] successfully deployed file:/G:/jboss/jboss-3.2.1/server/default/deploy/jmx-console.wa
r/ to /jmx-console
15:04:44,402 INFO [MainDeployer] Deployed package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jmx-console.wa
r/
15:04:44,412 INFO [MainDeployer] Starting deployment of package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/
um.ear
15:04:49,950 INFO [EARDeployer] Init J2EE application: file:/G:/jboss/jboss-3.2.1/server/default/deploy/um.ear
15:04:56,610 ERROR [MainDeployer] could not create deployment: file:/G:/jboss/jboss-3.2.1/server/default/tmp/deploy
/server/default/deploy/um.ear/23.um.ear-contents/umEjb.jar
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml, in <container-transaction>: method-intf tag should be one of: 'Home', 'Remote', 'LocalHome', 'Local'
at org.jboss.metadata.ApplicationMetaData.importEjbJarXml(ApplicationMetaData.java:536)
at org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:141)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:433)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.ja
va:200)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:484)
15:04:57,000 ERROR [MainDeployer] could not create deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/um.
ear
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml, in <container-transaction>: method-intf tag should
be one of: 'Home', 'Remote', 'LocalHome', 'Local'
at org.jboss.metadata.ApplicationMetaData.importEjbJarXml(ApplicationMetaData.java:536)
at org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:141)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:433)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.ja
va:200)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:484)
15:04:57,391 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$Deplo
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>{ url=file:/G:/jboss/jboss-3.2.1/server/default/deploy/um.ear, deployedLastModified=0 }
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml, in <container-transaction>: method-intf tag should
be one of: 'Home', 'Remote', 'LocalHome', 'Local'
at org.jboss.metadata.ApplicationMetaData.importEjbJarXml(ApplicationMetaData.java:536)
at org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:141)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:433)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.ja
va:200)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:484)
15:04:57,791 INFO [MainDeployer] Starting deployment of package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/
jms/
15:04:57,812 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jbossmq-de
stinations-service.xml
15:04:57,852 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jbossmq-ht
tpil.sar/
15:04:57,872 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jbossmq-se
rvice.xml
15:04:57,932 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jms-ds.xml
15:04:57,982 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jms-ra.rar
15:04:58,092 INFO [SARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jbossmq-ht
tpil.sar/jbossmq-httpil.war/
15:04:58,332 INFO [RARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/tmp/deploy/server/def
ault/deploy/jms/jms-ra.rar/24.jms-ra.rar-contents/jms-ra.jar
15:04:58,483 INFO [XSLSubDeployer] transformed into doc: [#document: null]
15:04:59,194 INFO [JMSProviderLoader] Creating
15:04:59,204 INFO [JMSProviderLoader] Created
15:04:59,214 INFO [ServerSessionPoolLoader] Creating
15:04:59,214 INFO [ServerSessionPoolLoader] Created
15:04:59,224 INFO [RARDeployment] Creating
15:04:59,234 INFO [RARDeployment] Created
15:04:59,244 INFO [JBossManagedConnectionPool] Creating
15:04:59,254 INFO [JBossManagedConnectionPool] Created
15:04:59,264 INFO [TxConnectionManager] Creating
15:04:59,274 INFO [TxConnectionManager] Created
15:04:59,774 INFO [MessageCache] Creating
15:04:59,784 INFO [MessageCache] Created
15:04:59,794 INFO [PersistenceManager] Creating
15:04:59,804 INFO [PersistenceManager] Created
15:04:59,814 INFO [CacheStore] Creating
15:04:59,814 INFO [CacheStore] Created
15:04:59,825 INFO [DynamicStateManager] Creating
15:04:59,835 INFO [DynamicStateManager] Created
15:04:59,845 INFO [DestinationManager] Creating
15:04:59,875 INFO [DestinationManager] Created
15:04:59,915 INFO [SecurityManager] Creating
15:04:59,915 INFO [SecurityManager] Created
15:04:59,925 INFO [InterceptorLoader] Creating
15:04:59,935 INFO [InterceptorLoader] Created
15:04:59,945 INFO [Invoker] Creating
15:04:59,955 INFO [Invoker] Created
15:04:59,965 INFO [HTTPServerILService] Creating
15:04:59,975 INFO [HTTPServerILService] Created
15:04:59,985 INFO [JVMServerILService] Creating
15:04:59,995 INFO [JVMServerILService] Created
15:05:00,005 INFO [RMIServerILService] Creating
15:05:00,015 INFO [RMIServerILService] Created
15:05:00,025 INFO [OILServerILService] Creating
15:05:00,025 INFO [OILServerILService] Created
15:05:00,035 INFO [UILServerILService] Creating
15:05:00,045 INFO [UILServerILService] Created
15:05:00,055 INFO [OIL2ServerILService] Creating
15:05:00,065 INFO [OIL2ServerILService] Created
15:05:00,075 INFO [UILServerILService] Creating
15:05:00,085 INFO [UILServerILService] Created
15:05:00,095 INFO [DLQ] Creating
15:05:00,105 INFO [DLQ] Created
15:05:00,165 INFO [testTopic] Creating
15:05:00,165 INFO [testTopic] Created
15:05:00,175 INFO [securedTopic] Creating
15:05:00,185 INFO [securedTopic] Created
15:05:00,195 INFO [testDurableTopic] Creating
15:05:00,205 INFO [testDurableTopic] Created
15:05:00,215 INFO [testQueue] Creating
15:05:00,225 INFO [testQueue] Created
15:05:00,235 INFO [A] Creating
15:05:00,235 INFO [A] Created
15:05:00,255 INFO [B] Creating
15:05:00,255 INFO [B] Created
15:05:00,275 INFO [C] Creating
15:05:00,285 INFO [C] Created
15:05:00,295 INFO [D] Creating
15:05:00,305 INFO [D] Created
15:05:00,315 INFO [ex] Creating
15:05:00,315 INFO [ex] Created
15:05:00,756 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil
15:05:01,357 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@
234265
15:05:01,367 INFO [JaasSecurityManagerService] setCachePolicy, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
15:05:01,377 INFO [JaasSecurityManagerService] Added jbossmq-httpil, org.jboss.security.plugins.SecurityDomainCont
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> to map
15:05:01,397 INFO [jbossweb] Started WebApplicationContext[/jbossmq-httpil,file:/G:/jboss/jboss-3.2.1/server/defau
lt/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/]
15:05:01,497 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,nam
e=jsp
15:05:01,517 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,nam
e=HTTPServerILServlet
15:05:01,547 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,nam
e=default
15:05:01,577 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,nam
e=invoker
15:05:01,607 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/jbossmq-httpil,Has
hSessionManager=0
15:05:01,627 INFO [jbossweb] successfully deployed file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/jbossmq-ht
tpil.sar/jbossmq-httpil.war/ to /jbossmq-httpil
15:05:01,687 INFO [RARDeployment] Starting
15:05:01,757 INFO [RARDeployment] Started
15:05:01,757 INFO [JBossManagedConnectionPool] Starting
15:05:01,767 INFO [JBossManagedConnectionPool] Started
15:05:01,777 INFO [TxConnectionManager] Starting
15:05:01,817 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@
6df95
15:05:01,827 INFO [JaasSecurityManagerService] setCachePolicy, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
15:05:01,837 INFO [JaasSecurityManagerService] Added JmsXARealm, org.jboss.security.plugins.SecurityDomainContext@
50d12e to map
15:05:01,878 INFO [JmsXA] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=T
xCM,name=JmsXA to JNDI name 'java:/JmsXA'
15:05:01,888 INFO [TxConnectionManager] Started
15:05:01,918 INFO [JMSProviderLoader] Starting
15:05:01,948 INFO [JMSProviderLoader] Bound adapter to java:/DefaultJMSProvider
15:05:01,958 INFO [JMSProviderLoader] Started
15:05:01,968 INFO [ServerSessionPoolLoader] Starting
15:05:01,988 INFO [ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool
15:05:01,988 INFO [ServerSessionPoolLoader] Started
15:05:02,018 INFO [MessageCache] Starting
15:05:02,018 INFO [MessageCache] Started
15:05:02,028 INFO [PersistenceManager] Starting
15:05:02,388 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
15:05:02,388 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
15:05:02,408 INFO [PersistenceManager] Started
15:05:02,418 INFO [CacheStore] Starting
15:05:02,428 INFO [CacheStore] Started
15:05:02,438 INFO [DynamicStateManager] Starting
15:05:02,498 INFO [DynamicStateManager] Started
15:05:02,508 INFO [DestinationManager] Starting
15:05:02,529 INFO [DestinationManager] Started
15:05:02,539 INFO [SecurityManager] Starting
15:05:02,549 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@
309282
15:05:02,569 INFO [JaasSecurityManagerService] setCachePolicy, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
15:05:02,579 INFO [JaasSecurityManagerService] Added jbossmq, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
7d6 to map
15:05:02,609 INFO [SecurityManager] Started
15:05:02,609 INFO [InterceptorLoader] Starting
15:05:02,619 INFO [InterceptorLoader] Started
15:05:02,629 INFO [Invoker] Starting
15:05:02,639 INFO [Invoker] Started
15:05:02,649 INFO [HTTPServerILService] Starting
15:05:02,849 INFO [HTTPServerILService] Started
15:05:02,849 INFO [JVMServerILService] Starting
15:05:02,869 INFO [JVMServerILService] Started
15:05:02,869 INFO [RMIServerILService] Starting
15:05:02,979 INFO [RMIServerILService] Started
15:05:02,979 INFO [OILServerILService] Starting
15:05:02,999 INFO [OILServerILService] JBossMQ OIL service available at : 0.0.0.0/0.0.0.0:8090
15:05:03,019 INFO [OILServerILService] Started
15:05:03,019 INFO [UILServerILService] Starting
15:05:03,039 INFO [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8091
15:05:03,059 INFO [UILServerILService] Started
15:05:03,069 INFO [OIL2ServerILService] Starting
15:05:03,079 INFO [OIL2ServerILService] JBossMQ OIL2 service available at : 0.0.0.0/0.0.0.0:8092
15:05:03,109 INFO [OIL2ServerILService] Started
15:05:03,119 INFO [UILServerILService] Starting
15:05:03,129 INFO [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8093
15:05:03,250 INFO [UILServerILService] Started
15:05:03,250 INFO [DLQ] Starting
15:05:03,280 INFO [DLQ] Bound to JNDI name: queue/DLQ
15:05:03,290 INFO [DLQ] Started
15:05:03,300 INFO [testTopic] Starting
15:05:03,320 INFO [testTopic] Bound to JNDI name: topic/testTopic
15:05:03,320 INFO [testTopic] Started
15:05:03,330 INFO [securedTopic] Starting
15:05:03,340 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
15:05:03,350 INFO [securedTopic] Started
15:05:03,360 INFO [testDurableTopic] Starting
15:05:03,370 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
15:05:03,380 INFO [testDurableTopic] Started
15:05:03,390 INFO [testQueue] Starting
15:05:03,400 INFO [testQueue] Bound to JNDI name: queue/testQueue
15:05:03,410 INFO [testQueue] Started
15:05:03,420 INFO [A] Starting
15:05:03,440 INFO [A] Bound to JNDI name: queue/A
15:05:03,440 INFO [A] Started
15:05:03,450 INFO [B] Starting
15:05:03,470 INFO [B] Bound to JNDI name: queue/B
15:05:03,470 INFO [B] Started
15:05:03,480 INFO [C] Starting
15:05:03,500 INFO [C] Bound to JNDI name: queue/C
15:05:03,500 INFO [C] Started
15:05:03,510 INFO [D] Starting
15:05:03,530 INFO [D] Bound to JNDI name: queue/D
15:05:03,530 INFO [D] Started
15:05:03,540 INFO [ex] Starting
15:05:03,550 INFO [ex] Bound to JNDI name: queue/ex
15:05:03,560 INFO [ex] Started
15:05:03,700 INFO [MainDeployer] Deployed package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/jms/
15:05:03,700 INFO [MainDeployer] Starting deployment of package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/
management/
15:05:03,720 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/management/con
sole-mgr.sar
15:05:03,770 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/management/ejb
-management.jar
15:05:03,820 INFO [JARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/deploy/management/web
-console.war
15:05:03,941 INFO [SARDeployer] nested deployment: file:/G:/jboss/jboss-3.2.1/server/default/tmp/deploy/server/def
ault/deploy/management/console-mgr.sar/28.console-mgr.sar-contents/console-mgr-classes.jar
15:05:04,401 INFO [PluginManager] Creating
15:05:04,411 INFO [PluginManager] Created
15:05:05,152 INFO [EjbModule] Creating
15:05:05,182 INFO [EjbModule] Deploying MEJB
15:05:05,393 INFO [StatelessSessionContainer] Creating
15:05:05,413 INFO [StatelessSessionInstancePool] Creating
15:05:05,413 INFO [StatelessSessionInstancePool] Created
15:05:05,453 INFO [StatelessSessionContainer] Created
15:05:05,463 INFO [EjbModule] Created
15:05:05,483 INFO [PluginManager] Starting
15:05:05,533 INFO [PluginManager] Started
15:05:05,543 INFO [EjbModule] Starting
15:05:05,553 INFO [StatelessSessionContainer] Starting
15:05:05,643 INFO [StatelessSessionInstancePool] Starting
15:05:05,643 INFO [StatelessSessionInstancePool] Started
15:05:05,653 INFO [StatelessSessionContainer] Started
15:05:05,663 INFO [EjbModule] Started
15:05:05,673 INFO [EJBDeployer] Deployed: file:/G:/jboss/jboss-3.2.1/server/default/deploy/management/ejb-manageme
nt.jar
15:05:06,134 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console
15:05:06,184 INFO [jbossweb] Extract jar:file:/G:/jboss/jboss-3.2.1/server/default/tmp/deploy/server/default/deplo
y/management/web-console.war/30.web-console.war!/ to C:\DOCUME~1\AMITAS~1.IND\LOCALS~1\Temp\Jetty_0_0_0_0_8080__web
-console\webapp
15:05:07,356 INFO [jbossweb] Started WebApplicationContext[/web-console,jar:file:/G:/jboss/jboss-3.2.1/server/defa
ult/tmp/deploy/server/default/deploy/management/web-console.war/30.web-console.war!/]
15:05:08,107 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=j
sp
15:05:08,137 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=d
efault
15:05:08,167 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=i
nvoker
15:05:08,197 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=J
2EEFolder
15:05:08,227 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=J
SR77 Domains and Servers
15:05:08,247 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=J
SR77 EJBModules and EJBs
15:05:08,277 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=M
Beans
15:05:08,307 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=S
ystemFolder
15:05:08,337 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=U
CLs
15:05:08,357 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,name=H
TTP Invocation
15:05:08,397 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/web-console,HashSe
ssionManager=0
15:05:08,417 INFO [jbossweb] successfully deployed file:/G:/jboss/jboss-3.2.1/server/default/tmp/deploy/server/def
ault/deploy/management/web-console.war/30.web-console.war to /web-console
15:05:08,487 INFO [MainDeployer] Deployed package: file:/G:/jboss/jboss-3.2.1/server/default/deploy/management/
15:05:08,497 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments(
)'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
<none>
Incompletely deployed packages:
[EMAIL PROTECTED] { url=file:/G:/jboss/jboss-3.2.1/server/default/deploy/um.ear }
deployer: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
status: Deployment FAILED reason: Error in ejb-jar.xml, in <container-transaction>: method-intf tag should be one
of: 'Home', 'Remote', 'LocalHome', 'Local'
state: FAILED
watch: file:/G:/jboss/jboss-3.2.1/server/default/deploy/um.ear
lastDeployed: 1062408895889
lastModified: 1062408887927
mbeans:
]MBeans waiting for classes:
<none>
MBeans waiting for other MBeans:
<none>
15:05:08,678 INFO [URLDeploymentScanner] Started
15:05:08,768 INFO [MainDeployer] Deployed package: file:/G:/jboss/jboss-3.2.1/server/default/conf/jboss-service.xm
l
15:05:08,778 INFO [Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)] Started in
51s:637ms


----------------------------------------------------------- NOTICE ------------------------------------------------------------

This email and any files transmitted with it are confidential and are solely for the use of the individual or entity to which it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you receive this transmission in error, please notify the sender by reply email and then destroy the message. Opinions, conclusions and other information in this message that do not relate to official business of NIIT shall be understood to be neither given nor endorsed by NIIT. Any information contained in this email, when addressed to NIIT Clients is subject to the terms and conditions in governing client contract.




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to