Can't automatically start appserver 8.2 under Solaris 10

Hi,
I have recently installed Sun Java Application Server 8.2 on Solaris 10 6/06 under a user other than root.
I'm interested in making domain1 start-automatically after booting. I tried for the first time a script that used
asadmin start-domain domain1Obviously logged in as the user that installed the app. server it worked ok, however, the root user couldn't get it running.
Then i used the following:
su  myuser -c "asadmin start-domain domain1"That worked when invoking the script as root.
However, after placing the file in /etc/init.d and making respective links in /etc/rc3.d and /etc/rc0.d and rebooting, it didn't work at all.
How can I see what was wrong or even if the script was attempted to be run?
Thanks a lot.
null
Message was edited by:
Gomer

So, if I understand this correctly, you are running this installation in local zone and trying to use J2SE from the global zone, right?
This hang might have something to do with zones. Based on limited truss snippet it is hard to tell where exactly it hangs, though. One possibility is that in fact J2SE verification went through fine but the next screen is the one which asks for default server configuration, including port numbers. Before that screen is shown, installer will try to find out whether the default port numbers are free or not, so it is possible it actually hangs there.
To see if the port verification is an issue, please try running:
./sjsas_pe-8_2-solaris-i586.bin -console -noportcheck
With this option, any port verification done by installer will be skipped, so if the hang was there installation should now go through. Note that this will create your default domain using default set of port numbers, so there is a chance you'll need to change port values prior to starting the server if any of those ports are in fact in use.
Also, if installer hangs in port verification, this might point to network configuration issues, so if you also run into problems during the server startup you might need to further deal with networking. In any case, try installing as above and see if you can get further.

