DS 1.2 SDK extension component cause APS running with error

By following DS Administrator Guide Section 6.1.3, we are able to successfully deploy the extension to the BI platform (BO 4.1 SP2 version 14.1.2.1121) from the DS design tools.
However, after restarting Adaptive Processing Servers, it state become "Running with Errors".
By checking the properties, the error came from Analysis Application Service "Unable to initialize service. LogID:"
With this error, attempt to execute a simple DS analysis application (e.g. standard desktop blank template - blank page) on BI platform will result in error.
"A session with the Application Service could not be established."
The initial exception that caused the request to fail, was:
Analysis Applications enterprise client was unable to open the session: while trying to invoke the method com.sap.ip.bi.zen.boe.server.transport.corba.ZenServiceImpl.openSession(com.sap.ip.bi.zen.boe.transport.corba.CorbaLocale, java.lang.String, java.lang.String, com.crystaldecisions.thirdparty.org.omg.PortableServer.POA) of an object loaded from field com.sap.framework.services.zen.Zen.zenService of an object loaded from local variable 'this'
com.sap.ip.bi.zen.boe.client.ZenRemoteException: Analysis Applications enterprise client was unable to open the session: while trying to invoke the method com.sap.ip.bi.zen.boe.server.transport.corba.ZenServiceImpl.openSession(com.sap.ip.bi.zen.boe.transport.corba.CorbaLocale, java.lang.String, java.lang.String, com.crystaldecisions.thirdparty.org.omg.PortableServer.POA) of an object loaded from field com.sap.framework.services.zen.Zen.zenService of an object loaded from local variable 'this' at com.sap.ip.bi.zen.boe.client.enterprise.ZenEnterpriseClient.openSession(ZenEnterpriseClient.java:163) at com.sap.ip.bi.zen.boe.remoting.BIRemoteExecutionService.createNewSessionContainer(BIRemoteExecutionService.java:222) at com.sap.ip.bi.zen.boe.remoting.BIRemoteExecutionService.getZenSessionContainer(BIRemoteExecutionService.java:184) at com.sap.ip.bi.zen.boe.remoting.BIRemoteExecutionService.getZenSessionContainer(BIRemoteExecutionService.java:165) at com.sap.ip.bi.zen.boe.remoting.BIRemoteExecutionService.executeRequest(BIRemoteExecutionService.java:125) [...]
Uninstall the SDK extension and restart the APS will bring everything back to normal.  Have tried others SDK extension package and all give the same problem.
Following error message found in BI Log
1B07420EA054E8A885B28ED475B19202e|2014 03 19 15:18:25.637|-0400|Error| |==|E| |aps_VMOGPSAP01.APS.Analysis|11304|  52|service builder-2| ||||||||||||||||||||com.sap.ip.bi.base.exception.BIBaseRuntimeException||BI exception with class "BIBaseRuntimeException" and message "Error: Failure in system landscape initialization: No connection with name "" found". See default trace for log ID "f1277229-852b-4ddf-a7ad-093844d787c9".
|81B07420EA054E8A885B28ED475B19202f|2014 03 19 15:18:25.638|-0400|Error| |==|E| |aps_VMOGPSAP01.APS.Analysis|11304|  52|service builder-2| ||||||||||||||||||||com.sap.framework.services.ps.PS||PS Service start() failed. An unexpected exception has occured: Error: Failure in system landscape initialization: No connection with name "" found
com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error: Failure in system landscape initialization: No connection with name "" found
  at com.sap.pioneer.services.service.core.landscape.BoeConnectorLandscape.initializeBoeEnterpriseService(BoeConnectorLandscape.java:253)
  at com.sap.framework.services.ps.PS.start(PS.java:227)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at com.businessobjects.framework.servers.platform.modules.scope.internal.ScopeListener.fireEvent(ScopeListener.java:107)
  at com.businessobjects.framework.servers.platform.modules.scope.internal.ScopeListener.notifyScopeStart(ScopeListener.java:70)
  at com.businessobjects.framework.servers.platform.modules.scope.internal.AbstractScopeAgent.createScope(AbstractScopeAgent.java:194)
  at com.businessobjects.framework.servers.platform.modules.contextscope.ContextScopeAgent.createScope(ContextScopeAgent.java:48)
  at com.businessobjects.framework.servers.platform.deployment.core.RegisterBeanModule.process(RegisterBeanModule.java:51)
  at com.businessobjects.framework.servers.platform.deployment.DeploymentEngine.execute(DeploymentEngine.java:221)
  at com.businessobjects.framework.servers.platform.deployment.DeploymentEngine.postServiceStart(DeploymentEngine.java:169)
  at com.businessobjects.framework.servers.platform.deployment.AbstractPJSService.activateService(AbstractPJSService.java:126)
  at com.businessobjects.framework.servers.platform.deployment.servicebuilder.AbstractServiceBuilder.startService(AbstractServiceBuilder.java:332)
  at com.businessobjects.framework.servers.platform.lifecycle.internal.LifeCycleManager$ServiceController.startSvc(LifeCycleManager.java:226)
  at com.businessobjects.framework.servers.platform.lifecycle.internal.LifeCycleManager$ServiceController.call(LifeCycleManager.java:177)
  at com.businessobjects.framework.servers.platform.lifecycle.internal.LifeCycleManager$ServiceController.call(LifeCycleManager.java:155)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:743)
