• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: solaris, deploy, account environment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: solaris, deploy, account environment


  • Subject: Re: solaris, deploy, account environment
  • From: Owen Jones <email@hidden>
  • Date: Thu, 15 May 2003 15:01:11 -0400
  • Organization: York University

Jonathan;

Did you restart wotaskd after changing the LD_LIBRARY_PATH ? If not it's not likely that .profile would be read by exec. It's normally only read for a login not for a shell invocation (try putting "cat /etc/passwd" in .profile and running "sh" while logged in and look at what gets printed out). If you restart wotaskd from a shell with the correct LD_LIBRARY_PATH then that should be passed on to new app instances.

Jonathan Rochkind wrote:
This is a good last resort, thanks. But I'd rather not do it that way, because ideally this code will work on a variety of machines, different platforms and different setups, as long as the underlying utility is present and configured properly. (It happens to be ImageMagick in this case).

Here's the weird thing... I log into the 'webob' account. I manually start an app instance. This app instance can use Runtime.exec to call the external utility, and it works fine. Apparently the LD_LIBRARY_PATH is set properly.

Now I start an instance of the exact same code from Monitor.... it doess't work. And the error stream reveals an 'ld' error that tells me it couldn't find a particular .so library, which seems to indicate that the LD_LIBRARY_PATH is NOT set properly. WoTaskd is running as this same user, 'webob', and instances started from Monitor, examined by 'ps' are indeed running as this user. Why do instances started by Monitor not have the proper LD_LIBRARY_PATH? Anyone have any ideas of where to look? I'd really like to get this solved this way.

--Jonathan

At 04:29 PM 5/14/2003 -0700, you wrote:

There's an overload of Runtime.exec() that let's you explicitly pass the environment that the child should have as a string array... That's usually simpler (and safer) than trying to frob the parent app server's environment.

-- Kaelin

On Wednesday, May 14, 2003, at 03:02  PM, Jonathan Rochkind wrote:

So, my WO app deployed on Solaris uses Runtime.exec to execute an external process. No problem here.

But for this particular external process to work, the LD_LIBRARY_PATH environmental variable must be set properly. My WO apps are running as a particular account, 'webob'. When I log into the webob account, the LD_LIBRARY_PATH is set fine (I set it in the .profile). I can execute the process no problem.

But the deployed through monitor app which also runs as 'webob'---it can't execute the process, and when I look at the error output, it says it can't find a particular .so library, which to me indicates that the LD_LIBRARY_PATH isn't set properly in the environment that's running my WO app. But it's set and exported in the .profile! And it works fine when I actually log in to the 'webob' account.

Any ideas? How do I go about investigating and fixing this?

--Jonathan

_______________________________________________
WebObjects-dev mailing list
email@hidden
http://www.omnigroup.com/mailman/listinfo/webobjects-dev


_______________________________________________
WebObjects-dev mailing list
email@hidden
http://www.omnigroup.com/mailman/listinfo/webobjects-dev

_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


--
                                Regards, Owen Jones

------------ http://yucc.yorku.ca/~ojones -------------
---------- SETI@Home Stats: 5993WU/6.95yrs -----------
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: solaris, deploy, account environment (From: Jonathan Rochkind <email@hidden>)

  • Prev by Date: Re: jar utility [SORTED THANKS]
  • Next by Date: Re: NSPropertyListSerialization
  • Previous by thread: Re: solaris, deploy, account environment
  • Next by thread: RE: solaris, deploy, account environment
  • Index(es):
    • Date
    • Thread