Skip to content

Instantly share code, notes, and snippets.

@danilobatistaqueiroz
Last active February 11, 2018 04:01
Show Gist options
  • Save danilobatistaqueiroz/3770af95db91e960c6f5a35f649cf6da to your computer and use it in GitHub Desktop.
Save danilobatistaqueiroz/3770af95db91e960c6f5a35f649cf6da to your computer and use it in GitHub Desktop.
Tutorial JBoss AS 5.1 with EJB 3.0
14:18:36,665 INFO [ServerImpl] Starting JBoss (Microcontainer)...
14:18:36,666 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
14:18:36,666 INFO [ServerImpl] Bootstrap URL: null
14:18:36,666 INFO [ServerImpl] Home Dir: F:\java\servers\jboss-5.1.0.GA
14:18:36,666 INFO [ServerImpl] Home URL: file:/F:/java/servers/jboss-5.1.0.GA/
14:18:36,666 INFO [ServerImpl] Library URL: file:/F:/java/servers/jboss-5.1.0.GA/lib/
14:18:36,667 INFO [ServerImpl] Patch URL: null
14:18:36,667 INFO [ServerImpl] Common Base URL: file:/F:/java/servers/jboss-5.1.0.GA/common/
14:18:36,667 INFO [ServerImpl] Common Library URL: file:/F:/java/servers/jboss-5.1.0.GA/common/lib/
14:18:36,667 INFO [ServerImpl] Server Name: default
14:18:36,667 INFO [ServerImpl] Server Base Dir: F:\java\servers\jboss-5.1.0.GA\server
14:18:36,667 INFO [ServerImpl] Server Base URL: file:/F:/java/servers/jboss-5.1.0.GA/server/
14:18:36,667 INFO [ServerImpl] Server Config URL: file:/F:/java/servers/jboss-5.1.0.GA/server/default/conf/
14:18:36,668 INFO [ServerImpl] Server Home Dir: F:\java\servers\jboss-5.1.0.GA\server\default
14:18:36,668 INFO [ServerImpl] Server Home URL: file:/F:/java/servers/jboss-5.1.0.GA/server/default/
14:18:36,668 INFO [ServerImpl] Server Data Dir: F:\java\servers\jboss-5.1.0.GA\server\default\data
14:18:36,668 INFO [ServerImpl] Server Library URL: file:/F:/java/servers/jboss-5.1.0.GA/server/default/lib/
14:18:36,668 INFO [ServerImpl] Server Log Dir: F:\java\servers\jboss-5.1.0.GA\server\default\log
14:18:36,668 INFO [ServerImpl] Server Native Dir: F:\java\servers\jboss-5.1.0.GA\server\default\tmp\native
14:18:36,668 INFO [ServerImpl] Server Temp Dir: F:\java\servers\jboss-5.1.0.GA\server\default\tmp
14:18:36,668 INFO [ServerImpl] Server Temp Deploy Dir: F:\java\servers\jboss-5.1.0.GA\server\default\tmp\deploy
14:18:37,169 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/F:/java/servers/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
14:18:37,566 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
14:18:37,568 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
14:18:37,765 INFO [CopyMechanism] VFS temp dir: F:\java\servers\jboss-5.1.0.GA\server\default\tmp
14:18:37,766 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
14:18:38,879 INFO [ServerInfo] Java version: 1.6.0_45,Sun Microsystems Inc.
14:18:38,879 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
14:18:38,879 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.45-b01,Sun Microsystems Inc.
14:18:38,879 INFO [ServerInfo] OS-System: Windows 7 6.1,amd64
14:18:38,880 INFO [ServerInfo] VM arguments: -Dprogram.name=JBossTools: JBoss AS 5.1 -Djava.awt.headless=true -Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=F:\java\servers\jboss-5.1.0.GA\lib\endorsed -Dfile.encoding=Cp1252
14:18:38,905 INFO [JMXKernel] Legacy JMX core initialized
14:18:40,654 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@71e13a2c[domain=default, server=default, name=default]
14:18:41,940 INFO [WebService] Using RMI server codebase: http://localhost:8083/
14:18:47,079 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
14:18:47,079 INFO [NativeServerConfig] 3.1.2.GA
14:18:47,908 INFO [AttributeCallbackItem] Owner callback not implemented.
14:18:48,747 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@5288d319[ defaultDomain='jboss' ]
14:19:02,083 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@590765516{vfsfile:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
14:19:02,084 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@590765516{vfsfile:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
14:19:02,084 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@590765516{vfsfile:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
14:19:02,084 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@590765516{vfsfile:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
14:19:04,927 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector
14:19:05,150 INFO [MailService] Mail Service bound to java:/Mail
14:19:19,664 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
14:19:19,683 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
14:19:19,786 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
14:19:20,009 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
14:19:20,009 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
14:19:20,334 INFO [TransactionManagerService] Initializing recovery manager
14:19:20,448 INFO [TransactionManagerService] Recovery manager configured
14:19:20,448 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
14:19:20,531 INFO [TransactionManagerService] Starting transaction recovery manager
14:19:21,581 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: F:\java\jdk\1.6\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;native;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;F:\Apps\git\cmd;f:\java\jdk\1.8\bin;f:\java\maven\bin;f:\java\jdk\1.8\jre\bin;f:\node\nodejs;f:\php\php7;.
14:19:21,646 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
14:19:21,647 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
14:19:21,719 INFO [StandardService] Starting service jboss.web
14:19:21,721 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
14:19:21,774 INFO [Catalina] Server startup in 126 ms
14:19:21,853 INFO [TomcatDeployment] deploy, ctxPath=/web-console
14:19:23,306 INFO [TomcatDeployment] deploy, ctxPath=/invoker
14:19:23,377 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
14:19:23,505 INFO [RARDeployment] Required license terms exist, view vfszip:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
14:19:23,526 INFO [RARDeployment] Required license terms exist, view vfszip:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
14:19:23,557 INFO [RARDeployment] Required license terms exist, view vfszip:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
14:19:23,576 INFO [RARDeployment] Required license terms exist, view vfszip:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
14:19:23,630 INFO [RARDeployment] Required license terms exist, view vfszip:/F:/java/servers/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
14:19:23,801 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
14:19:23,844 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
14:19:23,848 INFO [RAMJobStore] RAMJobStore initialized.
14:19:23,848 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
14:19:23,848 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
14:19:23,848 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
14:19:26,946 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
14:19:27,576 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
14:19:27,700 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
14:19:27,701 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
14:19:27,814 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
14:19:27,814 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@65c530da started
14:19:27,827 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
14:19:27,829 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
14:19:27,829 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@55794cb9 started
14:19:27,829 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
14:19:27,829 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1e63d8ae started
14:19:27,830 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
14:19:28,109 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
14:19:29,982 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
14:19:29,999 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
14:19:29,999 INFO [JBossASKernel] with dependencies:
14:19:29,999 INFO [JBossASKernel] and demands:
14:19:29,999 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
14:19:29,999 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
14:19:29,999 INFO [JBossASKernel] and supplies:
14:19:29,999 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
14:19:29,999 INFO [JBossASKernel] jndi:SecureProfileService/remote
14:19:29,999 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
14:19:29,999 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
14:19:30,001 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
14:19:30,001 INFO [JBossASKernel] with dependencies:
14:19:30,001 INFO [JBossASKernel] and demands:
14:19:30,001 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
14:19:30,001 INFO [JBossASKernel] and supplies:
14:19:30,001 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
14:19:30,001 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
14:19:30,001 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
14:19:30,001 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
14:19:30,002 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
14:19:30,002 INFO [JBossASKernel] with dependencies:
14:19:30,002 INFO [JBossASKernel] and demands:
14:19:30,002 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
14:19:30,002 INFO [JBossASKernel] and supplies:
14:19:30,002 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
14:19:30,002 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
14:19:30,002 INFO [JBossASKernel] jndi:SecureManagementView/remote
14:19:30,002 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
14:19:30,008 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@c5f5deb{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
14:19:30,008 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@7521491b{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
14:19:30,008 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@2ae02324{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
14:19:30,273 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
14:19:30,290 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
14:19:30,369 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
14:19:30,551 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
14:19:30,552 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
14:19:30,559 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureManagementView/remote - EJB3.x Default Remote Business Interface
SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
14:19:30,677 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
14:19:30,678 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
14:19:30,684 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
SecureProfileService/remote - EJB3.x Default Remote Business Interface
SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
14:19:31,515 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
14:19:31,785 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
14:19:35,427 INFO [TomcatDeployment] deploy, ctxPath=/
14:19:35,604 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
14:19:36,784 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
14:19:36,813 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
14:19:36,819 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 1m:149ms
14:19:43,169 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1576523211{vfsfile:/F:/java/workspaces/oxygen/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_AS_5.11517584494155/deploy/EmployeeManagementEJB.jar/}
14:19:43,170 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1576523211{vfsfile:/F:/java/workspaces/oxygen/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_AS_5.11517584494155/deploy/EmployeeManagementEJB.jar/}
14:19:43,218 INFO [JBossASKernel] Created KernelDeployment for: EmployeeManagementEJB.jar
14:19:43,218 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=EmployeeManagementEJB.jar,name=ManageEmployeeBean,service=EJB3
14:19:43,218 INFO [JBossASKernel] with dependencies:
14:19:43,218 INFO [JBossASKernel] and demands:
14:19:43,219 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
14:19:43,219 INFO [JBossASKernel] and supplies:
14:19:43,219 INFO [JBossASKernel] jndi:ManageEmployeeBean/remote
14:19:43,219 INFO [JBossASKernel] jndi:ManageEmployeeBean/remote-com.jwt.ejb.business.EmployeeRemote
14:19:43,219 INFO [JBossASKernel] Class:com.jwt.ejb.business.EmployeeRemote
14:19:43,219 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=EmployeeManagementEJB.jar,name=ManageEmployeeBean,service=EJB3) to KernelDeployment of: EmployeeManagementEJB.jar
14:19:43,369 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1595b85e{name=jboss.j2ee:jar=EmployeeManagementEJB.jar,name=ManageEmployeeBean,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
14:19:43,410 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=EmployeeManagementEJB.jar,name=ManageEmployeeBean,service=EJB3
14:19:43,410 INFO [EJBContainer] STARTED EJB: com.jwt.ejb.business.impl.ManageEmployeeBean ejbName: ManageEmployeeBean
14:19:43,430 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
ManageEmployeeBean/remote - EJB3.x Default Remote Business Interface
ManageEmployeeBean/remote-com.jwt.ejb.business.EmployeeRemote - EJB3.x Remote Business Interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment