Search found 361 matches

by Matt
Thu May 14, 2015 11:48 pm
Forum: Edge Server Developers
Topic: can not start rifidi edge from source
Replies: 24
Views: 16009

Re: can not start rifidi edge from source

So what are the errors that show up in the "validate bundles"? That will show what is going on. Are you using the latest eclipse, and are you using the ? Have you tried creating a brand new workspace and trying again (I'm asking as this one may be corrupt somehow)? Have you tried hitting the "add re...
by Matt
Mon May 11, 2015 5:16 pm
Forum: Edge Server Developers
Topic: can not start rifidi edge from source
Replies: 24
Views: 16009

Re: can not start rifidi edge from source

Can you give a screenshot of the run configuration as well? Also post the results of doing a "validate bundles".
by Matt
Mon May 11, 2015 2:00 pm
Forum: Edge Server Developers
Topic: can not start rifidi edge from source
Replies: 24
Views: 16009

Re: can not start rifidi edge from source

Can you post a screenshot of your workspace?
by Matt
Mon Apr 20, 2015 11:12 pm
Forum: Edge Server Developers
Topic: Edge Server - MessageParsingStrategy isMessage() method
Replies: 8
Views: 5285

Re: Edge Server - MessageParsingStrategy isMessage() method

Hi, I'm not sure I'm fully understanding you, but yes, you will need to call the "send" method if you want to send the tags over JMS? Also, if you just want to send the tag reads to your app, why aren't you using Esper? Seems a bit more direct than using JMS...if you want every incoming tag you can ...
by Matt
Fri Apr 17, 2015 1:37 am
Forum: Edge Server Developers
Topic: Edge Server - MessageParsingStrategy isMessage() method
Replies: 8
Views: 5285

Re: Edge Server - MessageParsingStrategy isMessage() method

Ah, sorry, misread your original post. Anyway, that template used to exist in all readers, but we took it out a while ago for performance reasons. I believe you can still do what you need to do by injecting the "JMSResource" class in, though. Check out the spring.xml in org.rifidi.edge.tools to see ...
by Matt
Thu Apr 16, 2015 6:34 pm
Forum: Edge Server Developers
Topic: Edge Server - MessageParsingStrategy isMessage() method
Replies: 8
Views: 5285

Re: Edge Server - MessageParsingStrategy isMessage() method

So that ParsingStrategy assumes you are getting the message back byte by byte back from a stream of some sort. What that "isMessage" is there to determine is "yes, I have a complete message here". Generally this would be a termination character of some sort that you are looking for. Check out the "A...
by Matt
Mon Apr 06, 2015 5:57 pm
Forum: Edge Server Users
Topic: Starting 1.2 in on Ubuntu Server
Replies: 5
Views: 9311

Re: Starting 1.2 in on Ubuntu Server

Hi osmo,

How are you running the startup script? What are the commands you are using? When I use

Code: Select all

sudo /etc/init.d/rifidi-server start
from any location things start up fine.

-Matt
by Matt
Thu Mar 19, 2015 8:50 pm
Forum: Edge Server Developers
Topic: Error: Could not find or load main class Document\eclipse
Replies: 6
Views: 4427

Re: Error: Could not find or load main class Document\eclips

Hi Amin, I'm afraid I don't understand...was there a space in the path? We have seen before that a space in the full path of the eclipse workspace will give trouble when referencing that path. Putting your eclipse workspace below "Documents and Settings", for instance, will cause this issue. If the ...
by Matt
Mon Feb 16, 2015 2:17 pm
Forum: Edge Server Developers
Topic: Getting RSSI from RSSITagReadEvents
Replies: 20
Views: 14027

Re: Getting RSSI from RSSITagReadEvents

This looks like a great addition, thanks for taking the trouble to put this together. Looking over everything I see no reason why we can't include this in the next release, so don't worry about straying from the official version.