Workspace adminlogin failed

I have apex 3.2 with oracle 9i on server. apex works fine. today i tried to login as workspace admin (kpkdadmin) to admin page (i.e. f?p=4550:10). login failed. it gives message invalid login credentials.
if i login to sql plus using admin, it is successful and display all data & tables etc.
then i searched for forum and try to run validateapex.sql by login as system to database.
but i got errors ora-00942, pls-00201 multiple nomber of times.
I need to create database link by login kpkdadmin
kpkdadmin user status is open in dba_users table

But my problem is that I am able to login in sql plus as kpkdadmin.
If password works ther it should work in apex on admin login page also
correct me if i am wrong.You are incorrect. The admin user for the APEX internal workspace does not correspond to an database user/schema.
The default username for the apex internal workspace is ADMIN. The password can be changed using apxxepwd.sql:
http://www.techxplore.net/2007/12/16/resetting-application-express-301-admin-password/
http://dgielis.blogspot.com/2007/04/reset-internal-password-in-apex-30.html

Similar Messages

  • Help! AL BPM 5.7 - WorkSpace fails on WebSphere 6.0.2.9

    Hello,
    I have successfully installed AL BPM 5.7 on IBM WebSphere 6.0.2.9 on Windows XP Professional SP2 with Oracle 10g db.
    However, when I attempt to launch the Workspace, it fails.
    I am loading this URL:
    http://localhost:9080/portal/servlet/controller
    I see the BEA logo appear and the header/footer for the BEA AL BPM WorkSpace.
    However, in the middle of the page is an error message:
    javax.servlet.ServletException: WebApplication has not been initialized properly, service unavailable. Please, check logs for more details..
    When I check the error logs, I see this exception:
    java.lang.NoClassDefFoundError: javax/sql/rowset/Joinable
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java(Compiled Code))
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:475)
         at java.net.URLClassLoader.access$500(URLClassLoader.java(Inlined Compiled Code))
         at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
         at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java(Compiled Code))
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:475)
         at java.net.URLClassLoader.access$500(URLClassLoader.java(Inlined Compiled Code))
         at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
         at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
         at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:52)
         at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:48)
         at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
         at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
         at fuego.directory.provider.jdbc.oracle.OraclePersistenceManager.createCachedRowSet(OraclePersistenceManager.java:132)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.createResultSet(JDBCPersistenceManager.java:1414)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.fetch(JDBCPersistenceManager.java:336)
         at fuego.directory.provider.jdbc.JDBCPersistenceManager.fetch(JDBCPersistenceManager.java:313)
         at fuego.directory.provider.jdbc.JDBCParticipantsAccessor.fetchHumanParticipant(JDBCParticipantsAccessor.java:1346)
         at fuego.directory.provider.jdbc.JDBCParticipantsAccessor.fetchHumanParticipant(JDBCParticipantsAccessor.java:306)
         at fuego.directory.provider.jdbc.JDBCAuthenticationAccessor.getSessionParticipant(JDBCAuthenticationAccessor.java:428)
         at fuego.directory.provider.jdbc.JDBCAuthenticationAccessor.authenticateInternal(JDBCAuthenticationAccessor.java:322)
         at fuego.directory.provider.jdbc.JDBCAuthenticationAccessor.authenticate(JDBCAuthenticationAccessor.java:74)
         at fuego.directory.provider.jdbc.JDBCAuthenticationAccessor.connect(JDBCAuthenticationAccessor.java:120)
         at fuego.directory.provider.DirectorySessionImpl.connect(DirectorySessionImpl.java:171)
         at fuego.directory.provider.Factory.startSession(Factory.java:488)
         at fuego.directory.provider.jdbc.j2ee.RemoteJdbcDirectoryFactory.startSession(RemoteJdbcDirectoryFactory.java:168)
         at fuego.directory.Directory.startSession(Directory.java:673)
         at fuego.ejbengine.Engine.initDirectorySession(Engine.java:335)
         at fuego.ejbengine.Engine.start(Engine.java:120)
         at fuego.ejbengine.Project.start(Project.java:103)
         at fuego.ejbengine.servlet.ProjectServlet.init(ProjectServlet.java:81)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:274)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1398)
         at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:86)
         at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:567)
         at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:404)
         at com.ibm.ws.webcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:115)
         at com.ibm.ws.webcontainer.VirtualHost.addWebApplication(VirtualHost.java:128)
         at com.ibm.ws.webcontainer.WebContainer.addWebApp(WebContainer.java:924)
         at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:877)
         at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:167)
         at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:391)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1228)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1067)
         at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:547)
         at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:751)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:892)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2003)
         at com.ibm.ws.runtime.component.ComponentImpl.runAsynchronousInitializer(ComponentImpl.java:159)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplications(ApplicationMgrImpl.java:745)
         at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:524)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:149)
         at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:820)
         at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:649)
         at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:408)
         at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:187)
         at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:133)
         at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:387)
         at com.ibm.ws.runtime.WsServer.main(WsServer.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
         at java.lang.Thread.run(Thread.java:568)
    ]: {1}
    Any and all help is appreciated!
    -Chris

    It seems that some classes that the Oracle driver requires are missing in
    the classpath, probably 'rowset.jar'.
    On Thu, 09 Nov 2006 18:03:43 -0300, Chris Knepper wrote:
    uego.directory.provider.jdbc.oracle.OraclePersistenceManager.createCachedRowSet(OraclePersistenceManager.java:132)
         at
    fuego.directory.provider.jdbc.JDBCPersistenceManager.createResultSet(JDBCPersistenceManager.java:1414)
         at
    fuego.directory.provider.jdbc.JDBCPersistenceManager.fetch(JDBCPersistenceManager.java:336)
         at
    fuego.directory.provider.jdbc.JDBCPersistenceManager.fetch(JDBCPersistenceManager.java:313)

  • Fail to install Process Management ES and access workspace!

    I failed to install Process Management ES and got the message "Error [ALC-LCM-030-200]" when it install the "adobe-workspacepersistence-dsc.jar".
    Then i can access the "http://localhost:8080/workspace" but fail to login and get message "An error occurred during the operation. Please try again or contact your system administrator for assistance. (ALC-WKS-007-000)".
    many thx for yours attention!!!

    Could you share the associated error for the failure to deploy adobe-workspacepersistence-dsc.jar as found in the ConfigurationManager log ([InstallRoot]\configurationmanager\log\**).
    Thanks,
    John

  • Error while creating a workspace and workspace user

    Hi Everyone
    I have installed oracle 11.1.0.7 on our server and the os is windows server 2008. I tried creating a new workspace and workspace user using the repository assistant on the server itself i mean i am using OWB which comes along with the 11g database. It is installing 60% and at the end it gives me this error:
    The warehouse builder workspace installation failed Java.Sql.SQLexception ora -00942 table or view does not exist
    How can i deal with this error? any suggestions ?
    Thanks & Regards
    Subhasree

    Hi everyone,
    I got the same problem. It is very urgent to get an answer.
    Thanks
    Siegwin

  • Can not open hfm application in Workspace

    When try to open HFM application from Workspace, application failed to open, errors pop up as below fyr, pls help:
    --------------01----------------------------------------------
    An error occurred processing the result from the server. Description: Invalid or could not find module configuration 'hfmadf.application'.
    --------------02----------------------------------------------
    Required application module hfmadf.application is not configured.
    --------------03----------------------------------------------
    URI: https://epm-dev.connect.te.com/hfmadf/GlobalWorkspaceNav/bpm/conf/hfmConfig.jsp Status: 503 - Service Temporarily Unavailable Content: text/html
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.

    solved after HFM service restarted.

  • Can't open BPM Workspace

    All,
    I am not able to open the BPm workspace.
    This is what happens .
    1) I build the project
    2) start the engine
    3) launch the workspace
    the workspace opens with the following url http://<machine-name:8585/workspace" -> this fails to open
    when i manually change my url to http://localhost:8585/workspace -> opens the Portal but unable to find any deployed process
    This was working fine a few hours back but now suddenly started giving issue. I tried to mess with one of the libraries in the studio. So i uninstalled Oracle BPM studio and installed a new one. I still get the error.
    Any ideas what may have gone wrong ?
    This is the error on the page
    The Process '/AA/BB/Test1#Default-1.0' is not available.
    The Process ''/AA/BB/Test1#Default-1.0' is not available. Caused by: Process '/AA/BB/Test1#Default-1.0' not available. Caused by: Engine 'TestProject' cannot process requests.
    -Thanks

    Hi
    I am getting exactly the same error you encountered
    What was the root cause that you analysed?
    Thanks

  • How to open new window webi report using open doc?

    Hi All,
    i have created URL using open doc in Bi 4.0 .please find the below my code.
    http://fcvws975/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=AeX5DoctKBhGv1AiV2oibxU&sIDType=CUID&sType=BI
    workspace&sRefresh=Y" title="" target="_blank" nav="doc"></a>
    When i click on this hyper link it is opening in the same page not in new window but i want to see report in new separate window.
    Can any one please help .
    Thank you,
    Regards,
    Venkat

    Hi,
    In BI4.1 SP03, there are couple openDocument fixes related to workspace.
    ADAPT01700442
    Description:
    When using an Opendocument URL to open a BI workspace, a timeout error occurs resulting in an HTTP 500 error
    message that reads: "Your session has expired".
    New Behavior:
    This problem is resolved.
    ADAPT01711393
    Description:
    In Internet Explorer 8, if you attempt to view an Analysis workspace embedded in the SAP NetWeaver Portal using
    OpenDocument, the workspace will fail to load.
    New Behavior:
    This problem is resolved.
    What version of BI4.0 do you have?
    If the fixes above are related to your openDocument workspace issue, I'd suggest you to test it on a BI4.1 SP03 sandbox.
    Hope this helps,
    Jin-Chong

  • Newbie question on logging in to Apex 4 / Oracle 11gR1 after installation

    I've been unable to log in to Apex after successfully completing the installation of the database and Apex.
    I tried using the function to send a list of workspaces to my email account and received nothing.
    I then tried using the 'Internal' workspace along with my email address and what I thought was my pw. That did not work either and I did not receive any error messages.
    Resetting my pw and attempting to use the Administration function to manually create a new workspace likewise failed without any error messages.
    Is there a magic bullet that I'm missing? Can someone be kind and point me to the most likely manual to consult for these issues?
    Thanks in advance for any help that might be offered.
    Ron

    Thank you for the timely reply to my question.
    I have not set up a mail server because I have yet been able to access the Administration Functions menu.
    Before I go on, I'm attempting to access Apex v 4. using :
    http://cwtk7b1:8080/apex/f?p=4550:1:3141657078302382 where cwtk7b1 is a recently virtualized server.
    I tried to change the admin pw using the script and it errored out. I noticed that the script was setting the schema to apex_030200 and I don't see that user listed when I go into Oracle 11g. I changed that value to apex_040000 (which is listed) and the script ran to completion. Is it possible that I have multiple versions of Apex that might be causing my heartache?
    Speaking of Oracle 11g. When I attempt to run it I get a warning message :
    There is a problem with the security certificate with this website. I was allowed to proceed to Oracle 11g with a warning. I'm thinking that we might have some security issues. I'm not the network administrator.
    Also, when Apex requests my credentials, most of the options available on that screen (reset pw, locate workspace, admin, etc) have a sequare that contains a small circle with an '\' through it.
    Now, having successfully changed my admin pw for user apex_040000, when I try to go to Apex administration from the initial Apex menu, it just hangs there without an error message.
    When I tried accessing Administration using
    http:.../.../.../apex_admin the same thing as above happens.
    When I tried accessing Administration using
    http:.../.../pls/apex/apex_admin I got a screen
    The server cwtk7b1 @ xdb requires a username and pw
    *** Warning, this server is requesting that your user and pw be
    sent in an insecure fashion.
    And the last little tidbit of info, we just embarked on a virtualization project and our environment is pretty outdated version wise. (I don't control the environment nor do I have a say in what versions of this or that to upgrade to.). I'm just charged with getting Apex 4 to run using Oracle 11g.
    Thanks again for any help you can offer even if it's just pointing me in a particular direction.
    Ron

  • Error while trying to do the synchronization

    Hi Friends,
    I am new to NWDS-Java, we got a requirement in our project to work on.. I will breif you the steps i hv follwed:
    1) installed a NWDS
    2) created a client and did settings in the preference->JDI->DevelopmentConfigurationPool
    set the URL and the root folder has been automatically created.
    3) I am able to see the tracks
    4) while synchronizing its thowing so many errors like
    succeeded (89698 bytes). 2 folders failed.
    20:30:31.750  SYNC  (FAILED: Communication error [cause: Thread was interrupted])  active   (C:\Documents and Settings\a121710\dtr\New DTR Client\FINGPROD\pg.com_PG-FSS-INV_APPROVAL-INVAPP\cons\active\)
    20:30:32.661  SYNC  (FAILED: Getting remote child resources failed for http://ggd.mysap.pg.com:50200/dtr/ws/FINGPROD/pg.com_PG-FSS-INV_APPROVAL-INVAPP/cons/inactive/ )  inactive   (C:\Documents and Settings\a121710\dtr\New DTR Client\FINGPROD\pg.com_PG-FSS-INV_APPROVAL-INVAPP\cons\inactive\)
    20:30:33.148  SYNC  (FAILED: Get members in workspace folder failed (Communication error [cause: Thread was interrupted]))  dev   (C:\Documents and Settings\a121710\dtr\New DTR Client\FINGPROD\pg.com_PG-FSS-INV_APPROVAL-INVAPP\dev\)
    SYNC (FAILED: The operation was canceled. Operation was interrupted (e.g. by ESC or CANCEL button))
    --- Problem summary: ---
    20:30:31.750  SYNC  (FAILED: Communication error [cause: Thread was interrupted])  active   (C:\Documents and Settings\a121710\dtr\New DTR Client\FINGPROD\pg.com_PG-FSS-INV_APPROVAL-INVAPP\cons\active\)
    20:30:32.661  SYNC  (FAILED: Getting remote child resources failed for http://ggd.mysap.pg.com:50200/dtr/ws/FINGPROD/pg.com_PG-FSS-INV_APPROVAL-INVAPP/cons/inactive/ )  inactive   (C:\Documents and Settings\a121710\dtr\New DTR Client\FINGPROD\pg.com_PG-FSS-INV_APPROVAL-INVAPP\cons\inactive\)
    20:30:33.148  SYNC  (FAILED: Get members in workspace folder failed (Communication error [cause: Thread was interrupted]))  dev   (C:\Documents and Settings\a121710\dtr\New DTR Client\FINGPROD\pg.com_PG-FSS-INV_APPROVAL-INVAPP\dev\)
    20:30:33.148 ==> Finished in 9s. 3 folders failed.
    thse are some of the errors..
    can you plz tel me whr cld i went wrong.... plz help me out..
    Thanks & Regards
    Message was edited by:
            Vijaya Lakshmi MV

    Hi VIjaya,
    The problem seems to be of the JDI setup. I think you should post this in
    Expert Forums >> Application server >> Java Development Infrastructure (JDI)
    Regards,
    Alka.

  • Error java.sql.exception when setting up repository for OWB 11g

    Hey all,
    I am encountering the following error on the last step of Repository Assistant, that is, while trying to set up the design repository in OWB 11g:
    "The Warehouse Builder workspace installation failed
    java.sql.SQLException : ORA-00942 table or view does not exist"
    Below is an excerpt from the the log file:
    main.TaskScheduler timer[5]20080620@14:51:54.054: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSQLUserToken(ProcessEngine.java:1106)+>     at java.lang.Thread.run(Thread.java:595)
    main.TaskScheduler timer[5]20080620@14:51:54.054: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1572): Exception = java.sql.SQLException: ORA-00942: table or view does not exist
    main.TaskScheduler timer[5]20080620@14:51:54.054: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): [executeOwbReposOrRuntime]: Error occurred during Workspace Installation. Exception =java.lang.Exception: java.sql.SQLException: ORA-00942: table or view does not exist
    main.AWT-EventQueue-0[6]20080620@14:51:54.054: 00> oracle.wh.ui.jcommon.WhButton@a22671: WhButton setLabel rtsString = OK
    main.AWT-EventQueue-0[6]20080620@14:58:17.017: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): before open 'UnSuccessDialog'
    main.AWT-EventQueue-0[6]20080620@14:58:17.017: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:788): Open UnSuccessDialog ...
    main.AWT-EventQueue-0[6]20080620@14:58:17.017: 00> oracle.wh.ui.jcommon.WhButton@a22671: WhButton setLabel rtsString = OK
    I am new to OWB so please let me know if I've left out any information that would help in figuring out why the installation is not completing.
    Thanks.

    The only thing I can think of in OWB 11g is that the main schema that is used, which is OWBSYS, wasn't fully installed or it doesn't have all the tables or views it needs or they weren't created properly with the cat_owb.sal script.
    Something must not have been created right. I would try to stop all OWB services with the appropriate scripts in:
    <your_owb_home>owb\rtp\sql
    try the stop_service.sql script.
    Then try to drop the users owbsys and whatever you might have created (if it exists) for a workspace owner user. Then clean up with:
    <your_owb_home>\owb\UnifiedRepos\clean_owbsys.sql
    After that it is back to the drawing board from the beginning. DO these steps again that you likely did in the first place:
    1. create owbsys with:
    <your_owb_home>\owb\UnifiedRepos\cat_owb.sql <tablespace_name>
    2. Set the control center home with:
    <your_owb_home>\owb\UnifiedRepos\reset_owbcc_home.sql <your_owb_home>
    *pay attention to the case of the the OWB HOME you give as a variable to the above script.  It needs to match the case of your real path.
    3. Finally unlock owbsys.
    4. look at <your_owb_home>\owb\bin\admin\ if the rtrepos.properties file size is at '0'. If it is for some reason, rename it to something else right now.
    5. Then try to run the repository assistant again.
    -Greg

  • Repository assistant related

    when i am trying to create repository i got an error like ora - 00942 table or view doesn't exit.the warehouse builder workspace installation failed . please help me out.
    thanks&regards,
    nataraj.

    I think this is a grant issue.
    Are you installing through the client or OMB.
    Which user did you use ?

  • MSAD users are not able to login into the Essbase

    Hi ,
    I am on 11.1.2.2 . We just configured MSAD with shared services. There are native groups with provisionings and we add the MSAD users to this group to provide authorization.
    he search order of MSAD is 2 while that of Nativedirectory is 1. . The msad user is able to log into to all other products like shared services , workspace , EPMA but login fails for ESSBASE(through maxl) and EASConsole. When I checked the users table from EAS console I found that MSAD users are present in the users list .
    Can anybody know how to refresh my Essbase sec file in an ad-hoc manner so that my MSAD users are reflected in the sec file ???
    Thanks in Advance,
    SS

    Hi John,
    These are the erros that I found in the Log:
    [2013-04-18T15:48:29.118+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000JsSdkZE3r2X_xtk3yW1HRwV000000B,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T15:48:38.130+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000JsSdmmk3r2X_xtk3yW1HRwV000000C,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T15:48:45.115+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000JsSdoVt3r2X_xtk3yW1HRwV000000D,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T15:49:55.987+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000JsSe5nG3r2X_xtk3yW1HRwV000000H,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T15:51:38.410+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000JsSeUnX3r2X_xtk3yW1HRwV000000c,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T15:52:18.037+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000JsSecUm3r2X_xtk3yW1HRwV000000k,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T15:52:22.327+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000JsSedXo3r2X_xtk3yW1HRwV000000u,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T16:09:33.657+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000JsSi_KL3r2X_xtk3yW1HRwV000001T,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T16:09:39.329+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000JsSiagy3r2X_xtk3yW1HRwV000001U,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-18T16:44:00.796+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 004qe2n4S2^3r2X_xtk3yW000Ckl00001e,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T12:22:39.848+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 004qf4eGL3l3r2X_xtk3yW000Ckl0001U1,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T12:37:36.039+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 004qf5Vf1v33r2X_xtk3yW000Ckl0001Vk,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T12:46:16.672+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 33] [userId: <anonymous>] [ecid: 004qf5yh4CC3r2X_xtk3yW000Ckl0001YM,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T12:59:17.746+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qf6hGL3y3r2X_xtk3yW000Ckl0001eJ,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T15:28:47.535+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 33] [userId: <anonymous>] [ecid: 004qfF3tfH43r2X_xtk3yW000Ckl0001yB,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T16:15:33.114+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 004qfHf89Lv3r2X_xtk3yW000Ckl0002op,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-19T16:19:08.380+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 33] [userId: <anonymous>] [ecid: 004qfHrx8Ja3r2X_xtk3yW000Ckl0002tk,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-23T16:21:45.697+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qkJsggb03r2X_xtk3yW000Ckl0001Gp,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-23T16:40:45.011+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 31] [userId: <anonymous>] [ecid: 004qkKwaqEg3r2X_xtk3yW000Ckl0001Ko,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-23T16:40:49.510+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qkKws6Mt3r2X_xtk3yW000Ckl0001Kp,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-23T16:40:55.448+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qkKxEi3I3r2X_xtk3yW000Ckl0001Kq,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-24T12:23:36.799+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 31] [userId: <anonymous>] [ecid: 004qlN2qpR63r2X_xtk3yW000Ckl0002xE,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: WORKSPACE#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /workspace/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-24T15:50:40.655+05:30] [EPMServer0] [ERROR] [EPMCSS-05152] [oracle.EPMCSS.CSS] [tid: 31] [userId: <anonymous>] [ecid: 004qlYbI73U3r2X_xtk3yW000Ckl00037j,0:1] [SRC_CLASS: com.hyperion.css.web.config.action.LDAPUserAutoConfigureAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] [URI: /interop/framework/security/MSADUserAutoConfigureAction] Failed to execute automatic discovery for user configuration. Server returned empty list for the specified user identifier. Enter a valid unique user identifier. Example cn=HypUsers. Wild cards are not allowed.
    [2013-04-24T16:08:10.851+05:30] [EPMServer0] [ERROR] [EPMCSS-05152] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000JsvbnEV3r2X_xtk3yW1HTvIO000011,0] [SRC_CLASS: com.hyperion.css.web.config.action.LDAPUserAutoConfigureAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] Failed to execute automatic discovery for user configuration. Server returned empty list for the specified user identifier. Enter a valid unique user identifier. Example cn=HypUsers. Wild cards are not allowed.
    [2013-04-24T17:54:53.669+05:30] [EPMServer0] [ERROR] [EPMCSS-05335] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000Jsw0EmR3r2X_xtk3yW1HTvc800006a,0] [SRC_CLASS: com.hyperion.css.web.action.EditGroupAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] Failed to update group. Group properties are identical to the existing version. Update group properties to make changes.
    [2013-04-24T18:06:20.455+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000Jsw2qTJ3r2X_xtk3yW1HTvc800008m,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-24T19:37:40.234+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qljJ9jYL3r2X_xtk3yW0007ha00009p,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /interop/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-24T20:55:26.002+05:30] [EPMServer0] [ERROR] [EPMCSS-05335] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qlndH3P_3r2X_xtk3yW0008JJ00003B,0:1] [SRC_CLASS: com.hyperion.css.web.action.EditGroupAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] [URI: /interop/framework/security/editGroup] Failed to update group. Group properties are identical to the existing version. Update group properties to make changes.
    [2013-04-25T11:31:05.648+05:30] [EPMServer0] [ERROR] [EPMCSS-05335] [oracle.EPMCSS.CSS] [tid: 26] [userId: <anonymous>] [ecid: 004qm^^rys43r2X_xtk3yW0008JJ0000iO,0:1] [SRC_CLASS: com.hyperion.css.web.action.EditGroupAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] [URI: /interop/framework/security/editGroup] Failed to update group. Group properties are identical to the existing version. Update group properties to make changes.
    [2013-04-25T12:03:04.431+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 004qmaNFVp93r2X_xtk3yW0008JJ0000kj,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /interop/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-25T12:03:09.228+05:30] [EPMServer0] [ERROR] [EPMCSS-09224] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 004qmaNXpVT3r2X_xtk3yW0008JJ0000kk,0:1] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: authenticateUser] [URI: /interop/logon] Failed to authenticate user. EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.. .
    [2013-04-25T12:21:59.089+05:30] [EPMServer0] [ERROR] [EPMCSS-00301] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000Jszxbsg3r2X_xtk3yW1HUD7100000B,0] [SRC_CLASS: com.hyperion.css.facade.impl.CSSAbstractAuthenticator] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: throwAuthException] Failed to authenticate user. Invalid credentials. Enter valid credentials.
    [2013-04-25T12:36:36.338+05:30] [EPMServer0] [ERROR] [EPMCSS-05152] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000Jt00xho3r2X_xtk3yW1HUD7100002G,0] [SRC_CLASS: com.hyperion.css.web.config.action.LDAPUserAutoConfigureAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] Failed to execute automatic discovery for user configuration. Server returned empty list for the specified user identifier. Enter a valid unique user identifier. Example cn=HypUsers. Wild cards are not allowed.
    [2013-04-25T12:36:50.411+05:30] [EPMServer0] [ERROR] [EPMCSS-05152] [oracle.EPMCSS.CSS] [tid: 11] [userId: <anonymous>] [ecid: 0000Jt011DC3r2X_xtk3yW1HUD7100002H,0] [SRC_CLASS: com.hyperion.css.web.config.action.LDAPUserAutoConfigureAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] Failed to execute automatic discovery for user configuration. Server returned empty list for the specified user identifier. Enter a valid unique user identifier. Example cn=HypUsers. Wild cards are not allowed.
    [2013-04-25T12:37:00.009+05:30] [EPMServer0] [ERROR] [EPMCSS-05152] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000Jt013Z^3r2X_xtk3yW1HUD7100002I,0] [SRC_CLASS: com.hyperion.css.web.config.action.LDAPUserAutoConfigureAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] Failed to execute automatic discovery for user configuration. Server returned empty list for the specified user identifier. Enter a valid unique user identifier. Example cn=HypUsers. Wild cards are not allowed.
    [2013-04-25T12:48:15.043+05:30] [EPMServer0] [ERROR] [EPMCSS-05345] [oracle.EPMCSS.CSS] [tid: 12] [userId: <anonymous>] [ecid: 0000Jt03cfC3r2X_xtk3yW1HUDT700000j,0] [SRC_CLASS: com.hyperion.css.web.action.ProvisioningAction] [APP: SHAREDSERVICES#11.1.2.0] [SRC_METHOD: executeAction] Failed to set roles for user/group. Updated provisioning information is identical to the existing one. Verify the changes.
    I couldnt find any error that might be the reason for my issue.
    Celvin,
    I tried it , i.e limiting the number of groups in MSAD .. it didnt work.
    Regards,
    SS

  • Activation of the activity fails u0096 no source files in the active workspace

    Dear All,
    I’m working on a NWDI installation since last month. The NWDI server (NW2004s) has been installed and configured with the following parameters:
    Some Details:
    -     Java Stack on SPS 12
    -     No complete Developer Workplace, we only use the Studio (SPS 12)
    -     OS: WIN 2003
    -     DB: Oracle 10g
    -     SDK: 2 SDK, Standard Edition x64 1.4.2_15
    Installation Usages Types: DI, AS Java, EP Core, EP (EP for the Visual Composer)
    Performed configuration steps:
    -     adaptation of VM parameter in the Visual Admin
    -     patched the NWDI Server and the Studio from SPS 9 to support package stack 12 + available single patches
    -     run the template installer => NWA with type “DI Allinone – run all post installation Steps for DI, CBS, CMS, DTR”
    -     Oracle Parameters changed, User and Authorizations created and assigned (UME, J2EE Security roles, DTR => ACL List), SLD (Creation of a new Landscape), Configuration of the CBS with the VA
    -     Configuration of the Studio (SAP J2EE Engine (fill in the NWDI engine), Proxy Settings, Development Configuration Pool)
    Development Steps for an example:
    -     Creation of a new software product (SLD)
    -     Namespace reservation on SLD => Application Context Root, Development Component Name
    -     Created a Domain and a Track on CMS
    -     Attached all Software components to the track (my own dc, SAP-JEE, SAP_Buildt, SAP_JTechs)
    -     Check-In the Software Components on Transport studio => CMS
    -     Moved the development configuration into Studio
    -     Created a ear- and a web-project => Display a JSP File (It’s the same example like in the SAP Course TADM10)
    -     Check-in the activity under “Open activities” => Activate
    My problem appears during the check-in phase in the studio. I was able to check-In the source files in to the inactive Workspace on the DTR, but the activation of the activity fails. (I thought that the build process runs automatically after the activation - also the movement from the source files from the inactive to the active workspace?).
    I received no error message, but I can’t find any source files in active workspace. The activity seems to be pending. I locate the request in the CBS, the request state is “failed” regarding the request type “activate”.
    At the moment there is no separate runtime system assigned to the NWDI System.
    Questions:
    1.     Have I forgotten an important configuration step?
    2.     Can I use the NWDI Server also as a runtime environment (DEV System)?
    Please let me know if somebody has an idea.
    Thanks.
    Christoph

    Hello Michael,
    thanks a lot for your answer.
    I found the following error messages in the <b>request log</b>:
    <i>Calculate all combinations of components and variants to be built...
         "xxxtest.com/math/calc/webdc01" variant "default"
              "xxxtest.com/math/calc/webdc01" variant "default" cannot be built. Activation will fail.
              INVALID dependency is declared to public part: default.
              [DC 247 variant "default"][SC 65 "xxxtest.com_TASCHENRECHNER_1"] using [PP default of DC 6 at Build-Time Dependency]
         "xxxtest.com/math/calc/eardc03" variant "default"
              "xxxtest.com/math/calc/eardc03" variant "default" cannot be built. Activation will fail.
              The required Build Plugin "sap.com/tc/bi/bp/enterpriseApplication/enterpriseApplication" IS UNKNOWN. None of the compatments contains a suitable plugin for this component.
              [DC 248 variant "default"][SC 65 "sanofitest.com_TASCHENRECHNER_1"] using [BP sap.com/tc/bi/bp/enterpriseApplication/enterpriseApplication]
    Prepare build environment in the file system... started at 2007-09-04 06:13:54.316 GMT
    Prepare build environment in the file system... finished at 2007-09-04 06:13:54.316 GMT and took 0 ms
    ===== Pre-Processing =====  finished at 2007-09-04 06:13:54.332 GMT and took 406 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred during request processing:Activation failed due to component "xxxtest.com/math/calc/webdc01" variant "default". The component is BROKEN.
    ERROR! The following error occurred during request processing:Activation failed due to component "xxxtest.com/math/calc/eardc03" variant "default". The component is BROKEN.
    REQUEST PROCESSING finished at 2007-09-04 06:13:54.332 GMT and took 422 ms</i>
    The <b>Build Log</b> was empty.
    Thank you in advance.
    Best regards
    Christoph

  • BPM Workspace 11.1.1.4 fails after login

    Hi,
    I am getting an issue when logging into BPM Workspace (11.1.1.4) where the browser displays nothing and the SOA Server log shows the following issue compiling bpmHome.jsf.
    ]] Root cause of ServletException.
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /bpmHome.jsff
    Exception occurred while processing '/SOA/Oracle/MW_11.1.1.4/user_projects/domains/soa_domain1/servers/soa_server1/tmp/_WL_user/OracleBPMWorkspace/jx2oeu/war/bpmHome.jsff'java.lang.NullPointerException
    <05/06/2011 7:17:44 PM EST> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in /SOA/Oracle/MW_11.1.1.4/user_projects/domains/soa_domain1/servers/soa_server1/adr/diag/ofm/soa_domain1/soa_server1/incident/incdir_2 with a lockout minute period of 1.>
    (I also get a diagnostic image generated).
    I have rebuilt the Domain from scratch - same behaviour.
    The other BPM web-based apps (composer and Worklist) seem fine.
    This is running on Ubuntu.
    Can anyone help?
    Thanks,
    Ian
    .

    Hi,
    I managed to fix this on my own as I started looking at the BPEL side of things and started getting errors deploying services to the SOA Server due to too many files being open.
    To fix this I bumped up my open files max from 1024 to 4096.
    I also added some extra Java properties to my setDomainEnv.sh to get rid of the following start up message...
    <BEA-000402> <There are: 5 active sockets, but the maximum
    number of socket reader threads allowed by the configuration is: 4. You
    may want to alter your configuration.>
    EXTRA_JAVA_PROPERTIES="${EXTRA_JAVA_PROPERTIES} -Dweblogic.ThreadPoolPercentSocketReaders=50 -Dweblogic.ThreadPoolSize=100 -Dweblogic.SelfTuningThreadPoolSizeMin=100"
    export EXTRA_JAVA_PROPERTIES
    This definitely improved performance drastically but I don't know which of the above steps fixed my BPM Workspaces problem (maybe its both) but they both helped me with each problem I had.
    Cheers.

  • The BPM Workspace is loading and failing to initialize the directory.xml

    Hi BPM Specialists,
    I installed BPM along with SOA suit in Windows XP box. Now I am getting failing to initialize directory.xml error and the workspace is not getting loaded.I am not able to locate a directory.xml file in my installed directory. Please let me know what needs to be done.Thanks a lot in adavance.
    Initializing PAPI services...
    <May 3, 2011 1:10:23 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    java.lang.IllegalStateException: directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfiguration(DirectoryConfigurationManager.java:335)
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfigType(DirectoryConfigurationManager.java:313)
    at fuego.directory.provider.Factory.getDirectoryFactory(Factory.java:216)
    at fuego.directory.Directory.startAnonymousSession(Directory.java:211)
    at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.initPAPI(ADFWorkspaceEnvironment.java:66)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.initialize(WorkspaceEnvironment.java:113)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.<init>(WorkspaceEnvironment.java:85)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.<init>(ADFWorkspaceEnvironment.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:51)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    java.lang.IllegalStateException: directory configuration runtime fails to initilize with resource: ..\config\directory.xml
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfiguration(DirectoryConfigurationManager.java:335)
    at fuego.directory.DirectoryConfigurationManager.getDirectoryConfigType(DirectoryConfigurationManager.java:313)
    at fuego.directory.provider.Factory.getDirectoryFactory(Factory.java:216)
    at fuego.directory.Directory.startAnonymousSession(Directory.java:211)
    at fuego.papi.impl.ProcessServiceFactoryImpl.obtainSchemaId(ProcessServiceFactoryImpl.java:193)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:75)
    at fuego.papi.impl.ProcessServiceFactoryImpl.create(ProcessServiceFactoryImpl.java:63)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.initPAPI(ADFWorkspaceEnvironment.java:66)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.initialize(WorkspaceEnvironment.java:113)
    at oracle.bpm.workspace.model.common.WorkspaceEnvironment.<init>(WorkspaceEnvironment.java:85)
    at oracle.bpm.workspace.adf.model.common.ADFWorkspaceEnvironment.<init>(ADFWorkspaceEnvironment.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:51)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    java.lang.reflect.InvocationTargetException
    <May 3, 2011 1:10:23 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <WorkSpace failed on Startup.>
    <May 3, 2011 1:10:23 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.bpm.workspace.adf.ADFWorkspaceContextListener failed: oracle.bpm.lang.exception.ProgramException: WorkSpaceWorkSpace failed on Startup..
    oracle.bpm.lang.exception.ProgramException: WorkSpaceWorkSpace failed on Startup.
    at oracle.bpm.lang.exception.ProgramException.wrap(ProgramException.java:54)
    at oracle.bpm.workspace.adf.ADFWorkspaceContextListener.contextInitialized(ADFWorkspaceContextListener.java:55)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.bpm.web.WebEnvironment.initialize(WebEnvironment.java:80)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: Critical Error.
    Detail:
    directory configuration runtime fails to initilize with resource: ..\config\directory.xml

    Thanks a lot for you reply.
    I have installed OBPM 11g along with SOA suit.So whenever I am trying to restart the WL server, the log is showing the error where it is not able to initialize the directory.xml.
    Could you please let me know what else can be done?

Maybe you are looking for