Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable deploy Bedework. Getting exceptions while running ./startjboss in quickstart 3.13.2 #144

Open
devendramahajan opened this issue Jul 13, 2021 · 0 comments

Comments

@devendramahajan
Copy link

  1. Log4j Exception

2021-07-13 16:10:14,575 ERROR [stderr] (default task-4) ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
2021-07-13 16:10:22,414 ERROR [org.bedework.calsvc.CalSvc] (org.bedework.bwengine:service=indexing) No user root at /user: org.bedework.calfacade.exc.CalFacadeException: No user root at /user
at deployment.bw-cal-3.13.2.ear//org.bedework.calcore.hibernate.CoreCalendars.addNewCalendars(CoreCalendars.java:535)
at deployment.bw-cal-3.13.2.ear//org.bedework.calcore.hibernate.CalintfImpl.addNewCalendars(CalintfImpl.java:812)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.initPrincipal(CalSvc.java:1673)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.Users.createUser(Users.java:225)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.addUser(CalSvc.java:1730)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.getCal(CalSvc.java:1560)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.open(CalSvc.java:563)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.init(CalSvc.java:273)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.init(CalSvc.java:254)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvci.CalSvcFactoryDefault.getSvc(CalSvcFactoryDefault.java:64)
at deployment.bw-cal-3.13.2.ear//org.bedework.indexer.CalSys$BwSvc.getSvci(CalSys.java:202)
at deployment.bw-cal-3.13.2.ear//org.bedework.indexer.Crawl.getIndexInfo(Crawl.java:196)
at deployment.bw-cal-3.13.2.ear//org.bedework.indexer.BwIndexApp.getIndexInfo(BwIndexApp.java:113)
at deployment.bw-cal-3.13.2.ear//org.bedework.indexer.BwIndexCtl$ProcessorThread.run(BwIndexCtl.java:80)

  1. User not found

2021-07-13 16:15:07,637 ERROR [org.bedework.calsvc.CalSvc] (default task-12) No user root at /user: org.bedework.calfacade.exc.CalFacadeException: No user root at /user
at deployment.bw-cal-3.13.2.ear//org.bedework.calcore.hibernate.CoreCalendars.addNewCalendars(CoreCalendars.java:535)
at deployment.bw-cal-3.13.2.ear//org.bedework.calcore.hibernate.CalintfImpl.addNewCalendars(CalintfImpl.java:812)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.initPrincipal(CalSvc.java:1673)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.Users.createUser(Users.java:225)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.addUser(CalSvc.java:1730)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.getCal(CalSvc.java:1560)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.open(CalSvc.java:563)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.init(CalSvc.java:273)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvc.CalSvc.init(CalSvc.java:254)
at deployment.bw-cal-3.13.2.ear//org.bedework.calsvci.CalSvcFactoryDefault.getSvc(CalSvcFactoryDefault.java:64)
at deployment.bw-cal-3.13.2.ear//org.bedework.appcommon.client.AdminClientImpl.reinit(AdminClientImpl.java:117)
at deployment.bw-cal-3.13.2.ear//org.bedework.appcommon.client.AdminClientImpl.(AdminClientImpl.java:85)
at deployment.bw-cal-3.13.2.ear//org.bedework.webcommon.BwAbstractAction.checkSvci(BwAbstractAction.java:2082)
at deployment.bw-cal-3.13.2.ear//org.bedework.webcommon.BwAbstractAction.getState(BwAbstractAction.java:1900)
at deployment.bw-cal-3.13.2.ear//org.bedework.webcommon.BwAbstractAction.performAction(BwAbstractAction.java:176)
at deployment.bw-cal-3.13.2.ear//org.bedework.util.struts.UtilAbstractAction.execute(UtilAbstractAction.java:281)
at deployment.bw-cal-3.13.2.ear//org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at deployment.bw-cal-3.13.2.ear//org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at deployment.bw-cal-3.13.2.ear//org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at deployment.bw-cal-3.13.2.ear//org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at [email protected]//javax.servlet.http.HttpServlet.service(HttpServlet.java:686)
at [email protected]//javax.servlet.http.HttpServlet.service(HttpServlet.java:791)
at [email protected]//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at [email protected]//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at deployment.bw-cal-3.13.2.ear//org.bedework.webcommon.BwSvciFilter.doFilter(BwSvciFilter.java:85)
at [email protected]//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at [email protected]//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at [email protected]//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at [email protected]//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at [email protected]//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at [email protected]//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at [email protected]//org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at [email protected]//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
at [email protected]//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at [email protected]//io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at [email protected]//io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)
at [email protected]//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at [email protected]//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at [email protected]//io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)
at [email protected]//io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at [email protected]//io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
at [email protected]//io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
at [email protected]//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at [email protected]//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at [email protected]//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
at [email protected]//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at [email protected]//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at [email protected]//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
at [email protected]//io.undertow.server.Connectors.executeRootHandler(Connectors.java:364)
at [email protected]//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
at [email protected]//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at [email protected]//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
at [email protected]//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at [email protected]//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.base/java.lang.Thread.run(Thread.java:829)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant