Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.21 KB | None | 0 0
  1. =========================================================================
  2.  
  3. JBoss Bootstrap Environment
  4.  
  5. JBOSS_HOME: /home/sgilda/tools/jboss7
  6.  
  7. JAVA: /home/sgilda/JDKs/jdk1.6.0_25/bin/java
  8.  
  9. JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman
  10.  
  11. =========================================================================
  12.  
  13. 11:51:18,734 INFO [org.jboss.modules] JBoss Modules version 1.0.0.CR3
  14. 11:51:18,904 INFO [org.jboss.msc] JBoss MSC version 1.0.0.Beta8
  15. 11:51:18,948 INFO [org.jboss.as] JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" starting
  16. 11:51:19,395 INFO [org.jboss.as.server] Activating core services
  17. 11:51:19,527 INFO [org.jboss.as] creating native management service using network interface (default) port (9999)
  18. 11:51:19,534 INFO [org.jboss.as] creating http management service using network interface (default) port (9990) securePort (-1)
  19. 11:51:19,558 INFO [org.jboss.as.arquillian] Activating Arquillian Subsystem
  20. 11:51:19,565 INFO [org.jboss.as.ee] Activating EE subsystem
  21. 11:51:19,609 INFO [org.jboss.as.naming] Activating Naming Subsystem
  22. 11:51:19,623 INFO [org.jboss.as.clustering.infinispan.subsystem] Activating Infinispan subsystem.
  23. 11:51:19,692 INFO [org.jboss.as.security] Activating Security Subsystem
  24. 11:51:19,832 INFO [org.jboss.as.connector.subsystems.datasources] Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
  25. 11:51:19,837 INFO [org.jboss.as.connector.subsystems.datasources] Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
  26. 11:51:19,838 INFO [org.jboss.as.osgi] Activating OSGi Subsystem
  27. 11:51:20,271 INFO [org.jboss.as.webservices] Activating WebServices Extension
  28. 11:51:20,386 INFO [org.jboss.as.naming] Starting Naming Service
  29. 11:51:20,395 INFO [org.jboss.as.logging] Removing bootstrap log handlers
  30. 11:51:20,411 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) Starting deployment of "TopicIndex.war"
  31. 11:51:20,418 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.0.Beta1
  32. 11:51:20,420 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-4) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/sgilda/JDKs/jdk1.6.0_25/jre/lib/i386/server:/home/sgilda/JDKs/jdk1.6.0_25/jre/lib/i386:/home/sgilda/JDKs/jdk1.6.0_25/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
  33. 11:51:20,432 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-2) Starting remote JMX connector
  34. 11:51:20,444 INFO [org.jboss.as.deployment] (MSC service thread 1-3) Started FileSystemDeploymentService for directory /home/sgilda/tools/jboss7/standalone/deployments
  35. 11:51:20,454 INFO [org.jboss.as.modcluster] (MSC service thread 1-3) Mod_cluster uses default load balancer provider
  36. 11:51:20,463 WARN [org.jboss.osgi.framework.internal.URLHandlerPlugin] (MSC service thread 1-1) Unable to set the URLStreamHandlerFactory
  37. 11:51:20,464 WARN [org.jboss.osgi.framework.internal.URLHandlerPlugin] (MSC service thread 1-1) Unable to set the ContentHandlerFactory
  38. 11:51:20,468 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 3.1.0.Beta2
  39. 11:51:20,502 INFO [org.jboss.modcluster.ModClusterService] (MSC service thread 1-3) Initializing mod_cluster 1.1.2.Final
  40. 11:51:20,519 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-8) Starting Coyote HTTP/1.1 on http-localhost.localdomain-127.0.0.1-8080
  41. 11:51:20,642 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-3) Listening to proxy advertisements on 224.0.1.105:23364
  42. 11:51:20,652 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-5) live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/home/sgilda/tools/jboss7/standalone/data/messagingjournal,bindingsDirectory=/home/sgilda/tools/jboss7/standalone/data/messagingbindings,largeMessagesDirectory=/home/sgilda/tools/jboss7/standalone/data/messaginglargemessages,pagingDirectory=/home/sgilda/tools/jboss7/standalone/data/messagingpaging)
  43. 11:51:20,713 INFO [org.jboss.as.connector] (MSC service thread 1-4) Starting JCA Subsystem (JBoss IronJacamar 1.0.0.Beta6.1)
  44. 11:51:20,764 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:/H2DS]
  45. 11:51:20,769 INFO [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (JCA PoolFiller) Driver not yet registered for url: jdbc:mysql://localhost:3306/Topicize
  46. 11:51:20,783 INFO [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (JCA PoolFiller) class loaded and instance created:com.mysql.jdbc.Driver@46f764
  47. 11:51:20,796 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:/TopicIndexDatasource]
  48. 11:51:20,945 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-5) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} localhost.localdomain:5455 for CORE protocol
  49. 11:51:20,947 INFO [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-5) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} localhost.localdomain:5445 for CORE protocol
  50. 11:51:20,950 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-5) Server is now live
  51. 11:51:20,951 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-5) HornetQ Server version 2.2.2.Final (super-hornetq-fighter, 122) [0c4747dd-911a-11e0-a6ef-0024d78f9f14] started
  52. 11:51:20,953 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-6) trying to deploy queue jms.queue.testQueue
  53. 11:51:21,035 INFO [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) trying to deploy queue jms.topic.testTopic
  54. 11:51:21,144 WARN [org.jboss.as.server.deployment.module] (MSC service thread 1-7) META-INF directory /content/TopicIndex.war/WEB-INF/classes/META-INF ignored as it is not a valid location for META-INF
  55. 11:51:24,147 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox.jar in "/content/TopicIndex.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
  56. 11:51:24,147 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox-2.1.2.jar in "/content/TopicIndex.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
  57. 11:51:24,147 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry bcmail-jdk14-138.jar in "/content/TopicIndex.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
  58. 11:51:24,147 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry bcprov-jdk14-138.jar in "/content/TopicIndex.war/WEB-INF/lib/itext.jar" does not point to a valid jar for a Class-Path reference.
  59. 11:51:24,365 INFO [org.jboss.jpa] (MSC service thread 1-1) read persistence.xml for TopicIndex
  60. 11:51:24,584 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named EjbSynchronizations in deployment unit deployment "TopicIndex.war" are as follows:
  61.  
  62. java:global/TopicIndex/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  63. java:app/TopicIndex/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  64. java:module/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  65. java:global/TopicIndex/EjbSynchronizations
  66. java:app/TopicIndex/EjbSynchronizations
  67. java:module/EjbSynchronizations
  68.  
  69. 11:51:24,584 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit deployment "TopicIndex.war" are as follows:
  70.  
  71. java:global/TopicIndex/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  72. java:app/TopicIndex/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  73. java:module/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  74. java:global/TopicIndex/TimerServiceDispatcher
  75. java:app/TopicIndex/TimerServiceDispatcher
  76. java:module/TimerServiceDispatcher
  77.  
  78. 11:51:25,471 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-5) Hibernate Commons Annotations 3.2.0.Final
  79. 11:51:25,475 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH00412:Hibernate [WORKING]
  80. 11:51:25,476 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH00206:hibernate.properties not found
  81. 11:51:25,477 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH00021:Bytecode provider name : javassist
  82. 11:51:25,491 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-5) HHH00204:Processing PersistenceUnitInfo [
  83. name: TopicIndex
  84. ...]
  85. 11:51:25,543 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-5) HHH00194:Package not found or wo package-info.java: com.alchemyapi.api
  86. 11:51:25,544 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-5) HHH00194:Package not found or wo package-info.java: com.redhat.topicindex.utils
  87. 11:51:25,544 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-5) HHH00194:Package not found or wo package-info.java: com.google.code.regexp
  88. 11:51:25,544 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-5) HHH00194:Package not found or wo package-info.java: com.redhat.topicindex.entity
  89. 11:51:25,544 WARN [org.hibernate.cfg.AnnotationBinder] (MSC service thread 1-5) HHH00194:Package not found or wo package-info.java: com.alchemyapi.test
  90. 11:51:25,764 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-5) HHH00130:Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
  91. 11:51:25,786 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-5) HHH00400:Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  92. 11:51:25,802 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-5) HHH00268:Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
  93. 11:51:25,805 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-5) HHH00397:Using ASTQueryTranslatorFactory
  94. 11:51:25,852 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-5) Hibernate Validator 4.1.0.Final
  95. 11:51:25,856 INFO [org.hibernate.validator.engine.resolver.DefaultTraversableResolver] (MSC service thread 1-5) Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  96. 11:51:26,086 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH00228:Running hbm2ddl schema update
  97. 11:51:26,087 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH00102:Fetching database metadata
  98. 11:51:26,090 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH00396:Updating schema
  99. 11:51:26,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.Category
  100. 11:51:26,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [categorydescription, categoryid, categorysort, mutuallyexclusive, categoryname]
  101. 11:51:26,132 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: []
  102. 11:51:26,133 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk_category_1, primary]
  103. 11:51:26,150 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.Filter
  104. 11:51:26,150 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [filterdescription, filtername, filterid]
  105. 11:51:26,150 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: []
  106. 11:51:26,151 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [primary]
  107. 11:51:26,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.FilterCategory
  108. 11:51:26,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [filtercategoryid, categoryid, categorystate, filterid]
  109. 11:51:26,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk_filtercategory_1, fk_filtercategory_2]
  110. 11:51:26,158 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk_filtercategory_1, fk_filtercategory_2, primary]
  111. 11:51:26,163 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.FilterTag
  112. 11:51:26,163 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [tagid, tagstate, filtertagid, filterid]
  113. 11:51:26,163 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk_filtertag_2, fk_filtertag_1]
  114. 11:51:26,163 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk_filtertag_2, fk_filtertag_1, primary]
  115. 11:51:26,189 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.Help
  116. 11:51:26,189 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [tablecolid, helpid, helptext]
  117. 11:51:26,190 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: []
  118. 11:51:26,190 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [primary]
  119. 11:51:26,193 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.Tag
  120. 11:51:26,193 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [tagid, tagname, tagdescription]
  121. 11:51:26,193 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: []
  122. 11:51:26,194 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [primary, fk_tag_2, fk_tag_1]
  123. 11:51:26,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.TagExclusion
  124. 11:51:26,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [tag2id, tag1id]
  125. 11:51:26,198 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk_tagexclusion_2, fk_tagexclusion_1]
  126. 11:51:26,199 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk_tagexclusion_2, fk_tagexclusion_1, primary]
  127. 11:51:26,211 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.TagToCategory
  128. 11:51:26,212 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [categoryid, tagid, sorting, tag_tagid]
  129. 11:51:26,212 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk8df417b3e5aad8d3, fk_tagtocategory_1, fk_tagtocategory_2]
  130. 11:51:26,212 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk8df417b3e5aad8d3, primary, fk_tagtocategory_1, fk_tagtocategory_2]
  131. 11:51:26,284 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.Topic
  132. 11:51:26,284 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [topictimestamp, topicid, tagid, topicsvnurl, topictitle, topicproduct, topicurl, topicupdated, topictechnology, topicexternaldbkey, topictext, topicaddedby]
  133. 11:51:26,284 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk4d3dd0f6f9851b8]
  134. 11:51:26,285 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk4d3dd0f6f9851b8, primary, fk_topic_1]
  135. 11:51:26,329 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.TopicTagChange
  136. 11:51:26,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [timestamp, topictagchangeid, topicid, tagid, modifyinguser, tagadded, topictagchangemessageid]
  137. 11:51:26,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk_topictagchange_2, fk_topictagchange_3, fk_topictagchange_1]
  138. 11:51:26,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [fk_topictagchange_2, fk_topictagchange_3, primary, fk_topictagchange_1]
  139. 11:51:26,347 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.TopicTagChangeMessage
  140. 11:51:26,347 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [message, topictagchangemessageid]
  141. 11:51:26,347 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: []
  142. 11:51:26,348 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [primary]
  143. 11:51:26,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.TopicToTag
  144. 11:51:26,431 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [topicid, tagid]
  145. 11:51:26,431 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk_topictotag_1, fk_topictotag_2]
  146. 11:51:26,431 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [primary, fk_topictotag_1, fk_topictotag_2]
  147. 11:51:26,460 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00261:Table found: Topicize.TopicToTopic
  148. 11:51:26,460 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00037:Columns: [maintopicid, relatedtopicid]
  149. 11:51:26,461 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00108:Foreign keys: [fk_topictotopic_1, fk_topictotopic_2]
  150. 11:51:26,461 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-5) HHH00126:Indexes: [primary, fk_topictotopic_1, fk_topictotopic_2]
  151. 11:51:26,470 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-5) HHH00232:Schema update complete
  152. 11:51:26,528 INFO [javax.servlet.ServletContextListener] (MSC service thread 1-2) Welcome to Seam 6.0.0.GA
  153. 11:51:26,549 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/TopicIndex]] (MSC service thread 1-2) Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener: java.lang.IllegalArgumentException: Null path
  154. at org.jboss.vfs.VFS.getChild(VFS.java:207) [jboss-vfs-3.0.0.GA.jar:3.0.0.GA]
  155. at org.jboss.vfs.VFS.getChild(VFS.java:193) [jboss-vfs-3.0.0.GA.jar:3.0.0.GA]
  156. at org.jboss.vfs.VFS.getChild(VFS.java:174) [jboss-vfs-3.0.0.GA.jar:3.0.0.GA]
  157. at org.jboss.seam.integration.jbossas.vfs.VFSScanner.getRoot(VFSScanner.java:64) [jboss-seam-int.jar:6.0.0.GA]
  158. at org.jboss.seam.integration.jbossas.vfs.VFSScanner.scanResources(VFSScanner.java:151) [jboss-seam-int.jar:6.0.0.GA]
  159. at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam.jar:6.0.0.GA]
  160. at org.jboss.seam.init.Initialization.create(Initialization.java:130) [jboss-seam.jar:6.0.0.GA]
  161. at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam.jar:6.0.0.GA]
  162. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3368) [jbossweb-7.0.0.CR2.jar:7.0.0.Beta4-SNAPSHOT]
  163. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3817) [jbossweb-7.0.0.CR2.jar:7.0.0.Beta4-SNAPSHOT]
  164. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.0.Beta4-SNAPSHOT.jar:7.0.0.Beta4-SNAPSHOT]
  165. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
  166. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]
  167. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]
  168. at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
  169.  
  170. 11:51:26,642 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-2) Initializing Mojarra 2.0.4 (FCS b09) for context '/TopicIndex'
  171. 11:51:29,285 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Error listenerStart
  172. 11:51:29,285 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-2) Context [/TopicIndex] startup failed due to previous errors
  173. 11:51:29,296 INFO [org.jboss.web] (MSC service thread 1-2) registering web context: /TopicIndex
  174. 11:51:29,297 INFO [org.jboss.as] (MSC service thread 1-2) JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" started in 10726ms - Started 444 of 499 services (55 services are passive or on-demand)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement