Error in resuming JBoss Server (Wildfly 12.0.0.Final) - docker

I recently deployed my application into local JBoss server and everything works just fine. Then I try to migrate the application into JBoss/wildfly-12 Server (Docker version) and now having a problem.
Here's a look into the log file:
TRACE [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) Scan complete
TRACE [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) Scanning directory D:\ for deployment content changes
TRACE [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) Scan complete
INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Server will resume
ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0215: Failed to resume activity org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent$1#58921a50. To resume normal operation it is recommended that you restart the server.
I tried to restart the server but this problem always come. Afterwards, I tried to google up the problem and found this. I am not sure this is the right solution. Does anyone have the same problem?
Thank you very much!

Related

Why Jenkins startup fails on restart of Tomcat?

I was able to setup Jenkins 2.361.1 in Tomcat 9.0.67. It is running perfectly fine in http://localhost:8080/jenkins but if I try to restart tomcat by using shutdown.bat and then startup.bat, I get the following errors:
...
SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/jenkins] startup failed due to previous errors
INFO [main] hudson.lifecycle.Lifecycle.onStatusUpdate Stopping Jenkins
INFO [main] jenkins.model.Jenkins$16.onAttained Started termination
SEVERE [main] jenkins.model.Jenkins$16.onTaskFailed Failed NioChannelSelector.cleanUp
java.lang.IllegalArgumentException: Unable to inject class jenkins.slaves.NioChannelSelector
at hudson.init.TaskMethodFinder.lookUp(TaskMethodFinder.java:130)
...
http://localhost:8080 will still work fine but http://localhost:8080/jenkins displays a 404 page
Why am I getting that error even if I didn't change a thing after Tomcat shutdown? I used the zip file download to install Tomcat not the service installer.
The only workaround that works so far for me is to delete the jenkins folder inside the webapps folder and let tomcat redeploy it again. After doing that, no error occurred and jenkins worked just like before.

Caused by: org.springframework.web.servlet.NoHandlerFoundException: No handler found for GET /null/swagger-resources/configuration/ui

Getting the below exception while starting the spring boot application.
Exception:
Caused by: org.springframework.web.servlet.NoHandlerFoundException: No handler found for GET /null/swagger-resources/configuration/ui
Swagger gradle dependencies versions are as below
compile('io.springfox:springfox-swagger2:2.7.0')
compile('io.springfox:springfox-swagger-ui:2.7.0')
you need close like this browser tab.
my spring boot application port is 8888, when i close this tab and restart my spring boot application, the error is gone.
Hopefully it is the issue with IntelliJ editor. I'm running multiple microservices on different ports and shutting them down once the work is done, but IJ editor might have cached the port(which it already shut down) and causing this confusion and error. I have restarted the service with a different port, and the error is gone.
Note: In general, we will get BIND ERROR : Address already in use, if any other service is running on the same port.

thingsboard: system error 1067

Please help after installing Thingsboard successfully on windows I'm getting this error while try start the services.
The ThingsBoard Server Application service is starting.
The ThingsBoard Server Application service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
In some cases, you must set the full path to the java file.to do that:
1- open the thingsboard.xml file in the base directory.
2- search for this line <executable>java</executable>
3- change the above line with <executable>C:\Program Files\Java\jdk1.8.0_121\bin\java</executable>
4- net start thingsboard
output
The ThingsBoard Server Application service is starting.
The ThingsBoard Server Application service was started successfully.
This is a known bug (see here).
If AYR1112013's solution will not work, you can temporarly fix the issue by removing the flag "-XX:+UseCondCardMark" in your thingsboard.xml.
After that start the service as usual with "net start thingsboard".

Grails application doesn't start in debug mode

A grails application i work on can not start on debug mode. During start up, the application waits endlessly after the first "Running Grails application" message. Waited for a very long time but no error message is given. What can i do to find the source of the problem? With debug mode turned off, project starts. Tried with grails 2.3.6 and 2.4.1.
The application is probably waiting for the remote debugger to connect. That is by design. Once you connect the remote debugger the process should continue the startup procedure.

ActiveMQ (5.8.0) with Spring Integration JMS failing to stop Windows Service

