Re: [sumo-user] Previous stage output not available in TraCI

2020-08-22 Thread Michael Behrisch
Hi,
I am pretty sure there is some old version of sumolib on your system
which python is finding. Nevertheless I updated version.py now in a way
that it will at least continue in this case. Please retry after a git
pull or with a fresh download of the nightly zip tomorrow.

Best regards,
Michael

Am 18.08.20 um 06:08 schrieb Tripplanner Mumbai:
> Hello,
> 
> Hi,
> can you try to run tools/build/version.py manually and post the output?
> 
> version control file '/home/dhrien/sumo/.git/index' not found
> trying to generate version file /home/dhrien/sumo/src/version.h from
> existing header
> Traceback (most recent call last):
>   File "sumo/tools/build/version.py", line 86, in 
>     main()
>   File "sumo/tools/build/version.py", line 82, in main
>     create_version_file(versionFile, sumolib.version.fromVersionHeader())
> AttributeError: module 'sumolib.version' has no attribute
> 'fromVersionHeader'
>  
> 
> Also please make sure you do not have any old sumolib installed.
> 
> A series of files and folders are present under
> /usr/share/sumo/tools/sumolib/
> But SUMO is not installed as I tried to remove it through 'sudo apt
> remove --purge sumo'
> 
> 
> Best regards,
> Michael
> 
> Am 2020-08-17 14:55, schrieb Tripplanner Mumbai:
> > Hello Jakob,
> > I tried the version was updated on August 16 and found the same
> errors.
> > Then, as per your instructions, I ran "make clean" followed by "make
> > VERBOSE=1" inside cmake-build folder. Again, the ended in errors.
> > The output of "make VERBOSE=1" instruction is attached herewith. Note
> > that
> > I am using Ubuntu 18.04 as operating system.
> > thanks and regards,
> > Dillip Rout
> >
> >
> > On Mon, 17 Aug 2020 at 14:42, Jakob Erdmann  >
> > wrote:
> >
> >> in the cmake-build folder:
> >> Please run 'make clean'
> >> and then post the output of
> >> 'make VERBOSE=1'
> >>
> >> Am So., 16. Aug. 2020 um 18:35 Uhr schrieb Tripplanner Mumbai <
> >> tripplanner...@gmail.com >:
> >>
> >>> The message "Makefile:140: recipe for target 'all' failed" is a
> >>> summary
> >>> message.
> >>>
>  a) post the output of the make-run to the list
> 
>  sudo make -j$(grep -c ^processor /proc/cpuinfo) |& tee
>  makefile-output.txt
> 
> >>> Ended in following error:
> >>> Makefile:140: recipe for target 'all' failed
> >>> make: *** [all] Error 2
> >>>
> >>>
>  b) run step 5 twice (the second step compiles only the erroneous
>  step
>  again, so the second message might show up)
> 
>  sudo make -j$(grep -c ^processor /proc/cpuinfo)
> 
>  sudo make
> 
> >>> Ended in Error:
> >>> Makefile:140: recipe for target 'all' failed
> >>> make: *** [all] Error 2
> >>>
>  c) try a newer version
> 
> >>> All the above errors are respect to August 15 version.
> >>>
> >>> d) Someone else in this user group has an idea
> 
> 
> >>>
>  Hello Harald,
> 
>  No, I did not get any other errors. Should I try other version?
>  thanks and regards,
>  Dillip Rout
> 
>  On Fri, 7 Aug 2020 at 11:20, Harald Schaefer
> mailto:fechs...@gmail.com>>
>  wrote:
> 
> > Hello Dillip,
> >
> > there must be another error in the output of the makefile.
> >
> > If you run step 5 without the -j option (just sudo make), the
> other
> > error should be at the end too.
> >
> > Greetings, Harald
> > Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:
> >
> > Hello Jakob,
> > Thank you for taking so much of effort to correct the null
> pointer.
> >
> > I downloaded the latest version of August 5 and followed the
> > following
> > steps for installing SUMO on my Ubuntu 18.04 machine.
> >
> >    1.
> >
> >    sudo apt-get install cmake python g++ libxerces-c-dev
> > libfox-1.6-dev
> >    libgdal-dev libproj-dev libgl2ps-dev swig
> >    2.
> >
> >    export SUMO_HOME="$PWD/sumo"
> >    3.
> >
> >    sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
> >    4.
> >
> >    sudo cmake ../..
> >    5.
> >
> >    sudo make -j$(grep -c ^processor /proc/cpuinfo)
> >    6.
> >
> >    sudo make install
> >
> > However,Step-5 resulted in the following error while installation:
> > [  2%] Linking CXX static library libutils_xml.a [  2%] Built
> > target
> > utils_xml Makefile:140: recipe for target 'all' failed make: ***
> > 

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Michael Behrisch

Hi,
can you try to run tools/build/version.py manually and post the output?
Also please make sure you do not have any old sumolib installed.

Best regards,
Michael

Am 2020-08-17 14:55, schrieb Tripplanner Mumbai:

Hello Jakob,
I tried the version was updated on August 16 and found the same errors.
Then, as per your instructions, I ran "make clean" followed by "make
VERBOSE=1" inside cmake-build folder. Again, the ended in errors.
The output of "make VERBOSE=1" instruction is attached herewith. Note 
that

I am using Ubuntu 18.04 as operating system.
thanks and regards,
Dillip Rout


On Mon, 17 Aug 2020 at 14:42, Jakob Erdmann  
wrote:



in the cmake-build folder:
Please run 'make clean'
and then post the output of
'make VERBOSE=1'

Am So., 16. Aug. 2020 um 18:35 Uhr schrieb Tripplanner Mumbai <
tripplanner...@gmail.com>:

The message "Makefile:140: recipe for target 'all' failed" is a 
summary

message.


a) post the output of the make-run to the list

sudo make -j$(grep -c ^processor /proc/cpuinfo) |& tee
makefile-output.txt


Ended in following error:
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2


b) run step 5 twice (the second step compiles only the erroneous 
step

again, so the second message might show up)

sudo make -j$(grep -c ^processor /proc/cpuinfo)

sudo make


Ended in Error:
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2


c) try a newer version


All the above errors are respect to August 15 version.

d) Someone else in this user group has an idea






Hello Harald,

No, I did not get any other errors. Should I try other version?
thanks and regards,
Dillip Rout

On Fri, 7 Aug 2020 at 11:20, Harald Schaefer  
wrote:



Hello Dillip,

there must be another error in the output of the makefile.

If you run step 5 without the -j option (just sudo make), the other
error should be at the end too.

Greetings, Harald
Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:

Hello Jakob,
Thank you for taking so much of effort to correct the null pointer.

I downloaded the latest version of August 5 and followed the 
following

steps for installing SUMO on my Ubuntu 18.04 machine.

   1.

   sudo apt-get install cmake python g++ libxerces-c-dev 
libfox-1.6-dev

   libgdal-dev libproj-dev libgl2ps-dev swig
   2.

   export SUMO_HOME="$PWD/sumo"
   3.

   sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
   4.

   sudo cmake ../..
   5.

   sudo make -j$(grep -c ^processor /proc/cpuinfo)
   6.

   sudo make install

However,Step-5 resulted in the following error while installation:
[  2%] Linking CXX static library libutils_xml.a [  2%] Built 
target
utils_xml Makefile:140: recipe for target 'all' failed make: *** 
[all]

Error 2
Kindly look into the issue.
with best regards,
Dillip Rout


On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann 
wrote:


Please try again with the latest development version tomorrow (
https://github.com/eclipse/sumo/issues/7336).

Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
tripplanner...@gmail.com>:

Finally, I installed SUMO through the command line (sudo apt 
install
SUMO) and tried to get the previous stage data through TraCI but 
again the
same issues persist here, i.e., it goes for exception and the 
program

stops.
It is a prolonged question which is yet to be answered by anyone,
will I get an answer for it?

On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
tripplanner...@gmail.com> wrote:


Again, accessing previous stage data leads to error when I tried
with the latest development version which was updated on July 9.

On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
tripplanner...@gmail.com> wrote:


Hello,

I had raised this question long time ago that the TraCI program 
is
unable to find the  previous stage information incase the 
current stage has
been completed successfully. Particularly I was trying to 
extract the

following information from the previous stage.

* print("previous
stage","type",prevStage.type,"dest",prevStage.destStop,"travel 
time",
prevStage.travelTime, "distance",prevStage.length,"depart  
time",

prevStage.depart)*

Unfortunately, the output does not contain all the required
information, as shown below.
 *previous stage type 3 dest busStop#12 travel time 
-1.0

distance 672.437702712895 depart time -0.001*

@Jakob replied: that information was previously missing from 
the

stage output (https://github.com/eclipse/sumo/issues/7274). You
can download the updated version tomorrow and find out the 
desired result.


Surprisingly, when I tried to execute the TraCI code 
(demo-i.py)

after installing the latest version (updated on July 5),  I got
some exceptions now which were not there in the previous 
versions. In

particular I am getting the following error:
  *Error in Previous Stage retrieval, so, skip this
personID:  2229*
* , *which is due to line number 97 in my TraCI 
program.


Kindly check the issues in the development version and 

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Tripplanner Mumbai
Hello Jakob,
I tried the version was updated on August 16 and found the same errors.
Then, as per your instructions, I ran "make clean" followed by "make
VERBOSE=1" inside cmake-build folder. Again, the ended in errors.
The output of "make VERBOSE=1" instruction is attached herewith. Note that
I am using Ubuntu 18.04 as operating system.
thanks and regards,
Dillip Rout


On Mon, 17 Aug 2020 at 14:42, Jakob Erdmann  wrote:

> in the cmake-build folder:
> Please run 'make clean'
> and then post the output of
> 'make VERBOSE=1'
>
> Am So., 16. Aug. 2020 um 18:35 Uhr schrieb Tripplanner Mumbai <
> tripplanner...@gmail.com>:
>
>> The message "Makefile:140: recipe for target 'all' failed" is a summary
>> message.
>>
>>> a) post the output of the make-run to the list
>>>
>>> sudo make -j$(grep -c ^processor /proc/cpuinfo) |& tee
>>> makefile-output.txt
>>>
>> Ended in following error:
>> Makefile:140: recipe for target 'all' failed
>> make: *** [all] Error 2
>>
>>
>>> b) run step 5 twice (the second step compiles only the erroneous step
>>> again, so the second message might show up)
>>>
>>> sudo make -j$(grep -c ^processor /proc/cpuinfo)
>>>
>>> sudo make
>>>
>> Ended in Error:
>> Makefile:140: recipe for target 'all' failed
>> make: *** [all] Error 2
>>
>>> c) try a newer version
>>>
>> All the above errors are respect to August 15 version.
>>
>> d) Someone else in this user group has an idea
>>>
>>>
>>
>>> Hello Harald,
>>>
>>> No, I did not get any other errors. Should I try other version?
>>> thanks and regards,
>>> Dillip Rout
>>>
>>> On Fri, 7 Aug 2020 at 11:20, Harald Schaefer  wrote:
>>>
 Hello Dillip,

 there must be another error in the output of the makefile.

 If you run step 5 without the -j option (just sudo make), the other
 error should be at the end too.

 Greetings, Harald
 Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:

 Hello Jakob,
 Thank you for taking so much of effort to correct the null pointer.

 I downloaded the latest version of August 5 and followed the following
 steps for installing SUMO on my Ubuntu 18.04 machine.

1.

sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev
libgdal-dev libproj-dev libgl2ps-dev swig
2.

export SUMO_HOME="$PWD/sumo"
3.

sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
4.

sudo cmake ../..
5.

sudo make -j$(grep -c ^processor /proc/cpuinfo)
6.

sudo make install

 However,Step-5 resulted in the following error while installation:
 [  2%] Linking CXX static library libutils_xml.a [  2%] Built target
 utils_xml Makefile:140: recipe for target 'all' failed make: *** [all]
 Error 2
 Kindly look into the issue.
 with best regards,
 Dillip Rout


 On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann 
 wrote:

