Koray, to isolate the problem I would suggest the following.
1. . <ar_install_dir>/bin/arsystem don't forget the dot in front, so you will have all the env-vars set by arsystem in your actual unix-shell 2. try to start your script. It should abort with core dump 3. unset ENV-VAR 4. try to start your script 5. unset NEXT-ENV-VAR 6. try to start your script ... ... ... ... you should be able to find the env-var which is causing trouble and perhaps this leads you to a solution. HTH Kind Regards Conny -----Ursprüngliche Nachricht----- Von: Action Request System discussion list(ARSList) [mailto:[email protected]] Im Auftrag von koray Gesendet: Mittwoch, 21. April 2010 15:57 An: [email protected] Betreff: Re: {Remedy ARS} Re: Active Link External $PROCESS$ on AR Server 7.5 Update: FreeAREntryListFieldList causes this error, included with arfree.h file.. On Apr 21, 4:09 pm, koray <[email protected]> wrote: > By the way, is there any way I can view the coredump file generated? > > On Apr 21, 3:47 pm, koray <[email protected]> wrote: > > > > > > > A few of them were missing such as ARCONFIGDIR but although I tried > > copying them from another server it didn't work again.. > > I did the server restart to see shell messages and it is exactly the > > same : XXXXX Abort(coredump) > > > I am totally lost. > > > On Apr 21, 3:05 pm, Conny Martin <[email protected]> wrote: > > > > following env-vars are set by arsystem > > > > LANG > > > TWO_TASK > > > ARCONFIGDIR > > > LC_ALL > > > PATH > > > ORACLE_HOME > > > LD_LIBRARY_PATH > > > ORA_NLS > > > ORA_NLS32 > > > ORA_NLS33 > > > NLS_LANG > > > NLSPATH > > > CLIENT_LOCALE > > > > -----Ursprüngliche Nachricht----- > > > Von: Action Request System discussion list(ARSList) > > > [mailto:[email protected]] Im Auftrag von koray > > > Gesendet: Mittwoch, 21. April 2010 13:57 > > > An: [email protected] > > > Betreff: Re: {Remedy ARS} Re: Active Link External $PROCESS$ on AR > > > Server 7.5 > > > > Hello again, > > > > Can anyone send me the output of "env" command related to Remedy or APIs? > > > > Best Regards, > > > Koray > > > > On Apr 21, 12:24 pm, koray <[email protected]> wrote: > > > > > @Juan Ingles: The C script exits with 0 in any case. > > > > Trying above "arsystem env <mypath/script>" results with Abort - > > > > core dumped > > > > > However the script isn't directly called in order to set the > > > > environment variables. mypath/script consists of > > > > > #!/usr/bin/sh > > > > LD_LIBRARY_PATH=<paths> > > > > export LD_LIBRARY_PATH > > > > /<mypath>/<the_c_script_itself> "$@" > > > > > @Conny: you are right, I doubt that this is really related to > > > > the environment variables.. But i am not sure how to overcome this.. > > > > > Best Regards, > > > > Koray > > > > > ________________________________________________________________ > > > > ______ _____ ____ UNSUBSCRIBE or access ARSlist Archives > > > > atwww.arslist.org attend wwrug10www.wwrug.comARSlist:"Where the > > > > Answers Are" > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "Remedy ARS" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group > > > > athttp://groups.google.com/group/arslist?hl=en. > > > > __________________________________________________________________ > > > _________ ____ UNSUBSCRIBE or access ARSlist Archives > > > atwww.arslist.orgattendwwrug10www.wwrug.comARSlist:"Where the Answers Are" > > > > __________________________________________________________________ > > > _________ ____ UNSUBSCRIBE or access ARSlist Archives > > > atwww.arslist.org attend wwrug10www.wwrug.comARSlist:"Where the Answers > > > Are" > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Remedy ARS" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group > > > athttp://groups.google.com/group/arslist?hl=en. > > > ____________________________________________________________________ > > _______ ____ UNSUBSCRIBE or access ARSlist Archives > > atwww.arslist.org attend wwrug10www.wwrug.comARSlist:"Where the Answers Are" > > > -- > > You received this message because you are subscribed to the Google Groups > > "Remedy ARS" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/arslist?hl=en. > > ______________________________________________________________________ > _____ ____ UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug10www.wwrug.comARSlist: "Where the Answers Are" > > -- > You received this message because you are subscribed to the Google Groups > "Remedy ARS" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/arslist?hl=en. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