Any ideas?
Thanks.
Message was edited by: Sunny Chau
Coworker help me to solve this problem.  Solution below
To resolve this issue:
1. Go to the properties of the APS service for Design Studio in your CMC console.
2. Go to the command line parameters and append the following line to the parameters listed:
-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
3. Hit save and close
4. Restart the APS server
5. Test your page again and the issue should now be resolved.

Repost the solution for clear visibility.
Solution below To resolve this issue:
1. Go to the properties of the APS service for Design Studio in your CMC console.
2. Go to the command line parameters and append the following line to the parameters listed: -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
3. Hit save and close
4. Restart the APS server
5. Test your page again and the issue should now be resolved.

Similar Messages

  • Extension manager cc install fails with error code 15

    Been trying to install Extension Manager cc, but keep getting a failed install with an error code 15, and the following error log:
    Exit Code: 15
    Please see specific errors below for troubleshooting. For example, ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 0 error(s)
    I'm on a Mac running OS 10.9.4, with 24GBRAM on an 8 core 2.26GHz Xeon Mac Pro.
    TIA.
    Robin

    Installation, launch log errors | CS5, CS5.5, CS6, CCM

  • How to cause a "Completed with errors" map condition?

    Our application testers asked me how to replicate a "Completed with errors" map condition, so they can verify that our application reports and handles this correctly. I've been able to generate "Completed with warnings" (create records with duplicate keys) and "Failed" conditions (drop a source table), but not "Completed with errors". Anyone know of a way to produce this condition?
    Thanks!
    Steve Locke

    Hi Steve
    It depends on your 'Maximum Number of Errors' configuration property. By default this value is 50, so its highly likely you are running set based and you have used the default number of errors (50) and the error count after the run is 1 so you have the status completed with warnings. If you change the maximum number of errors to 0, you will complete with errors if there are any errors at all.
    Cheers
    David

  • System-wide installation of SDK extensions possible?

    Hi all,
    did any of you ever try to install SDK extensions in a way that they are available to all users of the same machine?
    By default, SDK extensions installed on a client PC are only available to the installing user. The SDK documentation states: "The components are stored under <user home directory>\Analysis-config."
    One of our clients has the following scenario:
    A big development machine where Design Studio is installed is accessed remotely by different users using separate user accounts. Although SDK extensions are installed on the BI Platform where development takes place, each user has to install the same extensions separately on the development machine in order to be able to change applications on the BI Platform. I suppose this is due to the fact that you should be able to run the applications locally (play button in Design Studio) and therefore need a working setup on the client machine.
    The question is if there is a way to make the extensions available to all users in one installation step - maybe by running Design Studio as system administrator?
    Many thanks!
    Daniel

    I have a thought, although not a fully formed solution. You might be able to leverage some Windows functionality to copy the files for you. I'm not a Windows expert, and haven't messed with Active Directory for several years now, but I suspect you might be able to use Windows policies to copy the files to the directory the first time a new user logs on to the machine. It may be possible to set something up for users who have already logged into the machine, but I don't know off the top of my head.
    You may be able to drop the Analysis-config directory into the Default directory under Users. I'm not sure if this will be copied to new profiles, but I believe it will. I also don't know if the contents of Analysis-config have any values that are specific to a given user, but it might work. It also might cause issues with the server, so no warranties on this approach.

  • Can't install the sharepoint designer 2013 (32 or 64 bits) because of the "Office 15 click-to-run extensibility component"

    Hi there,
    I have a problem installing sharepoint designer 2013 which I downloaded .
    When I try to install the 64 bits installation program it it comes up with a popup that there are 32 bits programs found on my laptop. (Office 15 click-to-run extensibility component)
    When I try to install the 32 bits program of sharepoint designer it gives the same popup only that it found a 64 bits office program (Office 15 click-to-run extensibility component).
    What can I do to resolve this strange problem?
    I have a windows 8.1 laptop and use office as part of office 365.

    Hi GerritAikema,
    According to your description, my understanding is that you got an error when you installed SharePoint 2013 Designer 64-bit.
    Please uninstall the Office 15 Click-to-Run Extensibility component, then install SharePoint 2013 Designer 64-bit, compare the result.
    For uninstalling the Office 15 Click-to-Run Extensibility component, you can refer to the link:
    http://lennytech.wordpress.com/2013/08/10/uninstalling-the-office-15-click-to-run-extensibility-component/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I suddenly have this error message on FireFoxthis message pops up: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no re

    I suddenly encounter this error message from Fire Fox.
    Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.
    I uninstalled the browser and download a new version but it does not resolve the issue.
    I know my hard disc has ample space. I do NOT know where to find the Profile directory to fix the read restriction box.
    == This happened ==
    Every time Firefox opened
    == After something about security add-on of Norton pop up by itself. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MSN Optimized;US)

    This link shows things to check - https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

  • New WIN7 System, FFox gives error "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory" - will not go to any site.

    New Windows 7 computer. After installing Firefox, every time I bring it up I get the following message:
    "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."
    Then Firefox comes up, but will not function at all - can enter url address, but will not respond to ANY clicks, so can not go to any site.

    This link shows how to fix this - https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

  • I keep getting this diologue box as I start up Firefox "Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. ... what should I do exactly?

    I keep getting the following dialogue box when I start Firefox " Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions." I am not sure how to find or change the profile directory. I have gone to the Options: General: Save files to ...box but it wont allow me to browse to another file and the box remains blank. ideas please!

    See [[Could not initialize the browser security component]]
    Continue here: [/questions/780717]

  • This message [Ubuntu repositories or Mozilla download: " There is no Profile folder Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory....

    Ubuntu 11.04: I have been getting this message whenever I install Firefox from the repositories and downloading the tar file. I cannot use Firefox! " There is no Profile folder Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."Firefox does not respond to any addresses or a google search. Indeed it responds to nothing. There is no Profile folder!

    Uninstalling Firefox on Linux
    * http://kb.mozillazine.org/Uninstalling_Firefox#On_Linux
    * http://kb.mozillazine.org/Installation_directory#Linux
    * Removing user profile data - http://kb.mozillazine.org/Uninstalling_Firefox#Removing_user_profile_data
    After all is done, Restart your system.
    Installing Firefox on Linux
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Linux
    Check and tell if its working.

  • Why do I get an alert saying "Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. How can I solve it??

    The full alert is " Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions and your hard drive is not full or close to full. It is recommended that you exit the browser and fix the problem. If you continue to use this browser session, you might see incorrect browser behaviour when accessing security features."
    This is just started three/four days ago. I need assistance quickly as I can't access any secure sites e.g bank accounts/homepage etc.

    See [[Could not initialize the browser security component]]

  • When I open Firefox the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution in the forum but only for Windows based

    When I open the application the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution on the support site but only for Windows-based Firefox, and I'm a Mac user. I have plenty of room on my hard disk.
    == This happened ==
    Every time Firefox opened
    == Two days ago, for no apparent reason.

    In Mac OS X v10.7, the $HOME/Library folder is a hidden folder.
    Open Finder and use one of these:
    * Go > Go To Folder (Shift-Command-G) and in the dialog type: ~/Library
    * Open the "Go" menu and hold down the Option key to make the Library appear
    You can also use this command in a Terminal window to remove the hidden flag.
    * Mac HD > Applications > Utilities > Terminal
    * chflags nohidden ~/Library

  • Adobe updates: I've gotten error messages when trying to download pdfs (very annoying). Read somewhere that mac os has problems with the adobe extensions, thus, causing error messages from adobe. I ignore the updates. Should I?

    Hi All,
    I have stopped updating adobe software b/c I read that the adobe update software inserts extensions into the mac software system, causing annoying/time consuming error messages when downloading new pdfs. I get adobe update notices 2-3x/week. What do you recommend? I use an iMac OS 10.94.
    thanks for your help.

    Preview will do all that and is part of the OS.
    Mac Basics: Preview app views and edits PDFs and images
    With Adobe, if it's working, then it should be fine. See here
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Macintosh

  • SDK Extension in SAP Netweaver Mode

    Hi Guys,
    I created an SDK extension which is running fine in Local Mode but when I execute the application on SAP Netweaver Portal I get an error ""ITEM" of type "dashboard_ext" could not be generated". Can some one tell me if it is possible to run SDK Extension on SAP Netweaver Portal?
    Thanks and best regards.
    Fahad

    Hi Jörg,
    Thanks for your reply, When is 1.3 expected to be released?
    Best regards.
    Fahad

  • Photoshop CS SDK Extension crashing Photoshop Windows CS6

    Photoshop Windows CS6 is crashing when using our Photoshop CS SDK extension, but not Mac and not CS5 or CS5.5.
    Anyone seen similar problems with Photoshop CS6 Windows?
    - Mark

    Any more details?
    Is there a specific point where it crashes?
    Harbs

  • Eclipse SDK Extension with DS

    Hi,
    I have installed the SAP DS sdk samples components and eclipse in my machine. I have configured the sample SDK components in Eclipse and i am able to run the eclipse and call the Design studio and the sample components are displayed in the Design studio saved the report in my favorites Bi platform.
    Now closed the eclipse, and opened the design studio and tried to open the report in my favorites which i saved,the reports open but it displayed the error saying that need to install or update the listed extension to see the added sdk sample components.
    Please help me out the steps to install the SDK Sample components in Design Studio directly. I have tried in tools install extension to design studio and the file i have selected is the SDK sample. zipped file(DS_12_SDK_SAMPLES.zip! it throws the error 
    Pop up message : Failed to discover all connectors
    Repository discoverey strategy failed with an error
    failed to proess repository contents
    No repository found at
    jar:file:/C:/Users/E876453/Downloads/Ds_12_SDK_samples.zip!/.
    Regards,
    Ramesh

    Guys.
    This is at least the 5th time I've seen people having this problem.  You cannot ever simply install the SAP SDK .ZIP source files to Design Studio without putting them in an Eclipse Feature Project so that you can bundle them in a bundled, deployable form.
    This means you must do that yourself.  Please review section 3.3 of the SDK Guide which explains step by step how you must do this:
    http://help.sap.com/businessobject/product_guides/AAD13/en/ds13SP01_dev_guide_en.pdf
    Please, please, please read the documentation.
    Depending on who is releasing these SDK extensions, some people choose to provide the source only, and other people will provide the source, and a pre-bundled version.  SAP has only released the source projects so you have more work to do.
    Not everybody is an SDKer so I have opted to pre-bundle anything I give out.  (I'd do it for SAP's examples, too but it's not my work.)

Maybe you are looking for