> Please try again with the latest development version tomorrow (
> https://github.com/eclipse/sumo/issues/7336).
>
> Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
> tripplanner...@gmail.com>:
>
>> Finally, I installed SUMO through the command line (sudo apt install
>> SUMO) and tried to get the previous stage data through TraCI but again 
>> the
>> same issues persist here, i.e., it goes for exception and the program
>> stops.
>> It is a prolonged question which is yet to be answered by anyone,
>> will I get an answer for it?
>>
>> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
>> tripplanner...@gmail.com> wrote:
>>
>>> Again, accessing previous stage data leads to error when I tried
>>> with the latest development version which was updated on July 9.
>>>
>>> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
>>> tripplanner...@gmail.com> wrote:
>>>
 Hello,

 I had raised this question long time ago that the TraCI program is
 unable to find the  previous stage information incase the current 
 stage has
 been completed successfully. Particularly I was trying to extract the
 following information from the previous stage.

 * print("previous
 stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
 prevStage.travelTime, "distance",prevStage.length,"depart  time",
 prevStage.depart)*

 Unfortunately, the output does not contain all the required
 information, as shown below.
  *previous stage type 3 dest busStop#12 travel time -1.0
 distance 672.437702712895 depart time -0.001*

 @Jakob replied: that information was previously missing from the
 stage output (https://github.com/eclipse/sumo/issues/7274). You
 can download the updated version tomorrow and find out the desired 
 result.

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-17 Thread Jakob Erdmann
in the cmake-build folder:
Please run 'make clean'
and then post the output of
'make VERBOSE=1'

Am So., 16. Aug. 2020 um 18:35 Uhr schrieb Tripplanner Mumbai <
tripplanner...@gmail.com>:

> The message "Makefile:140: recipe for target 'all' failed" is a summary
> message.
>
>> a) post the output of the make-run to the list
>>
>> sudo make -j$(grep -c ^processor /proc/cpuinfo) |& tee
>> makefile-output.txt
>>
> Ended in following error:
> Makefile:140: recipe for target 'all' failed
> make: *** [all] Error 2
>
>
>> b) run step 5 twice (the second step compiles only the erroneous step
>> again, so the second message might show up)
>>
>> sudo make -j$(grep -c ^processor /proc/cpuinfo)
>>
>> sudo make
>>
> Ended in Error:
> Makefile:140: recipe for target 'all' failed
> make: *** [all] Error 2
>
>> c) try a newer version
>>
> All the above errors are respect to August 15 version.
>
> d) Someone else in this user group has an idea
>>
>>
>
>> Hello Harald,
>>
>> No, I did not get any other errors. Should I try other version?
>> thanks and regards,
>> Dillip Rout
>>
>> On Fri, 7 Aug 2020 at 11:20, Harald Schaefer  wrote:
>>
>>> Hello Dillip,
>>>
>>> there must be another error in the output of the makefile.
>>>
>>> If you run step 5 without the -j option (just sudo make), the other
>>> error should be at the end too.
>>>
>>> Greetings, Harald
>>> Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:
>>>
>>> Hello Jakob,
>>> Thank you for taking so much of effort to correct the null pointer.
>>>
>>> I downloaded the latest version of August 5 and followed the following
>>> steps for installing SUMO on my Ubuntu 18.04 machine.
>>>
>>>1.
>>>
>>>sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev
>>>libgdal-dev libproj-dev libgl2ps-dev swig
>>>2.
>>>
>>>export SUMO_HOME="$PWD/sumo"
>>>3.
>>>
>>>sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
>>>4.
>>>
>>>sudo cmake ../..
>>>5.
>>>
>>>sudo make -j$(grep -c ^processor /proc/cpuinfo)
>>>6.
>>>
>>>sudo make install
>>>
>>> However,Step-5 resulted in the following error while installation:
>>> [  2%] Linking CXX static library libutils_xml.a [  2%] Built target
>>> utils_xml Makefile:140: recipe for target 'all' failed make: *** [all]
>>> Error 2
>>> Kindly look into the issue.
>>> with best regards,
>>> Dillip Rout
>>>
>>>
>>> On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann 
>>> wrote:
>>>
 Please try again with the latest development version tomorrow (
 https://github.com/eclipse/sumo/issues/7336).

 Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
 tripplanner...@gmail.com>:

> Finally, I installed SUMO through the command line (sudo apt install
> SUMO) and tried to get the previous stage data through TraCI but again the
> same issues persist here, i.e., it goes for exception and the program
> stops.
> It is a prolonged question which is yet to be answered by anyone, will
> I get an answer for it?
>
> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
> tripplanner...@gmail.com> wrote:
>
>> Again, accessing previous stage data leads to error when I tried with
>> the latest development version which was updated on July 9.
>>
>> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
>> tripplanner...@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> I had raised this question long time ago that the TraCI program is
>>> unable to find the  previous stage information incase the current stage 
>>> has
>>> been completed successfully. Particularly I was trying to extract the
>>> following information from the previous stage.
>>>
>>> * print("previous
>>> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
>>> prevStage.travelTime, "distance",prevStage.length,"depart  time",
>>> prevStage.depart)*
>>>
>>> Unfortunately, the output does not contain all the required
>>> information, as shown below.
>>>  *previous stage type 3 dest busStop#12 travel time -1.0
>>> distance 672.437702712895 depart time -0.001*
>>>
>>> @Jakob replied: that information was previously missing from the
>>> stage output (https://github.com/eclipse/sumo/issues/7274). You can
>>> download the updated version tomorrow and find out the desired result.
>>>
>>> Surprisingly, when I tried to execute the TraCI code (demo-i.py)
>>> after installing the latest version (updated on July 5),  I got
>>> some exceptions now which were not there in the previous versions. In
>>> particular I am getting the following error:
>>>   *Error in Previous Stage retrieval, so, skip this
>>> personID:  2229*
>>> * , *which is due to line number 97 in my TraCI program.
>>>
>>> Kindly check the issues in the development version and suggest to
>>> me. I am enclosing the network and corresponding 

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-16 Thread Tripplanner Mumbai
The message "Makefile:140: recipe for target 'all' failed" is a summary
message.

> a) post the output of the make-run to the list
>
> sudo make -j$(grep -c ^processor /proc/cpuinfo) |& tee makefile-output.txt
>
Ended in following error:
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2


> b) run step 5 twice (the second step compiles only the erroneous step
> again, so the second message might show up)
>
> sudo make -j$(grep -c ^processor /proc/cpuinfo)
>
> sudo make
>
Ended in Error:
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2

> c) try a newer version
>
All the above errors are respect to August 15 version.

d) Someone else in this user group has an idea
>
>

