Eclipse 2.0 cannot be started

Hi
I am working on PDK 5.0 for which I have installed JDK 1.3.1_15. and Tomcat 3.3. I've also installed Eclipse 2.0 on the system. Tomcat and PDK 5.0 are working while I cannot even start the eclipse IDE. An error is thrown saying the JVM is terminated. The log file shows an error saying that there is an access exception in the user32.dll file in Windows. I am using Windows XP. What could possibly be wrong?

Hi Aviad,
I am working on migration from EP 5.0 to EP 6.0. I could finally solve the problem. I guess it had to do with the compatibility of Eclipse 2.0 with JDK 1.3.1. I tried with Eclipse 2.1 instead and its working fine.
Regards
Priya

Similar Messages

  • 503   Service Unavailable : Application cannot be started.

    I'm trying to deploy an application. The application, a JSP web module, consumes a web service. I have tried doing this on local dev, it works perfectly but when I transfer it to our dev track an error occurs. When I try to access it, it gives this error
    Application cannot be started.
    Details: com.sap.engine.services.deploy.container.ExceptionInfo: Application webserviceear cannot be started. Reason: it has hard reference to resource webserviceproxy with type application, which is not active on the server.
    I have tried to deploy the dc for webserviceproxy then deployed the ear again but I still get the same error. I know that my web service is running because I can see and test it on wsnavigator. When I change my reference type to weak, I get compiling error instead. I don't have an access to our Visual Admin so I can't be sure what's the cause of the error.
    What could be the solution to my problem? Thanks

    Still having the same problem. Here's the log error for the EAR. Hope someone can help me.
    Jul 6, 2011 9:20:17 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] WARNING:
    [038]Deployment finished with warning
    Settings
    SDM host : bdhp4639
    SDM port : 50918
    URL to deploy : file:/C:/DOCUME1/saldua/LOCALS1/Temp/temp29002xx.comlftsclft~dc_webmoduleear.ear
    Result
    => deployed with warning : file:/C:/DOCUME1/saldua/LOCALS1/Temp/temp29002xx.comlftsclft~dc_webmoduleear.ear
    Finished with warnings: development component 'lft/sclft/dc_webmoduleear'/'xx.com'/'GGD_LFMGTDEV_D'/'20110706211929'/'0':Caught exception during application startup from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred while starting application pg.com/lft/sclft/dc_webmoduleear and wait. Reason: Clusterwide exception: server ID 98155850:com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application pg.com/lftsclftdc_webmoduleear cannot be started. Reason: it has hard reference to resource dc_webserviceproxy with type application, which is not active on the server.     at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:597)     at com.sap.engine.services.deploy.server.ReferenceResolver.processMakeReference(ReferenceResolver.java:399)     at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:328)     at com.sap.engine.services.deploy.server.application.StartTransaction.beginCommon(StartTransaction.java:162)     at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:136)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:342)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:126)     at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:245)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4741)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4646)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4619)     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1163)     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)Caused by: com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception while starting: pg.com/dc_webserviceproxy', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Exception while starting: pg.com/dc_webserviceproxy     at com.sap.portal.prt.sapj2ee.PortalRuntimeContainer.prepareStart(PortalRuntimeContainer.java:550)     at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4395)     at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:589)     ... 21 moreCaused by: com.sap.engine.services.deploy.container.DeploymentException: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception while starting: SAPJ2EE::xx.com/lftsclftdc_webserviceear', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Exception while starting: SAPJ2EE::xx.com/lftsclftdc_webserviceear     at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.getAndStartSAPJ2EEApplicationItem(SAPJ2EEPortalRuntime.java:906)     at com.sap.portal.prt.sapj2ee.PortalRuntimeContainer.prepareStart(PortalRuntimeContainer.java:523)     ... 23 moreCaused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [ExternalApplicationItem.prepare]: SAPJ2EE::xx.com/lftsclftdc_webserviceear     at com.sapportals.portal.prt.core.broker.ExternalApplicationItem.prepare(ExternalApplicationItem.java:188)     at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.prepare(SAPJ2EEApplicationItem.java:232)     at com.sapportals.portal.prt.core.broker.SAPJ2EEApplicationItem.start(SAPJ2EEApplicationItem.java:192)     at com.sapportals.portal.prt.service.sapj2ee.Mediator.getAndStartExternalApplication(Mediator.java:127)     at com.sap.portal.prt.sapj2ee.StartPortalApplication.coreRun(StartPortalApplication.java:59)     at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.getAndStartSAPJ2EEApplicationItem(SAPJ2EEPortalRuntime.java:902)     ... 24 moreCaused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application dc_webserviceproxy     at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:460)     at com.sapportals.portal.prt.core.broker.ExternalApplicationItem.prepare(ExternalApplicationItem.java:180)     ... 29 more (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : Got problems during deployment
    Edited by: mlsaldua on Jul 6, 2011 3:38 PM

  • UWL: The request cannot be started from the Business Workplace?

    Hi All
    Please assist I am currently trying to execute the standard leave request approval within the UWL. 
    This is the standard leave approval screen for workflow template WS12300111.
    I get the below error in a SAP ECC easy web screen.
    The request cannot be started from the Business Workplace
    Message no. HRTIM_ABS_REQ066
    Can anyone give me any insight to this as I have made multiple  changes tothe UWL config.
    Regards
    Maahir

    BY seeing the error message I think you might have not registered the task in the Portal, as you are have mentioned easy web screen
    1. When ever you are trying to execute the workitem from the UWL and you are able to See the SBWP SAP inbox in the browser then it means that the task of the workflow is not registered in the portal.
    2. Please ask your portal team to register the task in UWL with corresponding visualization parameters.
    [check for the parameters that are to be configured|http://help.sap.com/saphelp_nw04/helpdata/en/20/f0c82c9f6748c58d9ea14b3bbed93a/frameset.htm]
    You cannot execute a leave workitem from the Inbox. if you try to execute then it prompts the error message that you have mentioned.
    Try to do check all the below points.
    1. Check whether the task TS12300097 is registered in the SWFVISU txn  it should be using a Java Application. with the parameters
    APPLICATION     LeaveRequestApprover
    DYNPARAM     wi_id=${item.externalId}
    PACKAGE     sap.com/ess~lea
    2. Second thing is make the task as  General Task from the PFTC txn. so that the agent can approve
    3. Ask the portal guys to register this task in the XML file where all the application specific task's are registred. and then try to execute the workitem, this time it will show you the leave request application.

  • Com.sap.security.core.ume.service failed. J2EE Engine cannot be started

    Hi,
    I have configured SNC on NetWeaver 7.0 (ABAP+JAVA) System on Windows 2003 Server with MS-SQL 2005 Database.
    After the SNC configuration restarted the Server but the JAVA Server process is going down with EXIT Code -11113. The SNC Configuration is working fine but JAVA is not running. SDM and dispatcher are in green but server process is going gray.
    I have checked the log files under C:\usr\sap\SID\DVEBMGS00\j2ee\cluster\server0\log
    The following is the part of log file.
    #1.5#005056BA6C3F001D0000000F000008D8000489ACAFC86070#1277274683393#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_71##0#0#Error#1#/System/Server#Java###Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: SNC required for this connection
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:356)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:266)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    #1.5#005056BA6C3F001D00000011000008D8000489ACAFC8628E#1277274683393#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_71##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#
    Please help me to solve the issue.
    Thanks,
    Ajay.

    Hi Tim,
    I have configured using Kerberos library for 32 bit on Net Weaver 7.0 with MS SQL 2005 Server on Windows 2003 Server. I didnt change any thing on JAVA side. I have configured as per the Kerberos configuration steps  as per below URL
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/44/0ebf6c9b2b0d1ae10000000a114a6b/frameset.htm
    The configuration was successful and I am able to login with out asking password, but After the configuration when I have restarted every thing on ABAP side works well but JAVA server process going down with EXIT code -11113. One of the log file contains follows error message.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: SNC required for this connection
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:356)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:266)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Jun 25, 2010 3:05:24 AM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_69] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    One of the line says "SNC required for this connection". What does this mean? What else need to be done for JAVA to communicate with ABAP?
    Thanks,
    Ajay.

  • J2EE Engine cannot be started. SAP CRM EHP1 Dialog Instance Installation

    Hi All,
    During Installation of a DI on a Linux host, I encounterd a problem. An error occured during " start dialog instance". The ABAP enginee is started successfully where as the JAVA Enginee cant be started. During investigation I found from the log directory
    ..j2ee/cluster/server0/log as stated below ..
    #1.#0050569F663E001E0000000C0000054F0004803004D18B3F#1266843634469#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_64##0#0#Error#1#/System/Server#Java###Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: null
            ume.db.connection_pool_type=SAP/BC_UME
            ume.db.connection_pool.j2ee.xatransactions_used=false
            ume.db.connection_pool.j2ee.is_unicode=false
            ume.db.connection_pool.j2ee.oracle_native_driver_used=false: (No text available)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:83)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:109)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: null
            ume.db.connection_pool_type=SAP/BC_UME
            ume.db.connection_pool.j2ee.xatransactions_used=false
            ume.db.connection_pool.j2ee.is_unicode=false
            ume.db.connection_pool.j2ee.oracle_native_driver_used=false: (No text available)
            at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.init(DataBasePersistence.java:887)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:440)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)
            ... 6 more
    #1.#0050569F663E001E0000000E0000054F0004803004D18C49#1266843634469#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_64##0#0#Fatal#1#/System/Server/Critical#Plain###Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#
    I checked with the env variable and parameter, it all looks good. If anybody finds the same issue please suggest ....
    Thanks in Advance.
    Regards,
    Shashi

    There is a troubleshooting topic for this on the Help Portal.
    See http://help.sap.com/saphelp_nw70ehp1/helpdata/en/20/361941edd5ef23e10000000a155106/frameset.htm.
    -Michael

  • In "purchases" while in my App Store, Mountain Lion says, "an error has occurred" and the green 'download' button is grey and I cannot re-start the download. I was abroad when I purchased this app and during download, my internet connection was lost.

    In "purchases" while in my App Store, Mountain Lion says, "an error has occurred" and the green 'download' button is grey and I cannot re-start the download. I was abroad when I purchased this app and during download, my internet connection was lost. At the time, Apple was still offering the e-chat, so I did that and the man was very helpful and it was a quick fix, so my download button turned green again, and I was able to begin the download. BUT during the download, I was kicked offline once again, and I decided to wait until I was back in the USA. I will go in to an Apple store and ask assistance, but if there is something I am missing, I'd like to try that first. Thanks in advance for any advice.

    Welcome to the support forums.
    Please ask this question in the Mac App Store forum where they can better assist you.

  • When i connect my ipad to my computer via usb, the latest version of itunes states that the mobile version cannot be started because of an unknown error

    i have just downloaded and installed the latest version of itunes.  Now when i connect my ipad to my computer via USB, itunes states that the apple mobile device service cannot be started because of an unknown error (1058).  The connection worked fine with the previous version of itunes.

    so then i tried intsalling a stand alone if apple mobile device support (amds) but still it doesnt work
    Did you get an error message when you did the standalone AMDS install? If so, what does it say? (Precise text, please.)

  • Running PC with W7 x64. Upgrdaed to iTunes 10.7. Upgraded iPhone 4s to IOS 6. Caqnnot backup. iTunes says session cannot be started. Does not recognize apps on device. Device shoes up on WiFi then disappears. Does not work either on USB. ITouch and iPad .

    After upgeading to iTunes 10.7 on my PC with W7 x64 and IOS 6 on my iPhone 4s, I cannot backup. It says sesson cannot be started. Also cannot recognize apps on iPhone. Further, with WiFi and powered on, the device apperas briefly in iTunes then disappears. Same for iTouch and iPad with IOS 5. How do I resove this? More importantly, how does Apple resolve it? Thanks. . JAD.

    AphexTwin wrote:
    - no Apple input?
    Of course not.  Didn't you bother to read the TOU of this forum?  This is a USER TO USER technical support forum.  Apple doesn't post here.

  • Application cannot be started

    Hello,
    We have just upgraded our XI 3.0 to PI 7.1.
    The upgrade finished successfully but we encounter problems to access some applications on the java side.
    For example the links localhost:port/nwa, localhost:port/sld doesn't work.
    In the logs we found that those applications don't start correctly.
    Please see one example below.
    "Application sap.com/tclmaciappswduiresource cannot be started. Reason: it has hard reference to resource
    tclmaciappswduiaclog with type application, which is not active on the server."
    Thu Sep 18 06:09:12 G
    MT+00:00 2008##0#0#Error##Java###[ERROR CODE DPL.DS.5030] Clusterwide exception:
    server ID 614813150:com.sap.engine.services.deploy.exceptions.ServerDeploymentE
    xception: [ERROR CODE DPL.DS.5035] Application sap.com/tclmaciappswduireso
    urce cannot be started. Reason: it has hard reference to resource tclmaci~apps
    wdui~aclog with type application, which is not active on the server.
            at com.sap.engine.services.deploy.server.ReferenceResolver.processRefere
    nceToApplication(ReferenceResolver.java:843)
            at com.sap.engine.services.deploy.server.ReferenceResolver.processMakeRe
    ference(ReferenceResolver.java:580)
            at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartin
    gApplication(ReferenceResolver.java:496)
            at com.sap.engine.services.deploy.server.application.StartTransaction.be
    ginCommon(StartTransaction.java:166)
            at com.sap.engine.services.deploy.server.application.StartTransaction.be
    gin(StartTransaction.java:134)
            at com.sap.engine.services.deploy.server.application.ApplicationTransact
    ion.makeAllPhasesOnOneServer(ApplicationTransaction.java:411)
            at com.sap.engine.services.deploy.server.application.ParallelAdapter.mak
    eAllPhasesImpl(ParallelAdapter.java:498)
            at com.sap.engine.services.deploy.server.application.StartTransaction.ma
    keAllPhasesImpl(StartTransaction.java:554)
            at com.sap.engine.services.deploy.server.application.ParallelAdapter.run
    InTheSameThread(ParallelAdapter.java:251)
            at com.sap.engine.services.deploy.server.application.ParallelAdapter.mak
    eAllPhasesAndWait(ParallelAdapter.java:392)
            at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicat
    ionAndWait(DeployServiceImpl.java:3389)
            at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicat
    ionAndWait(DeployServiceImpl.java:3375)
            at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicat
    ionAndWait(DeployServiceImpl.java:3278)
            at com.sap.engine.services.deploy.command.StartApplicationCommand.exec(S
    tartApplicationCommand.java:159)
            at com.sap.engine.services.shell.processor.environment.CommandBase.exec(
    CommandBase.java:132)
            at com.sap.engine.services.shell.processor.Interpreter.applyLineCommand(
    Interpreter.java:401)
            at com.sap.engine.services.shell.processor.Interpreter.apply(Interpreter
    .java:153)
    We tried to start the applications again via the java telnet console. Same error message.
    Some other links like user management, webdynpro work very well. (The applications has been started correctly) 
    Any idea how to solve the problem?
    Thanks in advance!
    Best regards,
    Olivier

    Here is the error we reveice when trying to launch the link localhost:port/sld
    Application cannot be started!
    Details: com.sap.engine.services.jmsconnector.exceptions.BaseDeploymentException: Naming error.
         at com.sap.engine.services.jmsconnector.container.JmsContainerImpl.loadDestination(JmsContainerImpl.java:1090)
         at com.sap.engine.services.jmsconnector.container.JmsContainerImpl.prepareStart(JmsContainerImpl.java:629)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:498)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:554)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:749)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.start(ApplicationManager.java:180)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.ApplicationManager.analyseAppStatusMode(ApplicationManager.java:288)
         at com.sap.engine.services.servlets_jsp.server.DeployContext.startLazyApplication(DeployContext.java:334)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:86)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of SLDClusterNotificationTopic.
    Best regards,
    Olivier

  • T500 ATI Catalyst Control Center cannot be started

    I have some troubles in opening the ATI Catalyst Control Center.There was a window poped out saying that ATI Catalyst Control Center cannot be started because the currently active GPU is not supported. I have already reinstall this drive and the graphic drive. But the problem is not solved. I am wondering what could I do now?

    Right click on the battery in the task bar and make sure your Switchable graphics are set to Performance, if it is in energy savings the ATI control panel will not function, you need to use the Intel graphics setup instead.
    Thinkpad T500-2081 CTO | T9400 2.53GHz | 8 GB RAM | ATI HD3650 + Intel GM45 | 15.4" LED WXGA+ | Windows 8 | ATI Catalyst 13.1 (non-switchable)
    Thinkpad 390x | PII 333 | 256mb ram | NeoMagic 256AV | SVGA LCD | OS/2 v4.52

  • There is no problem in Outlook but Lync does not start. → "Microsoft Lync cannot be started"

    hi,
    There is no problem in Outlook but Lync does not start.

    “Microsoft Lync cannot be started”
    Addtional Info:Office2007(natural
    but 32bit)is in use.
    External devices except phone are not connected.
    Not able to understand the issue. vene tried unistalled and re-install same issue.
    Is there any add-in kind of issue?

    What happens if you have no outlook.exe and any office software such as word excel or powerpoint running and then you try to launch Lync Does it still fails Can you give more detail about the error in that scenario?
    Please remember, if you see a post that helped you please click &quot;Vote As Helpful&quot; and if it answered your question please click &quot;Mark As Answer&quot;. Regards Edwin Anthony Joseph

  • Eclipse 3.0 can't start Tomcat 5.0...

    Hi,
    I've installed Tomcat 5.0, Eclipse 3.0 and Sysdeo-Plugin ( com.sysdeo.eclipse.tomcat_3.0.0).
    After opening Eclipse I've tried to start Tomcat within Eclipse.
    I got the following error-message:
    java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
    Next a pop-up-alert was displayed with the following content:
    Java Virtual Machine Launcher: Could not find the main class. Program will exit.
    After trying to start Tomcat agin, errLog showed the following 2 errors:
    1.
    Message: Start Tomcat...
    Exception Stack Trace: An exception stack trace could not be found.
    Session Data:
    eclipse.buildId=M200409161125
    java.version=1.4.2_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    2.
    Message: Stop Tomcat...
    Exception Stack Trace: An exception stack trace could not be found.
    Session Data:
    eclipse.buildId=M200409161125
    java.version=1.4.2_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    After closing Eclipse, the error-message (Java Virtual Machine Launcher: Could not find the main class. Program will exit.) was shown, again...
    Do you have any idea, in order to fix the bug...?
    bye
    Chris

    Now I've installed Tomcat 5.5.7 and set CATALINA_HOME and PATH.
    The ErrorLogs by starting and stopping Tomcat were still displayed.
    By starting Tomcat 5.5.7 wihin Eclipse 3.0.1., the Console shows this:
    13.02.2005 14:33:07 org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    13.02.2005 14:33:07 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1201 ms
    13.02.2005 14:33:08 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    13.02.2005 14:33:08 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.7
    13.02.2005 14:33:08 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    13.02.2005 14:33:10 org.apache.catalina.startup.ContextConfig applicationWebConfig
    INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/Lomb]
    13.02.2005 14:33:11 org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(C:\Tomcat_5_5_7\webapps\ZT\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    13.02.2005 14:33:11 org.apache.catalina.startup.ContextConfig applicationWebConfig
    INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ZT]
    13.02.2005 14:33:11 org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    13.02.2005 14:33:11 org.apache.jk.common.ChannelSocket init
    INFO: JK2: ajp13 listening on /0.0.0.0:8009
    13.02.2005 14:33:12 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/120  config=null
    13.02.2005 14:33:12 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    13.02.2005 14:33:12 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 4517 msSome INFO's look strange:
    INFO: validateJarFile(C:\Tomcat_5_5_7\webapps\ZT\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offendingor
    INFO: Missing application web.xml, using defaults onlyor
    INFO: XML validation disabledDo you know, what's the reason for it?
    bye
    Chris

  • Oracle Intelligent Agent cannot be started

    I have installed Oracle 9i into RedHat Linux 9. When I start the Oracle Intelligent Agent, I get nothing response, and find the agent cannot be started.
    I find the error message in dbsnmp.nohup which is showed below:
    /opt/ora9/product/9.2/bin/dbsnmp: error while loading shared libraries: libvppdc.so: cannot open shared object file: No such file or directory
    Agent exited at Thu Nov 13 23:20:31 HKT 2003 with return value 127
    Agent thrashing. Exiting dbsnmpwd at Thu Nov 13 23:20:31 HKT 2003
    I found the library object is existed.
    [oracle@localhost lib]$ ll libvpp*
    -rw-r--r-- 1 oracle oinstall 552036 Apr 26 2002 libvppdc.so
    Can anyone help me to solve the problem?
    Thank you.
    Regards,
    Franklin

    Problem of method 1 (for re-install the oem agent / dbsnmp)
    When I follow the "work Around Procedure" from
    http://www.puschitz.com/InstallingOracle9i.shtml#OracleInstallationErrors
    and download the RPMs (glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm glibc-devel-2.3.2-5.i386.rpm) for the procedures.
    When I run the command (#rpm -Uvh --oldpackage glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm glibc-devel-2.3.2-5.i386.rpm),I found the error shown below:
    error:glibc-2.3.2-5.i686.rpm:V3 DSA Signature:BAD, key ID db42a60e
    error:glibc-2.3.2-5.i686.rpm cannot be installed
    Problem of method 2
    When I try to unpack glibc-2.3.2-5.i686.rpm and replace libc-2.3.2.so and libc.so.6 by using the following steps
    # mkdir /root/tmp
    # mv glibc-2.3.2-5.i686.rpm /root/tmp
    # cd /root/tmp
    # rpm2cpio glibc-2.3.2-5.i686.rpm | cpio -idmv
    # cp /lib/libc-2.3.2.so /lib/libc-2.3.2.so.ORIG
    # cp lib/libc-2.3.2.so /lib/.
    # rm -f /lib/libc.so.6
    # ln -s /lib/libc-2.3.2.so /lib/libc.so.6
    I find the system is halted, when I run (# cp lib/libc-2.3.2.so /lib/.) When I reboot the system, I find error
    init:error while loading shared libraries:libc.so.6:cannot open shared object file:No such file or directory
    Kernel panic: Attempted to kill init.
    Please help me to fix the problem. Many thanks.
    Regards,
    Franklin.

  • Server 2012 R2 - Complete WSUS Installation Issue - The service cannot be started...

    Hi all,
    installed SCCM 2012 R2 CAS on a 2012 server. The SQL is off box on a server cluster. I've installed WSUS through the 'Add Roles and Features'. I configured it to have local storage for the content and a remote DB instance (called SQL1 on our cluster). All this
    worked well and the install completed as expected. I checked the SQL cluster and the "SUSDB" database was created ok.
    As a final step, i went to Tools in Server Manager and launched Windows Server Update Services. This brought up the 'Complete WSUS Installation' dialogue box. I entered the exact same DB info as i had done when completing the initial install of WSUS:
    Yet when i hit 'run' the following message returns:
    The relevant bit of logging is shown here:
    2015-01-14 16:58:42  Starting service W3SVC
    2015-01-14 16:58:42  Configuring IIS...
    2015-01-14 16:58:42  Start: ConfigureWebsite
    2015-01-14 16:58:42  System.Runtime.InteropServices.COMException (0x80070422): The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
    Since i'm pretty sure i need WSUS working correctly to use it for SCCM, can anyone suggest what my problem is here? I'd assume it's falling down because the 'ConfigureWebsite' job can't start but what service does that need to run?
    Really stumpoed by this so any help would be much appreciated! Thanks

    2015-01-14 16:58:42  Start: ConfigureWebsite
    Did you install the Web Server role before installing the WSUS Server role? Is the Web Server role already installed? If so, is it installed and configured in a compatible manner with the WSUS role?
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly

    Hi All,
    I am setting up SCVMM 2012 R2 in a production environment. Whenever I restart the SCVMM virtual machine the VMM service doesn't start automatically, I have to manually start it. I checked the VMM logs and in the event viewer i find the below error,
    Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly. ---> System.Data.SqlClient.SqlException: Cannot open database "VirtualManagerDB"
    requested by the login. The login failed. Login failed for user 'NXTRA\VMMSVC'. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean&
    dataReady) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.Sq...
    I added the 'VMMSVC' account as db_owner and sysadmin and also NT_Authority\System with same permissions still the service doesn't start on the start up.
    I googled a lot and I find the threads with the error containing "General failure" but not with the above. Can someone please help me to find out why this error is occuring.
    Thanks,
    Ravi

    It's often only a problem of the service dependencies. SCVMM starts to fast, SQL server on the same machine in not initialized yet. Here are working service dependencies to ensure SQL server is initializes before SCVMM starts.
    You can set the service dependencies directly in regedit (as always: be careful modifying the registry ...)
    Here is the content of a reg file setting the dependency.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCVMMService]
    "DependOnService"=hex(7):53,00,51,00,4c,00,53,00,45,00,52,00,56,00,45,00,52,00,\
      41,00,47,00,45,00,4e,00,54,00,00,00,53,00,51,00,4c,00,42,00,72,00,6f,00,77,\
      00,73,00,65,00,72,00,00,00,53,00,51,00,4c,00,57,00,72,00,69,00,74,00,65,00,\
      72,00,00,00,4d,00,53,00,53,00,51,00,4c,00,46,00,44,00,4c,00,61,00,75,00,6e,\
      00,63,00,68,00,65,00,72,00,00,00,00,00

Maybe you are looking for