I fixed the LLRP problem today: the JMS destination was null in the session. I also upgraded the LTK-Java version that we are using from 1.0.0 to 1.0.6.
I was not able to replicate the error that jochen reported regarding the transact method hanging. Just to be clear, here is how I tested: 1) Start up emulator with one LLRP reader. Put a tag on the antenna. Start the reader. 2)Start up ES with the llrp plugin. 3) run these commands createreader LLRP createsession LLRP_1 startsession LLRP_1 1 createcommand LLRPROSpecCommand-Configuration-Factory executecommand LLRP_1 1 LLRPROSpecCommand_Configuration_Factory_1 0 createcommand LLRPGetTagList-Configuration-Factory executecommand LLRP_1 1 LLRPGetTagList_Configuration_Factory_1 1000 4) Start up EC. Connect to the ES. Notice there is an LLRP reader with an active session. Right click on the reader and open tag view to verify tags are coming back. One thing to note: once you execute the "LLRPROSpecCommand_Configuration_Factory_1", a ROSpec has been crated on the reader. If you shutdown the edge server, and start it back up again without restarting the emulator, you only need to run these commands, since the ROSpec has already been created on the emulated reader. createreader LLRP createsession LLRP_1 startsession LLRP_1 1 createcommand LLRPGetTagList-Configuration-Factory executecommand LLRP_1 1 LLRPGetTagList_Configuration_Factory_1 1000 Rifidi-Developers List wrote: > So I tried to test the LLRP yesterday, but there is a problem: I can't > get the edge server running. I haven't worked on it in a while, and my > current project is out of date. Is there an updated package list > anywhere? I would ask Kyle, but he's in Arkansas now. Anyway, I'll > work on the emulator stuff until someone can get me an updated list on > how to run the thing, as soon as I get that I'll run the LLRP tests. > > -Matt > > On 9/4/2009, "Rifidi-Developers List" > <[email protected]> wrote: > > >> Ok, after tons of headaches I finally got LLRP back working. >> I just don't have a scenario here to test it. >> I would ask Matt or Kyle to create such a scenario to test the >> functionality of the reader and, if possible, provide it as a set of >> classes or as a tutorial to replicate it. >> Please give me feedback as soon as possible as I want to move on to the >> GE-UIthis weekend. >> >> >> I was not able to fix all the threading issues at the same time because >> the changes to LLRP and some classes in the API required more work as >> expected. >> As I said before, I will prepare a presentation for threadsafe coding >> for next week but I am not sure that I will be able to finish it as we >> are out of office for a customer appointment. >> >> CU >> Jochen >> -- >> Jochen Mader - Technical Lead >> >> Pramari Europe GmbH >> Bruderwöhrdstrasse 15b >> 93055 Regensburg >> >> p: +49 941 604889 - 701 >> f: +49 941 604889 - 700 >> [email protected] >> http://www.pramari.com >> >> Amtsgericht Regensburg >> HRB 11343 >> Geschäftsführer Andreas Hübner >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Rifidi-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/rifidi-developers >> >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Rifidi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/rifidi-developers > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