> Hello Harald,
>
> No, I did not get any other errors. Should I try other version?
> thanks and regards,
> Dillip Rout
>
> On Fri, 7 Aug 2020 at 11:20, Harald Schaefer  wrote:
>
>> Hello Dillip,
>>
>> there must be another error in the output of the makefile.
>>
>> If you run step 5 without the -j option (just sudo make), the other error
>> should be at the end too.
>>
>> Greetings, Harald
>> Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:
>>
>> Hello Jakob,
>> Thank you for taking so much of effort to correct the null pointer.
>>
>> I downloaded the latest version of August 5 and followed the following
>> steps for installing SUMO on my Ubuntu 18.04 machine.
>>
>>1.
>>
>>sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev
>>libgdal-dev libproj-dev libgl2ps-dev swig
>>2.
>>
>>export SUMO_HOME="$PWD/sumo"
>>3.
>>
>>sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
>>4.
>>
>>sudo cmake ../..
>>5.
>>
>>sudo make -j$(grep -c ^processor /proc/cpuinfo)
>>6.
>>
>>sudo make install
>>
>> However,Step-5 resulted in the following error while installation:
>> [  2%] Linking CXX static library libutils_xml.a [  2%] Built target
>> utils_xml Makefile:140: recipe for target 'all' failed make: *** [all]
>> Error 2
>> Kindly look into the issue.
>> with best regards,
>> Dillip Rout
>>
>>
>> On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann  wrote:
>>
>>> Please try again with the latest development version tomorrow (
>>> https://github.com/eclipse/sumo/issues/7336).
>>>
>>> Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
>>> tripplanner...@gmail.com>:
>>>
 Finally, I installed SUMO through the command line (sudo apt install
 SUMO) and tried to get the previous stage data through TraCI but again the
 same issues persist here, i.e., it goes for exception and the program
 stops.
 It is a prolonged question which is yet to be answered by anyone, will
 I get an answer for it?

 On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
 tripplanner...@gmail.com> wrote:

> Again, accessing previous stage data leads to error when I tried with
> the latest development version which was updated on July 9.
>
> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
> tripplanner...@gmail.com> wrote:
>
>> Hello,
>>
>> I had raised this question long time ago that the TraCI program is
>> unable to find the  previous stage information incase the current stage 
>> has
>> been completed successfully. Particularly I was trying to extract the
>> following information from the previous stage.
>>
>> * print("previous
>> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
>> prevStage.travelTime, "distance",prevStage.length,"depart  time",
>> prevStage.depart)*
>>
>> Unfortunately, the output does not contain all the required
>> information, as shown below.
>>  *previous stage type 3 dest busStop#12 travel time -1.0
>> distance 672.437702712895 depart time -0.001*
>>
>> @Jakob replied: that information was previously missing from the
>> stage output (https://github.com/eclipse/sumo/issues/7274). You can
>> download the updated version tomorrow and find out the desired result.
>>
>> Surprisingly, when I tried to execute the TraCI code (demo-i.py)
>> after installing the latest version (updated on July 5),  I got some
>> exceptions now which were not there in the previous versions. In 
>> particular
>> I am getting the following error:
>>   *Error in Previous Stage retrieval, so, skip this
>> personID:  2229*
>> * , *which is due to line number 97 in my TraCI program.
>>
>> Kindly check the issues in the development version and suggest to me.
>> I am enclosing the network and corresponding codes for tracing the issue.
>>
>> regards,
>> Dillip Rout
>>
>> ___
 sumo-user mailing list
 sumo-user@eclipse.org
 To unsubscribe from this list, visit
 https://www.eclipse.org/mailman/listinfo/sumo-user

>>> 

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-11 Thread Harald Schaefer

Hello Dillip,

The message "Makefile:140: recipe for target 'all' failed" is a summary 
message.


I see the following options for you:

a) post the output of the make-run to the list

sudo make -j$(grep -c ^processor /proc/cpuinfo) |& tee makefile-output.txt

b) run step 5 twice (the second step compiles only the erroneous step 
again, so the second message might show up)


sudo make -j$(grep -c ^processor /proc/cpuinfo)

sudo make

c) try a newer version

d) Someone else in this user group has an idea

Greetings, Harald

Am 11.08.20 um 06:19 schrieb Tripplanner Mumbai:

Hello Harald,
No, I did not get any other errors. Should I try other version?
thanks and regards,
Dillip Rout

On Fri, 7 Aug 2020 at 11:20, Harald Schaefer > wrote:


Hello Dillip,

there must be another error in the output of the makefile.

If you run step 5 without the -j option (just sudo make), the
other error should be at the end too.

Greetings, Harald

Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:

Hello Jakob,
Thank you for taking so much of effort to correct the null pointer.

I downloaded the latest version of August 5 and followed the
following steps for installing SUMO on my Ubuntu 18.04 machine.

1.

sudo apt-get installcmake python g++ libxerces-c-dev
libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig

2.

exportSUMO_HOME="$PWD/sumo"

3.

sudo mkdir sumo/build/cmake-build&& cd sumo/build/cmake-build

4.

sudo cmake ../..

5.

sudo make -j$(grep -c ^processor /proc/cpuinfo)

6.

sudo make install

However,Step-5 resulted in the following error while installation:
[  2%] Linking CXX static library libutils_xml.a [  2%] Built
target utils_xml Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Kindly look into the issue.
with best regards,
Dillip Rout


On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann mailto:namdre.s...@gmail.com>> wrote:

