Sample Login Module Not working

I have configured the sample login module shipped with identity server 6.0 for understanding the configuration of a custome login module.
As per the instruction when i try to run the example i get an Authentication faliure i have given the following url "http://<domain-name>:58080/amserver/UI/Login?module=LoginModuleSample&org=<my org name>"
Could anyone plz tell me y this error has occurred and if not then suggest me a way to return back to a state where i was before working with this example as now i cannot open the amconsole as well.
plz help as fast as possible
kirtan

use commandline to remove and then add (again) amauth service. you should be able to log into the console again.... with your amadmin id and password
for getting the sample auth module to work.. please read the docs carefully, it has a very clear step by step explanation on how to do it...

Similar Messages

  • Function Module not working for old Role

    Dears
    Function Module not working for old Role
    Function Module: /VIRSA/BAPI_AE_USERS_FOR_ROLES
    Before EHP4 upgrade this functional module working fine, but after updated users are not visible.
    We have chekced if the users are assigned directly users are visible but indirect (Position Based) assignment users are not apprearing.
    Pl check the fucntion module with given roles below and identify the root cause,
    EP_TRVL_ALL_CAB     - Old Role
    EP_TRN_TRVL_DRGC_V2 - New Role
    Regards
    Krishna Mohan CH
    9704500717

    Krishna,
    I do not think this BAPI is meant to be called by anyone but the application using it, and its functionality may therefore change without notice.
    What are you trying to achieve? Maybe there's a better way to do that...
    Frank.

  • Login page not working in EBS R12 after autoconfig.

    Hi,
    We are using EBS R12 on windows 2003 server 32 on a test machine. As we were making some changes using autoconfig,
    as the Login page not working in EBS R12 after running autoconfig.
    Kindly help us.
    Thanks in advance.

    Hi,
    Rollback the changes and run AutoConfig, see if you get the same error or not then -- See (Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12) for details "2.5. Rolling Back an AutoConfig Session".
    Regards,
    Hussein

  • Custom login module - Not invoked...

    Hi All
    I have developed a custom login module and the necessary configuration steps in VA are performed. However, the custom login module is not called...
    1. Developed a Java DC as a Child DC in a Library DC.
    2. Added all the relevant jars needed as Used DC and Public Parts as required. Also updated the provider.xml with relevant references.
    3. Build and Deployed. (No errors found here..)
    4. In VA - Created a new Login Module.... updated the property LoginModuleClassLoaders to library:xyz where xyz is the name of the folder for deployed sda as found in cluster\j2ee\serverx\bin\ext...next updated the config tool for the same.... next modified the sap.com/irj*irj authentication as:
    Basic - Requisite
    CustomModule - Optional.
    Then performed server restart. Yet, login module not called. Any ideas as to where I am going wrong..?? (In my login module, just trying to retrieve the user name and change their attributes like lastname etc... )
    Thanks
    Deepak

    Issue solved....
    Had forgot to add the module to the ticket stack...

  • Norton Login is not working with the upgrade from firefox. Not too happy about this

    I upgraded to the new firefox. I have a lap top with vista windows.
    Norton Login does not work with this version. Can you please explain to me how to fix this problem. Much preferred the last version of firefox.

    You need an update from Norton, which Norton says will be ready in May.
    http://support.mozilla.com/en-US/kb/Installing+a+previous+version+of+Firefox
    You can get 3.6.16 from here: <br />
    http://www.mozilla.com/en-US/firefox/all-older.html

  • Custom login module Authentication works but Authorization Does not work

    Hi:
    I am using custom login module and switched on the ADF authentication using adf-config.xml file. My custom authentication works i.e. it returns true but when it finally tries to display the page 401 Unauthorized message is shown. I am using JDev 10.1.3.2.
    Is there any other settings I need to perform. Could you please let me know.
    Thanks

    I have the same issue, please refer to this thread.
    Re: ADF Security Authorization

  • Sample Custom SSO not working for external userid mapped in userprofile in 11.1.1.8

    Hi,
    WebCenter sites v: 11gR1 (11.1.1.8)
    I am in the process of validating Custom SSO Behaviour. I am facing hurdles. I have mentioned below the steps I preformed.
    1. Deployed customizable-sso-11.1.1.8.0 .jar in cas/WEB-INF/lib
    2. Copied SampleLoginform.jsp file to cas/fatwire
    3. Copied the customSampleSSObeans.xml configuration file into cas/WEB-INF/spring-configuration folder.
    4. Modified the following bean
            <bean id="customUserConfiguration" class="com.fatwire.wem.sso.cas.sample.SampleConfiguration"
                    p:casLoginUrl="http://xyz.com:7001/cas/login"
                    p:resolverUrl="http://xyz.com:7001/cs/custom/customCsResolver.jsp"
                    p:resolverCredential-ref="resolverCredential"
                    p:traceFlag="false"
                    p:sampleDomain="mydomain"
                    p:sampleFormUrl="http://xyz.com:7001/cas/fatwire/SampleLoginForm.jsp"
                    />
      Note: p:resolverCredential - I found it new in this bean, as it is not referenced anywhere in the WCS documentation. This resolverCredentail is actually another bean configured in customResolverCredentail.xml under spring-configuration folder. Also, I am not sure if p:sampleDomain has to be modified to suit the environment. Currently I have retained the default value of "mydomain".
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
            xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
            <description>
                    This defines the SitesCS username/password credentials needed for identity resolution
            </description>
            <bean id="resolverCredential" class="com.fatwire.security.common.SecurityCredential">
                    <property name="username" value="fwadmin" />
                    <property name="password" value="xceladmin" />
                    </bean>
    </beans>
    The default value mentioned for property name username and password were "@username@" and "@password@" respectively. I changed them to fwadmin/xceladmin as in the file above.
    5. In WCS Admin UI, I added a user atribute "samplesso" and assigned unique value for couple of users
    6. Restarted CAS.
    7. On accessin wcs url, I am now redirected to custom sample login page(SampleLoginform.jsp)
        Following are the form fields: username, password, domain, external userid
    8. It works fine, if I submit wcs credentails for username,password and default domain (mydomain) and I am taken to the WCS Admin UI
    9. But if I submit domain(mydomain) and mapped user(unique value in sep 5) against userid, I get an error page. Following is the error
    org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@5f82e73 targetAction = com.fatwire.wem.sso.cas.web.CustomLoginViewAction@68b18314, attributes = map[[empty]]] in state 'viewLoginForm' of flow 'login-webflow' -- action execution attributes were 'map[[empty]]'; nested exception is java.lang.SecurityException: java.lang.NullPointerException
    What is the cause and fix for the problem. Am I supposed to perform any other step?
    Is there anything specific to p:resolverUrl="http://xyz.com:7001/cs/custom/customCsResolver.jsp" ? I did not do any deployment corresponding to this, as there was no such step mentioned in documentation.
    Thanks

    I just recently implemnted this for my current client.
    http://xyz.com:7001/cs/custom/customCsResolver.jsp
    The context "cs" here is important. For my current client, we installed 11G with context "cm". So for us the the resolver URL is:
    http://xyz.com:7001/cm/custom/customCsResolver.jsp  and when we login into FatWire we use:
    http://xyz.com:7001/cm/login.
    If you look in your Sites application folder you should see <Sites App/Context>/custom/customcsResolver.jsp. In the Jsk it's located at:
    C:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-6.0.32\webapps\cs\custom\customCsResolver.jsp
    Regards,
    Robert Jackson

  • Sender Adapter Module Not Working

    Hi,
    I have changed an existing Sender Adapter Module code and deployed using SDM.
    It was working fine but after some days it is not working as designed. Say for an example, the number of pipes(|) in each record is one less than usual number of pipes. It does not say any error in module but in my java mapping raising GENERIC Exception.
    I had the same problem in Dev and now I am facing the same in QA.
    When I checked the standalone code it is working fine. Any reason for this anomalous behavior?
    Regards,
    Manikandan R

    Hi,
    Could you give us more details about : your coding, input sample when error is raised ?
    That'd help a lot
    Chris

  • Parsley Event Dispaching module not working

    **Dispaching event in module with its own moduleContext and configuration ( of messages-commands, services etc , in it ) not working
    I have an s:app called main.mxml:
    **1) main.mxml:**
    <s:Application>
              <fx:Declarations>
                                  <parsley:ContextBuilder config="{config}"/>
                                  <parsley:Configure />
              </fx:Declarations>
              <mx:ModuleLoader id="Login" url="Login.swf" ready="moduleInit();"/>
    </s:application>
    **2) config.mxml  (*)**
              <parsley:Objects />  // not using it for now..
    **3) Login.mxml ( swf module )**
              <s:Module >
                                  <fx:Declarations>
                                            <parsley:ContextBuilder config="{LoginConfig}" />
                                            <parsley:Configure />
                                  </fx:Declarations>
                                  <fx:Script>
                                                      <![CDATA[
                                                                [MessageDispatcher]
                                                                public var dispatcher:Function;
                                                                private function _onClick():void {
                                                                          dispatcher(new LoginRequestMessage(LoginRequestMessage.LOGIN_REQUEST_MESSAGE));
                                                      ]]>
                                  </fx:Script>
                                  <mx:Canvas>
                                                      <mx:Button label="sendReq" id="btnSnd" click="_onClick()" />
                                  </mx:Canvas>
              </s:module>
    **4) LoginConfig.mxml (Module Context Configuration)**
              <parsley:Objects .. >
                                  <fx:Declarations>
                                                      <domain:LoginModel/>
                                                      <parsley:DynamicObject type="{LoginService}"/> 
                                                      <parsley:MapCommand type="{LoginCommand}" selector="{LoginRequestMessage.LOGIN_REQUEST_MESSAGE}"/> 
                                  </fx:Declarations>
                        <fx:Script>
                                            <![CDATA[
                                                      import Modules.Login.Application.bussiness.commands.*;
                                                      import Modules.Login.Application.bussiness.services.*;
                                                      import Modules.Login.Application.messages.*;
                                            ]]>
                        </fx:Script>
              </parsley:Objects>
    All the configuration is ok ( it works ( the same code ) but it works only if I change s:module to s:panel (or anything different to a module) or if I keep login as a s:module but moving all configuration from loginConfig ( module config file ) to the "main" context defined in  the <s:Appplication> it works too.
    **So the problem is with modules** : ( the module only works with the first <s:application> context )
    this is what happens when i run or debug the application:
    The s:application starts and loads the module, user click on btnSnd button and _onClick() is executed , but when:
        dispatcher(new LoginRequestMessage(LoginRequestMessage.LOGIN_REQUEST_MESSAGE));
    is executed -> Nothing Happens . **There is No dispatching**  ( see 4) , LoginConfig.mxml source code , mentioned
    before, for more details.. )
    so.. when I use module and its context configuration ( it looks like the module is not attached to the context but it's attached to the <s:application> context. 
    as i said before:
    **A)** All Works OK if a move the LoginConfig configuration to the <s:application> context
    or
    **B)** All works OK if a change  Login.mxml  from s:module to any displayObject ,like mx:panel for example, but not a module.. ( if i do that ( not using module ), all works ok even if a leave the conf LoginConfig.mxml (the "second context" containing the conf and not moving its conf to the s:app first context)
    so, my problem is implementing a module (login) having its own context, configured pointing to its own parsley:objects mxml config file (loginConfig) , and when the module function is disptaching parsley message event in that configured module, nothing happens even when the conf is correct.
    C) More of the same.. but: All Works OK if I create a new project, and a put only the module and its context conf , its classes ( message, command, service etc) changing the login.mxml from s:Module to s:Application using loginContext as the unique "main" context.. so that's why I can say that configuration of commands, messages, etc involved in this short example works ok but only doesn't work when using a module and the conf in its own context.
    I have made lot of tries but nothing works.. i need to solve this proble as soon as possible, meanwhile, I decided to put all configiration in  the first context file ( the <s:application> context ) keeping the login as a module ( Option (A) as a temporary solution, but I don't like it.. I need a real solution, thanks a lot for all responses

    Thanks.. Yes, I 've enabled Parsley Logging and the output is :
    I 'm showing output console first, Using Module ( Login.swf ) just like the exaple code ,
    ( next to it , log of a 2nd version of the same but not modular is showed ( this 2nd no modular version works, and u can see some differences between 2 logs ):
    1) First, console output with login.mxml as a s:module :
    [SWF] C:\Main.swf - 1,053,865 bytes after decompression
    [SWF] C:\1 - 763,122 bytes after decompression
    [SWF] C:\2 - 1,223,478 bytes after decompression
    [SWF] C:\3 - 1,134,560 bytes after decompression
    [SWF] C:\4 - 445,349 bytes after decompression
    [SWF] C:\5 - 2,083,945 bytes after decompression
    [SWF] C:\bin-debug\Main.swf\[[DYNAMIC]]\6 - 317,875 bytes after decompression
    INFO:  Initialize Flex Support
    [SWF] C:\Login.swf - 230,825 bytes after decompression
    warning: The class mx.collections.ArrayCollection has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.collections.ArrayCollection in the top-level application.  
    warning: The class mx.collections.ArrayList has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.collections.ArrayList in the top-level application.  
    warning: The class mx.messaging.config.ConfigMap has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.messaging.config.ConfigMap in the top-level application.  
    warning: The class mx.messaging.messages.CommandMessage has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.messaging.messages.CommandMessage in the top-level application.  
    warning: The class mx.messaging.messages.CommandMessageExt has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.messaging.messages.CommandMessageExt in the top-level application.  
    warning: The class mx.messaging.messages.HTTPRequestMessage has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.messaging.messages.HTTPRequestMessage in the top-level application.  
    warning: The class mx.messaging.messages.MessagePerformanceInfo has been used in a call to net.registerClassAlias() in _Login_FlexInit. This will cause Login to be leaked. To resolve the leak, define mx.messaging.messages.MessagePerformanceInfo in the top-level application.  
    14:32:53.195 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using new ApplicationDomain for key [object _Main_mx_managers_SystemManager]
    14:32:53.261 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using new ApplicationDomain for key [object _Main_mx_managers_SystemManager]
    14:32:53.293 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Main0/Main
    14:32:53.293 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Main0/Main
    14:32:53.295 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{config})] without parent
    14:32:53.295 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{config})] without parent
    14:32:53.351 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)] and 2 processor(s)
    14:32:53.351 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)] and 2 processor(s)
    14:32:53.357 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::InputModel],value={ImplicitTypeReference(type=undefined)}) ] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    14:32:53.357 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::InputModel],value={ImplicitTypeReference(type=undefined)}) ] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    14:32:53.359 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.domain::GlobalModel, id = _config_GlobalModel1)] and 0 processor(s)
    14:32:53.359 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.domain::GlobalModel, id = _config_GlobalModel1)] and 0 processor(s)
    14:32:53.361 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property sendMessage in class application.presentationModel::InputModel])] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    14:32:53.361 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property sendMessage in class application.presentationModel::InputModel])] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    14:32:53.362 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)] and 2 processor(s)
    14:32:53.362 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)] and 2 processor(s)
    14:32:53.363 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::OutputModel],value={ImplicitTypeReference(type=undefined)} )] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    14:32:53.363 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::OutputModel],value={ImplicitTypeReference(type=undefined)} )] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    14:32:53.364 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageReceiver(scope=null)] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    14:32:53.364 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageReceiver(scope=null)] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    14:32:55.517 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main' with [Context(FlexConfig{config})]
    14:32:55.518 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main' with [Context(FlexConfig{config})]
    14:32:55.546 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Main, id = [[Object 1]])] and 1 processor(s)
    14:32:55.549 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Main, id = [[Object 1]])] and 1 processor(s)
    14:32:55.553 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Main],value={ImplicitTypeReference(type=undefined)})] to managed object with [ObjectDefinition(type = Main, id = [[Object 1]])]
    14:32:55.553 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Main],value={ImplicitTypeReference(type=undefined)})] to managed object with [ObjectDefinition(type = Main, id = [[Object 1]])]
    14:32:55.554 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main' to [Context(FlexConfig{config})]
    14:32:55.554 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main' to [Context(FlexConfig{config})]
    14:32:55.558 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using new ApplicationDomain for key [object _Login_mx_core_FlexModuleFactory]
    14:32:55.558 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using new ApplicationDomain for key [object _Login_mx_core_FlexModuleFactory]
    14:32:55.561 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Login8/Login
    14:32:55.561 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Login8/Login
    14:32:55.561 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{LoginConfig})] with parent(s) [Context(FlexConfig{config})]
    14:32:55.562 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{LoginConfig})] with parent(s) [Context(FlexConfig{config})]
    14:35:02.812 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)] and 1 processor(s)
    14:35:02.812 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)] and 1 processor(s)
    14:35:02.813 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Modules.Login.Application.presentationModel::MainScreenModel],value={ImplicitTypeReferenc e(type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)]
    14:35:02.813 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Modules.Login.Application.presentationModel::MainScreenModel],value={ImplicitTypeReferenc e(type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)]
    14:35:02.814 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.domain::LoginGlobalModel, id = _LoginConfig_LoginGlobalModel1)] and 0 processor(s)
    14:35:02.814 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.domain::LoginGlobalModel, id = _LoginConfig_LoginGlobalModel1)] and 0 processor(s)
    14:36:46.338 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login.Login8' with [Context(FlexConfig{LoginConfig})]
    14:36:46.338 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login.Login8' with [Context(FlexConfig{LoginConfig})]
    14:36:46.360 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Login, id = [[Object 2]])] and 2 processor(s)
    14:36:46.360 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Login, id = [[Object 2]])] and 2 processor(s)
    14:36:46.363 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property dispatcher in class Login])] to managed object with [ObjectDefinition(type = Login, id = [[Object 2]])]
    14:36:46.363 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property dispatcher in class Login])] to managed object with [ObjectDefinition(type = Login, id = [[Object 2]])]
    14:36:46.363 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [InitMethod(method=[Method handleInit in class Login])] to managed object with [ObjectDefinition(type = Login, id = [[Object 2]])]
    14:36:46.363 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [InitMethod(method=[Method handleInit in class Login])] to managed object with [ObjectDefinition(type = Login, id = [[Object 2]])]
    14:37:36.516 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login.Login8' to [Context(FlexConfig{LoginConfig})]
    14:37:36.516 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login.Login8' to [Context(FlexConfig{LoginConfig})]
    14:38:20.949 [INFO] org.spicefactory.parsley.core.messaging.impl.DefaultMessageProcessor Dispatch message '[object LoginRequestMessage]' with 1 receiver(s)
    14:38:20.949 [INFO] org.spicefactory.parsley.core.messaging.impl.DefaultMessageProcessor Dispatch message '[object LoginRequestMessage]' with 1 receiver(s)
    2) Second:
    Now, I will show you the parsley output of running a second version of the program, where login is now a panel and not a module.  ( I 've only changed s:module to s:panel and in the main s:app  < view:login/> instead of <mx:moduleLoader "login" ../>
    The output is almost the same, but it has some differences ( main difference this no modular version works ) ..
    The pasley debug console output for this version not using modules: ( this version dispatches the message correctly, when the module  version executes the disptach sentence but nothing happens ) :
    So.. No modular Version Debug Output:
    [SWF] C:\Main.swf\[[DYNAMIC]]\1 - 763,122 bytes after decompression
    [SWF] C:\Main.swf - 1,128,395 bytes after decompression
    [SWF] C:\Main.swf\[[DYNAMIC]]\2 - 1,223,478 bytes after decompression
    [SWF] C:\Main.swf\[[DYNAMIC]]\3 - 1,134,560 bytes after decompression
    [SWF] C:\Main.swf\[[DYNAMIC]]\4 - 445,349 bytes after decompression
    [SWF] C:\Main.swf\[[DYNAMIC]]\5 - 2,083,945 bytes after decompression
    [SWF] C:\Main.swf\[[DYNAMIC]]\6 - 317,875 bytes after decompression
    INFO:  Initialize Flex Support
    15:07:33.439 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using new ApplicationDomain for key [object _Main_mx_managers_SystemManager]
    15:07:33.441 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using new ApplicationDomain for key [object _Main_mx_managers_SystemManager]
    15:07:33.461 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Main0/Main
    15:07:33.462 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Main0/Main
    15:07:33.465 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{config})] without parent
    15:07:33.465 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{config})] without parent
    15:07:33.534 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)] and 2 processor(s)
    15:07:33.534 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)] and 2 processor(s)
    15:07:33.541 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::OutputModel],value={ImplicitTypeReference(type=undefined)} )] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    15:07:33.541 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::OutputModel],value={ImplicitTypeReference(type=undefined)} )] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    15:07:33.543 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.domain::GlobalModel, id = _config_GlobalModel1)] and 0 processor(s)
    15:07:33.543 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.domain::GlobalModel, id = _config_GlobalModel1)] and 0 processor(s)
    15:07:33.544 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageReceiver(scope=null)] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    15:07:33.544 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageReceiver(scope=null)] to managed object with [ObjectDefinition(type = application.presentationModel::OutputModel, id = _config_OutputModel1)]
    15:07:33.545 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)] and 2 processor(s)
    15:07:33.545 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)] and 2 processor(s)
    15:07:33.546 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::InputModel],value={ImplicitTypeReference(type=undefined)}) ] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    15:07:33.546 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class application.presentationModel::InputModel],value={ImplicitTypeReference(type=undefined)}) ] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    15:07:33.547 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property sendMessage in class application.presentationModel::InputModel])] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    15:07:33.547 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property sendMessage in class application.presentationModel::InputModel])] to managed object with [ObjectDefinition(type = application.presentationModel::InputModel, id = _config_InputModel1)]
    15:07:33.683 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main' with [Context(FlexConfig{config})]
    15:07:33.683 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main' with [Context(FlexConfig{config})]
    15:07:33.716 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Main, id = [[Object 1]])] and 1 processor(s)
    15:07:33.716 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Main, id = [[Object 1]])] and 1 processor(s)
    15:07:33.718 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Main],value={ImplicitTypeReference(type=undefined)})] to managed object with [ObjectDefinition(type = Main, id = [[Object 1]])]
    15:07:33.718 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Main],value={ImplicitTypeReference(type=undefined)})] to managed object with [ObjectDefinition(type = Main, id = [[Object 1]])]
    15:07:33.719 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main' to [Context(FlexConfig{config})]
    15:07:33.719 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main' to [Context(FlexConfig{config})]
    15:07:33.721 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using registered ApplicationDomain for key [object _Main_mx_managers_SystemManager]
    15:07:33.721 [INFO] org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalDomainManager Using registered ApplicationDomain for key [object _Main_mx_managers_SystemManager]
    15:07:33.723 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Login6/Modules.Login::Login
    15:07:33.723 [INFO] org.spicefactory.parsley.core.view.impl.DefaultViewManager Add view root: Login6/Modules.Login::Login
    15:07:33.723 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{LoginConfig})] with parent(s) [Context(FlexConfig{config})]
    15:07:33.723 [INFO] org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapManager Creating Context [Context(FlexConfig{LoginConfig})] with parent(s) [Context(FlexConfig{config})]
    15:07:34.123 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)] and 1 processor(s)
    15:07:34.123 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)] and 1 processor(s)
    15:07:34.123 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Modules.Login.Application.presentationModel::MainScreenModel],value={ImplicitTypeReferenc e(type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)]
    15:07:34.123 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Modules.Login.Application.presentationModel::MainScreenModel],value={ImplicitTypeReferenc e(type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.presentationModel::MainScreenModel, id = _LoginConfig_MainScreenModel1)]
    15:07:34.124 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.domain::LoginGlobalModel, id = _LoginConfig_LoginGlobalModel1)] and 0 processor(s)
    15:07:34.125 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.domain::LoginGlobalModel, id = _LoginConfig_LoginGlobalModel1)] and 0 processor(s)
    15:07:34.127 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login6' with [Context(FlexConfig{LoginConfig})]
    15:07:34.127 [DEBUG] org.spicefactory.parsley.core.view.handler.ViewConfigurationHandler Process view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login6' with [Context(FlexConfig{LoginConfig})]
    15:07:34.156 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login::Login, id = [[Object 2]])] and 2 processor(s)
    15:07:34.156 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login::Login, id = [[Object 2]])] and 2 processor(s)
    15:07:34.160 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property dispatcher in class Modules.Login::Login])] to managed object with [ObjectDefinition(type = Modules.Login::Login, id = [[Object 2]])]
    15:07:34.160 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [MessageDispatcher([Property dispatcher in class Modules.Login::Login])] to managed object with [ObjectDefinition(type = Modules.Login::Login, id = [[Object 2]])]
    15:07:34.160 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [InitMethod(method=[Method handleInit in class Modules.Login::Login])] to managed object with [ObjectDefinition(type = Modules.Login::Login, id = [[Object 2]])]
    15:07:34.161 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [InitMethod(method=[Method handleInit in class Modules.Login::Login])] to managed object with [ObjectDefinition(type = Modules.Login::Login, id = [[Object 2]])]
    15:07:34.162 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login6' to [Context(FlexConfig{LoginConfig})]
    15:07:34.162 [DEBUG] org.spicefactory.parsley.core.view.processor.DefaultViewProcessor Add view 'Main.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Login6' to [Context(FlexConfig{LoginConfig})]
    15:07:42.337 [INFO] org.spicefactory.parsley.core.messaging.impl.DefaultMessageProcessor Dispatch message '[object LoginRequestMessage]' with 1 receiver(s)
    15:07:42.337 [INFO] org.spicefactory.parsley.core.messaging.impl.DefaultMessageProcessor Dispatch message '[object LoginRequestMessage]' with 1 receiver(s)
    15:07:42.352 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = org.spicefactory.lib.command.light::LightCommandAdapter, id = [[Object 3]])] and 0 processor(s)
    15:07:42.352 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = org.spicefactory.lib.command.light::LightCommandAdapter, id = [[Object 3]])] and 0 processor(s)
    15:07:42.356 [DEBUG] org.spicefactory.parsley.core.scope.impl.DefaultScope Discarding command status execute for message '[object LoginRequestMessage]': no matching observer
    15:07:42.356 [DEBUG] org.spicefactory.parsley.core.scope.impl.DefaultScope Discarding command status execute for message '[object LoginRequestMessage]': no matching observer
    15:07:42.358 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.commands::LoginCommand, id = [[Object 4]])] and 1 processor(s)
    15:07:42.358 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.commands::LoginCommand, id = [[Object 4]])] and 1 processor(s)
    15:07:42.358 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property servicio in class Modules.Login.Application.bussiness.commands::LoginCommand],value={ImplicitTypeReference( type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.commands::LoginCommand, id = [[Object 4]])]
    15:07:42.358 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property servicio in class Modules.Login.Application.bussiness.commands::LoginCommand],value={ImplicitTypeReference( type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.commands::LoginCommand, id = [[Object 4]])]
    15:07:42.363 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.services::LoginService, id = _LoginConfig_MxmlDynamicObjectTag1)] and 2 processor(s)
    15:07:42.363 [INFO] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Configure managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.services::LoginService, id = _LoginConfig_MxmlDynamicObjectTag1)] and 2 processor(s)
    15:07:42.364 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property mainScreenModel in class Modules.Login.Application.bussiness.services::LoginService],value={ImplicitTypeReference( type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.services::LoginService, id = _LoginConfig_MxmlDynamicObjectTag1)]
    15:07:42.364 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property mainScreenModel in class Modules.Login.Application.bussiness.services::LoginService],value={ImplicitTypeReference( type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.services::LoginService, id = _LoginConfig_MxmlDynamicObjectTag1)]
    15:07:42.364 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Modules.Login.Application.bussiness.services::LoginService],value={ImplicitTypeReference( type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.services::LoginService, id = _LoginConfig_MxmlDynamicObjectTag1)]
    15:07:42.365 [DEBUG] org.spicefactory.parsley.core.lifecycle.impl.DefaultManagedObjectHandler Applying [Property(name=[Property model in class Modules.Login.Application.bussiness.services::LoginService],value={ImplicitTypeReference( type=undefined)})] to managed object with [ObjectDefinition(type = Modules.Login.Application.bussiness.services::LoginService, id = _LoginConfig_MxmlDynamicObjectTag1)]
    15:07:42.365 [DEBUG] org.spicefactory.parsley.core.scope.impl.DefaultScope Discarding command status execute for message '[object LoginRequestMessage]': no matching observer
    15:07:42.365 [DEBUG] org.spicefactory.parsley.core.scope.impl.DefaultScope Discarding command status execute for message '[object LoginRequestMessage]': no matching observer
    As you can see in this 2nd log, warnings of module version are not present here. Another difference is that  in this no modular version, where login is now a panel and not a module, and where all works ok (dispatching works) , main log differences are  : from 15:07:42.352 to the end of the log. In fact all is almost the same until 15:07:42.337 (included) ( where it says :
    15:07:42.337 [INFO] org.spicefactory.parsley.core.messaging.impl.DefaultMessageProcessor Dispatch message '[object LoginRequestMessage]' with 1 receiver(s)
    But in modular version nothing more happens, when disptacher is executed for that message nothing is dispatched, but, in this no modular version ( the login panel version ) with same configuration , when the disptacher sentence is executed parsley disptachs the message, and debugger continues to next sentence wich is the loginCommand.execute method ( just as it is expected / configured )
    So..
    Could anyOne compare the 2 logs versions ( modular (not working)  vs no modular (panel) (working) ) (both with same mxml:objects parsley configuration file ( LoginConfig.mxml ) , and tell me what I am missing  ?? Thanks a lot!

  • Header Variable login module doesnt work --- NW7.3

    Hello gurus,
    i have added HeaderVariableLoginModule through NWA tool in NW 7.3. In the components tab of http://hostname:port/nwa/auth
    i have includer the this login module for the ticket template. I changed the authschemes.xml file as below
    <document>
    <authschemes>
    <!-- authschemes, the name of the node is used -->
    <authscheme name="uidpwdlogon">
    <!-- multiple login modules can be defined -->
    <authentication-template>
    ticket
    </authentication-template>
    <priority>20</priority>
    <!-- the frontendtype TARGET_FORWARD = 0, TARGET_REDIRECT = 1, TARGET_JAVAIVIEW = 2 -->
    <frontendtype>2</frontendtype>
    <!-- target object -->
    <frontendtarget>com.sap.portal.runtime.logon.certlogon</frontendtarget>
    </authscheme>
    <authscheme name="certlogon">
    <authentication-template>
    client_cert
    </authentication-template>
    <priority>21</priority>
    <frontendtype>2</frontendtype>
    <frontendtarget>com.sap.portal.runtime.logon.certlogon</frontendtarget>
    </authscheme>
    <authscheme name="basicauthentication">
    <authentication-template>
    ticket
    </authentication-template>
    <priority>20</priority>
    <frontendtype>2</frontendtype>
    <frontendtarget>com.sap.portal.runtime.logon.basicauthentication</frontendtarget>
    </authscheme>
    <authscheme name="header">
    <authentication-template>ticket</authentication-template>
    <loginmodule>
    <loginModuleName>com.sap.security.core.logon.imp.HeaderVariableLoginModule</loginModuleName>
    <controlFlag>REQUISITE</controlFlag>
    <options>Header=REMOTE_USER</options>
    </loginmodule>
    <priority>5</priority>
    <frontendtype>2</frontendtype>
    <frontendtarget>com.sap.portal.runtime.logon.header</frontendtarget>
    </authscheme>
    <!-- Reserved 'anonymous' authscheme added for being in the list of authschemes -->
    <authscheme name="anonymous">
    <priority>-1</priority>
    </authscheme>
    </authschemes>
    <!-- References for Authentication Schemes, this section must be after authschemes -->
    <authscheme-refs>
    <authscheme-ref name="default">
    <authscheme>header</authscheme>
    </authscheme-ref>
    <authscheme-ref name="UserAdminScheme">
    <authscheme>uidpwdlogon</authscheme>
    </authscheme-ref>
    </authscheme-refs>
    </document>
    after doing i uploaded the authschemes.xml file and restarted the server.
    but when i try to access the portal it indicating the below error in NWA tool.
    Deprecated scope of type SERVERSESSION_AT_LEAST_ONE_APP_SCOPE is used! Please replace the usage of scopes with new mechanism based on "Cross application session communication API
    Except the portal everything is working fine......
    can you please provide suggestions ....
    Thanks

    Did you add the login module, for NW 7.3 it is not preconfigured. Have a look at this thread: adding a login module in NW 7.3
    Cheers Michael

  • Custom login-module stopped working

    Hello,
    I am using custom login module ( oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule ).
    Everything is working after deployment.
    Occasionally it becomes non working after restarting of application or container and
    I get errors like "Use anonymous is not allowed ..... etc. etc.".
    It is clear that after login module became non-working, OC4J set default username
    for non authenticated user ( anonymous ).
    How to find the problem of misworking login module ?
    Thanks

    Hello,
    I am using custom login module ( oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule ).
    Everything is working after deployment.
    Occasionally it becomes non working after restarting of application or container and
    I get errors like "Use anonymous is not allowed ..... etc. etc.".
    It is clear that after login module became non-working, OC4J set default username
    for non authenticated user ( anonymous ).
    How to find the problem of misworking login module ?
    Thanks

  • Memory modules not working on HP Touchsmart 600-1050sc desktop - update BIOS ?

    Hi
    I just bought 2 x 4GB DDR3 PC3 12800 memory modules from Cruical (see http://eu.crucial.com/eur/en/touchsmart-600-1050sc/CT5311446)
    The modules does not work on my HP Touchsmart 600-1050 sc desktop. Acc to HP specs it should support 2 x 4GB (max 8 GB in total).
    But the computer does not start (I have installed the modules correct). The manufacturer advises me to update my BIOS.
    I wanna ask you guys, before I try suhc a thing, is there any chance this could help?
    Thanks

    Hi,
    Its specs:
    Memory upgrade information
    Dual channel memory architecture
    Two DDR3 SO-DIMMs (200-pin) sockets
    SO-DIMM type-PC3-10600 (DDR3-1333)
    Non-ECC memory only, unbuffered
    Supports 2 GB DDR3 SO-DIMMs
    Maximum memory only if using 2GB DDR3 DIMM modules.
    Supports up to 8 GB on 64-bit PCs
    Supports up to 4 GB* on 32-bit PCs
    Please try PC-10600 RAM
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • MSI GAMING 9 AC WI-FI MODULE NOT WORKING

    Hi,
    I have recently built my new system with the MSI gaming 9 ac motherboard and have now noticed as I have had to switch to a wireless connection that the wireless module isn't working. I have tried seeing if the module is installed right and it seems that it is as the screw hole aligns and feels secure. The driver CD for the wireless did not work so I had to install the drivers off the MSI website but still anything I have tried has come to no avail. Please help me!
    technical specifications:
    intel core i7 4770k
    MSI gaming 9 ac
    windows 8.1 64-bit

    I assume you're talking about X99 Gaming 9, just make sure your mobo is AC(Intel LAN) or ACK(Killer LAN).
    The link is for AC one, check if you're using this version 17.01.0000.1697:
    http://www.msi.com/support/mb/X99S-GAMING-9-AC.html#down-driver&Win8.1 64
    And check if Device Manager has any yellow exclamation mark, or try re-plug the AC adapter.

  • Adapter Module not working in Sender Communication Channel working in recie

    Hi
    I have written one adapter module. IF i give that Adapter Module in Sender Communication channel its not working. If i give that in Reciever Communication Channel its working. If i mention in both the channels then its working in sender communication channel also.But in only sender communication channel its not working in only reciever communication channel its working Can any one tell me why its happening
    Thanks & Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B

    hi
    if its problem with my code why its working if i give the adapter module in both the communication channels?If i give in only sender communication channel the module is not invoking. its not showing any auditlogs.Can any one please help me
    OUTBOUND is for sender
    INBOUND is for reciever right.?
    the following code i have written
    public ModuleData process(
              ModuleContext moduleContext,
              ModuleData inputModuleData)
              throws ModuleException {
              String SIGNATURE =
                   "process(ModuleContext moduleContext, ModuleData inputModuleData)";
              Object obj = null;
              Message msg = null;
              String filename = null;
              AuditMessageKey amk = null;
              try {
                   obj = inputModuleData.getPrincipalData();
                   msg = (Message) obj;
                   System.out.println("&&&&&&&&&&&&&&&&&" + msg);
                   if (msg.getMessageDirection().equals(MessageDirection.OUTBOUND)){
                        amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.OUTBOUND);
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> etHostName: Module called"+ i++);
                   }else{
                        File filename1 = new File("
    10.7.1.43
    XI
    source","text.txt");
                        filename1.createNewFile();
                        amk = new AuditMessageKey(msg.getMessageId(),AuditDirection.INBOUND);
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> etHostName: Module called"+ i++);
                   System.out.println("**************" + amk + "***********");
              } catch (Exception e) {
                   Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,">>>>>>>>>>>>>>> GetHostName: Error Module called");
                   e.printStackTrace(System.err);
                   ModuleException me = new ModuleException(e);
                   throw me;
              // Read the channel ID, channel and the module configuration
              try {
                   Hashtable mp = (Hashtable)inputModuleData.getSupplementalData("module.parameters");
                   if(mp != null){
                        filename = (String)mp.get("FileName");
                        Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS,"Host >>>  Element Name is set to {0}"+filename );
                   }else{               
                        Audit.addAuditLogEntry(amk,AuditLogStatus.WARNING,"HostElementName parameter is not set. Default used: HostName.");
                        filename = "FileName";
              } catch (Exception e) {
                   e.printStackTrace(System.err);
                   Audit.addAuditLogEntry(amk,AuditLogStatus.ERROR,"Cannot read the module context and configuration data");
                   ModuleException me = new ModuleException(e);
                   throw me;
              try {
                   XMLPayload xmlpayload = msg.getDocument();
                   DocumentBuilderFactory factory;
                   factory = DocumentBuilderFactory.newInstance();
                   DocumentBuilder builder = factory.newDocumentBuilder();
                   Document document =
                        builder.parse((InputStream) xmlpayload.getInputStream());
                   Element rootNode = document.getDocumentElement();
                   if (rootNode != null) {
                        Element childElement = document.createElement("filename");
                        childElement.appendChild(document.createTextNode(filename));
                        rootNode.appendChild(childElement);
                   // Transforming the DOM object to Stream object.
                   TransformerFactory tfactory = TransformerFactory.newInstance();
                   Transformer transformer = tfactory.newTransformer();
                   Source src = new DOMSource(document);
                   ByteArrayOutputStream myBytes = new ByteArrayOutputStream();
                   Result dest = new StreamResult(myBytes);
                   transformer.transform(src, dest);
                   byte[] docContent = myBytes.toByteArray();
                   if (docContent != null) {
                        xmlpayload.setContent(docContent);
                        inputModuleData.setPrincipalData(msg);
              } catch (Exception e) {
                   e.printStackTrace(System.err);
                   Audit.addAuditLogEntry(amk,AuditLogStatus.ERROR,"Cannot read the module context and configuration data");
                   ModuleException me = new ModuleException(e);
                   throw me;
              return inputModuleData;
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B
    Message was edited by:
            RaviShankar B

  • Bridge CC Output Module not working for me

    I have installed the Output Module in Bridge CC (Which I can't believ was not included and that it is not an auto update as I thought was one of the big positives of this whole CC concept)  but while it opens and looks ok, when I try to create and save a pdf contact scheet, I get a message saying "The file or folder does not exist." and nothing is created or saved.  What gives?  This is a major feature of Bridge to me as I use it a lot.
    By the way, the web gallery does not work at all, either.

    Have you read through the help doc  http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html

Maybe you are looking for

  • Crystal Report V9 do not display decimal value HELP!

    <p>I have a field in Informix data type is Decimal(6,2)</p><p>when i used the field in the report, the decimal is not displayed</p><p>example: field1 = 305.50, in crystal report it only displayed 305.00, already setup the formatting. any possible sol

  • How We can restrict the max no of Selections in JList

    Hi, How We can restrict the max. no of selections (at random selections) in JList (ex. max No of of selections is 3 in a JList of having 50 items.) Thanks for your advise in advance.

  • Oracle forms 9i on IE 8

    Dear All, We are using Oracle 9iAS as middleware and Internat Explorer (IE) 6 as client web browser on windows XP. The Jinitiator version is 1.1.8.16. Our client organisation is now planning to upgrade to IE 8. However, all I have researched till now

  • Data exchange Mainscript (SCRIPT) with script block (DAC)

    Is there any way to exchange data beetwen a Mainscript (SCRIPT) with user-dialoges and script block (DAC) in this way that the script in scriptblock can access to this data? Background: I write a DAC-Application with some script-blocks for reading an

  • GUI_UPLOAD data problem

    we are uploading .DAT file in following program, after uploading the data into sap system, we are not able to see the complete data first row last two three fields are missing, the total field values length is 331 character, even if i given the 5000