Heres the complete from the logs: ~~~~~~~~~~~~~~~~~
oozie.services = org.apache.oozie.service.SchedulerService, org.apache.oozie.service.InstrumentationService, org.apache.oozie.service.MemoryLocksService, org.apache.oozie.service.UUIDService, org.apache.oozie.service.ELService, org.apache.oozie.service.AuthorizationService, org.apache.oozie.service.UserGroupInformationService, org.apache.oozie.service.HadoopAccessorService, org.apache.oozie.service.JobsConcurrencyService, org.apache.oozie.service.URIHandlerService, org.apache.oozie.service.DagXLogInfoService, org.apache.oozie.service.SchemaService, org.apache.oozie.service.LiteWorkflowAppService, org.apache.oozie.service.JPAService, org.apache.oozie.service.StoreService, org.apache.oozie.service.CoordinatorStoreService, org.apache.oozie.service.SLAStoreService, org.apache.oozie.service.DBLiteWorkflowStoreService, org.apache.oozie.service.CallbackService, org.apache.oozie.service.ShareLibService, org.apache.oozie.service.CallableQueueService, org.apache.oozie.service.ActionService, org.apache.oozie.service.ActionCheckerService, org.apache.oozie.service.RecoveryService, org.apache.oozie.service.PurgeService, org.apache.oozie.service.CoordinatorEngineService, org.apache.oozie.service.BundleEngineService, org.apache.oozie.service.DagEngineService, org.apache.oozie.service.CoordMaterializeTriggerService, org.apache.oozie.service.StatusTransitService, org.apache.oozie.service.PauseTransitService, org.apache.oozie.service.GroupsService, org.apache.oozie.service.ProxyUserService, org.apache.oozie.service.XLogStreamingService, org.apache.oozie.service.JvmPauseMonitorService, org.apache.oozie.service.SparkConfigurationService ~~~~~~~~~~~~~~ On Tue, Aug 4, 2015 at 3:56 PM, Mona Chitnis <[email protected]> wrote: > What was your original setting, that was leading to this exception? > > > > On Tuesday, August 4, 2015 3:36 PM, Buntu Dev <[email protected]> > wrote: > > > Thanks Mohammad, I couldn't find anything else related in the log file. > > But I did try overriding the "oozie.services" property with a smaller > subset and Oozie server started as expected: > > ~~~~~~~~~~ > <property> > <name>oozie.services</name> > > > <value>org.apache.oozie.service.SchedulerService,org.apache.oozie.service.InstrumentationService,org.apache.oozie.service.MemoryLocksService,org.apache.oozie.service.UUIDService,org.apache.oozie.service.ELService,org.apache.oozie.service.AuthorizationService,org.apache.oozie.service.UserGroupInformationService,org.apache.oozie.service.HadoopAccessorService,org.apache.oozie.service.JobsConcurrencyService,org.apache.oozie.service.URIHandlerService,org.apache.oozie.service.DagXLogInfoService,org.apache.oozie.service.SchemaService,org.apache.oozie.service.LiteWorkflowAppService</value> > </property> > > ~~~~~~~~~ > > If I add a few more to the end of the list, I see the same error which is > this: > > E0103: Could not load service classes, Unmatched braces in the pattern. > > I'm not sure what could be the reason for this? > > Thanks! > > > On Tue, Aug 4, 2015 at 11:01 AM, Mohammad Islam <[email protected] > > > wrote: > > > Can you please check if there is any other related log/exception in any > > log file? there should be multiple log files in your log directory. > > Regards,Mohammad > > > > > > > > > > > > On Monday, August 3, 2015 7:24 PM, Buntu Dev <[email protected]> > > wrote: > > > > > > I'm attempting to install Oozie server and keep running into this error: > > > > ~~~~~~~~~~~~~~~ > > org.apache.oozie.service.ServiceException: E0103: Could not load service > > classes, Unmatched braces in the pattern. > > at org.apache.oozie.service.Services.loadServices(Services.java:309) > > at org.apache.oozie.service.Services.init(Services.java:213) > > at > > > > > org.apache.oozie.servlet.ServicesLoader.contextInitialized(ServicesLoader.java:46) > > at > > > > > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210) > > at > > org.apache.catalina.core.StandardContext.start(StandardContext.java:4709) > > at > > > > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:802) > > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779) > > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583) > > at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:944) > > at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:779) > > at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:505) > > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1322) > > at > > > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:325) > > at > > > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142) > > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1068) > > at org.apache.catalina.core.StandardHost.start(StandardHost.java:822) > > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060) > > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) > > at > org.apache.catalina.core.StandardService.start(StandardService.java:525) > > at org.apache.catalina.core.StandardServer.start(StandardServer.java:759) > > at org.apache.catalina.startup.Catalina.start(Catalina.java:595) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > at > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:606) > > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) > > Caused by: java.lang.IllegalArgumentException: Unmatched braces in the > > pattern. > > at java.text.MessageFormat.applyPattern(MessageFormat.java:508) > > at java.text.MessageFormat.<init>(MessageFormat.java:363) > > at java.text.MessageFormat.format(MessageFormat.java:835) > > at org.apache.oozie.service.JPAService.init(JPAService.java:187) > > at > org.apache.oozie.service.Services.setServiceInternal(Services.java:386) > > at org.apache.oozie.service.Services.setService(Services.java:372) > > at org.apache. > > ~~~~~~~~~~~~~ > > > > I'm able to create the database tables, please let me know what could be > > causing this exception. > > > > Thanks! > > > > > > > > > > >