Please try again with the latest development version tomorrow
(https://github.com/eclipse/sumo/issues/7336).

Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai
mailto:tripplanner...@gmail.com>>:

Finally, I installed SUMO through the command line (sudo
apt install SUMO) and tried to get the previous stage
data through TraCI but again the same issues persist
here, i.e., it goes for exception and the program stops.
It is a prolonged question which is yet to be answered by
anyone, will I get an answer for it?

On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>> wrote:

Again, accessing previous stage data leads to error
when I tried with the latest development version
which was updated on July 9.

On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>> wrote:

Hello,

I had raised this question long time ago that the
TraCI program is unable to find the  previous
stage information incase the current stage has
been completed successfully. Particularly I was
trying to extract the following information from
the previous stage.

/ print("previous

stage","type",prevStage.type,"dest",prevStage.destStop,"travel
time", prevStage.travelTime,
"distance",prevStage.length,"depart time",
prevStage.depart)/

Unfortunately, the output does not contain all
the required information, as shown below.
/previous stage type 3 dest busStop#12 travel
time -1.0 distance 672.437702712895 depart time
-0.001/

@Jakob replied: that information was previously
missing from the stage output
(https://github.com/eclipse/sumo/issues/7274).
You can download the updated version tomorrow and
find out the desired result.

Surprisingly,//when I tried to execute the TraCI
code (demo-i.py) after installing the latest
version (updated on July 5), //I got some
exceptions now which were not there in the
previous versions. In particular I am getting the
following error:
/Error in Previous Stage retrieval, so, skip this
personID:  2229/
/ , /which is due to line number 97 in my
TraCI program.

Kindly check the 

Re: [sumo-user] Previous stage output not available in TraCI

2020-08-10 Thread Tripplanner Mumbai
 Hello Harald,
No, I did not get any other errors. Should I try other version?
thanks and regards,
Dillip Rout

On Fri, 7 Aug 2020 at 11:20, Harald Schaefer  wrote:

> Hello Dillip,
>
> there must be another error in the output of the makefile.
>
> If you run step 5 without the -j option (just sudo make), the other error
> should be at the end too.
>
> Greetings, Harald
> Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:
>
> Hello Jakob,
> Thank you for taking so much of effort to correct the null pointer.
>
> I downloaded the latest version of August 5 and followed the following
> steps for installing SUMO on my Ubuntu 18.04 machine.
>
>1.
>
>sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev
>libgdal-dev libproj-dev libgl2ps-dev swig
>2.
>
>export SUMO_HOME="$PWD/sumo"
>3.
>
>sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
>4.
>
>sudo cmake ../..
>5.
>
>sudo make -j$(grep -c ^processor /proc/cpuinfo)
>6.
>
>sudo make install
>
> However,Step-5 resulted in the following error while installation:
> [  2%] Linking CXX static library libutils_xml.a [  2%] Built target
> utils_xml Makefile:140: recipe for target 'all' failed make: *** [all]
> Error 2
> Kindly look into the issue.
> with best regards,
> Dillip Rout
>
>
> On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann  wrote:
>
>> Please try again with the latest development version tomorrow (
>> https://github.com/eclipse/sumo/issues/7336).
>>
>> Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
>> tripplanner...@gmail.com>:
>>
>>> Finally, I installed SUMO through the command line (sudo apt install
>>> SUMO) and tried to get the previous stage data through TraCI but again the
>>> same issues persist here, i.e., it goes for exception and the program
>>> stops.
>>> It is a prolonged question which is yet to be answered by anyone, will I
>>> get an answer for it?
>>>
>>> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
>>> tripplanner...@gmail.com> wrote:
>>>
 Again, accessing previous stage data leads to error when I tried with
 the latest development version which was updated on July 9.

 On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
 tripplanner...@gmail.com> wrote:

> Hello,
>
> I had raised this question long time ago that the TraCI program is
> unable to find the  previous stage information incase the current stage 
> has
> been completed successfully. Particularly I was trying to extract the
> following information from the previous stage.
>
> * print("previous
> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
> prevStage.travelTime, "distance",prevStage.length,"depart  time",
> prevStage.depart)*
>
> Unfortunately, the output does not contain all the required
> information, as shown below.
>  *previous stage type 3 dest busStop#12 travel time -1.0
> distance 672.437702712895 depart time -0.001*
>
> @Jakob replied: that information was previously missing from the stage
> output (https://github.com/eclipse/sumo/issues/7274). You can
> download the updated version tomorrow and find out the desired result.
>
> Surprisingly, when I tried to execute the TraCI code (demo-i.py)
> after installing the latest version (updated on July 5),  I got some
> exceptions now which were not there in the previous versions. In 
> particular
> I am getting the following error:
>   *Error in Previous Stage retrieval, so, skip this personID:
>  2229*
> * , *which is due to line number 97 in my TraCI program.
>
> Kindly check the issues in the development version and suggest to me.
> I am enclosing the network and corresponding codes for tracing the issue.
>
> regards,
> Dillip Rout
>
> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To unsubscribe from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
>
> ___
> sumo-user mailing listsumo-u...@eclipse.org
> To unsubscribe from this list, visit 
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI

2020-08-06 Thread Harald Schaefer

Hello Dillip,

there must be another error in the output of the makefile.

If you run step 5 without the -j option (just sudo make), the other 
error should be at the end too.


Greetings, Harald

Am 07.08.20 um 07:06 schrieb Tripplanner Mumbai:

Hello Jakob,
Thank you for taking so much of effort to correct the null pointer.

I downloaded the latest version of August 5 and followed the following 
steps for installing SUMO on my Ubuntu 18.04 machine.


1.

sudo apt-get installcmake python g++ libxerces-c-dev
libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig

2.

exportSUMO_HOME="$PWD/sumo"

3.

sudo mkdir sumo/build/cmake-build&& cd sumo/build/cmake-build

4.

sudo cmake ../..

5.

sudo make -j$(grep -c ^processor /proc/cpuinfo)

6.

sudo make install

However,Step-5 resulted in the following error while installation:
[  2%] Linking CXX static library libutils_xml.a [  2%] Built target 
utils_xml Makefile:140: recipe for target 'all' failed make: *** [all] 
Error 2

Kindly look into the issue.
with best regards,
Dillip Rout


On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann > wrote:


Please try again with the latest development version tomorrow
(https://github.com/eclipse/sumo/issues/7336).

Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai
mailto:tripplanner...@gmail.com>>:

Finally, I installed SUMO through the command line (sudo apt
install SUMO) and tried to get the previous stage data through
TraCI but again the same issues persist here, i.e., it goes
for exception and the program stops.
It is a prolonged question which is yet to be answered by
anyone, will I get an answer for it?

On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>>
wrote:

Again, accessing previous stage data leads to error when I
tried with the latest development version which was
updated on July 9.

On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>> wrote:

Hello,

I had raised this question long time ago that the
TraCI program is unable to find the previous stage
information incase the current stage has been
completed successfully. Particularly I was trying to
extract the following information from the previous
stage.

/ print("previous
stage","type",prevStage.type,"dest",prevStage.destStop,"travel
time", prevStage.travelTime,
"distance",prevStage.length,"depart time",
prevStage.depart)/

Unfortunately, the output does not contain all the
required information, as shown below.
/previous stage type 3 dest busStop#12 travel time
-1.0 distance 672.437702712895 depart time -0.001/

@Jakob replied: that information was previously
missing from the stage output
(https://github.com/eclipse/sumo/issues/7274). You can
download the updated version tomorrow and find out the
desired result.

Surprisingly,//when I tried to execute the TraCI code
(demo-i.py) after installing the latest version
(updated on July 5), //I got some exceptions now which
were not there in the previous versions. In particular
I am getting the following error:
/Error in Previous Stage retrieval, so, skip this
personID:  2229/
/ , /which is due to line number 97 in my
TraCI program.

Kindly check the issues in the development version and
suggest to me. I am enclosing the network and
corresponding codes for tracing the issue.

regards,
Dillip Rout

___
sumo-user mailing list
sumo-user@eclipse.org 
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org 
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI

2020-08-06 Thread Tripplanner Mumbai
Hello Jakob,
Thank you for taking so much of effort to correct the null pointer.

I downloaded the latest version of August 5 and followed the following
steps for installing SUMO on my Ubuntu 18.04 machine.

   1.

   sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev
   libgdal-dev libproj-dev libgl2ps-dev swig
   2.

   export SUMO_HOME="$PWD/sumo"
   3.

   sudo mkdir sumo/build/cmake-build && cd sumo/build/cmake-build
   4.

   sudo cmake ../..
   5.

   sudo make -j$(grep -c ^processor /proc/cpuinfo)
   6.

   sudo make install


However,Step-5 resulted in the following error while installation:
[  2%] Linking CXX static library libutils_xml.a
[  2%] Built target utils_xml
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2

Kindly look into the issue.

with best regards,
Dillip Rout



On Mon, 3 Aug 2020 at 19:19, Jakob Erdmann  wrote:

> Please try again with the latest development version tomorrow (
> https://github.com/eclipse/sumo/issues/7336).
>
> Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
> tripplanner...@gmail.com>:
>
>> Finally, I installed SUMO through the command line (sudo apt install
>> SUMO) and tried to get the previous stage data through TraCI but again the
>> same issues persist here, i.e., it goes for exception and the program
>> stops.
>> It is a prolonged question which is yet to be answered by anyone, will I
>> get an answer for it?
>>
>> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
>> tripplanner...@gmail.com> wrote:
>>
>>> Again, accessing previous stage data leads to error when I tried with
>>> the latest development version which was updated on July 9.
>>>
>>> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
>>> tripplanner...@gmail.com> wrote:
>>>
 Hello,

 I had raised this question long time ago that the TraCI program is
 unable to find the  previous stage information incase the current stage has
 been completed successfully. Particularly I was trying to extract the
 following information from the previous stage.

 * print("previous
 stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
 prevStage.travelTime, "distance",prevStage.length,"depart  time",
 prevStage.depart)*

 Unfortunately, the output does not contain all the required
 information, as shown below.
  *previous stage type 3 dest busStop#12 travel time -1.0
 distance 672.437702712895 depart time -0.001*

 @Jakob replied: that information was previously missing from the stage
 output (https://github.com/eclipse/sumo/issues/7274). You can download
 the updated version tomorrow and find out the desired result.

 Surprisingly, when I tried to execute the TraCI code (demo-i.py) after
 installing the latest version (updated on July 5),  I got some
 exceptions now which were not there in the previous versions. In particular
 I am getting the following error:
   *Error in Previous Stage retrieval, so, skip this personID:
  2229*
 * , *which is due to line number 97 in my TraCI program.

 Kindly check the issues in the development version and suggest to me. I
 am enclosing the network and corresponding codes for tracing the issue.

 regards,
 Dillip Rout

 ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI - new nullptr issue

2020-08-04 Thread Jakob Erdmann
Regression fixed. (About what you would expect from a monday after a long
vacation).

Am Di., 4. Aug. 2020 um 07:37 Uhr schrieb Harald Schaefer <
fechs...@gmail.com>:

> There is a new issue (see 7357)
>
> Am 03.08.20 um 15:25 schrieb Jakob Erdmann:
> > Issue https://github.com/eclipse/sumo/issues/7336 is now fixed.
> >
> >
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI - new nullptr issue

2020-08-03 Thread Harald Schaefer

There is a new issue (see 7357)

Am 03.08.20 um 15:25 schrieb Jakob Erdmann:

Issue https://github.com/eclipse/sumo/issues/7336 is now fixed.



___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI

2020-08-03 Thread Jakob Erdmann
Please try again with the latest development version tomorrow (
https://github.com/eclipse/sumo/issues/7336).

Am Mi., 22. Juli 2020 um 14:08 Uhr schrieb Tripplanner Mumbai <
tripplanner...@gmail.com>:

> Finally, I installed SUMO through the command line (sudo apt install SUMO)
> and tried to get the previous stage data through TraCI but again the same
> issues persist here, i.e., it goes for exception and the program stops.
> It is a prolonged question which is yet to be answered by anyone, will I
> get an answer for it?
>
> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai 
> wrote:
>
>> Again, accessing previous stage data leads to error when I tried with the
>> latest development version which was updated on July 9.
>>
>> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai 
>> wrote:
>>
>>> Hello,
>>>
>>> I had raised this question long time ago that the TraCI program is
>>> unable to find the  previous stage information incase the current stage has
>>> been completed successfully. Particularly I was trying to extract the
>>> following information from the previous stage.
>>>
>>> * print("previous
>>> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
>>> prevStage.travelTime, "distance",prevStage.length,"depart  time",
>>> prevStage.depart)*
>>>
>>> Unfortunately, the output does not contain all the required information,
>>> as shown below.
>>>  *previous stage type 3 dest busStop#12 travel time -1.0
>>> distance 672.437702712895 depart time -0.001*
>>>
>>> @Jakob replied: that information was previously missing from the stage
>>> output (https://github.com/eclipse/sumo/issues/7274). You can download
>>> the updated version tomorrow and find out the desired result.
>>>
>>> Surprisingly, when I tried to execute the TraCI code (demo-i.py) after
>>> installing the latest version (updated on July 5),  I got some
>>> exceptions now which were not there in the previous versions. In particular
>>> I am getting the following error:
>>>   *Error in Previous Stage retrieval, so, skip this personID:
>>>  2229*
>>> * , *which is due to line number 97 in my TraCI program.
>>>
>>> Kindly check the issues in the development version and suggest to me. I
>>> am enclosing the network and corresponding codes for tracing the issue.
>>>
>>> regards,
>>> Dillip Rout
>>>
>>> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI - problem analyzed

2020-08-03 Thread Jakob Erdmann
Issue https://github.com/eclipse/sumo/issues/7336 is now fixed.

Am Sa., 25. Juli 2020 um 16:02 Uhr schrieb Harald Schaefer <
fechs...@gmail.com>:

>
> Am 25.07.20 um 14:00 schrieb Tripplanner Mumbai:
>
> Hi Harald,
> Thank you for this update. I guess that efforts are being taken to fix
> this problem.
> Can I comment on the link as well (
> https://github.com/eclipse/sumo/issues/7336)?
>
> Feel free to put additional comments.
>
> The idea of an issue is to collect all informations about this issue.
>
> regards,
> Dillip Rout
>
> On Fri, 24 Jul 2020 at 23:25, Harald Schaefer  wrote:
>
>> Hi,
>>
>> the problem is caused by a crash of SUMO in certain circumstances.
>>
>> For details see issue 7336
>>
>> Greetings Harald
>>
>> Am 22.07.20 um 14:07 schrieb Tripplanner Mumbai:
>>
>> Finally, I installed SUMO through the command line (sudo apt install
>> SUMO) and tried to get the previous stage data through TraCI but again the
>> same issues persist here, i.e., it goes for exception and the program
>> stops.
>> It is a prolonged question which is yet to be answered by anyone, will I
>> get an answer for it?
>>
>> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai <
>> tripplanner...@gmail.com> wrote:
>>
>>> Again, accessing previous stage data leads to error when I tried with
>>> the latest development version which was updated on July 9.
>>>
>>> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai <
>>> tripplanner...@gmail.com> wrote:
>>>
 Hello,

 I had raised this question long time ago that the TraCI program is
 unable to find the  previous stage information incase the current stage has
 been completed successfully. Particularly I was trying to extract the
 following information from the previous stage.

 * print("previous
 stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
 prevStage.travelTime, "distance",prevStage.length,"depart  time",
 prevStage.depart)*

 Unfortunately, the output does not contain all the required
 information, as shown below.
  *previous stage type 3 dest busStop#12 travel time -1.0
 distance 672.437702712895 depart time -0.001*

 @Jakob replied: that information was previously missing from the stage
 output (https://github.com/eclipse/sumo/issues/7274). You can download
 the updated version tomorrow and find out the desired result.

 Surprisingly, when I tried to execute the TraCI code (demo-i.py) after
 installing the latest version (updated on July 5),  I got some
 exceptions now which were not there in the previous versions. In particular
 I am getting the following error:
   *Error in Previous Stage retrieval, so, skip this personID:
  2229*
 * , *which is due to line number 97 in my TraCI program.

 Kindly check the issues in the development version and suggest to me. I
 am enclosing the network and corresponding codes for tracing the issue.

 regards,
 Dillip Rout


>> ___
>> sumo-user mailing listsumo-u...@eclipse.org
>> To unsubscribe from this list, visit 
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
>
> ___
> sumo-user mailing listsumo-u...@eclipse.org
> To unsubscribe from this list, visit 
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI - problem analyzed

2020-07-25 Thread Harald Schaefer


Am 25.07.20 um 14:00 schrieb Tripplanner Mumbai:

Hi Harald,
Thank you for this update. I guess that efforts are being taken to fix 
this problem.
Can I comment on the link as well 
(https://github.com/eclipse/sumo/issues/7336)?


Feel free to put additional comments.

The idea of an issue is to collect all informations about this issue.


regards,
Dillip Rout

On Fri, 24 Jul 2020 at 23:25, Harald Schaefer > wrote:


Hi,

the problem is caused by a crash of SUMO in certain circumstances.

For details see issue 7336

Greetings Harald

Am 22.07.20 um 14:07 schrieb Tripplanner Mumbai:


Finally, I installed SUMO through the command line (sudo apt
install SUMO) and tried to get the previous stage data through
TraCI but again the same issues persist here, i.e., it goes for
exception and the program stops.
It is a prolonged question which is yet to be answered by anyone,
will I get an answer for it?

On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>> wrote:

Again, accessing previous stage data leads to error when I
tried with the latest development version which was updated
on July 9.

On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>>
wrote:

Hello,

I had raised this question long time ago that the TraCI
program is unable to find the previous stage information
incase the current stage has been completed successfully.
Particularly I was trying to extract the following
information from the previous stage.

/ print("previous
stage","type",prevStage.type,"dest",prevStage.destStop,"travel
time", prevStage.travelTime,
"distance",prevStage.length,"depart time", prevStage.depart)/

Unfortunately, the output does not contain all the
required information, as shown below.
/previous stage type 3 dest busStop#12 travel time -1.0
distance 672.437702712895 depart time -0.001/

@Jakob replied: that information was previously missing
from the stage output
(https://github.com/eclipse/sumo/issues/7274). You can
download the updated version tomorrow and find out the
desired result.

Surprisingly,//when I tried to execute the TraCI code
(demo-i.py) after installing the latest version (updated
on July 5), //I got some exceptions now which were not
there in the previous versions. In particular I am
getting the following error:
/Error in Previous Stage retrieval, so, skip this
personID:  2229/
/ , /which is due to line number 97 in my TraCI
program.

Kindly check the issues in the development version and
suggest to me. I am enclosing the network and
corresponding codes for tracing the issue.

regards,
Dillip Rout


___
sumo-user mailing list
sumo-user@eclipse.org  
To unsubscribe from this list, 
visithttps://www.eclipse.org/mailman/listinfo/sumo-user

___
sumo-user mailing list
sumo-user@eclipse.org 
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI - problem analyzed

2020-07-25 Thread Tripplanner Mumbai
Hi Harald,
Thank you for this update. I guess that efforts are being taken to fix this
problem.
Can I comment on the link as well (
https://github.com/eclipse/sumo/issues/7336)?
regards,
Dillip Rout

On Fri, 24 Jul 2020 at 23:25, Harald Schaefer  wrote:

> Hi,
>
> the problem is caused by a crash of SUMO in certain circumstances.
>
> For details see issue 7336
>
> Greetings Harald
>
> Am 22.07.20 um 14:07 schrieb Tripplanner Mumbai:
>
> Finally, I installed SUMO through the command line (sudo apt install SUMO)
> and tried to get the previous stage data through TraCI but again the same
> issues persist here, i.e., it goes for exception and the program stops.
> It is a prolonged question which is yet to be answered by anyone, will I
> get an answer for it?
>
> On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai 
> wrote:
>
>> Again, accessing previous stage data leads to error when I tried with the
>> latest development version which was updated on July 9.
>>
>> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai 
>> wrote:
>>
>>> Hello,
>>>
>>> I had raised this question long time ago that the TraCI program is
>>> unable to find the  previous stage information incase the current stage has
>>> been completed successfully. Particularly I was trying to extract the
>>> following information from the previous stage.
>>>
>>> * print("previous
>>> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
>>> prevStage.travelTime, "distance",prevStage.length,"depart  time",
>>> prevStage.depart)*
>>>
>>> Unfortunately, the output does not contain all the required information,
>>> as shown below.
>>>  *previous stage type 3 dest busStop#12 travel time -1.0
>>> distance 672.437702712895 depart time -0.001*
>>>
>>> @Jakob replied: that information was previously missing from the stage
>>> output (https://github.com/eclipse/sumo/issues/7274). You can download
>>> the updated version tomorrow and find out the desired result.
>>>
>>> Surprisingly, when I tried to execute the TraCI code (demo-i.py) after
>>> installing the latest version (updated on July 5),  I got some
>>> exceptions now which were not there in the previous versions. In particular
>>> I am getting the following error:
>>>   *Error in Previous Stage retrieval, so, skip this personID:
>>>  2229*
>>> * , *which is due to line number 97 in my TraCI program.
>>>
>>> Kindly check the issues in the development version and suggest to me. I
>>> am enclosing the network and corresponding codes for tracing the issue.
>>>
>>> regards,
>>> Dillip Rout
>>>
>>>
> ___
> sumo-user mailing listsumo-u...@eclipse.org
> To unsubscribe from this list, visit 
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI - problem analyzed

2020-07-24 Thread Harald Schaefer

Hi,

the problem is caused by a crash of SUMO in certain circumstances.

For details see issue 7336

Greetings Harald

Am 22.07.20 um 14:07 schrieb Tripplanner Mumbai:

Finally, I installed SUMO through the command line (sudo apt install 
SUMO) and tried to get the previous stage data through TraCI but again 
the same issues persist here, i.e., it goes for exception and the 
program stops.
It is a prolonged question which is yet to be answered by anyone, will 
I get an answer for it?


On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai 
mailto:tripplanner...@gmail.com>> wrote:


Again, accessing previous stage data leads to error when I tried
with the latest development version which was updated on July 9.

On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai
mailto:tripplanner...@gmail.com>> wrote:

Hello,

I had raised this question long time ago that the TraCI
program is unable to find the  previous stage information
incase the current stage has been completed successfully.
Particularly I was trying to extract the following information
from the previous stage.

/ print("previous
stage","type",prevStage.type,"dest",prevStage.destStop,"travel
time", prevStage.travelTime,
"distance",prevStage.length,"depart  time", prevStage.depart)/

Unfortunately, the output does not contain all the required
information, as shown below.
/previous stage type 3 dest busStop#12 travel time -1.0
distance 672.437702712895 depart time -0.001/

@Jakob replied: that information was previously missing from
the stage output
(https://github.com/eclipse/sumo/issues/7274). You can
download the updated version tomorrow and find out the desired
result.

Surprisingly,//when I tried to execute the TraCI code
(demo-i.py) after installing the latest version (updated on
July 5), //I got some exceptions now which were not there in
the previous versions. In particular I am getting the
following error:
/Error in Previous Stage retrieval, so, skip this personID:  2229/
/ , /which is due to line number 97 in my TraCI program.

Kindly check the issues in the development version and suggest
to me. I am enclosing the network and corresponding codes for
tracing the issue.

regards,
Dillip Rout


___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI

2020-07-22 Thread Tripplanner Mumbai
Finally, I installed SUMO through the command line (sudo apt install SUMO)
and tried to get the previous stage data through TraCI but again the same
issues persist here, i.e., it goes for exception and the program stops.
It is a prolonged question which is yet to be answered by anyone, will I
get an answer for it?

On Sat, 11 Jul 2020 at 11:53, Tripplanner Mumbai 
wrote:

> Again, accessing previous stage data leads to error when I tried with the
> latest development version which was updated on July 9.
>
> On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai 
> wrote:
>
>> Hello,
>>
>> I had raised this question long time ago that the TraCI program is unable
>> to find the  previous stage information incase the current stage has been
>> completed successfully. Particularly I was trying to extract the following
>> information from the previous stage.
>>
>> * print("previous
>> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
>> prevStage.travelTime, "distance",prevStage.length,"depart  time",
>> prevStage.depart)*
>>
>> Unfortunately, the output does not contain all the required information,
>> as shown below.
>>  *previous stage type 3 dest busStop#12 travel time -1.0
>> distance 672.437702712895 depart time -0.001*
>>
>> @Jakob replied: that information was previously missing from the stage
>> output (https://github.com/eclipse/sumo/issues/7274). You can download
>> the updated version tomorrow and find out the desired result.
>>
>> Surprisingly, when I tried to execute the TraCI code (demo-i.py) after
>> installing the latest version (updated on July 5),  I got some
>> exceptions now which were not there in the previous versions. In particular
>> I am getting the following error:
>>   *Error in Previous Stage retrieval, so, skip this personID:
>>  2229*
>> * , *which is due to line number 97 in my TraCI program.
>>
>> Kindly check the issues in the development version and suggest to me. I
>> am enclosing the network and corresponding codes for tracing the issue.
>>
>> regards,
>> Dillip Rout
>>
>>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Previous stage output not available in TraCI

2020-07-11 Thread Tripplanner Mumbai
Again, accessing previous stage data leads to error when I tried with the
latest development version which was updated on July 9.

On Thu, 9 Jul 2020 at 17:20, Tripplanner Mumbai 
wrote:

> Hello,
>
> I had raised this question long time ago that the TraCI program is unable
> to find the  previous stage information incase the current stage has been
> completed successfully. Particularly I was trying to extract the following
> information from the previous stage.
>
> * print("previous
> stage","type",prevStage.type,"dest",prevStage.destStop,"travel time",
> prevStage.travelTime, "distance",prevStage.length,"depart  time",
> prevStage.depart)*
>
> Unfortunately, the output does not contain all the required information,
> as shown below.
>  *previous stage type 3 dest busStop#12 travel time -1.0 distance
> 672.437702712895 depart time -0.001*
>
> @Jakob replied: that information was previously missing from the stage
> output (https://github.com/eclipse/sumo/issues/7274). You can download
> the updated version tomorrow and find out the desired result.
>
> Surprisingly, when I tried to execute the TraCI code (demo-i.py) after
> installing the latest version (updated on July 5),  I got some exceptions
> now which were not there in the previous versions. In particular I am
> getting the following error:
>   *Error in Previous Stage retrieval, so, skip this personID:
>  2229*
> * , *which is due to line number 97 in my TraCI program.
>
> Kindly check the issues in the development version and suggest to me. I am
> enclosing the network and corresponding codes for tracing the issue.
>
> regards,
> Dillip Rout
>
>
___
sumo-user mailing list
sumo-user@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-user