While running Spring Integration JMS deployed on Tomcat 7.0.26 (running as a Windows Service) communicating to ActiveMQ (5.8.0) , we find that periodically the Tomcat Service fails to stop.
Can anyone shed some light on how we go about tracking this issue down?
We have taken Thread and Heap dumps using VisualVM but don't know what we are looking for! Any guidance would be helpful.
To get around this issue we have to stop Tomcat using Task Manager and then restart the process.
There are no exceptions in the logs around the time of the failure, although Tomcat does appear to be attempting to stop.
The last couple of entries in the tomcat log file are shown below in case that helps:
2013-06-05 10:07:28,582 INFO pool-2-thread-2 org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory#6517a4c6: defining beans [org.springframework.integration.internalDefaultConfiguringBeanFactoryPostProcessor,debugLoggingChannel,org.springframework.integration.handler.LoggingHandler#0,debugLoggingChannel.adapter,infoLoggingChannel,org.springframework.integration.handler.LoggingHandler#1,infoLoggingChannel.adapter,org.springframework.integration.channel.interceptor.WireTap#0,incomingRadarEventsString,org.springframework.jms.listener.DefaultMessageListenerContainer#0,org.springframework.integration.jms.ChannelPublishingJmsMessageListener#0,jmsinalerts,org.springframework.integration.transformer.HeaderEnricher#0,org.springframework.integration.transformer.MessageTransformingHandler#0,processingChannelEnricher,org.springframework.integration.xml.transformer.UnmarshallingTransformer#0,org.springframework.integration.transformer.MessageTransformingHandler#1,unmarshallingAlertsChannel,convertToRadarAlertObjects,cepRadarAlertsUnMarshaller,processRadarEventsMessage,org.springframework.integration.config.ServiceActivatorFactoryBean#0,alertEventsServiceActivator,org.springframework.integration.transformer.HeaderEnricher#1,org.springframework.integration.transformer.MessageTransformingHandler#2,addMessageProcessingHeaders,messageProcessingHeadersEnricher,alertsEventsProcessor,org.springframework.integration.config.SplitterFactoryBean#0,splitAlertsChannel,org.springframework.integration.config.ConsumerEndpointFactoryBean#0,org.springframework.integration.config.FilterFactoryBean#0,singleAlertsPoleObject,org.springframework.integration.config.ConsumerEndpointFactoryBean#1,org.springframework.integration.channel.interceptor.WireTap#1,incomingPutPoleObjectsString,org.springframework.jms.listener.DefaultMessageListenerContainer#1,org.springframework.integration.jms.ChannelPublishingJmsMessageListener#1,jmsin,org.springframework.integration.transformer.HeaderEnricher#2,org.springframework.integration.transformer.MessageTransformingHandler#3,processingPutPoleObjectsChannelEnricher,failedUnmarshalMessage,org.springframework.integration.config.TransformerFactoryBean#738bf6bf,org.springframework.integration.config.ServiceActivatorFactoryBean#69f4b0dc,org.springframework.integration.handler.MessageHandlerChain#0,org.springframework.integration.config.ConsumerEndpointFactoryBean#2,failedUnmarshalMessageToJmsOut,org.springframework.integration.jms.JmsSendingMessageHandler#0,failedUnmarshalMessageDispatcher,toSplitPutPoleObjects,org.springframework.integration.xml.transformer.UnmarshallingTransformer#1,org.springframework.integration.transformer.MessageTransformingHandler#4,unmarshallPutPoleObjectsString,convertToPutPoleObjects,cepMarshaller,singlePoleObject,org.springframework.integration.config.SplitterFactoryBean#1,org.springframework.integration.config.ConsumerEndpointFactoryBean#3,org.springframework.integration.config.FilterFactoryBean#1,org.springframework.integration.config.ConsumerEndpointFactoryBean#4,discardEvent,filteredEvent,org.springframework.integration.transformer.HeaderEnricher#3,org.springframework.integration.transformer.MessageTransformingHandler#5,matchedFilterEnricher,org.springframework.integration.channel.interceptor.WireTap#2,toSubscribedChannels,org.springframework.integration.router.RecipientListRouter#0,org.springframework.integration.config.ConsumerEndpointFactoryBean#5,profileEventChannel,aggregateEventChannel,messageErrorHandler,channelExecutor,org.springframework.integration.config.ServiceActivatorFactoryBean#1,org.springframework.integration.config.ConsumerEndpointFactoryBean#6,exceptionGatewayProfile,profileEventChannelEnriched,org.springframework.integration.config.FilterFactoryBean#2,profileFilter,profileNotify,org.springframework.integration.config.ServiceActivatorFactoryBean#2,profileNotifier,profileOut,splitMatchedQueriesForMessage,org.springframework.integration.config.SplitterFactoryBean#2,org.springframework.integration.config.ConsumerEndpointFactoryBean#7,notificationChannel,org.springframework.integration.config.FilterFactoryBean#3,gemNotificationChannelFilter,org.springframework.integration.config.FilterFactoryBean#4,workflowChannelFilter,notificationExecutor,gemNotificationAcceptedChannel,org.springframework.integration.config.ServiceActivatorFactoryBean#3,profileNotifierActivator,org.springframework.integration.config.FilterFactoryBean#5,mopiChannelFilter,mopiOutputChannel,org.springframework.integration.config.ServiceActivatorFactoryBean#6dca1837,org.springframework.integration.handler.MessageHandlerChain#1,org.springframework.integration.config.ConsumerEndpointFactoryBean#8,org.springframework.integration.channel.interceptor.WireTap#3,mopiOutputChannelToJmsOut,org.springframework.integration.jms.JmsSendingMessageHandler#1,mopiOutputQueueDispatcher,workflowAcceptedChannel,org.springframework.integration.config.ServiceActivatorFactoryBean#4,workflowTriggerActivator,failedProfile,org.springframework.integration.config.TransformerFactoryBean#6128453c,org.springframework.integration.config.ServiceActivatorFactoryBean#1ad997f9,org.springframework.integration.handler.MessageHandlerChain#2,org.springframework.integration.config.ConsumerEndpointFactoryBean#9,failedProfileToJmsOut,org.springframework.integration.jms.JmsSendingMessageHandler#2,failedProfileDispatcher,incomingResolvedProfileString,org.springframework.jms.listener.DefaultMessageListenerContainer#2,org.springframework.integration.jms.ChannelPublishingJmsMessageListener#2,org.springframework.integration.jms.JmsMessageDrivenEndpoint#0,org.springframework.integration.xml.transformer.UnmarshallingTransformer#2,org.springframework.integration.transformer.MessageTransformingHandler#bd5d765,org.springframework.integration.config.ServiceActivatorFactoryBean#4302df5,org.springframework.integration.transformer.HeaderEnricher#4,org.springframework.integration.transformer.MessageTransformingHandler#771931f8,org.springframework.integration.handler.MessageHandlerChain#3,org.springframework.integration.config.ConsumerEndpointFactoryBean#10,discardProfile,org.springframework.integration.config.ServiceActivatorFactoryBean#5,org.springframework.integration.config.ConsumerEndpointFactoryBean#11,exceptionGatewayAggregate,aggregateEventChannelEnriched,org.springframework.integration.config.ServiceActivatorFactoryBean#6,receiveAggregate,aggregateEventChannelStarted,org.springframework.integration.config.FilterFactoryBean#6,aggregateFilter,toFieldRetreiver,org.springframework.integration.config.ServiceActivatorFactoryBean#7,fieldCapture,toEvalFunction,org.springframework.integration.config.ServiceActivatorFactoryBean#8,evalFunction,toAggregateCompleted,org.springframework.integration.config.ServiceActivatorFactoryBean#9,aggregateCompleted,splitAggregate,org.springframework.integration.config.SplitterFactoryBean#3,aggregateSplitter,aggregateOut,failedAggregate,org.springframework.integration.config.TransformerFactoryBean#2904b5ae,org.springframework.integration.config.ServiceActivatorFactoryBean#7433c78b,org.springframework.integration.handler.MessageHandlerChain#4,org.springframework.integration.config.ConsumerEndpointFactoryBean#12,failedAggregateToJmsOut,org.springframework.integration.jms.JmsSendingMessageHandler#3,failedAggregateDispatcher,incomingResolvedAggregateString,org.springframework.jms.listener.DefaultMessageListenerContainer#3,org.springframework.integration.jms.ChannelPublishingJmsMessageListener#3,org.springframework.integration.jms.JmsMessageDrivenEndpoint#1,org.springframework.integration.xml.transformer.UnmarshallingTransformer#3,org.springframework.integration.transformer.MessageTransformingHandler#7371b246,org.springframework.integration.config.ServiceActivatorFactoryBean#2d6f4ce0,org.springframework.integration.transformer.HeaderEnricher#5,org.springframework.integration.transformer.MessageTransformingHandler#61735602,org.springframework.integration.handler.MessageHandlerChain#5,org.springframework.integration.config.ConsumerEndpointFactoryBean#13,org.springframework.integration.config.ServiceActivatorFactoryBean#10,toAggregateDiscard,aggregateDiscarder,discardAggregate,org.springframework.integration.endpoint.MethodInvokingMessageSource#0,org.springframework.scheduling.support.CronTrigger#0,org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean#0,org.springframework.integration.config.SplitterFactoryBean#4,jobProcessingChannel,org.springframework.integration.config.ConsumerEndpointFactoryBean#14,singleJobChannel,org.springframework.integration.config.ServiceActivatorFactoryBean#11,singleJobSA,cepNotification-marshaller,cepNotification-messageSender,cepNotification-webServiceTemplate,cepNotificationClient,cepNotificationUddiDestinationProvider,cepNotificationPropertiesDestinationProvider,cepNotificationService,securityServiceCacheHelper,cepPoleUddiDestinationProvider,cepPolePropertiesDestinationProvider,cepPoleUddiDestinationProviderWorkflowService,cepWorkflowUddiDestinationProvider,cepWorkflowPropertiesDestinationProvider,cepPoleService,cepPoleFlowService,queryService,cepUddiClient,securityService,cepSecurityMarshaller,cepSecurityMessageSender,cepSecurityWebServiceTemplate,cepSecurityUddiDestinationProvider,cepSecurityPropertiesDestinationProvider,cepSecurityServiceClient,connectionFactory,localConnectionFactory,jmsTransactionManager,radarEventsAlertQueue,requestQueue,persistedProfileEvents,persistedAggregateEvents,errorUnmarshalMessageQueue,errorProfileQueue,mopiOutputQueue,resolvedProfileQueue,errorAggregateQueue,resolvedAggregateQueue,placeholderConfig,baseQueryFilter,profileQueryFilter,aggregateQueryFilter,eventTypeFilter,aggregateReceiver,aggregateComplete,aggregateDiscarded,notificationActionsUtility,replyBasedNotificationsUtility,notificationsFactory,profileQueryNotifier,poleQueryLoader,queryResolver,queryCache,fieldRetriever,poleFieldCapture,groupByFieldsFilter,evaluateFunction,notificationDispatcher,convertJmsPayloadToCommonServicesXml,errorUnwrapper,errorHandler,resolvedPoleHandler,gemNotificationFilterBean,workflowFilterBean,mopiFilterBean,profileQueryNotifierBean,aggregateSplitterBean,workflowTriggerBean,org.springframework.aop.config.internalAutoProxyCreator,com.googlecode.ehcache.annotations.key.CachingReflectionHelper,com.googlecode.ehcache.annotations.key.ListCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.MessageDigestCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.ReflectionHashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.StringCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl#0,com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut#0,com.googlecode.ehcache.annotations.interceptor.EhCacheInterceptor#0,com.googlecode.ehcache.annotations.config.internalEhCacheCachingAdvisor,cepEhCacheManager,ehcacheWrapper,splitterHelper,matchedProfileQueriesSplitter,scheduledJobTrigger,jobBuilder,validQueriesTaskExecutor,delQueryDataTaskExecutor,jobProcessor,ObjectBeanInfoBuilder,cepConnectionManager,cepResilienceConnectionManager,cepRepository,dataSource,cepResilienceRepository,nullChannel,errorChannel,_org.springframework.integration.errorLogger,taskScheduler]; root of factory hierarchy
2013-06-05 10:07:29,456 INFO pool-2-thread-2 org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService
2013-06-05 10:07:29,456 INFO pool-2-thread-2 org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
2013-06-05 10:07:29,456 INFO pool-2-thread-2 org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService
Thanks,
Mark.

Resources