Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004930 [Resin] minor always 01-24-12 13:15 06-18-12 14:43
Reporter alex View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.29 Product Version 4.0.25
  Product Build
Summary 0004930: bad error message in case of absent license at presence of resin:ElasticCloudService tag.
Description [12-01-24 13:11:28.952] {main} user.name = alex
[12-01-24 13:11:29.013] {main} com.caucho.config.ConfigException: ElasticCloudService requires an active ElasticCloudSystem
                           at com.caucho.cloud.elastic.ScalingServiceImpl.<init>(ScalingServiceImpl.java:51)
                           at com.caucho.admin.ElasticCloudService.<init>(ElasticCloudService.java:19)
                           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                           at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
                           at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
                           at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
                           at com.caucho.config.inject.CandiProducer.produce(CandiProducer.java:182)
                           at com.caucho.config.inject.InjectionTargetBuilder.produce(InjectionTargetBuilder.java:218)
                           at com.caucho.config.xml.XmlInjectionTarget.produce(XmlInjectionTarget.java:76)
                           at com.caucho.config.inject.ManagedBeanImpl.create(ManagedBeanImpl.java:142)
                           at com.caucho.config.scope.AbstractScopeContext.create(AbstractScopeContext.java:118)
                           at com.caucho.config.scope.SingletonScope.create(SingletonScope.java:94)
                           at com.caucho.config.scope.AbstractScopeContext.get(AbstractScopeContext.java:109)
                           at com.caucho.config.inject.InjectManager$ContextReferenceFactory.create(InjectManager.java:4539)
                           at com.caucho.config.inject.InjectManager.getReference(InjectManager.java:2232)
                           at com.caucho.config.xml.XmlStandardPlugin.processAfterValidation(XmlStandardPlugin.java:287)
                           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                           at java.lang.reflect.Method.invoke(Method.java:597)
                           at com.caucho.config.extension.ExtensionManager$ExtensionObserver.notify(ExtensionManager.java:704)
                           at com.caucho.config.event.EventManager.fireLocalEvent(EventManager.java:300)
                           at com.caucho.config.event.EventManager.fireLocalEvent(EventManager.java:289)
                           at com.caucho.config.event.EventManager.fireExtensionEvent(EventManager.java:273)
                           at com.caucho.config.extension.ExtensionManager.fireAfterDeploymentValidation(ExtensionManager.java:527)
                           at com.caucho.config.inject.InjectManager.notifyStart(InjectManager.java:3871)
                           at com.caucho.config.inject.InjectManager.start(InjectManager.java:3854)
                           at com.caucho.env.service.CdiSystem.start(CdiSystem.java:69)
                           at com.caucho.env.service.ResinSystem.startServices(ResinSystem.java:527)
                           at com.caucho.env.service.ResinSystem.start(ResinSystem.java:495)
                           at com.caucho.server.resin.Resin.start(Resin.java:721)
                           at com.caucho.server.resin.Resin.initMain(Resin.java:821)
                           at com.caucho.server.resin.Resin.main(Resin.java:1234)
                       
com.caucho.config.ConfigException: ElasticCloudService requires an active ElasticCloudSystem
    at com.caucho.cloud.elastic.ScalingServiceImpl.<init>(ScalingServiceImpl.java:51)
    at com.caucho.admin.ElasticCloudService.<init>(ElasticCloudService.java:19)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.caucho.config.inject.CandiProducer.produce(CandiProducer.java:182)
    at com.caucho.config.inject.InjectionTargetBuilder.produce(InjectionTargetBuilder.java:218)
    at com.caucho.config.xml.XmlInjectionTarget.produce(XmlInjectionTarget.java:76)
    at com.caucho.config.inject.ManagedBeanImpl.create(ManagedBeanImpl.java:142)
    at com.caucho.config.scope.AbstractScopeContext.create(AbstractScopeContext.java:118)
    at com.caucho.config.scope.SingletonScope.create(SingletonScope.java:94)
    at com.caucho.config.scope.AbstractScopeContext.get(AbstractScopeContext.java:109)
    at com.caucho.config.inject.InjectManager$ContextReferenceFactory.create(InjectManager.java:4539)
    at com.caucho.config.inject.InjectManager.getReference(InjectManager.java:2232)
    at com.caucho.config.xml.XmlStandardPlugin.processAfterValidation(XmlStandardPlugin.java:287)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.caucho.config.extension.ExtensionManager$ExtensionObserver.notify(ExtensionManager.java:704)
    at com.caucho.config.event.EventManager.fireLocalEvent(EventManager.java:300)
    at com.caucho.config.event.EventManager.fireLocalEvent(EventManager.java:289)
    at com.caucho.config.event.EventManager.fireExtensionEvent(EventManager.java:273)
    at com.caucho.config.extension.ExtensionManager.fireAfterDeploymentValidation(ExtensionManager.java:527)
    at com.caucho.config.inject.InjectManager.notifyStart(InjectManager.java:3871)
    at com.caucho.config.inject.InjectManager.start(InjectManager.java:3854)
    at com.caucho.env.service.CdiSystem.start(CdiSystem.java:69)
    at com.caucho.env.service.ResinSystem.startServices(ResinSystem.java:527)
    at com.caucho.env.service.ResinSystem.start(ResinSystem.java:495)
    at com.caucho.server.resin.Resin.start(Resin.java:721)
    at com.caucho.server.resin.Resin.initMain(Resin.java:821)
    at com.caucho.server.resin.Resin.main(Resin.java:1234)
ElasticCloudService requires an active ElasticCloudSystem
resin-pro-4.0.25 $cp
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
01-24-12 13:15 alex New Issue
06-18-12 14:43 ferg Assigned To  => ferg
06-18-12 14:43 ferg Status new => closed
06-18-12 14:43 ferg Resolution open => fixed
06-18-12 14:43 ferg Fixed in Version  => 4.0.29


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker