Changes between Version 2 and Version 3 of actuationSpaceComment


Ignore:
Timestamp:
Oct 7, 2010, 7:09:50 AM (14 years ago)
Author:
arne.munch-ellingsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • actuationSpaceComment

    v2 v3  
    22
    33I would like to have a more detailed description of what the Actuation Space Resource is and how it fits into the SENSEI framework (and interacts with other framework components, e.g. the SQR, RD etc...). See for example how the [wiki:PrivacyAndBilling Privacy & Billing] sections '''Introduction''' and '''Deployment scenarios''' sections are structured.
     4
     5The Requirement section should include information on default ports used and how to change port numbers if these are already in use on the users machine. On my machine I get:
     6{{{
     7INFO: Starting the internal HTTP server on port 8182
     81657 [Thread-1] FATAL eu.neclab.sensei.actuation.asr.ASRResourceActivator  - Couldn't start the actuation REP
     9java.net.BindException: Address already in use: JVM_Bind
     10        at java.net.PlainSocketImpl.socketBind(Native Method)
     11        at java.net.PlainSocketImpl.bind(Unknown Source)
     12        at java.net.ServerSocket.bind(Unknown Source)
     13        at java.net.ServerSocket.bind(Unknown Source)
     14        at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
     15        at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:246)
     16        at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
     17        at org.restlet.Server.start(Server.java:571)
     18        at org.restlet.Component.startServers(Component.java:603)
     19        at org.restlet.Component.start(Component.java:530)
     20        at eu.neclab.sensei.actuation.asr.SimpleActuationSpaceREP.startup(Unknown Source)
     21        at eu.neclab.sensei.actuation.asr.ASRResourceActivator.doRegister(Unknown Source)
     22        at eu.neclab.cmf.helpers.osgi.BaseActivator.dependencyFound(Unknown Source)
     23        at eu.neclab.cmf.helpers.osgi.BaseActivator.access$000(Unknown Source)
     24        at eu.neclab.cmf.helpers.osgi.BaseActivator$2.serviceChanged(Unknown Source)
     25        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
     26        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
     27        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
     28        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
     29        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
     30        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
     31        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
     32        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
     33        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
     34        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
     35        at eu.neclab.cmf.lastpoint.Activator.doRegister(Unknown Source)
     36        at eu.neclab.cmf.helpers.osgi.BaseActivator.dependencyFound(Unknown Source)
     37        at eu.neclab.cmf.helpers.osgi.BaseActivator.access$000(Unknown Source)
     38        at eu.neclab.cmf.helpers.osgi.BaseActivator$2.serviceChanged(Unknown Source)
     39        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
     40        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
     41        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
     42        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
     43        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
     44        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
     45        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
     46        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
     47        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
     48        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
     49        at eu.neclab.cmf.contextAgent.ContextAgentActivator.doRegister(Unknown Source)
     50        at eu.neclab.cmf.helpers.osgi.BaseActivator.dependencyFound(Unknown Source)
     51        at eu.neclab.cmf.helpers.osgi.BaseActivator.access$000(Unknown Source)
     52        at eu.neclab.cmf.helpers.osgi.BaseActivator$2.serviceChanged(Unknown Source)
     53        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
     54        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
     55        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
     56        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
     57        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
     58        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
     59        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
     60        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
     61        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
     62        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
     63        at eu.neclab.cmf.pep.DummyPolicyEnforcementPointActivator.doRegister(Unknown Source)
     64        at eu.neclab.cmf.helpers.osgi.BaseActivator.dependencyFound(Unknown Source)
     65        at eu.neclab.cmf.helpers.osgi.BaseActivator.access$000(Unknown Source)
     66        at eu.neclab.cmf.helpers.osgi.BaseActivator$2.serviceChanged(Unknown Source)
     67        at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
     68        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
     69        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
     70        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
     71        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
     72        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
     73        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
     74        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
     75        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
     76        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
     77        at eu.neclab.cmf.cac.CACActivator.doRegister(Unknown Source)
     78        at eu.neclab.cmf.helpers.osgi.BaseActivator$1.run(Unknown Source)
     79        at java.lang.Thread.run(Unknown Source)
     80}}}