Activity for tea4two

  • tea4two tea4two posted a comment on discussion Help

    Hi Shruti, i written teh command in the previous post. Opengts module are compiled using the "ant" command, so simply type in shell the command: ant aspicore or ant all BTW, theDCS server could not be compiled with all parameter, related your configuration. Please, let we know if you solve. Regards, - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Hi, have you configured map provider in private.xml file ? BTW, use checkinstall.sh to verify your setup. Regards, - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Hi Shruti, have you compiled the DCS ? Something like: ant aspicore Regards, - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Hi, if I well emember it's possible to define new Icons in Private.XML <pushpins baseurl="custom/images/pp/"> <pushpin iconoffset="9,30" shadowsize="30,30" iconsize="60,60" key="new_stop" shadow="" icon="new_stop.png"> <pushpin iconoffset="9,30" shadowsize="30,30" iconsize="30,30" key="new_start" shadow="" icon="new_start.png"> </pushpin></pushpin></pushpins> and the function to manipulate view conditions inside the same private.xml <IconSelector type="device" ruleFactoryName="GTSRulesEngine"><![CDATA[...

  • tea4two tea4two posted a comment on discussion Help

    Hi Mariyah, compare the private.xml file between the two release, could be a property to setup properly. private.xml coul be include some other XML files in the private folder If not you must search in the code..... Regards - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Hi Mariyah, compare the private.xml file between the two release, could be a property to setup properly. private.xml coul be include some other XML files in the private folder If not you must search in the code..... Regards - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Hello Milan, Have you setup Environment Variable according pag 15 of OpenGTS_Eclipse.pdf ? I suppose you missed it ;-) Let me know - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Dear Nelson, try the follow query ;-). SELECT * FROM gts.EventData WHERE deviceID='wnz400' AND accountID='beniamin' ORDER BY timestamp DESC LIMIT 1; and compare execution time with the follow: SELECT * FROM gts.EventData WHERE deviceID='wnz400' ORDER BY timestamp DESC LIMIT 1; Let me know the differece. Regards, - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Dear Nelson, It seems to me that you use an external software to query the DB. To achieve maximum performance you need to use OPENGTS Framework, or an SQL WHERE with indexed fields. Your query use only deviceID so the query make a FULL TABLE SCAN to retrieve results. I don't remember in details which indexes are used in the EventData Table, but you can find It using mysql client CLI or PHPMYADMIN. Using correct WHERE conditions you'll have a great speed improvement. Let me know.... Regards Pierl...

  • tea4two tea4two posted a comment on discussion Help

    I've found that Reject device by MAC doesn't work if it's used PEAP with MSCHAP V2 authentication. Using RADCLIENT to test connection MAC not registered are Rejected, instead using eapol_test MAC address is ignored and user is Accepted regardless the MAC, altought the request contains Calling-Station-Id... Any suggestion ? Thanks inadvance - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    I create an user "test" like Permanent Users and related to "unc-1hour" profile. Then in the BYOD page I add a device with mac 11-22-33-44-55-66 and add this device to use "test" and checked the flag "Connect only from listed devices". When flag is checked I can read in the "Private attributes" the raw: Check - Rd-Mac-Check := 1 Because the MAC is different from the real MAC address used in any device I've got, the user "test" must be REJECTED...... instead the user is always ACCEPTED and connected...

  • tea4two tea4two posted a comment on discussion Help

    Dear Alexis, you need to check rights to your DB for GTS user: Message: Access denied for user 'gts'@'localhost' to database 'gts' Using mysql console run the command: GRANT ALL PRIVILEGES ON * . gts TO 'gts'@'localhost'; I hope after all works fine. Regards, - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    In your log the first error is: [javac] /home/pyarjith/School/GTS/src/org/opengts/util/SendMailArgs.java:39: error: package javax.mail does not exist Install missed package according OpenGTS Install manual: http://www.opengts.com/OpenGTS_Config.pdf 2.2) Java mail support at page 9 Run the bin/checkinstall.sh (or equivalent based on you OS) To check all it's fine. If checkinstall not show any error compilation will go without errors. Regards, - Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    Dear Maruti, in the first log row you can read "Bind Address: null" and at third...

  • tea4two tea4two posted a comment on discussion Help

    Dear Payam, it seems to me that Google has changed recently the license policies,...

  • tea4two tea4two posted a comment on discussion Help

    Hi Paulo, you can start reading PendingPacket table in the DB. Then analyze related...

  • tea4two tea4two posted a comment on discussion Help

    Hi, you can use webservices provided with OpenGTS, take a look at events.war Regards,...

  • tea4two tea4two posted a comment on discussion Help

    Read carefully remarks in the private.xml The string in pushpin legend are localizable,...

  • tea4two tea4two posted a comment on discussion Help

    Hi Huseyin, Check in the Account page in the Administration menĂ¹ your Units. Regardless...

  • tea4two tea4two posted a comment on discussion Help

    Hi Patrick, it seems that you must enable account and (or) device to use Rulefactory....

  • tea4two tea4two posted a comment on discussion Help

    Hi Julien, execute bin/checkInstall.sh to see if any configuration error are present....

  • tea4two tea4two posted a comment on discussion Help

    Hi Khalid, contact me in p.m. to test your teltonika device on my server. Regards,...

  • tea4two tea4two posted a comment on discussion Help

    UniqueID must be "Unique" in OpenGTS, so I suppose you can't assign the same device...

  • tea4two tea4two modified a comment on discussion Help

    Dear Alexandru, it seems that OpenGTS can't connect to DB. Please run checkinstall.sh...

  • tea4two tea4two posted a comment on discussion Help

    Dear Alexandru, it seems that OpenGTS can't connect to DB. Please run checkinstall.sh...

  • tea4two tea4two posted a comment on discussion Help

    I can't find the reason for these errors I can read in the log file. It seems that...

  • tea4two tea4two posted a comment on discussion Help

    Hi Enrique, you can simply change the offset in private.xml configuration file. In...

  • tea4two tea4two posted a comment on discussion Help

    Hi Jeryl, try the follow: Account: sysadmin User: admin (or left empty) Password:...

  • tea4two tea4two posted a comment on discussion Help

    Hi Anibal, you can debug Tomcat using Eclipse. Raad carefully my guide available...

  • tea4two tea4two posted a comment on discussion Help

    You can change the banner in home page in the private.xml. In the same file there...

  • tea4two tea4two posted a comment on discussion Help

    Using GPRS you can send data to tracker, but the commands packets will be read from...

  • tea4two tea4two posted a comment on discussion Help

    I suppose you need to set up your db username/password. Run bin/checkInstall.sh for...

  • tea4two tea4two posted a comment on discussion Help

    You must change the HTML code in the writePage function in the TrackMap.java Good...

  • tea4two tea4two posted a comment on discussion Open Discussion

    About the report based on 5 or more stop minutes, it's important to understand how...

  • tea4two tea4two posted a comment on discussion Help

    Every time you made changes it's required to compile and deploy the new track.war....

  • tea4two tea4two posted a comment on discussion Help

    It seems that you haven't create the database or mysql service is stopped. Start...

  • tea4two tea4two posted a comment on discussion Help

    It's possible to change the pushpin according your needs. There are several way to...

  • tea4two tea4two posted a comment on discussion Help

    I tested some months ago Gisgraphy without any issue. Gisgraphy require a lot of...

  • tea4two tea4two posted a comment on discussion Help

    Dear Keerthi, to change the aspect you can use the CSS. See in war/track/css/.css...

  • tea4two tea4two posted a comment on discussion Help

    Until 2.5.5 release the same error. Any suggestion to solve it ? Thanks in advance...

  • tea4two tea4two posted a comment on discussion Help

    I suppose there isn't a limit to geozone number, but could be a performance issue...

  • tea4two tea4two posted a comment on discussion Help

    No possibilities to achieve this ? Pierluigi

  • tea4two tea4two posted a comment on discussion Help

    I have several virtual GTS domain, each with different configuration and private.xml...

  • tea4two tea4two posted a comment on discussion Help

    SOLVED. It was an error in the import section of EventUtil.java file. But it is rather...

  • tea4two tea4two posted a comment on discussion Help

    I worked to make some changes to OpenGTS. I don't understand why but suddenly I'ts...

  • tea4two tea4two posted a comment on discussion Open Discussion

    The suggestion provided by samsonbek is not applicable for change pushpin on event....

  • tea4two tea4two posted a comment on discussion Help

    Dear Petru, you can start from private.xml file. There are several variable you can...

  • tea4two tea4two posted a comment on discussion Help

    Hi sickmind, to identify some kind of vehicle in the fleet map you can choice a different...

  • tea4two tea4two posted a comment on discussion Help

    To develop a new DCS you need the device Protocol Specification, than you must make...

  • tea4two tea4two posted a comment on discussion Help

    Hi, it's possible the issue is due to 1.8 java release. Which OpenGTS version are...

  • tea4two tea4two posted a comment on discussion Help

    Which Linux distribution are you using ? Could be a security issue, for example Ubuntu...

  • tea4two tea4two posted a comment on discussion Help

    The Tomcat user can't read/write tomcat files. Like suggested in the checkinstall.sh...

  • tea4two tea4two posted a comment on discussion Help

    Dear Mike, for Ubuntu It's Debian derivate) global variables can be defined in the...

1