Specifically, I'm trying to evaluate Reef in the context of an
automated meter reading system for a power company.
The producers would then be the meters themselves, transmitting data
in DLMS or a similar application layer protocol, and the consumers
would be services subscribing to these readings.
Basically, I'm trying to set up a simulation of this scenario, using Reef.
Pål
I've done a tcptraceroute on port 5672 against this, and loaded the
config samples/integration/config.xml on the remote machine, where the
traceroute tells me that the connection is denied at the remote host.
This is why I suspect that there is some change in configuration
needed on the remote site. There is no firewall running on that
machine.
In karaf.log, the following lines is repeating:
09 Aug 2011 10:48:34,418 ERROR [Thread-48]
totalgrid.reef.measproc.ProcessorEntryPoint$$anon$2
(ApplicationEnroller.scala: 103) Error getting auth token. Request
failed with status: RESPONSE_TIMEOUT msg:
09 Aug 2011 10:48:34,418 ERROR [Thread-43]
totalgrid.reef.entry.FepActivator$$anon$3 (ApplicationEnroller.scala:
103) Error getting auth token. Request failed with status:
RESPONSE_TIMEOUT msg:
Aug 9, 2011 10:48:34 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking
Aug 9, 2011 10:48:35 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking
Aug 9, 2011 10:48:35 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking
Aug 9, 2011 10:48:36 AM org.apache.karaf.main.SimpleFileLock lock
INFO: locking
09 Aug 2011 10:48:36,420 INFO [Thread-48]
totalgrid.reef.app.SystemProperty$ (SystemProperty.scala: 28)
reef.user not defined, defaulting to: system
09 Aug 2011 10:48:36,421 INFO [Thread-48]
totalgrid.reef.app.SystemProperty$ (SystemProperty.scala: 28)
reef.user.password not defined, defaulting to: -system-
09 Aug 2011 10:48:36,422 INFO [Thread-48]
totalgrid.reef.app.SystemProperty$ (SystemProperty.scala: 28)
reef.user not defined, defaulting to: system
09 Aug 2011 10:48:36,422 INFO [Thread-48]
totalgrid.reef.app.SystemProperty$ (SystemProperty.scala: 28)
reef.user.password not defined, defaulting to: -system-
I used the sprinkle install for Ubuntu. Funny thing it worked on my
local Ubuntu.
Regards,
Pål
On Mon, Aug 8, 2011 at 4:52 PM, Sam Hendley
org.totalgrid.reef.japi.ResponseTimeoutException: Failed to get auth
token for user: core -
On the remote host, I've loaded the integration config and activated the node.
How does the Qpid broker and Reef connect regarding authentication? I
was under the impression that Qpid looks up the authentication tokens
in the postgresdatabase provided. Is this wrong?
Regards,
Pål