You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(9) |
Jun
(3) |
Jul
(4) |
Aug
(33) |
Sep
(11) |
Oct
(15) |
Nov
(18) |
Dec
(2) |
| 2008 |
Jan
(6) |
Feb
(3) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(6) |
Mar
(1) |
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2011-04-16 12:25:14
|
Bugs item #1524549, was opened at 2006-07-18 14:05 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=1524549&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Core Group: None Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Christian Floerkemeier (floerkem) Assigned to: JH (jhaller) Summary: Source class is initialized with hardcoded properties Initial Comment: The configuration properties should be loaded from a property file not hardcoded in the source code. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-04-16 12:25 Message: Index.. Amazing :) ---------------------------------------------------------------------- Comment By: JH (jhaller) Date: 2007-08-09 06:43 Message: Logged In: YES user_id=1558872 Originator: NO source.properties merged with ReaderDevice.properties ---------------------------------------------------------------------- Comment By: JH (jhaller) Date: 2007-08-03 12:53 Message: Logged In: YES user_id=1558872 Originator: NO Fix: Load properties from newly created source.properties file ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=1524549&group_id=170795 |
|
From: SourceForge.net <no...@so...> - 2011-03-28 18:05:09
|
Bugs item #1800577, was opened at 2007-09-23 12:15 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=1800577&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Core Group: None Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: samuel wieland (samuelwieland) Assigned to: JH (jhaller) Summary: config-file ignored Initial Comment: the graphical rp testclient ignores the settings for the ports from the xml-config-file: setup: i tried to start two graphical clients in parallel and modified the file "ReaderDevice.xml" for the second reader accordingly (altered http/tcp port). the first reader correctly starts up. the second reader then complains that the address is already in use. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-03-28 18:05 Message: Index.. Bang-up :) ---------------------------------------------------------------------- Comment By: JH (jhaller) Date: 2007-09-24 13:45 Message: Logged In: YES user_id=1558872 Originator: NO The bug description is a bit misleading. The graphical rp testclient has nothing to do with the ReaderDevice.xml, this is the configuration for the reader. As described in the third paragraph, the reader causes the error, not the testclient. The problem are not the ports for http, tcp and the alarm channel that can be changed in the config file. The problem is the DHCPServerFinder of the Reader Management that uses UDP Port 68 (dedicated for dhcp server). Using the same port twice is not possible as intended for multiple instances of a reader on the same system. I have not found an information in the reader documentation saying that multiple instances of the reader are possible on the same system. So on the one hand this is not a bug of the reader, at most a missing feature. On the other hand there is no real solution for this problem as each instance of the reader needs UDP port 68 (which is dedicated for dhcp server and thus fix). I quickfixed the problem with following limitations: The first reader instance fully works as usual. Following instances choose an arbitrary port and thus the EPCglobal Reader Management will not work. Furthermore a java.net.BindExeption is thrown and shows up in the console. The rest of the reader runs and should work anyway. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=1800577&group_id=170795 |
|
From: Bilbao L. <LMB...@ik...> - 2009-12-03 13:55:32
|
Hello,
We have instaled the old versión "accada fc-0.3.0" and we want to use groupSpec functionality, but we can not.
We use gid-96 format for out tags (accad 0.3.0 doesn't know sgtin-96 format). Our tgas are like this:
351600B20000005000000001
351600B20000005000000002
351600B20000003000000002
There are two "object class": 000005, 000003. In our ECSpec we use the groupSpec like this:
<groupSpec>
<pattern>urn:epc:pat:gid-96:X.X.*</pattern>
</groupSpec>
<output includeCount="true"/>
But the accada responds with "format error". We think that the "X.X.X" nomenclator doesn´t implemented in accada 0.3.0. Then we tried to use without X.X
<groupSpec>
<pattern>urn:epc:pat:gid-96: 1600B20. 000005.*</pattern>
</groupSpec>
<output includeCount="true"/>
but there is no appear any information in ECReport, only the total quantity, but not agrouped in "object class".
"Does someone know how to specify groupSpec with gid-96 format in accada 0.3.0?
Thanks in advance from Spain
Luis Bilbao
|
|
From: Bilbao L. <LMB...@ik...> - 2009-12-03 11:35:16
|
Hello,
We have instaled the old versión "accada fc-0.3.0" and we want to use groupSpec functionality, but we can not.
We use gid-96 format for out tags (accad 0.3.0 doesn't know sgtin-96 format). Our tgas are like this:
351600B20000005000000001
351600B20000005000000002
351600B20000003000000002
There are two "object class": 000005, 000003. In our ECSpec we use the groupSpec like this:
<groupSpec>
<pattern>urn:epc:pat:gid-96:X.X.*</pattern>
</groupSpec>
<output includeCount="true"/>
But the accada responds with "format error". We think that the "X.X.X" nomenclator doesn´t implemented in accada 0.3.0. Then we tried to use without X.X
<groupSpec>
<pattern>urn:epc:pat:gid-96: 1600B20. 000005.*</pattern>
</groupSpec>
<output includeCount="true"/>
but there is no appear any information in ECReport, only the total quantity, but not agrouped in "object class".
Any knows who specified groupSpec with gid-96 format in accada 0.3.0?
Thanks in advance from Spain
Luis Bilbao
|
|
From: Thiago V. <thi...@gm...> - 2009-05-07 12:47:40
|
Hello, I'm trying to write an example of using Fosstrak in which we have the
EventSink, fc-server, fc-client and the Simulator. However, the Simulator
only generates tags in hexadecimal that can't be translated by fc-server to
an URI representing an EPC. Given that, I can't write an example with a tag
filter. For instance:
<reportSpecs>
<reportSpec reportName="report1">
<reportSet set="CURRENT"/>
<filterSpec>
<includePatterns>
<includePattern>urn:epc:pat:gid-96:1234567.42.*</includePattern>
</includePatterns>
</filterSpec>
<output includeTag="true"/>
</reportSpec>
</reportSpecs>
thanks
--
Thiago Rosa Vaz
Mestrando em Ciência da Computação - UFG
|
|
From: Ju K. F. <ko...@fu...> - 2009-05-04 05:29:44
|
Hi Nektarios, Thanks for the information, I will give it a try. Regards, Ju -----Original Message----- From: Nektarios Leontiadis [mailto:n.l...@gm...] Sent: Wednesday, 29 April, 2009 6:03 PM To: Ju Kong Fui Cc: acc...@li... Subject: Re: [accada-reader-developer] how to implement Intermec RFID Reader with serial connection to computer Dear Ju Kong, It is possible. The fosstrak suite supports Reader Protocol (RP) readers. This protocol dictates the use of specific network and data representation protocols. A RS-232 serial connection is not within these protocols. To this end the Fosstrak suite provides a Hardware Abstraction Layer (HAL) that developers or/and vendors can use to enable the use of a nor-RP compliant reader within the Fosstrak suite. To do so you have to implement the HardwareAbstraction java interface with your reader in mind. In this way the HAL in cooperation with Reader Core module can receive RP messages translate them to your reader's commands and then transalte back your reader's response to RP messages. For example, the Simulator reader that Fosstrak provides, implements this interface so that the rest of the suite can communicate with the Simulator using standard RP bindings. For more information check the Fosstrak HAL project at http://www.fosstrak.org/hal/ You may also want to check the implementation of the HAL for the Intermec IF5 reader (which is a networked reader), available from the AspireRFID project here http://tinyurl.com/intermecif5. This project uses Fosstrak Reader libraries to deploy the reader Core in OSGI environments but you should not be worried about that now. You could see that there is a method connect() in IntermecIF5Controller.java that establishes and maintains a network connection. You would want to change this part with RS-232 commands. Regards, -- Nektarios Leontiadis On Wed, Apr 29, 2009 at 4:02 AM, Ju Kong Fui <ko...@fu...> wrote: > > Hi experts, > > > > From the documentation, I can see that fosstrak suite has reader implementation with TCP and HTTP reader connection over network. > > That is suitable for communicating with RFID reader hardware that has Ethernet or Wifi connection and supports Reader Protocol. > > > > However, we are looking at implementing Intermec IV7 Reader that does not have Ethernet or Wifi connection. > > The above reader only has serial (rs-232) connection. > > > > While ReaderDeviceFactory.getReaderDevice() can only generate ReaderDevice with HTTP or TCP, it does not work with serial connection. > > > > Is it still possible to use fosstrak to communicate with above IV7 Reader over serial connection? > > How do I do that? > > A sample of codes would be very much appreciated. > > > > Thank you. > > > > Regards, > > Beginner > > > > ---------------------------------------------------------------------------- -- > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > accada-reader-developer mailing list > acc...@li... > https://lists.sourceforge.net/lists/listinfo/accada-reader-developer > |
|
From: Ju K. F. <ko...@fu...> - 2009-05-04 05:29:10
|
Hi Christian, Thanks for the information, I will give it a try. Regards, Ju -----Original Message----- From: Christian Floerkemeier [mailto:flo...@MI...] Sent: Monday, 04 May, 2009 11:47 AM To: Nektarios Leontiadis Cc: Ju Kong Fui; acc...@li... Subject: Re: [accada-reader-developer] how to implement Intermec RFID Reader with serial connection to computer Ju Kong, you might also want to check out the hal implementation of the Feig MR101 reader since this existing Fosstrak hal implementation connect to this reader also via a serial connection. The implementation is available in source code from the version control system: https://svn.fosstrak.org/repos/hal/trunk/hal-impl-feig/src/main/java/org/fos strak/hal/impl/feig/FeigCOMController.java Information on how to configure this module is available here: http://www.fosstrak.org/hal/docs/user-feig.html Christian Nektarios Leontiadis wrote: > Dear Ju Kong, > > It is possible. > The fosstrak suite supports Reader Protocol (RP) readers. This > protocol dictates the use of specific network and data representation > protocols. A RS-232 serial connection is not within these protocols. > To this end the Fosstrak suite provides a Hardware Abstraction Layer > (HAL) that developers or/and vendors can use to enable the use of a > nor-RP compliant reader within the Fosstrak suite. To do so you have > to implement the HardwareAbstraction java interface with your reader > in mind. In this way the HAL in cooperation with Reader Core module > can receive RP messages translate them to your reader's commands and > then transalte back your reader's response to RP messages. > > For example, the Simulator reader that Fosstrak provides, implements > this interface so that the rest of the suite can communicate with the > Simulator using standard RP bindings. > For more information check the Fosstrak HAL project at > http://www.fosstrak.org/hal/ > > You may also want to check the implementation of the HAL for the > Intermec IF5 reader (which is a networked reader), available from the > AspireRFID project here http://tinyurl.com/intermecif5. This project > uses Fosstrak Reader libraries to deploy the reader Core in OSGI > environments but you should not be worried about that now. You could > see that there is a method connect() in IntermecIF5Controller.java > that establishes and maintains a network connection. You would want to > change this part with RS-232 commands. > > Regards, > -- > Nektarios Leontiadis > > > On Wed, Apr 29, 2009 at 4:02 AM, Ju Kong Fui <ko...@fu...> wrote: >> Hi experts, >> >> >> >> From the documentation, I can see that fosstrak suite has reader implementation with TCP and HTTP reader connection over network. >> >> That is suitable for communicating with RFID reader hardware that has Ethernet or Wifi connection and supports Reader Protocol. >> >> >> >> However, we are looking at implementing Intermec IV7 Reader that does not have Ethernet or Wifi connection. >> >> The above reader only has serial (rs-232) connection. >> >> >> >> While ReaderDeviceFactory.getReaderDevice() can only generate ReaderDevice with HTTP or TCP, it does not work with serial connection. >> >> >> >> Is it still possible to use fosstrak to communicate with above IV7 Reader over serial connection? >> >> How do I do that? >> >> A sample of codes would be very much appreciated. >> >> >> >> Thank you. >> >> >> >> Regards, >> >> Beginner >> >> >> >> ---------------------------------------------------------------------------- -- >> Register Now & Save for Velocity, the Web Performance & Operations >> Conference from O'Reilly Media. Velocity features a full day of >> expert-led, hands-on workshops and two days of sessions from industry >> leaders in dedicated Performance & Operations tracks. Use code vel09scf >> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf >> _______________________________________________ >> accada-reader-developer mailing list >> acc...@li... >> https://lists.sourceforge.net/lists/listinfo/accada-reader-developer >> > > ---------------------------------------------------------------------------- -- > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > accada-reader-developer mailing list > acc...@li... > https://lists.sourceforge.net/lists/listinfo/accada-reader-developer |
|
From: Christian F. <flo...@MI...> - 2009-05-04 03:46:55
|
Ju Kong, you might also want to check out the hal implementation of the Feig MR101 reader since this existing Fosstrak hal implementation connect to this reader also via a serial connection. The implementation is available in source code from the version control system: https://svn.fosstrak.org/repos/hal/trunk/hal-impl-feig/src/main/java/org/fosstrak/hal/impl/feig/FeigCOMController.java Information on how to configure this module is available here: http://www.fosstrak.org/hal/docs/user-feig.html Christian Nektarios Leontiadis wrote: > Dear Ju Kong, > > It is possible. > The fosstrak suite supports Reader Protocol (RP) readers. This > protocol dictates the use of specific network and data representation > protocols. A RS-232 serial connection is not within these protocols. > To this end the Fosstrak suite provides a Hardware Abstraction Layer > (HAL) that developers or/and vendors can use to enable the use of a > nor-RP compliant reader within the Fosstrak suite. To do so you have > to implement the HardwareAbstraction java interface with your reader > in mind. In this way the HAL in cooperation with Reader Core module > can receive RP messages translate them to your reader's commands and > then transalte back your reader's response to RP messages. > > For example, the Simulator reader that Fosstrak provides, implements > this interface so that the rest of the suite can communicate with the > Simulator using standard RP bindings. > For more information check the Fosstrak HAL project at > http://www.fosstrak.org/hal/ > > You may also want to check the implementation of the HAL for the > Intermec IF5 reader (which is a networked reader), available from the > AspireRFID project here http://tinyurl.com/intermecif5. This project > uses Fosstrak Reader libraries to deploy the reader Core in OSGI > environments but you should not be worried about that now. You could > see that there is a method connect() in IntermecIF5Controller.java > that establishes and maintains a network connection. You would want to > change this part with RS-232 commands. > > Regards, > -- > Nektarios Leontiadis > > > On Wed, Apr 29, 2009 at 4:02 AM, Ju Kong Fui <ko...@fu...> wrote: >> Hi experts, >> >> >> >> From the documentation, I can see that fosstrak suite has reader implementation with TCP and HTTP reader connection over network. >> >> That is suitable for communicating with RFID reader hardware that has Ethernet or Wifi connection and supports Reader Protocol. >> >> >> >> However, we are looking at implementing Intermec IV7 Reader that does not have Ethernet or Wifi connection. >> >> The above reader only has serial (rs-232) connection. >> >> >> >> While ReaderDeviceFactory.getReaderDevice() can only generate ReaderDevice with HTTP or TCP, it does not work with serial connection. >> >> >> >> Is it still possible to use fosstrak to communicate with above IV7 Reader over serial connection? >> >> How do I do that? >> >> A sample of codes would be very much appreciated. >> >> >> >> Thank you. >> >> >> >> Regards, >> >> Beginner >> >> >> >> ------------------------------------------------------------------------------ >> Register Now & Save for Velocity, the Web Performance & Operations >> Conference from O'Reilly Media. Velocity features a full day of >> expert-led, hands-on workshops and two days of sessions from industry >> leaders in dedicated Performance & Operations tracks. Use code vel09scf >> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf >> _______________________________________________ >> accada-reader-developer mailing list >> acc...@li... >> https://lists.sourceforge.net/lists/listinfo/accada-reader-developer >> > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > accada-reader-developer mailing list > acc...@li... > https://lists.sourceforge.net/lists/listinfo/accada-reader-developer |
|
From: Nektarios L. <n.l...@gm...> - 2009-04-29 10:03:35
|
Dear Ju Kong, It is possible. The fosstrak suite supports Reader Protocol (RP) readers. This protocol dictates the use of specific network and data representation protocols. A RS-232 serial connection is not within these protocols. To this end the Fosstrak suite provides a Hardware Abstraction Layer (HAL) that developers or/and vendors can use to enable the use of a nor-RP compliant reader within the Fosstrak suite. To do so you have to implement the HardwareAbstraction java interface with your reader in mind. In this way the HAL in cooperation with Reader Core module can receive RP messages translate them to your reader's commands and then transalte back your reader's response to RP messages. For example, the Simulator reader that Fosstrak provides, implements this interface so that the rest of the suite can communicate with the Simulator using standard RP bindings. For more information check the Fosstrak HAL project at http://www.fosstrak.org/hal/ You may also want to check the implementation of the HAL for the Intermec IF5 reader (which is a networked reader), available from the AspireRFID project here http://tinyurl.com/intermecif5. This project uses Fosstrak Reader libraries to deploy the reader Core in OSGI environments but you should not be worried about that now. You could see that there is a method connect() in IntermecIF5Controller.java that establishes and maintains a network connection. You would want to change this part with RS-232 commands. Regards, -- Nektarios Leontiadis On Wed, Apr 29, 2009 at 4:02 AM, Ju Kong Fui <ko...@fu...> wrote: > > Hi experts, > > > > From the documentation, I can see that fosstrak suite has reader implementation with TCP and HTTP reader connection over network. > > That is suitable for communicating with RFID reader hardware that has Ethernet or Wifi connection and supports Reader Protocol. > > > > However, we are looking at implementing Intermec IV7 Reader that does not have Ethernet or Wifi connection. > > The above reader only has serial (rs-232) connection. > > > > While ReaderDeviceFactory.getReaderDevice() can only generate ReaderDevice with HTTP or TCP, it does not work with serial connection. > > > > Is it still possible to use fosstrak to communicate with above IV7 Reader over serial connection? > > How do I do that? > > A sample of codes would be very much appreciated. > > > > Thank you. > > > > Regards, > > Beginner > > > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > accada-reader-developer mailing list > acc...@li... > https://lists.sourceforge.net/lists/listinfo/accada-reader-developer > |
|
From: Ju K. F. <ko...@fu...> - 2009-04-29 01:03:03
|
Hi experts, >From the documentation, I can see that fosstrak suite has reader implementation with TCP and HTTP reader connection over network. That is suitable for communicating with RFID reader hardware that has Ethernet or Wifi connection and supports Reader Protocol. However, we are looking at implementing Intermec IV7 Reader that does not have Ethernet or Wifi connection. The above reader only has serial (rs-232) connection. While ReaderDeviceFactory.getReaderDevice() can only generate ReaderDevice with HTTP or TCP, it does not work with serial connection. Is it still possible to use fosstrak to communicate with above IV7 Reader over serial connection? How do I do that? A sample of codes would be very much appreciated. Thank you. Regards, Beginner |
|
From: alex o. <ale...@ya...> - 2009-03-05 14:21:44
|
Hi, i really need help for implementing a wrapper for my impinj reader... has anyone been able to make hardware reader working? Can someone help me with code? if yes please contact me. Alessio __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it |
|
From: alex o. <ale...@ya...> - 2009-02-23 12:15:46
|
I have still my problem with the IMPINJ controller. I'm trying to debug the hal looking for the bug. Can someone tell me the Line of code and the JAVA file where the HAL IMPINJ send the epcs to the FC SERVER?
Thanks...
Passa a Yahoo! Mail.
La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail.yahoo.com/ |
|
From: alex o. <ale...@ya...> - 2009-02-17 23:04:36
|
Hi... thanks for your help. I tried to find the idtype in debug mode. But it's not null. In the attachment i show you the value of the variable idType
"idType" = (id=80)
description = "Electronic Product Code (EPC as tag id)" (id = 83)
count = 39
hash = 0
offset = 0
value = char[39] (id=91)
idType = "EPC" (id=89)
count = 3
hash = 0
offset = 0
value = char[3] (id=94)
[0] = E
[1] = P
[2] = C
So i think the problem is not there. The variable TagModel is always null.
I tried to replace some static variable at line 1602
memoryBankDescriptors[0] = new MemoryBankDescriptor(tagModel.getReservedSize(), tagModel.getReservedReadable(), tagModel.getReservedWriteable())
to
memoryBankDescriptors[0] = new MemoryBankDescriptor(96,true, true)
in this way naturally there is no errors, but the reader doesn't send any tag to the fc server. I find that array idArrs[] is full and it's elements are the EPCs i use. So the HAL captures the tag but it does not send it to fc server. The console log of the fcServer prints something like this
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0: Starting (Round1)
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0:Number of Tags read in the current EventCycle.java : 0
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0: EventCycle finished (Round1)
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0: Starting (Round2)
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0:Number of Tags read in the current EventCycle.java : 0
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0: EventCycle finished (Round2)
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0: Starting (Round3)
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0:Number of Tags read in the current EventCycle.java : 0
org.fosstrak.ale.server.EventCycle - EventCycle specCurrent_0: EventCycle finished (Round3)
...
So where can i see the problem? give me some suggestion please...
Where the HAL send the epc to the fc server?
Thanks a lot.
Alessio
Passa a Yahoo! Mail.
La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail.yahoo.com/ |
|
From: Philipp S. <phi...@s2...> - 2009-02-17 10:07:08
|
Hi, There's maybe a bug in /src/org/fosstrak/reader/rprm/core/msg/ReadReportNotificationListener.java I've found: If I created my own tagfields no notification messages were sent anymore. Then I found out that reader-rprm-core-0.5.0.jar generated the following error in the getTagFields method: Exception in thread "Thread-31" java.lang.ClassCastException: org.fosstrak.reader.rprm.core.readreport.TagFieldValueParamType cannot be cast to org.fosstrak.reader.rprm.core.msg.notification.TagFieldValueParamType at org.fosstrak.reader.rprm.core.msg.ReadReportNotificationListener.getTagFields(ReadReportNotificationListener.java:461) at org.fosstrak.reader.rprm.core.msg.ReadReportNotificationListener.createNotification(ReadReportNotificationListener.java:316) at org.fosstrak.reader.rprm.core.msg.ReadReportNotificationListener.notifyHost(ReadReportNotificationListener.java:151) at org.fosstrak.reader.rprm.core.triggers.ContinuousNotificationThread.run(ContinuousNotificationThread.java:72) So I changed org.fosstrak.reader.rprm.core.msg.notification.TagFieldValueParamType to org.fosstrak.reader.rprm.core.readreport.TagFieldValueParamType and notification works fine with a correct ReadReport. (in org.fosstrak.reader.rprm.core.msg.CommandDispatcher.java is a similar method that uses readreport.TagFieldValueParamtype too!) If you have time then maybe you can check if this was a bug or not... Bye Philipp |
|
From: Lampe M. <ml...@in...> - 2009-02-16 16:19:10
|
Hi Alex it might be the problem that the tag type is found in the IDTypes configuration file. What kind of tags are you using. When you debug it, try to check what kind of id type the tags have and if this id type is found in the configuration. The concepts are described at: http://www.fosstrak.org/hal/docs/developer-index.html Unfortunately, we don't have the same hardware available to do tests. Best Matthias ________________________________ Von: alex orl [mailto:ale...@ya...] Gesendet: Mo 16.02.2009 12:20 An: acc...@li... Betreff: [accada-reader-developer] Help tagModel Can anyone help me with my previous email? memoryBankDescriptors[0] = new MemoryBankDescriptor(tagModel.getReservedSize(), tagModel.getReservedReadable(), tagModel.getReservedWriteable()) is the istruction that rises the esception. Tagmodel is Null.... If i replace with this istruction, there is no more exception. memoryBankDescriptors[0] = new MemoryBankDescriptor(96, true, true); it seems to capture the epc ... but i cannot see them in my capture application. Help me! Thanks a lot. Alessio ________________________________ Passa a Yahoo! Mail <http://us.rd.yahoo.com/evt=52435/*http://it.mail.yahoo.com/> . La webmail che ti offre GRATIS spazio illimitato, antispam e messenger integrato. ________________________________ Passa a Yahoo! Mail <http://us.rd.yahoo.com/evt=52435/*http://it.mail.yahoo.com/> . La webmail che ti offre GRATIS spazio illimitato, antispam e messenger integrato. |
|
From: alex o. <ale...@ya...> - 2009-02-16 11:21:54
|
Can anyone help me with my previous email?
memoryBankDescriptors[0] = new
MemoryBankDescriptor(tagModel.getReservedSize(),
tagModel.getReservedReadable(), tagModel.getReservedWriteable())
is the istruction that rises the esception. Tagmodel is Null.... If i replace with this istruction, there is no more exception.
memoryBankDescriptors[0] = new
MemoryBankDescriptor(96, true, true);
it seems to capture the epc ... but i cannot see them in my capture application.
Help me!
Thanks a lot.
Alessio
Passa a Yahoo! Mail.
La webmail che ti offre GRATIS spazio illimitato, antispam e messenger integrato.
Passa a Yahoo! Mail.
La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail.yahoo.com/ |
|
From: alex o. <ale...@ya...> - 2009-02-13 13:32:05
|
Hi, im tryng to connect fc server to my reader IMPINJ Speedway-IPJ-R1000.
My reader supports the Mach1 protocol so i thought i can use directly the hal impinj implementation.
When i start tomcat an exceptioin is caught:Exception in thread "Thread-1" java.lang.NullPointerException
at org.fosstrak.hal.impl.impinj.ImpinjTCPIPController$AsynchronousIdentify.run(ImpinjTCPIPController.java:1600)
at java.lang.Thread.run(Thread.java:619)
I deployed the fc server and Hal-impl-impinj in myeclipse, trying to find the error in debug mode:at line 1602 in the ImpinjTCPIPController.java : memoryBankDescriptors[0] = new MemoryBankDescriptor(tagModel.getReservedSize(), tagModel.getReservedReadable(), tagModel.getReservedWriteable());this istruction catches an exception at Thread.class line 1831:private void dispatchUncaughtException(Throwable e) {
getUncaughtExceptionHandler().uncaughtException(this, e);
}I think that the exception is related to the ECPTransponderModel.xml file as the tagModel is null. So the tagModel.getReservedSize() expression rises a nullpointerException. tagModel is declared at line 241 in ImpinjTCPIPController.java : EPCTransponderModel tagModel = currentInventory.get(ids_arr[j]).epcTransponderModel; Indeed after the istrucion pointer pass over it tagModel = null....i cannot undestand why.... Have i to add something in the EPCTransponderModel.xml file? adding a precise type of epc tag i use?
Please help me, i have to solve this issue as soon as possible. I'm blocked since two week.
Thanks a lot.
Passa a Yahoo! Mail.
La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail.yahoo.com/ |
|
From: Øystein C. <oys...@on...> - 2008-08-14 08:25:50
|
Hello again, Does anyone else have a suggestion on how to solve my/Ville Ruhanen's problem? Matthias? I have tried to reinstall Tomcat to a directory without whitespaces (Had a problem with ReaderDevice.xml when put in a directory path containing whitespaces), I have tried to put the config files in every directory there is in Tomcat, and still no success. When looking at the code Ville Ruhanen mentioned (HALManager.java: line 96) it does look like HALManager always uses SimulatorController, this isn't correct, is it? I still use fc-server-0.3.0 and reader-rprm-core-0.4.0. Will converting to Fosstrak and the latest versions change anything? According to the changelog the only difference is package renaming? Thanks! Regards, Øystein Carlsson > From: Lampe Matthias [ml...@in...] > Sent: 2008-07-28 13:31:33 CEST > To: acc...@li..., acc...@li..., acc...@li..., acc...@li..., acc...@li... > Subject: [accada-ale-developer] WG: WG: AW: Possible bug with Accada reader core andImpinjSpeedway > > > > ________________________________ > > Von: Ville Ruhanen [mailto:vil...@tu...] > Gesendet: Mo 28.07.2008 13:23 > An: Lampe Matthias > Betreff: Re: WG: AW: Possible bug with Accada reader core andImpinjSpeedway > > > > Hi again, > > That's why i was using RPAdaptor too, cause I haven't managed to > configure HALAdaptor to use Speedway. Now when I look my tomcat logs > (catalina.out) it seems that my errors are just similar with Øystein > Carlsson's (both in static and dynamic definition). > > I'm wondering, how can HALAdaptor know which implementation to use? > It's not mentioned anywhere? Doesn't HALManager always use > SimulatorController (HALManager.java: line 96)? I'm not very familiar > with the source code, that was just a result of a quick scan. > > My readers firmware version is Octane 3.0.1.240 so it does support > LLRP. Hardware Rev is 050-01.00004. Mach1 Procol Revision is 3.0. > > Thanks for your support! > ____________________ > Ville Ruhanen > vil...@tu... > > > > > ________________________________ > > > > Von: Øystein Carlsson [mailto:oys...@on...] > > Gesendet: Di 22.07.2008 16:00 > > An: Lampe Matthias; acc...@li...; > > acc...@li...; > > acc...@li...; > > acc...@li...; > > acc...@li... > > Betreff: RE: AW: Possible bug with Accada reader core andImpinj Speedway > > > > > > > > Hi there, > > > > I have attached the specs and controller file, does this work on the > > mailing list? > > > > HALReader.xml - The dynamic LRSpec used when defining a Logical > > Reader at runtime in the Web Services Test Client. > > LogicalReaders.xml - The static LRSpec used when defining a Logical > > Reader at Tomcat startup/Filtering and Collection deployment. > > ImpinjTCPIPController.xml - The properties file used in both the LRSpecs. > > > > The HALReader.xml is located in a random directory on my computer > > (C:\filer\logicalreaders to be exact). Just for testing I have a > > subfolder in "logicalreaders" called props which I have put a copy > > of ImpinjTCPIPController.xml. > > > > The LogicalReaders.xml is located in > > TOMCATDIR\webapps\fc-server-0.3.0\WEB-INF\classes like it is by > > default. The full path, if it matters, is C:\Programfiler\Apache > > Software Foundation\Tomcat > > 6.0\webapps\fc-server-0.3.0\WEB-INF\classes. > > > > ImpinjTCPIPController.xml is located in > > TOMCATDIR\webapps\fc-server-0.3.0\WEB-INF\classes\props together > > with SimulatorController.xml and some other files (as previously > > mentioned), and just in case in a subfolder named props where > > HALReader.xml is placed. > > > > Impinj Reader info: > > Model: Impinj Speedway > > Firmware: 2.6.3.240 > > Hardware rev: 050-01.00004 > > According to the feature list LLRP is supported yes: Ref. impinj.com > > - "Speedway Reader Features An LLRP standard network interface". > > LLRP v1.0.1 I think. > > > > Thanks for helping so far! I hope we can find a solution! > > > > - Øystein > > > > > > > >> From: Lampe Matthias [ml...@in...] > >> Sent: 2008-07-22 14:27:50 CEST > >> To: Øystein Carlsson [oys...@on...], > >> acc...@li..., > >> acc...@li..., > >> acc...@li..., > >> acc...@li..., > >> acc...@li... > >> Cc: Wieland Samuel [saw...@st...] > >> Subject: AW: Possible bug with Accada reader core andImpinj Speedway > >> > >> Dear Øystein Carlsson > >> > >> sorry I forgot to answer to the list. I included ALE lists too. > >> Just answer to all of them. > >> > >> It seems that there is a problem with finding the correct > >> properties files. Since the parameter can not be retrieved. Could > >> you attach the LRSpec and the Impinj Properties file you use. In > >> addition, could you send the information about the Impinj reader > >> (which version, firmware version,...) you use. Does the Impinj > >> reader already 'speaks' LLRP? > >> > >> Best > >> Matthias > >> > >> > >> ________________________________ > >> > >> Von: Øystein Carlsson [mailto:oys...@on...] > >> Gesendet: Di 22.07.2008 11:47 > >> An: Lampe Matthias > >> Betreff: RE: AW: [accada-reader-developer] Possible bug with Accada > >> reader core andImpinj Speedway > >> > >> > >> > >> Hi again, don't know if I should answer directly to you or sending > >> to the mailing list again? I hope this is okay for now. > >> > >> I have tried a bit now to get the middleware to connect and use the > >> Impinj reader directly, but I can't get it to work, it kills my > >> tomcat! > >> > >> First I tried to use a Dynamic Definition as mentioned in the > >> example you provided. I changed the propertiesfile to my Impinj > >> Controller file and put the controller file in > >> TOMCATDIR\webapps\fc-server-0.3.0\WEB-INF\classes\props (where the > >> SimulatorController.xml also is located). Then I started up the > >> "Web Services Test Client" and went on to defining a new Logical > >> Reader. I named it "LogicalReader1" and provided the path to the > >> modified HALReader.xml and pushed invoke. My computer then did its > >> thing for a while and then Tomcat crashed (see later in mail for > >> part of log). > >> > >> Second I tried to use a Static Definition. I copied the example > >> from the webpage and modified it to use my > >> ImpinjTCPIPController.xml before I pasted this into > >> TOMCATDIR\webapps\fc-server-0.3.0\WEB-INF\classes\LogicalReaders.xml. My > >> Tomcat server was shutdown at this moment, so I tried to start it. > >> Computer did its thing again and nothing happened, it wouldn't > >> start. It looks like it crashed again. > >> > >> And now for parts of Tomcat's stdout log (I hope it's not to much > >> of a wall of text): > >> (Mail continues after the log) > >> > >> While using dynamic logical reader definition: > >> > >> 2250 [Thread-1] DEBUG > >> org.accada.ale.server.readers.LogicalReaderManager - Initialize > >> LogicalReaderManager > >> 2250 [Thread-1] DEBUG > >> org.accada.ale.server.readers.LogicalReaderManager - Parse > >> configuration file :/LogicalReaders.xml > >> 2641 [Thread-1] DEBUG > >> org.accada.ale.server.readers.LogicalReaderManager - > >> LogicalReaderManager successfully initialized > >> 2641 [Thread-1] DEBUG > >> org.accada.ale.server.readers.LogicalReaderManager - starting the > >> readers > >> 2641 [Thread-1] INFO org.accada.ale.server.ALE - ALE initialized > >> 2657 [Thread-1] INFO > >> org.springframework.context.support.GenericApplicationContext - > >> Refreshing > >> org.springframework.context.support.GenericApplicationContext@187b5ff: > >> display name > >> [org.springframework.context.support.GenericApplicationContext@187b5ff]; > >> startup date [Tue Jul 22 09:57:56 CEST 2008]; root of context > >> hierarchy > >> 2657 [Thread-1] INFO > >> org.springframework.context.support.GenericApplicationContext - > >> Bean factory for application context > >> [org.springframework.context.support.GenericApplicationContext@187b5ff]: > >> org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee1775 > >> 2657 [Thread-1] INFO > >> org.springframework.beans.factory.support.DefaultListableBeanFactory - > >> Pre-instantiating singletons in > >> org.springframework.beans.factory.support.DefaultListableBeanFactory@1ee1775: defining beans [ALEService,ALELRService]; root of factory > >> hierarchy > >> 2750 [Thread-1] INFO > >> org.apache.cxf.service.factory.ReflectionServiceFactoryBean - > >> Creating Service > >> {http://service.jaxws.cxf.apache.org/service}ALEService from class > >> org.accada.ale.wsdl.ale.epcglobal.ALEServicePortTypeImpl > >> 4047 [Thread-1] INFO org.apache.cxf.endpoint.ServerImpl - Setting > >> the server's publish address to be /ALEService > >> 4079 [Thread-1] INFO > >> org.apache.cxf.service.factory.ReflectionServiceFactoryBean - > >> Creating Service > >> {http://service.jaxws.cxf.apache.org/service}ALELRService from > >> class org.accada.ale.wsdl.alelr.epcglobal.ALELRServicePortTypeImpl > >> 4407 [Thread-1] INFO org.apache.cxf.endpoint.ServerImpl - Setting > >> the server's publish address to be /ALELRService > >> log4j:WARN No appenders could be found for logger > >> (org.apache.cxf.common.logging.LogUtils). > >> log4j:WARN Please initialize the log4j system properly. > >> 85516 [http-8080-1] ERROR > >> org.accada.ale.server.readers.LogicalReaderManager - reader > >> LogicalReader1 not contained in LogicalReaderManager > >> 85547 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> PropertiesFile: > >> /C:/Programfiler/Apache%20Software%20Foundation/Tomcat%206.0/webapps/fc-server-0.3.0/WEB-INF/classes/props/ImpinjTCPIPController.xml and > >> /props/SimulatorController_default.xml > >> 86032 [http-8080-1] DEBUG org.accada.hal.util.ResourceLocator - > >> Resource URL is: > >> file:/C:/Programfiler/Apache%20Software%20Foundation/Tomcat%206.0/webapps/fc-server-0.3.0/WEB-INF/classes/props/ImpinjTCPIPController.xml > >> 86047 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Trying to get Parameter simType > >> 86063 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Property 'simType' not found, returning null. > >> 86063 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Trying to get Parameter simTypePropFile > >> 86063 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Property 'simTypePropFile' not found, returning null. > >> 86063 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Trying to get Parameter epcTransponderModelsConfig > >> 86094 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Property found: epcTransponderModelsConfig = > >> /props/EPCTransponderModels_default.xml > >> 86094 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Trying to get Parameter numberOfReadPoints > >> 86094 [http-8080-1] DEBUG org.accada.hal.ControllerProperties - > >> Property 'numberOfReadPoints' not found, returning null. > >> 86094 [http-8080-1] DEBUG > >> org.accada.hal.impl.sim.SimulatorController - Couldn't initialize > >> the reader:null > >> java.lang.NumberFormatException: null > >> > >> > >> While using static logical reader definition: > >> > >> 2266 [Thread-1] DEBUG > >> org.accada.ale.server.readers.LogicalReaderManager - Initialize > >> LogicalReaderManager > >> 2282 [Thread-1] DEBUG > >> org.accada.ale.server.readers.LogicalReaderManager - Parse > >> configuration file :/LogicalReaders.xml > >> 2688 [Thread-1] ERROR > >> org.accada.ale.server.readers.LogicalReaderManager - reader > >> LogicalReader1 not contained in LogicalReaderManager > >> 2719 [Thread-1] DEBUG org.accada.hal.ControllerProperties - > >> PropertiesFile: > >> /C:/Programfiler/Apache%20Software%20Foundation/Tomcat%206.0/webapps/fc-server-0.3.0/WEB-INF/classes/props/ImpinjTCPIPController.xml and > >> /props/SimulatorController_default.xml > >> 2766 [Thread-1] DEBUG org.accada.hal.util.ResourceLocator - > >> Resource URL is: > >> file:/C:/Programfiler/Apache%20Software%20Foundation/Tomcat%206.0/webapps/fc-server-0.3.0/WEB-INF/classes/props/ImpinjTCPIPController.xml > >> 2797 [Thread-1] DEBUG org.accada.hal.ControllerProperties - Trying > >> to get Parameter simType > >> 2797 [Thread-1] DEBUG org.accada.hal.ControllerProperties - > >> Property 'simType' not found, returning null. > >> 2797 [Thread-1] DEBUG org.accada.hal.ControllerProperties - Trying > >> to get Parameter simTypePropFile > >> 2797 [Thread-1] DEBUG org.accada.hal.ControllerProperties - > >> Property 'simTypePropFile' not found, returning null. > >> 2797 [Thread-1] DEBUG org.accada.hal.ControllerProperties - Trying > >> to get Parameter epcTransponderModelsConfig > >> 2813 [Thread-1] DEBUG org.accada.hal.ControllerProperties - > >> Property found: epcTransponderModelsConfig = > >> /props/EPCTransponderModels_default.xml > >> 2813 [Thread-1] DEBUG org.accada.hal.ControllerProperties - Trying > >> to get Parameter numberOfReadPoints > >> 2813 [Thread-1] DEBUG org.accada.hal.ControllerProperties - > >> Property 'numberOfReadPoints' not found, returning null. > >> 2813 [Thread-1] DEBUG org.accada.hal.impl.sim.SimulatorController > >> - Couldn't initialize the reader:null > >> java.lang.NumberFormatException: null > >> > >> From the log it looks like it still tries to use the > >> SimulatorController and not my ImpinjController, but it can't find > >> it and then crashes? Am I doing something wrong, or is this another > >> bug? Any advice for a solution? > >> > >> Thanks for all the help so far! > >> > >> - Øystein/n1tro > >> > >> > >> > >> > >> > From: Lampe Matthias [ml...@in...] > >> > Sent: 2008-07-21 14:26:56 CEST > >> > To: Øystein Carlsson [oys...@on...] > >> > Subject: AW: [accada-reader-developer] Possible bug with Accada > >> reader core andImpinj Speedway > >> > > >> > Dear Øystein Carlsson > >> > > >> > unfortunately there is a problem in the Reader Proxy module that > >> is used to connect to a rprm-core reader. Since you are using > >> already the ALE you can also directly connect the Impinj reader > >> without using the Reader module. Instead of using the Reader > >> adapter of the ALE just use the HAL adapter and configure it to use > >> the Impinj reader. > >> > > >> > You can find more detailed information on the > >> Filtering&Collection webpage: > >> > http://www.accada.org/fc/docs/user-lrdef.html#Example2 > >> > > >> > The example on the webpage uses the HAL simulator controller. You > >> just have to specify a different properties file of the HAL > >> adaptor, in which you specify the Impinj HAL controller instead of > >> the simulator controller. > >> > > >> > <property> > >> > <name>PropertiesFile</name> > >> > <value>/props/YourPropertiesFileHere.xml</value> > >> > </property> > >> > > >> > Please let me know if this works out or if you still have > >> problems using the Impinj reader with the Filtering&Collection > >> middleware. > >> > > >> > Best > >> > Matthias > >> > > >> > > >> > ________________________________ > >> > > >> > Von: acc...@li... im > >> Auftrag von Øystein Carlsson > >> > Gesendet: Mo 21.07.2008 12:19 > >> > An: acc...@li... > >> > Betreff: [accada-reader-developer] Possible bug with Accada > >> reader core andImpinj Speedway > >> > > >> > > >> > > >> > Hello, > >> > > >> > I am using an Impinj Speedway together with > >> reader-rprm-core-0.4.0 and I keep getting exceptions when reading > >> tags. > >> > > >> > My setup: > >> > Accada Filtering and Collection (fc-server-0.3.0) > >> > Accada Reader Core (reader-rprm-core-0.4.0) with ReaderDevice.xml > >> configured to use ImpinjTCPIPController.xml (hal-impl-impinj-0.4.0) > >> > Impinj Speedway RFID-reader > >> > > >> > I start the reader-rprm-core-0.4.0.jar (with configured > >> ReaderDevice.xml and ImpinjTCPIPController.xml). I then define a > >> logical reader in the F&C-webclient, define an ECspec and then > >> finally subscribes to my Capturing Application. It is after the > >> events is being sent to the capture app. stuff seems to bug. I > >> haven't managed to reproduce exactly when it happens, but an > >> > > >> > "Exception in thread "Timer-1" java.lang.NullPointerException > >> > at > >> org.accada.hal.impl.impinj.ImpinjTCPIPController.identify(ImpinjTCPIPController.java:229) > >> > at > >> org.accada.reader.rprm.core.Source.readWithEventGeneration(Source.java:1361) > >> > at > >> org.accada.reader.rprm.core.triggers.TimerReadThread.run(TimerReadThread.java:79) > >> > at java.util.TimerThread.mainLoop(Unknown Source) > >> > at java.util.TimerThread.run(Unknown Source)" > >> > > >> > occurs everytime, after a little while. It looks kind of random > >> what's causing it, and which thread (Timer-1 or Timer-2) it happens > >> in. I have tried several combinations of reading tags at Antenna1 > >> first, Antenna2 first, a combination etc. After this exception the > >> corresponding antenna is "killed" and will not read tags anymore, > >> and it does not look like events are being sent to the Filtering & > >> Collection either. > >> > > >> > It looks like it is working ok when I only use 1 antenna, but > >> when I connect and configure 2 the problem occurs after a little > >> while. > >> > > >> > So, any ideas? Bug? Feature? It's really annoying and kind of > >> renders the application useless. > >> > > >> > (I assume this is a problem with the Accada reader and not > >> filtering and collection?) > >> > > >> > I hope someone has an awesome answer. :) > >> > > >> > - Øystein/n1tro > >> > > >> > > >> > >> > > > > > > > > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > accada-ale-developer mailing list > acc...@li... > https://lists.sourceforge.net/lists/listinfo/accada-ale-developer > |
|
From: SourceForge.net <no...@so...> - 2008-08-13 07:35:42
|
Bugs item #2049199, was opened at 2008-08-13 15:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2049199&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Testclient Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wang Yun (swnuwangyun) Assigned to: Nobody/Anonymous (nobody) Summary: ReaderDevice.setTimeUTC is not working Initial Comment: When set time utc, it reports succeed, but when get back the time utc, still the old time. e.g.: if current time is 2008-09-13T15:32:56.283CST try to set time to 3008-09-13T15:32:56.283CST when get back, the time is still 2008-09-13T15:32:56.283CST ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2049199&group_id=170795 |
|
From: SourceForge.net <no...@so...> - 2008-08-13 07:31:20
|
Bugs item #2049194, was opened at 2008-08-13 15:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2049194&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Testclient Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wang Yun (swnuwangyun) Assigned to: Nobody/Anonymous (nobody) Summary: !8 RD.gH Initial Comment: request: !8 RD.gH response: !0 OK ERR,2,ERROR_COMMAND_NOT_SUPPORTED,"Method not supported by object ReaderDevice." > I guess the reason is the LF is not correct for request, invisible characters ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2049194&group_id=170795 |
|
From: SourceForge.net <no...@so...> - 2008-08-13 07:25:40
|
Bugs item #2049189, was opened at 2008-08-13 15:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2049189&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Testclient Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wang Yun (swnuwangyun) Assigned to: Nobody/Anonymous (nobody) Summary: !78 RD.gM is not supported Initial Comment: request: !78 RD.gM response: >88:!0 OK ERR,2,ERROR_COMMAND_NOT_SUPPORTED,"Method not supported by object ReaderDevice." > the request format is wrong, should be: !78 RD.gMod ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2049189&group_id=170795 |
|
From: Christian F. <flo...@MI...> - 2008-08-12 16:13:47
|
Niraj,
we need some more information before we will be able to help you. Which kind
of reader are you using? Have you been able to communicate with your reader
at all so far using fosstrak software? Which fosstrak module did you use FC
middleware or the reader client?
- Christian
_____
From: acc...@li...
[mailto:acc...@li...] On Behalf Of
niraj waghani
Sent: Dienstag, 12. August 2008 08:26
To: acc...@li...
Subject: [accada-reader-developer] Reader Trigger Info.
Hi,
I was going through the site Fosstrak.com wher i found the code for the
reader to connect to the client, that is actually working for us , but my
query now is how can we TRIGGER the reader from here on.
I need to know how we can proceed on it and then use tags for reading and
writing.
Awaiting yoyr response,
Rgds/Niraj.
_____
Add more friends to your messenger and enjoy! Invite
<http://in.rd.yahoo.com/tagline_messenger_6/*http://in.messenger.yahoo.com/i
nvite/> them now.
|
|
From: niraj w. <nir...@ya...> - 2008-08-12 12:26:08
|
Hi, I was going through the site Fosstrak.com wher i found the code for the reader to connect to the client, that is actually working for us , but my query now is how can we TRIGGER the reader from here on. I need to know how we can proceed on it and then use tags for reading and writing. Awaiting yoyr response, Rgds/Niraj. --------------------------------- Add more friends to your messenger and enjoy! Invite them now. |
|
From: SourceForge.net <no...@so...> - 2008-08-11 08:26:19
|
Bugs item #2046120, was opened at 2008-08-11 16:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2046120&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Testclient Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wang Yun (swnuwangyun) Assigned to: Nobody/Anonymous (nobody) Summary: DataSelector.getAllTagFieldNames bug Initial Comment: create TagField named "tf1" create TagField named "tf2" create DataSelector named "ds1" add tf1 and tf2 to ds1 Call DataSelector.getAllTagFieldNames, the expected value is 2, but actual get 0 xml request sequences are as follows: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>18</id> <targetName></targetName> <tagField> <create> <name>tf1</name> </create> </tagField> </ns2:command> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>18</id> <targetName></targetName> <tagField> <create> <name>tf2</name> </create> </tagField> </ns2:command> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>20</id> <targetName></targetName> <dataSelector> <create> <name>ds1</name> </create> </dataSelector> </ns2:command> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>22</id> <targetName>ds1</targetName> <dataSelector> <addTagFieldNames> <fieldNames> <list> <value>tf1</value> <value>tf2</value> </list> </fieldNames> </addTagFieldNames> </dataSelector> </ns2:command> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>24</id> <targetName>ds1</targetName> <dataSelector> <getAllTagFieldNames/> </dataSelector> </ns2:command> at last we get the wrong response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:reply xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>24</id> <resultCode>0</resultCode> <dataSelector/> </ns2:reply> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2046120&group_id=170795 |
|
From: SourceForge.net <no...@so...> - 2008-08-11 07:48:10
|
Bugs item #2046073, was opened at 2008-08-11 15:40 Message generated for change (Comment added) made by swnuwangyun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2046073&group_id=170795 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Reader Testclient Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: GetMaxNumberSupported bug of TagField Initial Comment: TagField object should have method "GetMaxNumberSupported", this can not be seen from the command list in test client If construct the xml request manually as follows: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>10</id> <targetName></targetName> <tagField> <getMaxNumberSupported/> </tagField> </ns2:command> Then get response as follow: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:reply xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>10</id> <resultCode>27</resultCode> <error> <name>ERROR_TAGFIELD_NOT_FOUND</name> </error> </ns2:reply> However, GetMaxNumberSupported is a static method, if we keep <targetName> empty, reader should also be able to response correctly. If you try following request, you will get the right response <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:command xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>10</id> <targetName>defaultTagField</targetName> <tagField> <getMaxNumberSupported/> </tagField> </ns2:command> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:reply xmlns:ns2="urn:epcglobal:rp:xsd:1"> <id>10</id> <resultCode>0</resultCode> <tagField/> </ns2:reply> Is "defaultTagField" parameter a must??? ---------------------------------------------------------------------- Comment By: Wang Yun (swnuwangyun) Date: 2008-08-11 15:48 Message: Logged In: YES user_id=2176449 Originator: NO similar problem also exist in TagSelector ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=855583&aid=2046073&group_id=170795 |