How to start/ restart the service in visual admin of SAP WAS 6.4?

I have installed the sneak preview version of SAP NetWeaver WAS 6.4 for default Database MaxDB. While developing a simple application to manage simple database table citymaster with 2 columns in jsp I am getting error as
Exception e com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at : java.comp.
Looking at visual admin tool for WAS 6.4 all the entries are in color blue but the last entry for 'DATASOURCE' is in RED color where 'java.comp/env/JDBC/DATASOURCE' is the jndi reference created for default DataSource.
Can any one help me that why the last entry is in RED and it that say that some error has occured or that entry is not started then how to start that?
Please help....

Dear Daniel,
I have checked the Visual Administrator's  JNDI Registry service entry in the ejbContexts node but there is no entry for the project which I have created.
It get deployed while I right click on the project's ear file and click on "Deploy on J2EE Engine". But same as before while checking in Browserthe site gives the same error...
503   Service Unavailable
Application cannot be started!
Details: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application bcone.com/EntityCMPAppln cannot be started, because it has hard reference to resource CONFIG_DB with type javax.sql.DataSource, but it is not active on the server.
     at com.sap.engine.services.deploy.server.ReferenceResolver.processUsageOfComponent(ReferenceResolver.java:508)
     at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:337)
     at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:149)
     at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:285)
     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:355)
     at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:120)
     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:224)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4170)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2390)
     at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2267)
     at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:41)
     at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:101)
     at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
     at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:80)
     at com.sap.engine.core.thread.impl4.SingleThread.execute(SingleThread.java:70)
     at com.sap.engine.core.thread.impl4.SingleThread.run(SingleThread.java:111)
Please help me, how to recover this error.
Rgds,
Vivek

Similar Messages

  • When do services fail, while start/restart the services

    Hi All,
    when do we have chance of services get fail while start/restart it (consider that everything is properly configured and instaled).
    and How do i troubleshoot it.
    can anyone come across related this issue, your experices will be helpful.
    Thanks in Advance.

    When Essbase.sec file got corrupted services will fail frequently.
    If you have back up of essbase.sec then replace it and restart the services or you need to create the essbase.sec file from starting.
    Regards
    Venkat G

  • How to stop and start (restart) portal services programmatically?

    Hi experts,
    I develop a portal service IMaintenanceService extending IService.
    The new service has some profile properties (start date, end end, etc.).
    I wrote another portal application MaintenanceManager which can change these profile properties.
    However, to activate the changes I have to restart the portal service.
    Does anyone know how I can restart the portal service IMaintenanceService from my portal application MaintenanceManager?
    Thanks for help.
    Edited by: Daniel Fötsch on Nov 21, 2011 8:24 AM

    please see the metalink note
    How to Start/Stop MWA Services Using Control Scripts adstrtal.sh/adstpall.sh? [ID 731320.1]
    This is how i startup and shutdown WMA
    for stopping :
    1) login to Applications tier
    2) To see if the MWA (telnet) server is running use:
    ps -ef|grep DPID
    3) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx stop_force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa
    for starting
    1) login to Applications tier
    2) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx start _force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa

  • After restarting the Services, Foundation service is not starting

    Hi All,
    Recently, i have applied patch and restarted the services, later found that foundation services is not starting. I have referred the logs and it showing below error.
    <Apr 29, 2015 7:45:30 PM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-x86_64 from Oracle Corporation>
    <Apr 29, 2015 7:45:31 PM PDT> <Critical> <Security> <BEA-090518> <Could not decrypt the username attribute value of {AES}9e8e9w8ADkG/3Hx33gkE9Ukm29IxHIISKLeLw/FYfxTO0GcnA= from the file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\security\boot.properties. If you have copied an encrypted attribute from boot.properties from another domain into C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\security\boot.properties, change the encrypted attribute to its cleartext value then reboot the server. The attribute will be re-encrypted. Otherwise, change all encrypted attributes to their cleartext values, then reboot the server. All encryptable attributes will be re-encrypted. The decryption failed with the exception weblogic.security.internal.encryption.EncryptionServiceException.>
    Enter username to boot WebLogic server:
    I have logged to Weblogic server and checked, the foundation service is not started.
    We dont have the backup of installation folder.
    I manually edited the user name and password and started the services, but no luck.
    Do any one idea about processBootProperties.cmd, shall i trigger it to get the new boot.properties.
    Please suggest.
    Thanks

    Hi all,
    I manually enter the credential for the Web logic server and started the services. It worked out.
    I did the same first, but i did some typo error in credential, it killed me for more that 1 hour... ):
    Thanks

  • How to start configuration adapter services

    Hi,
    I am stop configuration adapter service to apply the some settings, suddenly Visual administrator stopped and I am not able to start the configuration adapter service because visual administrator not start because of configuration adapter service.
    Please suggest how to start configuration adapter services.
    Regards,
    Ravi ghangurde

    HI ravi,
    you can try from config tool , but i am not sure whether that will help you or not. Best would be to restart the server and change the parameter from  Config tool again incase you have changed sometghing which is causing the service not to start.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/9f327802844fdcb776f38a2a7a9a7f/frameset.htm
    Regard
    Pankaj Prasoon

  • How to manually restart a service

    systemuiserver hung up on me recently and after forcing it to quick in activity monitor, I could not figure out how to restart the service. I'm new to mac from windows, where I would just go to where the services are listen and click restart. I did try blindly using 'launchctl start systemuiserver', but it didn't find the tag systemuiserver. And i tried 'launchctl com.apple.systemuiserver' but that tag wasnt found either.
    Any ideas on how to restart a service without having to reboot?
    Thanks!

    What does the array contain? Objects or strings?
    Post some code... it might help!

  • How do I restart the SNMP agents with the original command line options?

    I'm creating an application that changes the SNMP trap target configuration files and then restarts the SNMP agent. I'm currently working with the mibiisa agent. I want to make sure that I restart the service with the new trap targets but with the original command line options. How can I restart the mibiisa service with the same command line options that it originally loaded with?

    It is not "Network Time" that is the problem, but actually "SystemStarter." SystemStarter is an interim kludge to enable the work or the old StartupItems until they can be converted to LaunchDaemons or LaunchAgents controlled by launchd. Launcd calls SystemStarter to launch all the unconverted StartupItems. ntpd is now under the control of launchd directly.
    Launchctl is the command to load and unload the plist files, but I don't think it has a mechanism to restart a daemon.
    There are start and stop commands in launchctl, but the man page indicates that they are for debugging purposes.
    I also imagine you could just kill the ntp daemon and let it restart with new settings. It is most likely set to "keepAlive" so that it will automatically restart.

  • Could any one tell me that How can i create the service User ie j2ee SID

    hi all,
    In the implementation of SPNego Authentication schem in my portal system.
    i want to create the service user ie .j2ee-<SID>.
    <b>could any one tell me that How can i create the service User ie j2ee-<SID> in my visual administrator??</b>.
    any help will be highly Appretiated .
    thanks and regards.
    vinit soni.

    Vineet,
    the user management tab opens in Read Only mode - thats why the button is coming as disabled. There is a button for switching into Edit mode - it looks like a pen / pencil on the top bar. Click on that - your "Create User" button would be enabled.
    Also regarding creation of Service User via code level you can see <a href="https://www.sdn.sap.com/irj/sdn/thread?messageID=1057074">THIS</a> thread. And <a href="http://HERE">http://help.sap.com/saphelp_nw04/helpdata/en/f9/e3162ec55f4df6922d161f3785012a/frameset.htm</a>HERE[/url] is the SAP Help documentation on required permission settings.
    Regards,
    Shubhadip
    Message was edited by:
            Shubhadip Ghosh
    Message was edited by:
            Shubhadip Ghosh

  • How to start checking the bottle necks in PL/SQL for benchmarking?

    How to start checking the bottle necks in PL/SQL for benchmarking? Can anbody post me the instructions to start tuning the Oracle PL/SQL code..
    Thanks & Regards,
    VJ

    you can use DBMS_PROFILER to do this. This built in package is very well documented:
    http://www.oracle.com/pls/db102/ranked?word=dbms_profiler&remark=federated_search
    Depending on your IDE, you could get a visual representation of the profile. Something like:
    http://technology.amis.nl/blog/2327/dbms_profiler-report-for-sql-developer

  • How to verify all the Services in Oracle R12 from Unix OS

    Hi,
    Can someone please through some details on how to check and verify the unix processes and services from Unix backend in R12. In 11i I was using
    ps -ef|grep f60
    ps -ef|grep httpd
    ps -ef|grep FNDLIB
    Currently , I am using './adopmnctl.sh status ' command to see if all the components are UP. But I need to see the conc manager, form/report server , apache etc and on which port they are running as OS Processes.
    Thanks
    -Samar

    Hi Samar,
    Processes in Instance: hostname_domain
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | oafm | 29879 | Alive
    OC4J | forms | 29801 | Alive
    OC4J | oacore | 29726 | Alive
    HTTP_Server | HTTP_Server | 29669 | AliveThe above indicates that all application processes (except the CM) is up and running. You may also refer to the log files to verify that.
    I can also see the ps -ef|grep Apache but noting is comming as ps -ef|grep FNDLIB or ps -ef|grep frmweb or
    ps -ef|grep rwrun. What about "ps -ef | grep -i fnd"? If CM is down (verify by issuing "adcmctl.sh status" or from the application (Administer CM window)), the ps command will not return any result.
    For the forms server, does "ps -ef | grep -i frm" return something?
    I am using the R12 on linux single node. I shudown and starting all the services with adstrall.sh and it exited with status 0 after bringing up all the components. Apache and DB listeners are UP. I cant opent the forms due to firewall and Virus Protection AD blockers.What is the error you get? Can you open the forms if the firewall and pop-up blockers are disabled?
    How can I check if all the services are performing OK.The adopmnctl.sh command should be helpful here. In addition, review the log files (and try the commands in this reply) to verify the application components.
    Regards,
    Hussein

  • I just bought a new macbook air and while transferring documents from my old computer to my new one it stopped working, how do I restart the transferring process (it won't force quit on the new one)?

    I just bought a new macbook air and while transferring documents from my old computer to my new one it stopped working, how do I restart the transferring process (it won't force quit on the new one)?
    I NEED HELP

    jesster03 wrote:
    i just bought a new macbook w/ mtn lion. when i transferred data from my old macbook over, it created another user name (i called it "old computer"). That's actually good
    That's actually bad. Peruse Pondini's Setup New Mac guide and seriously consider starting over.

  • How do I restart the SDM on UNix?

    Hi. All
    I`m doing any configurations and I need restart only SDM. my question is .
    How do I restart the SDM on UNIX?
    Thanks  for you help
    Danny

    No offense - but for such basic tasks it´s a good idea to just search http://help.sap.com
    Check
    Starting and Stopping the SDM (UNIX)
    http://help.sap.com/saphelp_nw70/helpdata/EN/d0/38dd12e31c40b9ae36f03fc9e0d291/content.htm
    Markus

  • Facing an error while restarting the services : Process Manager is not initialized.

    while setting up the MDM environment I somehow messed up all the database connections.
    Now im unable to start or stop the services properly.
    Below is the error shown in the event viewer log for process MDM Ntier Process manager :
    The description for Event ID ( 3 ) in Source ( MDM NTier Process Manager ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Exception Emdm_Exception with message 'Process Manager is not initialized.'.
    Kindly help
    I suspect this is because incorrect password for Engine login MDM_SYSTEM or incorrect configuration file (config.xml), However i may be wrong.

    As far as the "Process Manager is not initialized" error is concerned, we got the same error recently.
    What we did was restart the DRM services on the server - The N-Tier Client and the Web-Publisher.
    However, after doing it - we still got the error or DRM would not respond. On looking through it again, we saw that the Task Manager on the Server did not kill the DRM processes and so we did it manually. Then we restarted the services and it worked fine this time. See if this works for you - first kill all the services on the client sides and then on the server side, check for the client and server side process task manager and then restart the service. This worked for us, hopefully it works for you too.
    -- Adi

  • I lost connection with the server while downloading  an audio book how do I restart the download without paying again?

    I lost connection with the server while downloading  an audio book how do I restart the download without paying again?

    Go into the App Store, tap Updates, and at the top should appear Purchases. Hit the tab that says "Not on this iPhone" to download again

  • How do you filt the "total" in Visual Composer?

    Hi everyone :
         My method is to filt the string "total" of the value of the filed .It can work ,but i think it's indirect ,so how do you filt the total in Visual Composer?
      thx
    chan

    Hi Zegion,
    Some help links for visual composer,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6b2d590-0201-0010-42ba-a53a5d422310
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7d48d999-0701-0010-5790-8b2c5ae7107d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1752b737-0401-0010-0ba3-87c3eda8c6ce
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cab252d4-0a01-0010-3984-ee345859dde6
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/01c5d690-0201-0010-668a-b8d97d51a566
    for How to Guides - Visual Composer.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/16244247-0a01-0010-3294-d81c21e7e86e
    Regards
    Prakash

Maybe you are looking for