Can't start AS PE on Solaris 9

I just installed the bundle of AS 05Q2 and jdk 1.5
the download file name that I used is:
j2eesdk-1_4_02_2005Q2-solaris-sparc.bin
Install seemed to proceed fine.
Now, when I try to start the AS as indicated
/opt/SUNWappserver/bin asadmin start-domain --domain domain1
I get the following error:
Cound not start the instance: domain1:admin-server
server failed to start: abnormal subprocess termination
Could not start the domain
Could not start one or more instances in the domain : domain1
By the way, the start command is incorrect in the SJSAS PE8.1 2005Q2 Quick Start Guide on pg 4. I had to get the correct format by using the asadmin help command.

Actually, based on this error message, it seems that the asadmin command you are using is not the asadmin command belonging to your new J2EE 1.4 SDK installation but the one belonging to some previous AS 7 installation (hence your issues with "incorrect asadmin syntax in Quick Start guide" ).
Are you sure you installed your new installation in /opt/SUNWappserver and did you really use full path to asadmin command?

Similar Messages

  • New install of SJS Ent 8 on Solaris, can't start Application Server 8.1

    Hello,
    Appreciate in advance your help.
    Just downloaded and installed SJS 8.1 on a new Sun Solaris 10 box. I'm able to run the IDE and have started the Tomcat server, but when attempting to start the SJS 8.1 application server, I get:
    The Sun Java System Application Server 8.1 could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - Port conflicts. (use netstat -a to detect possible port numbers already used)
    - Incorrect server configuration
    - Corrupted Deployed Applications
    The problems are:
    - There is no server.log file in the expected directory at /opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/logs
    - I ran netstat -a, but could glean no useful information
    - I have not modified the server configuration since the new install
    - I have not deployed my application (since I can't start the server).
    Forgive my ignorance since I'm not a Solaris expert. I would greatly appreciate your assistance.

    No difference in server.log after setting level="FINEST".
    Don't know if it would help, but the contents of my server.log file follow:
    [#|2006-09-25T15:39:46.485-0400|INFO|sun-appserver-pe8.1_02|javax.enterprise.tools.launcher|_ThreadID=10;|
    /opt/sun/jstudio_ent8/jdk1.5.0_04/bin/java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/logs/server.log
    -Djava.endorsed.dirs=/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/endorsed
    -Djava.security.policy=/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/config/server.policy
    -Djava.security.auth.login.config=/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/config/cacerts.jks
    -Djava.ext.dirs=/opt/sun/jstudio_ent8/jdk1.5.0_04/jre/lib/ext:/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=myDomain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=/opt/sun/jstudio_ent8/AppServ8.1UR2/domains/myDomain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=myDomain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=/opt/sun/jstudio_ent8/AppServ8.1UR2/config
    -Djava.library.path=/opt/sun/jstudio_ent8/jdk1.5.0_04/jre/lib/i386/client:/opt/sun/jstudio_ent8/jdk1.5.0_04/jre/lib/i386:/opt/sun/jstudio_ent8/jdk1.5.0_04/jre/../lib/i386:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib:/usr/lib/lwp::/usr/lib
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    /opt/sun/jstudio_ent8/jdk1.5.0_04/lib/tools.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/activation.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/mail.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/admin-cli.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-admin.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-jstl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-logging.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee-svc.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jax-qname.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jaxr-api.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/dom.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jaxr-impl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jaxrpc-api.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jaxrpc-impl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/relaxngDatatype.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/saaj-api.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/saaj-impl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/xsdlib.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jmxremote.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jsf-api.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jmxremote_optional.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/jsf-impl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/rmissl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/xalan.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/xercesImpl.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-assemblytool_ja.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp_ja.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt_ja.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher_ja.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/deployhelp_ja.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee_ja.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-assemblytool_zh.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-assemblytool_zh_CN.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp_zh.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp_zh_CN.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt_zh.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt_zh_CN.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher_zh.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher_zh_CN.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/deployhelp_zh.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/deployhelp_zh_CN.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee_zh.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee_zh_CN.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-assemblytool_ko.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp_ko.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt_ko.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher_ko.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/deployhelp_ko.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee_ko.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-assemblytool_fr.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp_fr.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt_fr.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher_fr.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/deployhelp_fr.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee_fr.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-assemblytool_es.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-cmp_es.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-rt_es.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/commons-launcher_es.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/deployhelp_es.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/j2ee_es.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-upgrade.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/appserv-ext.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/install/applications/jmsra/imqjmsra.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/imq/lib/jaxm-api.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/imq/lib/fscontext.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/lib/ant/lib/ant.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/pointbase/lib/pbclient.jar:/opt/sun/jstudio_ent8/AppServ8.1UR2/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start|#]
    I do notice that the class path references jdk1.5.0_04. When installing SJS I selected the separately installed jdk1.5.0_07. Could that be causing the problem?
    You have great patience.

  • Can not start installation of Solaris 8

    (-: frenchee having pb with english speaking, please be nice : I still try to solve it ;-)
    On my Ultra1 creator, there is "ultrapenguin" a release for ultrasparc of Linux RH 5.2.
    I put the CD which I downloaded from "sun download center" ; I start the sun ; I press "stop+A" ; I send "boot cdrom" command ; it reply "can not start with file and args given" or something like that...
    The same procedure works fine with the install CD of RedHat 5.2 or with the install CD of Debian Potato (all for sparc, of course).
    What is wrong ??
    Thanks by advance !

    YES I did !!
    I found the solution last sunday : one of my friend give me an old version of Solaris (2.6) with the entire docs and packaging.
    In these docs, I found the command I (and you) have to type if you want to run the installation :
    after [stop]+[a], type the line
    boot cdrom - browser
    then, come back here and say to all (and to Sun corp) that a little readme file on the CD would be nice... ;-)
    Thanks to all.

  • Can not start Messaging server in Sun Java System Messaging Server 6 2005Q1

    Hi all,
    I installed Sun Java System Messaging Server 6 2005Q1 from Solaris 10 DVD on Solaris 10.
    After the installation, I got directory server, admin server running but messaging server not running. I can not start Messaging server (start smtp, http, pop, imap). I found in directory which I installed messaging server but I could not see script "start-msg" and "stop-msg".
    # pwd
    /opt/SUNWmsgsr/sbin
    # ls
    MoveUser ha_ip_config imquotacheck imsdirmig mkbackupdir
    UpgradeMsg5toMsg6.pl hashdir imsbackup imsexport readership
    configure imexpire imsconnutil imsimport reconstruct
    control-params.txt iminitquota imscripter imsrestore relinker
    deliver immonitor-access imsdaaci mboxutil useconfig
    Any idea what might have gone wrong?
    Thanks.

    Thanks.
    I have a problem when I configure the Messaging Server (by running the /opt/SUNWmsgsr/sbin/configure script):
    Hostname mailtest for this machine is not a fully qualified domain name. Please
    correct this before attempting to configure Messaging Server. Please make sure
    that your DNS is working properly.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    Can you help me fix this problem?
    Thanks.

  • PI 7.1 - Can't start config tool

    All,
    I just installed PI 7.1 (CI), MaxDB 7.7 on Solaris 10; ABAP and Java are up but I can't start the config tool; I am getting the following error message:
    so10sap2:nw2adm> /usr/sap/NW2/DVEBMGS01/j2ee/configtool/configtool.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolStart
            at java.net.URLClassLoader$1.run(URLClassLoader.java:261)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:249)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:340)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:320)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:285)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
    Just for curiosity, same thing if I try to start the cachegui:
    so10sap2:nw2adm> /usr/sap/NW2/DVEBMGS01/j2ee/configtool/cachegui.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolStart
            at java.net.URLClassLoader$1.run(URLClassLoader.java:261)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:249)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:340)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:320)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:285)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
    Any idea?
    Thanks,
    Guenther

    so10sap2:nw2adm> /usr/sap/NW2/DVEBMGS01/j2ee/configtool/configtool.sh
    Try to
    cd  /usr/sap/NW2/DVEBMGS01/j2ee/configtool/
    ./configtool.sh
    the configtool searches for its classes in the current directory, if you´re not in the "configtool" subdirectoy it won´t find them.
    Markus

  • Can't start RFC Server

    Hi,
    I installed Data Quality for SAP solution on a UNIX box - HP-UX Itanium 11.31.  Data Services and DS Components are all installed and running fine, however after I installed the RFC server I can't start it.  I keep getting this error:  Can't load ibrary: .../bin/librfccm.sl.
    I looked in my bin and I can't find the librfccm.sl file but I found the librfccm.so file.  I also found a thread on google that mentioned something about .so files are for Solaris/Linus and I must have installed the wrong package.  Has anyone run into this issue before?
    TIA
    Lynne

    In the host file, we have added the crm server details
    1) Your desktop/ PC has connection to the XI/ PI server.....port is opened.....contacvt the network team
    2) You should add the Fully Qualified Domain Name (FQDN) of the XI/ PI server in the host file alongwith its IP address.
    3) Check the JAVA version installed on you machine
    4) Confirm from your BASIS team that your server is actually up and running.
    Regards,
    Abhishek.

  • Unable to start workspace service on Solaris

    Hi,
    We are having some issues starting workspace services on solaris evviroment, when we start the workspace using the command "/app/hyperion/common/workspacert/9.5.0.0/bin/startAgent.sh" it starts only workspace agent, i see only the below process running on my server..
    /app/hyperion/common/JRE-64/Sun/1.5.0/bin/java -DSname=wksagent -DCMC_AGENT=true
    Actually there should be another service for workspace as below..
    /app/hyperion/common/JRE-64/Sun/1.5.0/bin/java -DSname=workspace -DAGENT_TASK=0
    My shared services is up and running fine, please direct me how to troubleshoot this issue. there are no log files which i can see what is the issue.
    Aslo note we are starting all the services in a prefered order
    Please let me know if you need further details.
    Thanks

    Set the Number of File Descriptors to unlimited. Under heavy load, WebLogic
    Server may use up all available file descriptors. You can raise the file
    descriptor limit permanently by setting rlim_fd_max and rlim_fd_cur in the
    /etc/system file and rebooting. Set rlim_fd_cur=256 (soft limit),
    rlim_fd_max=1024 (hard limit).
    see http://www.weblogic.com/platforms/sun/index.html
    "Satya Chauhan" <[email protected]> wrote in message
    news:3a679edf$[email protected]..
    I get the following error while starting Weblogic--------d.so.1:/usr/java/bin/sparc/native_threads/java: fatal: /dev/zero: open failed: Too
    many open files (/usr/java/lib/sparc/native_threads/libnet.so)ld.so.1:
    /usr/java/bin/sparc/native_threads/java: fatal: /usr/java/lib/libnet.so:
    open failed: Too many open files
    (/usr/java/lib/libnet.so)***************************************************
    ************************The WebLogic Server did not start up
    properly.Exception raised: java.lang.UnsatisfiedLinkError: no net in shared
    library pathjava.lang.UnsatisfiedLinkError: no net in shared library path
    at java.lang.Throwable.<init>(Compiled Code) at
    java.lang.Error.<init>(Compiled Code) at
    java.lang.LinkageError.<init>(Compiled Code) at
    java.lang.UnsatisfiedLinkError.<init>(Compiled Code) at
    java.lang.Runtime.loadLibrary(Compiled Code) at
    java.lang.System.loadLibrary(Compiled Code) at at at
    weblogic.t3.srvr.T3Srvr.checkAccess(Compiled Code) at
    weblogic.t3.srvr.T3Srvr.main(Compiled Code) at
    weblogic.Server.startServerStatically(Compiled Code) at
    weblogic.Server.main(Compiled Code) at weblogic.Server.main(Compiled
    Code)***********************************************************************

  • Can't start two listeners at the same time

    Hello -
    I am running Oracle 10g R2 on Solaris 10. I am getting the following error when I try to start my second listener "TNS-01106: Listener using listener name ccn_listener has already been started". There are multiple VIPA's assigned to the server, so I am trying to start two listeners at the same time (I can start each one separately). The different IP's are referenced in the listeners (even though they use port 1521), so there should not be a conflict. I also gave the two listeners distinct non-default names. The listeners are running under two differenct Oracle homes.
    Here is the code of the listeners:
    listener 1:
    PHD_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.49.236.119)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_PHD_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME=phdv410g)
    (ORACLE_HOME = /u02/app/oracle/product/10.2.0/db_1)
    (SID_NAME = phdv410g)
    listener 2:
    CCN_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.49.236.131)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_CCN_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME=ccn10gt1)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (SID_NAME = ccn10gt1)
    If anyone has any ideas about why I can't start these two listeners togethers, I would really appreciate it.
    Thanks!

    Hi,
    Look at the error: "Listener already started"...
    Can you check if that is right ?
    ps -ef | egrep lsnrWaiting for feedback.
    Regards,
    Yoann.

  • Can we start DB with srvctl start DB?

    I can't access sqlplus can i start db with this command in 9i?
    srvctl start db

    Hello,
    Probably your PATH is not set correct provided your sqlplus utility is functioning.
    Set your environment either in .profile or .bash_profile in $HOME directory (Solaris / UNIX flavor)
    export ORACLE_SID=orcl
    export ORACLE_HOME=/u01/oracle/product/XXXX
    export ORACLE_BIN=$ORACLE_HOME/bin
    export PATH=$PATH:$ORACLE_BIN
    now you try to run sqlplus at command line. It should work. Please customize the environment varibles for your own environment.
    Let me know if this works. Hope this helps.
    - Leo

  • Urgent: Can not start admin server

    I installed Sun One directory server 5.1 on Solaris 8 01/01 version patched with Solaris 8 patch cluster.
    In installation, there is error message
    Can't start Admin server [home/iplanet/servers/start-admin > /var/tmp/aaax0aOBb 2>&1] (error: No such file or directory)
    idskture only shows one ERROR message:
    ERROR : Patch 111085-02 (SunOS 5.8: /usr/bin/login patch) is required but not installed.
    But it seems fine since I reinstalled Solaris 8 01/01 release and install 5.1sp2 and with the same error message running idsktune, the installation of 5.1 but works fine.
    Do you have any idea why the installation fail before I reinstlall Solaris 8?
    Thanks,
    Iris

    Have you checked the EAS logs, <MIDDLEWARE_HOME>user_projects\epmsystem1\diagnostics\logs\services
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • VNC fails to start at bootup on Solaris 10 (SPARC)

    <div align="left">
    regardless of what i do, i am unable to get vnc to start automatically at bootup. however, i can manually start it by either executing the startup script or vncserver, directly, w/ no problems.
    first off, please forgive my ignorance. i know solaris well enough to be extremely dangerous but, not enough to be a full-blown sysadmin/programmer. second, my login is always as root. with that being said, here's what i've done...
    i have vnc installed in /usr/vnc411:
    -r-xr-xr-x 1 502 staff 3239328 Mar 11 2005 Xvnc
    -r-xr-xr-x 1 502 staff 903308 Mar 11 2005 vncconfig
    -r-xr-xr-x 1 502 staff 176500 Mar 11 2005 vncpasswd
    -rwxr-xr-x 1 502 staff 13938 Feb 23 2005 vncserver
    -r-xr-xr-x 1 502 staff 1357944 Mar 11 2005 vncviewer
    -r-xr-xr-x 1 502 staff 1301428 Mar 11 2005 x0vncserver
    the startup script is /etc/rc2.d/S99vnc. the script's contents:
    /usr/vnc411/vncserver
    the script's file permissions:
    -rwxr--r-- 1 root sys 22 Feb 10 11:47 S99vnc
    at first, i thought it may have to do w/ the smf feature of solaris 10 but, it's stated that 10 still provides legacy support of the use of rc scripts. so, at this point, i'm at a loss.
    i would be grateful for any assistance you solaris gurus can provide.
    thank you, kindly.
    </div>

    <div align="left">
    regardless of what i do, i am unable to get vnc to start automatically at bootup. however, i can manually start it by either executing the startup script or vncserver, directly, w/ no problems.
    first off, please forgive my ignorance. i know solaris well enough to be extremely dangerous but, not enough to be a full-blown sysadmin/programmer. second, my login is always as root. with that being said, here's what i've done...
    i have vnc installed in /usr/vnc411:
    -r-xr-xr-x 1 502 staff 3239328 Mar 11 2005 Xvnc
    -r-xr-xr-x 1 502 staff 903308 Mar 11 2005 vncconfig
    -r-xr-xr-x 1 502 staff 176500 Mar 11 2005 vncpasswd
    -rwxr-xr-x 1 502 staff 13938 Feb 23 2005 vncserver
    -r-xr-xr-x 1 502 staff 1357944 Mar 11 2005 vncviewer
    -r-xr-xr-x 1 502 staff 1301428 Mar 11 2005 x0vncserver
    the startup script is /etc/rc2.d/S99vnc. the script's contents:
    /usr/vnc411/vncserver
    the script's file permissions:
    -rwxr--r-- 1 root sys 22 Feb 10 11:47 S99vnc
    at first, i thought it may have to do w/ the smf feature of solaris 10 but, it's stated that 10 still provides legacy support of the use of rc scripts. so, at this point, i'm at a loss.
    i would be grateful for any assistance you solaris gurus can provide.
    thank you, kindly.
    </div>

  • Error "can not start the configuration in parallel does not correct"

    Hello everybody,
    I have Windows 7 SP1, and when I install Business Objects 4.1 Client, it is install correctly but when i execute the program, for example BO Rich Client, an error appear "can not start the configuration in parallel does not correct" Could you help me?
    Thanks in advance!

    Check this KB
                  1678498  - BI 4.0 Universe Designer Gives Side-by-Side configuration incorrect Error

  • Can not start data Collection service

    I have installed Fabric Manager version 3.3.(4). In the Performance Web Client I can not start the service Data Collection is in starting forever.
    I also could not stop it. I rebooted the server and the status for this service is in starting.
    Thanks,

    Please provide more details like: Server OS, Java version, and what type of database you are using for the FM Server.  Have you considered using a newer version of FM Server?

  • I can not start secion in creative cloud from a macbook

    I can not start secion in creative cloud from a macbook, always comes CERRO secion, and never I log in I can not start secion indesign folio builder fails me in muse could not enter if you remove it to install again, now I can not download, I tried / Library / Application Support / Adobe / OOBE rename the folder to OOBE_old setup Guide, and simply does not work, if we are paying the membership of adobe creative cloud, at least ask for is a solution, timely responses because we are losing time and therefore money, if they are solving a problem is better than what we say and if more users seek solutions and only wait.
    En español.
    No puedo iniciar secion en creative cloud desde una macbook, siempre sale CERRO SECION, y nunca me conecto, en indesign no puedo iniciar secion de folio builder me da error, en muse tampoco podia entrar a si que lo elimine para poder instalar nuevamente, ahora no puedo descargar, he intentado / Library / Application Support / Adobe / OOBE cambiar el nombre de la configuración rápida carpeta para OOBE_old, y simplemente no funciona, si nosotros estamos pagando la membresia de adobe creative cloud, lo menos que pedimos es una solucion, respuestas oportunas porque estamos perdiendo tiempo y consecuencia dinero, si estan resolviendo algun problema es mejor que lo digan y a si nosotros los usuarios no buscamos mas soluciones y solamente esperaremos.
    we want a valid and positive response

    Hello, could you please try the steps posted here: http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    Please let me know if you are successful or not.

  • Can not start Enterprise Manager web page

    I can not start Enterprise Manager web page.
    Here is my steps:
    1. Start enterprise manager
    emctl start
    Waiting for EM to initialize ...Started
    2. Check status:
    emctl status
    EMD is up and running : 200 OK
    3. Start the web page
    http://myhost:1810/
    4. get following error
    "There was no response. The server could be down or is not responding"
    System info:
    Database: 8.1.7.2
    OAS: 9.2.0.2
    JDK: 1.3.0_02
    Server OS: SunOS 5.8
    My question is where is the log file of enterprise manager and what the problem is.
    Thanks in advance
    Don

    diego,
    Thank you for your help. when I try your command I get following error:
    emctl start iasconsole
    Unknown command option
    Usage::
    emctl start|stop|status
    emctl reload | upload
    emctl set credentials [<Target_name>[:<Target_Type>]]
    emctl gencertrequest
    emctl installcert [-ca|-cert] <certificate base64 text file>
    emctl set ssl test|on|off|password [<old password> <new password>]
    emctl set password <new pwd>
    emctl authenticate <pwd>
    emctl switch home [-silent <new_home>]
    emctl config <options>
    emctl config options can be listed by typing "emctl config"

Maybe you are looking for