Similar Messages

  • Can you automatically start programs when you switch on your imac

    can you automatically start programs when you switch on your imac

    Yes, go to: Apple / System Preferences / User Groups / Login Items and add the Application to the list of things automatically set to start at login.
    However, you should limit it to those that you need or use, because adding a lot will needlessly slow down your startup time and use more RAM.
    Message was edited by: den.thed
    Oop'  late on the draw again, glad your question is answered.

  • Can iPod automatically start?

    Can the iPod automatically start up and start playing when it is plugged into AC? I had a Creative Nomad that could do that. I had it in my car hooked up to the cigarette lighter. When I started the car and the player detected incoming power, it would automatically start up and start playing. Was wondering if the iPod could do the same?

    Tim,
    I don't think the iPod has the ability to do this. It wakes up when power is connected, but I don't believe that you can get it to start playing by itself when powered.
    You'll probably find that the only way to get it to self-play is by using the Alarm function...?
    Kind regards,
    Gopha.

  • Can OBIEE automatically update a filter if underlying data changes?

    Suppose there is a saved request that shows some data set, and it uses the following filter: "Country_Name is equal to / is in USA".
    Now suppose that the value in the underlying data source changes from "USA" to "United States". The aforementioned request would now return no data, since there is no "USA" anymore.
    Other than changing the way the request was initially designed (i.e. setting the filter to use the Country_ID instead of Country_Name), how would you handle this case? Is there an approach to use in OBIEE that would handle updating the filter automatically? Is this simply bad report design? Do you build something into the ETL process that triggers some action (either manual or automated) if dimension tables are updated? I could probably do an XML Search and Replace in the catalog upon learning that the value changed, but I'm wondering if there is a better way.
    Any thoughts?

    First of all: The best way to avoid this is to use saved filters in your report... then you only need to change these filters, instead of every single report.
    I don't think it is possible to automatically change the underlying filters of a report when data changes.
    About ETL: when you implement a Type 2 Slowly Changing Dimension you will create a new record for the dimension when the value of a column changes, to preserve the history. This means you will get two records with two row_ids. In your fact table you will use the dimension's new row_id for new data.
    For your report this means that it will give the same results for old data (because it filters on "USA"), but it won't show the new data, since it doesn't filter on "United States". So I don't think this ETL approach will solve your problem.
    Maybe a Type 3 Slowly Changing Dimension can help you. This means that you will preserve the history in the same record, using 2 columns for example "Current Country" and "Prior Country". This can solve your problem because you will filter on the same records (which is not the case in Type 2 SCD). But it means you will get two country columns, which is not the most elegant solution maybe..
    So maybe going through all your reports is the best way to solve your problem for now and encourage the report builders to use saved filters in their reports.
    Regards,
    Stijn

  • How can you automatically start the next Podcast?

    When an audiobook finishes, the next audiobook automatically. How can I get podcasts to do the same? I listen on bike rides and it is difficult to have to switch to the next podcast.
      Windows XP  

    Hi
    Welcome to Apple discussions.
    2 options (neither of which are particularly great)
    First - drag the relevant podcasts into a playlist in iTunes, sync your iPod and then off you go!
    Second - Create an on the go playlist of the relveant episodes on your iPod.
    I think the thinking behind this is that Apple assume people only have one podcast at a time to listen to i.e. one a day/ week etc. You are right though, it would be nice just to have a preference to set to do what you want.
    You should leave your feedback here:
    http://www.apple.com/feedback/ipod.html

  • Can iWeb automatically start next page?

    My homepage is a small QT intro file.
    Is there a way to switch automatically to the next page when the intro has stopped?
    Jacques.

    Add this before </head> in the html document:
    <meta http-equiv="refresh" content="x;url=Pagename.html">
    x=# of seconds before new page loads (length of QT movie)
    Pagename.html=name of page you want to load
    Here are some basic instructions for making html changes after publishing in iWeb:
    1. Publish your site via iWeb
    2. Find your html files.
    Go to iDisk/Web/Sites/iWeb/Sitename/Pagename.html
    (If you publish to a folder, look in the folder you selected or try looking in your Sites folder of your home folder. )
    There are two ways to handle accessing your iDisk.
    Method 1:
    Turn on local copy of your iDisk in System Prefs, with or without automatic syncing.
    If you publish your site via iWeb, now the updated pages exist online but the old pages are on your local iDisk. You need to sync (automatically or manually) to get the new pages on your local iDisk (on your computer).
    Then you can open the updated files, make your html changes in Text Edit or whatever program, and SYNC AGAIN (automatically or manually) to update the online version of the site to match what you have just changed on your local iDisk
    Method 2:
    Mount the iDisk when needed via the "Go" menu in Finder. This is the ONLINE VERSION of your iDisk, not a local copy. When you publish your site via iWeb, the changes INSTANTLY appear on the iDisk on your desktop. If you make html edits or other changes, they appear INSTANTLY online.
    I recommend Method 2 - much easier!!!
    3. Make the html changes.
    You can open the html files generated by iWeb in any text or html editor. In TextEdit, to view the code in an HTML file, choose File > Open and select "Ignore rich text commands." Then locate the .html file (as described in step 2) and click Open.
    Make your changes and don't forget to save your changes (not Save As, just Save)!!!
    4. Remember, if you make a change to a page like this post-publishing, and later re-publish, you have to make the html changes again! Set up a Find/Replace command in MassReplaceIt and you can do this very quickly. You can save your queries so you can make all of your changes with one click the next time you save.
    Download here:
    http://www.hexmonkeysoftware.com

  • Auto start for all services under solaris 10 ?

    Hi,
    Can I set the oracle auto start ? include listener, sqlplus...etc.
    Thanks.

    Hi,
    Yes I am using oracle as id.
    here is the output:
    solaris10% pwd
    /export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/bin
    solaris10% sh -x ./dbstart
    + :
    LOGMSG=logger -puser.alert -s
    + trap exit 1 2 3
    SAVE_LLP=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/lib:/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/network/lib
    ORACLE_HOME_LISTNER=
    + [ ! ]
    ./dbstart: test: argument expected
    solaris10%
    By the way, here is my environment variables setting:
    solaris10% env
    HOME=/export/home/oracle
    PATH=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/bin:/usr/bin:LOGNAME=oracle
    HZ=
    TERM=xterm
    SHELL=/bin/csh
    MAIL=/var/mail/oracle
    LANG=C
    LC_CTYPE=C
    LC_ALL=C
    TZ=Hongkong
    PWD=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/bin
    USER=oracle
    DISPLAY=solaris10:0.0
    ORACLE_BASE=/export/home/oracle/u01/app/oracle
    ORACLE_SID=orclnew
    TMP=/export/home/oracle/tmp
    TMPDIR=/export/home/oracle/tmp
    ORACLE_HOME=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3
    LD_LIBRARY_PATH=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/lib:/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/network/lib
    ORATAB=/var/opt/oracle/oratab
    solaris10%
    Thanks.

  • I am trying to download video that i purchased from itunes, but everytime i want to resume the process after pausing it, it automatically start the whole downloading process again, how can i eliminate this problem?

    i am trying to download video that i purchased from itunes, but everytime i want to resume the process after pausing it, it automatically start the whole downloading process again, how can i eliminate this problem?

    They don't normally appear in the download screen ... until I attempt to download another movie. Then they just start appearing. If you click edit - a normal movie download has a circle that appears on the left hand side that allows you to select and delete ... these movies don't have that option so you need to find the movie in you list (under movies) and select the download cloud symbol again to stop it downloading ...you may need to do this a number of times before it stops for a while ... or until you try to download a movie then it starts all over again.
    i have logged out of my itunes account. restarted the iPad, removed all movies, restarted the iPad, logged back into my iTunes account and restarted my iPad .... but as soon as I tried to download a single movies ... the other movies started appearing in the downloads again.

  • How can I disable iPhoto from automatically starting when I connect my iPhone?

    Whenever I connect my iPhone to my Mac it automatically starts iPhoto?  How can I make this not happen?

    Go into iPhoto's General preference pane and set the Connecting camera opens to No Application:
    OT

  • How can i disable imessage from automatically starting up when i turn on macbook air?

    how can i disable imessage from automatically starting up when i turn on macbook air? i dont know my imessages to pop up on my laptop when it turns on. But i dont want to disable imessage totally on my macbook.

    Welcome to the Apple Support Communities
    First of all, check that Messages is closed when you turn off your MacBook. This is so important because, by default, OS X will reopen all opened apps the next time you start your Mac.
    Apart from that, when you go to  > Shut Down, or  > Restart, in the window you see to restart or turn off your MacBook, unmark "Reopen windows when logging back in". This will avoid that your Mac opens all opened apps the next time you start the MacBook, so Messages won't start automatically at startup

  • In Lion, running on an i MAC (late 2006), how can I stop certain programs from automatically starting up when I start my MAC?

    In Lion, running on an I MAC, (late 2006), how can I stop certain programs (iTunes, Word) from automatically starting up when I start the computer?

    Any application that is open when you shut down will re-open when you restart unless you deselect this when shutting down/restarting:
    Also check System Preferences>Users & Groups>Login items tab and make sure there's nothing listed there that you don't want launched.

  • How can I start two FF instances under two Windows accounts at once w/o -no-remote? I need to be able to send URLs to them.

    I have one FF (36.0) installation and two Windows user accounts: one for work (w/o internet access but with access to domain resources like JIRA) and one for internet access (w/o access to local resources). I need two instances of FF running at the same time with different resources.
    I've created profiles with different names under both accounts and specify profile names using -p parameter. However when I try to start both instances of FF (second one is started via RUNAS), second instance can't be started, new tab in already running instance is opened instead:
    firefox.exe -p profile
    runas.exe /profile /savecred /user:user_i "\"firefox.exe\" -p profile_i"
    When I start one of them with -no-profile, I can start both at once... but when I try to execute firefox.exe with an URL in order to open a tab with this URL in one of running instances (local URLs I open by starting firefox.exe under work account and remote URLs I open by starting FF via RUNAS), it can't sent URL to already running instance of same user, it always sends URLs to an instance that is runnung w/o -no-remote.
    firefox.exe -p profile -url "url"
    runas.exe /profile /savecred /user:user_i "\"firefox.exe\" -p profile_i -url \"url\""
    So, I need to have two instances under two different Windows user accounts, and when firefox.exe is started again, it should only communicate with instance that is running under same user account, it must not communicate with instance that is running under different Windows account.

    ''guigs2 [[#answer-699118|said]]''
    <blockquote>
    https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-no-remote
    This feature was removed and unfortunately I do not have any ETA or work around for this.
    </blockquote>
    It was the different '''-remote''' switch that was removed and not the '''-no-remote'''
    https://www.mozilla.org/en-US/firefox/36.0/releasenotes/

  • I just bought macbook pro with 10.8.3 os. When i start the system, all applications automatically start up as well! How can I turn them off. I checked the user settings and no application is set tom open automatically!

    I just bought macbook pro with 10.8.3 os. When i start the system, all applications automatically start up as well! How can I turn them off. I checked the user settings and no application is set tom open automatically!

    You have 14 days to return the computer w/no questions asked.  Plus you have 90 days of FREE phone tech support on top of your standard 1 year warranty unless you also purchased AppleCare which gives you an additional 2 years of coverage plus FREE phone support.
    Strongly suggest that you take FULL advantage of the above before it runs out.  Let Apple deal w/the problems.

  • How i can automatic start WLS_Forms WLS_Report & Web Logic Server?

    How i can automatic start just like oracle (auto start /shtudown through windows)

    I would write a batch file and use the Windows Startup to call it.
    I would probably include a check or delay in it to allow NodeManager to be available before I tried to start the AdminServer.
    My shop is Unix so I don't have an example.
    You also might be able to do it as a service and this may help:
    http://download.oracle.com/docs/cd/E13222_01/wls/docs81/adminguide/winservice.html
    Best Regards
    mseberg

  • I have word, iTunes, and other application that starts automatically when I start my laptop and how can i change start up options?

    I have word, iTunes, and other application that starts automatically when I start my laptop and how can i change start up options?

    Go to System Preferences / Accounts - Login Items.
    In order to make changes, click the lock icon bottom left corner of the pane. You may be prompted for your admin password.
    Select the apps you don't want to launch on startup then click - (minus).

Maybe you are looking for

  • How can I create a redirect to an URL like in SICF?

    Hi, we offer  the payroll (com.sap.pct.erp.ess.paycheck_service / sap.com/ess~rem/payslip2) in our portal which is a Java-WD. Whenever we import a modified version of the corresponding HRFORM into the P-system the application aborts with an error bec

  • How to cancel a report from web?

    i want to cancel some reports i have made from web. i have made two kinds of reports,one from web using /cgi- bin/rwcgi60.exe?runrep... and another from DOS command line using rwcli60.exe.Then i use /cgi-bin/rwcgi60.exe/showjobs? server=myreportserve

  • BADI BBP_DETERMINE_LOGSYS

    Hi, What does BADI BBP_DETERMINE_LOGSYS do. Please let me know the steps to implement the same anthe usage as well. Thanks, Manu

  • Would like default open action to be "download a copy"

    hi all, i have a document library that i want to contain official copies of documents.  when you left-click the document title, it asks to open read only or check out.   i dont want either option, i want that behavior to be like the "download a copy"

  • Topics jump to other days when viewing web ical

    I think there is a serious bug on ical. When viewing ical from the web, topics are thrown around to other days BUT only when viewing "week". Example: when placing a meeting on friday then viewing it on the web-version the meeting has jumped to saturd