Hi Frederick, Of course, it was LD_PRELOAD environment. After setting it to null, everything went smooth. Sorry for the late reply, I have been trying to save the world for the past week..
Best Regards, Koray On Apr 22, 4:37 pm, "Grooms, Frederick W" <[email protected]> wrote: > You mind telling the list which environment variable it was. Info like that > can help the next person. > > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[email protected]] On Behalf Of Alkan, Koray > Sent: Wednesday, April 21, 2010 4:59 PM > To: [email protected] > Subject: Re: {Remedy ARS} Re: Active Link External $PROCESS$ on AR Server 75 > > Hi Conny, > > I did try removing the pre-set environment variables through my script > one by one and it eventually I found the "bad" one and it worked. > > Thank you all for your efforts, the issue has been resolved! > > Best Regards, > Koray > > On Apr 21, 8:56 pm, Conny Martin <[email protected]> wrote: > > 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 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 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" > > ___________________________________________________________________________ > ____ > 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"

