Where does user.home comes from on Solaris 8?

I have a bizzarre situation where my app needs to write a .log file to
user.home, but the somehow user.home is not what is defined by $HOME or in the
yppasswd file. Where could it be getting the value it thinks is user.home?
Has anyone seen anything like this before?
Thanx
gaby

Don't know, but you could try running the app with the flag -Duser.home=$HOME

Similar Messages

  • Where does user.name come from when using System.getProperty(user.name)

    Hello,
    Based on the user's requirements, I implemented authentication based on the results of the System.getProperty(user.name) feature. The audit group has some concerns on where the user.name value is coming from.
    Does anyone have any idea where this property is coming from, and if it is coming from a file, whether it is stored as text.

    Environment variable that is read internally by the JRE. If you go to dos (in windows) and type "set" and hit return, you'll see Username=whatever your login name is. If course, someone with the right credentials can change this.
    Unix has a similar feature.

  • Where does skype signal come from

    Okay, I have skype finally. But after reading skype info I still didn't get an idea of how it works. Basically where does the signal come from. Is it like a cellphone or do you have to be near something. Oddly enough, there's no real explanation on these forums. Or at least the ones I've read. It seems that its VOIP, whatever that is. Does it need wireless, or cells... can I call to someone driving in my car or get a call from someone. What are the limitations? Confused.  

    Skype is a VoIP provider.  VoIP providers use Internet access in order to make phone calls.  If you are home you can use your phone's WiFi to obtain Internet access from your home's wireless router.  If you are not you can use either your phone's  2G/3G/4G data plan or the Internet from any WI-Fi access point you have access to in the area.

  • Where does the data come from which powers the ship date and delivery date

    Hi All,
    Please let me know, where does the data come from which powers the ship date and delivery date?.
    Adi.

    Hi,
    DELIVERY DATE  will be maintain in the SALES DOCUMENT TYPES in VOV8 in the tab REQUESTED DELIVERY DATE/PRICING DAE/PURCHASE ORDER DATE.
    The field is PROPOSE DELIVERY DATE .
    If you check the field then the document created date will be the Requested date and will be carried from ORDER TO DELIVERY.
    If you want the delivery date other thann the CURRENT date then you have to maintain the LEAD TIME in days in the same tab.
    SHIP DATE: is the date on which you do the PGI in the delivery .
    Please check them and revert back if u need further details
    thanks,
    santosh

  • Where does album art come from?

    I had assumed that the album artwork that iTunes 7 provided would only be from music available on iTunes. It made sense; no Beatles artwork, no AC/DC, no Led Zep. However, some albums that aren't available at the iTunes store automatically appear. Most notably, of all things, the album "Conquer the Video Craze"; an obscure record that teaches you how to play Pac-Man and Stargate. When I saw that THIS appeared, I started checking others. There are a lot of albums that aren't available on iTunes, yet the artwork is downloaded. Where does it come from?

    I also could download artwork of albums which are not available in the Dutch iTunes Store (the only one available for my purchases).
    Searching in other Stores I found the albums, so I guess the artwork has to be stored on a central server or the artwork request is redirected to others Stores' servers.
    No information is known to me where it actually comes from.
    M

  • My fiancé had her ex boyfriend recommended to her in Game Center (friends) where does recommended friends come from ; Facebook, contacts, or previous gaming with him?

    My fiancé had her ex boy friend in her recommendations from Game Center where does recommendations come from ; Facebook, contacts, or past gaming?

    That's a good thought that could explain some cases, but not mine: these people definitely don't know my email address, and I'm not in their Address Book. (Some of these are people I might meet on a hike, say, and nod to in passing on other hikes once a or twice a year, and that's the extent of the "relationship"--no contact info ever exchanged. We don't even know what cities each other are from.)
    we don't even know each others' email addresses, and even if we did, my Apple ID email is not one I use for actual emailing purposes. Nor do we know each others' phone numbers, nor gaming nicknames; often not even last names.
    I should correct my first post: I said I "do now know well"... that should be "do NOT know well".

  • Where Does These Handles Come From In Color v1?

    When i add handles in Color where are they coming from?
    i.e.
    if the clip goes to color as a say 3 second clip. I then grade it and add a 5 frame handle.
    Does the 5 frames come from the clip in motion or doe it come from the footage before an after the fcp edit points?
    if it comes from what i sent then how do i maintain my edit/style rhythm of cuts?

    in@ 00:03:20 and then out@ 00:04:20...
    If those numbers are the source time code *at 23.98 fps*, there would be 24 frames in that clip. If you did not add handles, a new clip (#_1.mov) would be rendered and placed in the COLOR project render directory of your choosing. On Send To FCP, a new clip with the old reference name (but pointing to the new media) will appear on the FCP sequence and it will be 24 frames starting at 3:20 and ending at 4:20.
    If you request the addition of 4-frame handles, the clip will be rendered with a duration of 2444=32 frames. The clip "#_1.mov" source time code will be 3:16 to 5:00 (remembering this is 24 fps). When it appears on the FCP timeline, a one-second clip will show up and it will be In/3:20, Out/4:20, but you will be able to slip it +/- 4 frames or add up to a 4-frame transition outside the
    selected pickup points.
    It has not much to do with the master time code of the edit sequence, the handles only get added to the "source" clip, but it does not affect its pickup or duration on the master sequence. On the Master sequence, you would still only see the 24 original frames... but if you wanted to trim the edit a couple of frames, you would have them.
    You must understand that COLOR generates new independent media, usually ONLY the selected footage on the timeline. Handles are a way of generating extra media in an attempt to build in some post-lock flexibility, and they do not affect the edited sequence selection in any other way.
    jPo

  • Where does SPUser.ID comes from

    Dear All
    I have a user set up in active directory. This user is rwolf (CN=rwolf,OU=acme,DC=bfs-cust-tst,DC=local). Assume I run the code below in  'protected void Page_Load(object sender, EventArgs e)'.
    SPSite oSite = SPContext.Current.Site;
    SPWeb oWebsite = oSite.OpenWeb();
    SPUser user = oWebsite.CurrentUser;
    myLabel.Text = user.ID.ToString();
    When rwolf logs into Sharepoint and navigates to the page where above code behind runs he will see as value in 'myLabel' '18'. So, ID of rwolf is 18. Now, I could not figure out where this ID comes from. I looked deeply into Active Directory but could not find
    anything. Any hints?

    Hi,
    Whenever you add the user to the permissions or some other place.  It create a list item in the hidden list called user information list.  The ID which you are referring belong that list item.
    For more information, please refer to the following article.
    http://zimmergren.net/technical/sharepoints-hidden-user-list-user-information-list
    http://www.ktskumar.com/blog/2009/04/user-information-list-url-2/
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Inventory Management MultiProvider 0IC_MC03 - Where does the WIP Come From

    Hi,
    I have installed the primary InfoCube 0IC_C03 for Material Movements and noticed that there is a MultiProvider 0IC_MC03 (Material Range of Coverage WIP )  and I'm curious how this would project WIP?  The Documentation doesn't mention any details about what really makes up this provider other than the primary cube 0IC_C03.
    Where does this MultiProvider get Work in Process Values (WIP)?

    Hi,
    Check this:
    [Material Range of Coverage WIP |http://help.sap.com/saphelp_nw70/helpdata/en/41/34c9b85c2531fbe10000000a114e5d/frameset.htm]
    Hope this helps....
    Rgs,
    Ravikanth

  • Where does LKSTIME.dll come from?

    Hey all,
    I'm looking for what program provides LKSTIME.dll. I'm reinstalling a LabVIEW 7.1 application onto a new machine. I'm missing this .dll and looking for where this guy comes from. I see it's in i386 on my other computer.
    Don  

    It seems like this dll is usually installed with Lookout or the DSC Module.
    Matt J
    Professional Googler and Kudo Addict
    National Instruments

  • Where does the date come from when using Tip type = dateFormat

    Hi,
    Can anyone tell me when using personilizations where the date that is shown comes from when using tip type = dateFormat? Today it shows (example: 24-Sep-2012) but yesterday it was the 23rd so seems to increment by one day. Is there a way to change the date shown here, to sysdate for example?
    Thanks

    Hi,
    You can check Inline Messaging, Tips, Hints and Bubble Text section in OA Framework Developer Guide
    Thanks,
    Jit

  • ITunes 7: Where does album art come from?

    I'm curious what the source of the album art is that iTunes 7 downloads.
    Anybody know?

    Perhaps you're right that it comes from ITMS. I thought it might be multiple sources since some of it is pretty bad.
    For example: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewAlbum?id=661377&s=143441
    That's the Radiators "Law Of The Fish" and it looks like the original graphic designer's mock up, complete with cropping marks in the margins!
    Shocking.

  • File Utilization by Workspace - Where does this information come from

    I am looking at the Manage Workspaces>File Utilization by Workspace screen when logged in to my apex (4.0.2.00.07) installation as internal user I see that a particular workspace has 154MB. But when I try to find out what in this workspace is using so much I can only find 4.3 MB of usage (with select sum(bytes)/1014/1024 "MB" from dba_segments where owner = <schema_name>;).
    I am using this on a Oracle 10.0.2.4.0 on a Sun Solaris 10 box.
    When I pushed my DBA for digging further they wanted me to put in a SR... I did (SR 3-6331564231) and was told to use this forum.
    Any help to what this built in File Utilization report is looking at will be helpful.

    Question was answered by myself with the help of a few Oracle developers and my DBA.
    Here are some links I found helpful.
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/deploy_install.htm#CHDIJIAB
    http://www.dba-oracle.com/t_easy_html_db_storing_files_in_html_db.htm
    http://iadviseblog.wordpress.com/category/application_files/
    Ended up running the following queries.
    with workspaces as (
    select workspace_id, workspace
    from apex_workspaces )
    select workspace, filename, doc_size
    from flows_files.wwv_flow_file_objects$, workspaces
    where security_group_id = workspace_id
    order by 1 desc;
    with workspaces as (
    select workspace_id, workspace
    from apex_workspaces )
    select count(*), sum(doc_size), workspace
    from flows_files.wwv_flow_file_objects$, workspaces
    where security_group_id = workspace_id
    group by workspace
    order by 1 desc;
    select ID,FLOW_ID,NAME,PATHID,FILENAME,TITLE,MIME_TYPE,DOC_SIZE,DAD_CHARSET,CREATED_BY,CREATED_ON,UPDATED_BY,UPDATED_ON,DELETED_AS_OF,LAST_UPDATED,CONTENT_TYPE,LANGUAGE,DESCRIPTION,SECURITY_GROUP_ID,FILE_TYPE,FILE_CHARSET from flows_files.wwv_flow_file_objects$ order by last_updated desc
    The final answer is that these files are in the Export Repository. In apex 4.0 you have to manually manage these. You can find this on the home page by clicking on the Export Repository link or by going to the export repository for each application.
    To access the Export Repository:
    1. On the Workspace home page, click the Application Builder icon.
    2. Select an application.
    3. On the Application home page, click Utilities.
    4. Click Export Repository.

  • Where does SOATestDemoApp.ear come from?

    Hi Weblogic Server users,
    I am looking at a sample from workflow-001-DemoCommunitySeedApp for SOA suite 11gR1. Inside the sample, there is a SOATestDemoApp.ear file, which I do not know how to generate it from scratch and what it does. Does anyone know this or please recomend something for me to get to know this?
    Thanks a lot!

    I knew where to get it and I tested the run already and it worked.
    I am now more standing on the developer's perspective. How can we create such a web application? How to create a wls deployable ear file such as this?
    Please let me know or provide some useful links to similar examples.
    Thanks!

  • ERR-1016 --- Where does this error come from?

    I can't reproduce this at will. It's something unpredictable. Sometimes when I log into my app I get this error.
    ERR-1016 Application "113" Page "1" not found (requested language="en-us")
    My app doesn't have a page 1, but that shouldn't matter, because on log in the user should be taken to page 100. The frustrating thing is, most of the time it does.
    I have no idea how to troubleshoot this.
    Steve "the n00b" in Raleigh NC

    scott.wesley wrote:
    Perhaps check the security tab in your application definition.
    Often the home link is defined as
    f?p=&APP_ID.:1:&SESSION.
    It's best to use an alias on your desired home page, and define the home link as
    f?p=&APP_ID.:HOME:&SESSION.
    SWI tried that. First I had to take off ":SESSION" because of the Web Page not found error. Then I ran it with APP_ID.:HOME and it brought me to my login page. When I logged in, it got to page 100 (HOME page) with no problems.
    Then I logged out. When I logged out, if found that ":1" had replaced HOME in the http. When I logged in again, I ran into the same old problem. I need to get this resolved because I want to demo this app for the user in the next 72 hours.
    Thanks for all the help. I've learned a lot from this board.
    Steve the n00b in Raleigh NC

Maybe you are looking for

  • MDB and EJB in transactions

    Hi ,           I have an MDB running on weblogic 8.2 and calling a remove ejb running on a different machine. After getting home interface when I tried to create the remote object Iam getting the following error.           java.lang.NullPointerExcept

  • Time Machine transfer to new Macbook Pro

    I bought a new Macbook Pro last week that I need to replace tomorrow due to slight case damage - I installed loads of applications such as Office 2008, transferred all photos etc and wondered if I do a Time Machine backup today before I return it tom

  • Aperture 3.1: Adding watermark by uploading pictures to Mobile Me gallery.

    Hi, In the "Image Export" presets there is an option to ad a watermarkt on the picture. Is there any way to add a watermark when uploading pictures to the Mobile Me Gallery, using the Mobile me button?? Thanks in advance. Regards, Jos

  • Upgrading to Tiger is it worth it?

    thinking of upgrading to tiger is it worth it? Also is there a how to page out there somewhere so i can see how to do it. Would i have to save all my files prior to the change over?

  • ALV: how to disable editable cell and F4 in certain rows only.

    I am building a table maintenance front-end with an ALV grid using OOP concept.  Certain fields are editable and also have customised search helps assigned to them in the ALV structure defined for the grid. What I want is where I have identified an e