[EJB 3.0] - Re: Binding / JNDI / EJB
by jaikiran
"ALRubinger" wrote :
|
| Jaikiran, mind opening a JIRA w/ some simple integration test for it?
I could reproduce this issue. Created https://jira.jboss.org/jira/browse/EJBTHREE-1649 with a testcase attached.
"jaikiran" wrote :
| Instead of the jndi-name, try the mapped-name instead. And please post the entire console logs. Let us know how it goes.
>From what i tried while debugging this issue, the mapped-name is not going to work either.
The issue occurs specifically, when you have the < remote> element in the ejb-jar.xml. So this does not work (does not matter if you have the ejb-jar_2_0.dtd declaration or not):
ejb-jar.xml:
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE ejb-jar PUBLIC
| "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
| "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
| <ejb-jar>
| <enterprise-beans>
| <session>
| <ejb-name>StatelessBeanOverridenJNDINameInXml</ejb-name>
| <remote>org.jboss.ejb3.test.jndibinding.SimpleBean</remote>
| <ejb-class>org.jboss.ejb3.test.jndibinding.StatelessBeanOverridenJNDINameInXml</ejb-class>
| <session-type>Stateless</session-type>
| <transaction-type>Container</transaction-type>
|
| </session>
| </enterprise-beans>
| </ejb-jar>
|
jboss.xml:
| <?xml version="1.0"?>
| <jboss>
|
| <enterprise-beans>
| <session>
| <ejb-name>StatelessBeanOverridenJNDINameInXml</ejb-name>
| <jndi-name>SomeJNDINameInXml</jndi-name>
| </session>
| </enterprise-beans>
| </jboss>
|
The only way i could get this to work is by changing the ejb-jar.xml to use a business-remote (and obviously the ejb 3.0 xsd). No change required in jboss.xml.
| <?xml version="1.0" encoding="UTF-8"?>
| <ejb-jar
| xmlns="http://java.sun.com/xml/ns/javaee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
| http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
| version="3.0">
| <enterprise-beans>
| <session>
| <ejb-name>StatelessBeanOverridenJNDINameInXml</ejb-name>
| <business-remote>org.jboss.ejb3.test.jndibinding.SimpleBean</business-remote>
| <ejb-class>org.jboss.ejb3.test.jndibinding.StatelessBeanOverridenJNDINameInXml</ejb-class>
| <session-type>Stateless</session-type>
| <transaction-type>Container</transaction-type>
|
| </session>
| </enterprise-beans>
| </ejb-jar>
|
>From the logs i can see where the problem is coming from. However, i need to spend some more time debugging this, next week.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197853#4197853
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197853
17 years, 4 months
[JBoss Getting Started Documentation] - Re: Error logged from Ant UI
by michealjohnstar
Please find the attached commandline bug report.
| "C:\Program Files\Java\jdk1.5.0_15\bin\javaw.exe" -Dant.home=c:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5 -Dant.library.dir=c:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib "-Djava.library.path=C:\windows\system32;.;C:\windows\system32;C:\windows;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Sun\AppServer\bin;;C:\Program Files\Java\jdk1.5.0_15\bin;.;c:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\configuration\org.eclipse.osgi\bundles\73\1\.cp" -classpath "C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-antlr.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-bcel.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-bsf.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-log4j.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-oro.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-regexp.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-apache-resolver.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-commons-logging.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-commons-net.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-icontract.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-jai.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-javamail.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-jdepend.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-jmf.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-jsch.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-junit.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-launcher.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-netrexx.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-nodeps.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-starteam.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-stylebook.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-swing.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-trax.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-vaj.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-weblogic.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-xalan1.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\lib\ant-xslp.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\configuration\org.eclipse.osgi\bundles\7\1\.cp\lib\remoteAnt.jar;C:\Program Files\Java\jdk1.5.0_15\lib\tools.jar;C:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.1.1.jar" org.eclipse.ant.internal.ui.antsupport.InternalAntRunner \"-Declipse.connect.port=53152\" \"-Dorg.eclipse.ant.core.ANT_PROCESS_ID=1229860553794\" \"-Dant.home=c:\Mike\Software\JBossIDE-1.5.1.GA-Bundle-win32\eclipse\plugins\org.apache.ant_1.6.5\" -logger org.eclipse.ant.internal.ui.antsupport.logger.RemoteAntBuildLogger -inputhandler org.eclipse.ant.internal.ui.antsupport.inputhandler.ProxyInputHandler -buildfile "\"C:\Mike\J2EE Workspace\Tutorial\xdoclet-build.xml\""
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197849#4197849
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197849
17 years, 4 months
[JBoss Getting Started Documentation] - Error logged from Ant UI
by michealjohnstar
I have downloaded JBoss Eclispe IDE and trying to follow the "An introduction and walkthrough of JBoss Eclispe IDE 1.5.0". While running the XDoclet, I ahve encountered the following error logs:
| Severity:Error
|
| Message:Error logged from Ant UI:
|
| Exception Stace Trace:
| java.net.SocketTimeoutException: Accept timed out
| at java.net.PlainSocketImpl.socketAccept(Native Method)
| at java.net.PlainSocketImpl.accept(Unknown Source)
| at java.net.ServerSocket.implAccept(Unknown Source)
| at java.net.ServerSocket.accept(Unknown Source)
| at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:97)
|
| Session Data:
| eclipse.buildId=M20050929-0840
| java.version=1.5.0_15
| java.vendor=Sun Microsystems Inc.
| BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
| Command-line arguments: -os win32 -ws win32 -arch x86
|
|
Log:
| !SESSION 2008-12-21 11:27:02.734 -----------------------------------------------
| eclipse.buildId=M20050929-0840
| java.version=1.5.0_15
| java.vendor=Sun Microsystems Inc.
| BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
| Command-line arguments: -os win32 -ws win32 -arch x86
|
| !ENTRY org.eclipse.ant.ui 4 120 2008-12-21 19:56:06.337
| !MESSAGE Error logged from Ant UI:
| !STACK 0
| java.net.SocketTimeoutException: Accept timed out
| at java.net.PlainSocketImpl.socketAccept(Native Method)
| at java.net.PlainSocketImpl.accept(Unknown Source)
| at java.net.ServerSocket.implAccept(Unknown Source)
| at java.net.ServerSocket.accept(Unknown Source)
| at org.eclipse.ant.internal.ui.launchConfigurations.RemoteAntBuildListener$ServerConnection.run(RemoteAntBuildListener.java:97)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197848#4197848
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197848
17 years, 4 months
[JBoss Getting Started Documentation] - Problem in Starting JBoss Server 4.2.2 GA
by michealjohnstar
I have downloaded the JBoss 4.2.2 GA server and changed the port no to 8082 in the following server.xml file.
jboss-4.2.2.GA\server\default\deploy\jboss-web.deployer\server.xml
When I stared the JBoss server by running the run.bat in bin folder, I am getting the following error messages in the console and get the server started message also after Connection refused message ran in console for many times.
But when I tired to hit the server with http:\\localhost:8082, I am getting the page not found exception. I have tried with port 8080, suspecting the port number changes may not reflected, but that too is not working.
Whether the server is not started due to the below exception? but why I am getting the server started message. See the last section showing server started.
I am using Windows Vista Home Edition, JBoss Server 4.2.2 GA and java 1.5.
| WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700"
| org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
| at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2257)
| at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2278)
| at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:208)
| at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:221)
| at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:104)
| at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
| at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:146)
| at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:286)
| at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
| at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
| at com.sun.enterprise.naming.SerialContext.narrowProvider(SerialContext.java:89)
| at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:128)
| at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:380)
| at javax.naming.InitialContext.rebind(InitialContext.java:367)
| at com.arjuna.ats.jta.utils.JNDIManager.bindJTATransactionSynchronizationRegistryImplementation(JNDIManager.java:157)
| at com.arjuna.ats.jta.utils.JNDIManager.bindJTATransactionSynchronizationRegistryImplementation(JNDIManager.java:141)
| at com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService(TransactionManagerService.java:206)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| 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:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
| at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:336)
| at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:191)
| ... 61 more
| Caused by: java.net.ConnectException: Connection refused: connect
| at sun.nio.ch.Net.connect(Native Method)
| at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
| at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
| at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:320)
| ... 62 more
|
| ObjectName: jboss:service=TransactionManager
| State: FAILED
| Reason: javax.naming.CommunicationException: Can't find SerialContextProvider
| [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 co
| mpleted: No]
| Depends On Me:
| jboss:service=invoker,type=unified
| jboss:service=invoker,type=jrmp
| jboss:service=invoker,type=local
| jboss:service=invoker,type=pooled
| jboss.web:service=WebServer
| jboss.ejb:service=EJBTimerService
| jboss.ejb:service=EJBDeployer
| jboss:service=KeyGeneratorFactory,type=HiLo
| jboss.jca:service=WorkManager
| jboss.jca:service=RARDeployer
| jboss.jca:service=CachedConnectionManager
| jboss.jca:service=LocalTxCM,name=DefaultDS
| jboss.jca:service=TxCM,name=JmsXA
|
| ObjectName: jboss.jmx:alias=jmx/rmi/RMIAdaptor
| State: FAILED
| Reason: javax.naming.CommunicationException: Can't find SerialContextProvider
| [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 co
| mpleted: No]
| I Depend On:
| jboss:service=Naming
|
| ObjectName: jboss.mq:service=InvocationLayer,type=UIL2,alias=UIL2ConnectionFacto
| ry
| State: FAILED
| Reason: javax.naming.CommunicationException: Can't find SerialContextProvider
| [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 co
| mpleted: No]
| I Depend On:
| jboss:service=Naming
|
| ObjectName: jboss.mq:service=InvocationLayer,type=UIL
| State: FAILED
| Reason: javax.naming.CommunicationException: Can't find SerialContextProvider
| [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 co
| mpleted: No]
| I Depend On:
| jboss:service=Naming
|
| ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
| State: NOTYETINSTALLED
| Depends On Me:
| jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
|
|
| at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDepl
| oyer.java:1385)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:785)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
| java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
| er.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
| or.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
| BeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
| java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| 12:10:30,895 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos
| s_4_2_2_GA date=200710221139)] Started in 10m:48s:576ms
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197846#4197846
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197846
17 years, 4 months