Cannot load login module , Found in negative cache?

Hello All,
I am trying out the SSO with Header Variable Login , by adding the UserId into the Header Variable.
I am able to login to the Portal as per the steps given in  "HeaderVariableLoginModule" http://help.sap.com/saphelp_nw04/helpdata/en/d0/a3d940c2653126e10000000a1550b0/frameset.htm
There is another extension of HeaderVariableLoginModule called the IPHeaderVariableLoginModule, which allows login only if the request comes from the specified IP address.
But after trying this i am getting the foll error :
Cannot load login module class de.platinion.security.IPHeaderLoginModule.
[EXCEPTION]
java.lang.ClassNotFoundException: de.platinion.security.IPHeaderLoginModule
Found in negative cache
Loader Info -
ClassLoader name: [common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore]
Parent loader name: [Frame ClassLoader]
I have followed the steps given in the document, https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/069eaf4b-0901-0010-6e89-d1fcceebcbf1
but still am getting the same error,
I guess it has something to do with the ClassLoader or classpath coz it gives a ClassNotFoundException, but am not able to find a solution..
Could some1 help me out??
Thanks,
Meghana

Hi!
Did you found any solution to this? I have the same error. (NW04s SP13)
Br
Anton Renberg

Similar Messages

  • Cannot load login module class

    Hi,
    i'm working on customizing Login Module now.
    i have bulit the project and deploy the SDA file follow this link "[sap help|http://help.sap.com/saphelp_nw70/helpdata/en/76/08b34095070361e10000000a155106/frameset.htm]".
    My Java project name is: MyLoginModule, with class file "MyLoginModuleClass" in "com.mycompany" package.
    And my library project name is: MyLoginModuleLibrary, with "MyLoginModule.jar" in Jars,
    and with "security_api" "com.sap.tc.logging" "com.sap.engin.lib.add_ejb" "security.class" "com.sap.security.api.sda" "com.sap.security.core.sda" in reference
    After these steps, logon is failed.
    and i get some log using "Note 1045019 - Web diagtool" below:
    LOGIN.FAILED
    User: N/A
    Authentication Stack: ticket
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule
    --- SUFFICIENT  ok          false                 true      
    2. com.mycompany.MyLoginModuleClass
    --- OPTIONAL                                                 Cannot load login module class. com.mycompany.MyLoginModuleClass
    Found in negative cache
    ---Loader Info ---
    ClassLoader name: [common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;
    service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
    Parent loader name: [Frame ClassLoader]
    References:
    Why didn't i see MyLoginModuleLibrary in "ClassLoader name" though i've add it in ConfigTool already.
    Maybe this is the reason  "cannot load login module calss com.mycompany.MyLoginModule"?
    Any  suggestion?
    Regards,
    Fishy

    hi
    this will give some idea
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/23e4407211732ae10000000a155106/content.htm
    http://docs.sun.com/app/docs/doc/820-4801/gbyuw?a=view
    Re: Deploying a custom login module to the J2EE engine
    bvr
    Edited by: bvr on May 7, 2009 12:53 PM

  • Cannot load login module in SAP WAS 6.40 SP12

    I have developed a custom login module per the documentation in the SAP Help Portal and deployed it from the SAP NetWeaver Developer Studio to SDM successfully.  I've configured the J2EE Engine to use this module per the documentation.  After restarting the application server with the custom login module, I cannot login to the portal at all due to a ClassNotFoundException on my custom login class (com.ugs.sap.webkey.WebKeySso).
    I'm not sure why this is happening.  I've added the JAR to the library project per the documentation.  My library project that was deployed to SDM is called WebKeySsoForSapLib.  I added "library:WebKeySsoForSapLib" to the LoginModuleClassLoaders property in the Config Tool per the documentation.
    I saw another post with this very same problem but no resolution.  Does anyone have a solution to this?  Points will be awarded.
    The documentation to which I refer can be found at http://help.sap.com/saphelp_nw04/helpdata/en/f8/9636eedafe8b4589cd6e9e4e73fd3c/frameset.htm

    hi Eric,
      we are also using custom Login Modules in our Web application.
    I've got a question concerning custom LoginModules.
    I hav read all the documents in SAP Library regarding creating LoginModule, making library and registering it on SAP J2EE engine.
    I hav implemented a LoginModule as part of an application by using standard java interface <b>"LoginModule".</b>
    I don't want it to implement interface <b>"AbstractLoginModule"</b> which is provided by SAP.
    public class TestLoginModule  implements LoginModule
    1.Now where can i mention the Login configuration information? for example
    MyLoginModule
         com.mypackage.auth.TestLoginModule
         required
         debug="true"
         serviceName="SecurityService";
    2. is ther any <b>.config</b> to mention this Login information?
    I found out <b>"fallback.config"</b> file which is in dir D:\usr\sap\J2E\JC00\j2ee\cluster\server0\temp\security.
    Is this file helpful for me.
    3. Steps i done are as follows,
      1) I created the library <b>MyLoginModuleLibrary</b> for the TestLoginModule and deployed it on J2EE engine.
      2) Then deployed my web application.
      3) Create entry for my login module in Visual Administartor ->Security Service Provider.
      4) I also added my LoginModule to LoginModule stack for my web application.
      5)Now i m refering this LoginModule in my servlet page as
    CallbackHandler callbackHandler = new MyCallbackHandler(userName, password);
    LoginContext loginContext = new LoginContext("MyLoginModule", callbackHandler);
    But at second line it is giving <b>Exception :</b>
    javax.security.auth.login.LoginException: No LoginModules configured for MyLoginModule
    at javax.security.auth.login.LoginContext.init(LoginContext.java:189)
    Can u plz help me, i caant able to go forward without this.

  • Custom LoginModule not found, error "Found in negative cache"

    Hi all,
    I am working with NetWeaver 2004s SR3 SP14 on SuSE 10 with Oracle.  I am
    writing a custom LoginModule and I get this error in the default trace file when my
    sample app tries to use my login module:
    [EXCEPTION]
    {1}#2#com.mycompany.dc.netweaver.MyLoginModule#java.lang.ClassNotFoundException:
    com.mycompany.dc.netweaver.MyLoginModule
    Found in negative cache
    The class name for my login module is: MyLoginModule and it is in library:
    MyLoginModuleLibrary (so the name of the library project in Developer
    Studio is MyLoginModuleLibrary and it is the component name in
    server/provider.xml for that project).  MyLoginModule requires the use of
    classes in another library also written by my company (called
    mycompany_libs).  To complicate matters, mycompany_libs uses JNI.  I tried
    adding the JNI library directory to the LD_LIBRARY_PATH shell variable
    (set before running startsap in the sidadm user's shell).  Though I
    could find few references to developing using JNI (so if someone out there
    has references for using JNI with Netweaver, it would be great, and very
    helpful if you would post them). 
    I was able to successfully deploy MyLoginModuleLibrary and mycompany_libs.
    I put the following in the property: LoginModuleClassLoaders in the
    security provider properties:
    library:mycompany.com~MyLoginModuleLibrary,library:mycompany.com~mycompany_libs
    (Note:  I changed the provider name server/provider.xml to mycompany.com
    for both libraries: MyLoginModuleLibrary and mycompany_libs and that is the
    reason why I have the "mycompany.com~" prefix before each library name.)
    I added mycompany_libs to the references in server/provider.xml for
    MyLoginModuleLibrary.  The references look good in the ClassLoader viewer.
    But I still get this error.  I've restarted the server several times to
    try to clear the negative cache (using stopsap, then startsap), but to no
    avail. 
    One thing that I find interesting (and it could be a possible clue to the
    problem) is that neither library:mycompany.com~MyLoginModuleLibrary nor
    library:mycomany.com~mycompany_libs appears in the ClassLoader name
    or in the References in the error message in the log file.  I don't know why not
    (I would guess that both of these entries should be in the references and Class
    loader name in the log file).
    Any ideas? 
    -- Katrina

    I tried 2 tests:
    (1) I kept all names the same, but removed all of the complexity from the login module.  This new login module would just return true when login() is called and add the principal: "sillyuser at testing dot com" to the principal list when commit() is called.
    (2) Just like the first test (i.e. a very simple login module that does no real authentication at all), except I changed the name of the library, the LoginModule class, and the jar file.  The provider name was still mycompany.com.  I corrected references in LoginModuleLibraryLoaders property in Security Provider.
    Test (1) had the same error (ClassNotFoundException "Found in negative cache"), but test (2) worked!  It was able to load my login module and I was able to see the trace entries in the log file.
    So, I guess the problem is that the "negative cache" is not getting cleared.  Anyone know how to clear it?
    Thanks,
    Katrina

  • Cannot load underlying module for 'Darwin'

    I had to move my "Developer" account from some external drive to the internal drive of my Mac.
    For this I zipped the users folder, copied to the internal "users" drive and unzipped it there.
    Then I changed the users folder in the users settings. I also updated the permissions on the user "Developer" folder,
    allowing admins "R&W", the user "R&W" (+ setting it as owner) and everyone else no permissions.
    I was able to login to the new home dir. I opened my old Xcode project (that was updated automatically in some fashion).
    But when I compile it I get the error "cannot load underlying module for 'Darwin'"
    => What went wrong ?
    Btw:
    I already removed Xcode, downloaded it again and placed it into the programs folder - same issue ... :-)

    Here is the stack trace:
    <unknown>:0: error: cannot load underlying module for 'Darwin'
    0  swift                    0x00000001025fe968 llvm::sys::PrintStackTrace(__sFILE*) + 40
    1  swift                    0x00000001025fee54 SignalHandler(int) + 452
    2  libsystem_platform.dylib 0x00007fff828c1f1a _sigtramp + 26
    3  libsystem_platform.dylib 0x0000000000000028 _sigtramp + 2104746280
    4  swift                    0x0000000101b63588 swift::ModuleFile::getType(swift::Fixnum<31u, unsigned int>) + 856
    5  swift                    0x0000000101b6936b swift::ModuleFile::getDecl(swift::Fixnum<31u, unsigned int>, swift::Optional<swift::DeclContext*>) + 16027
    6  swift                    0x0000000101b81671 swift::ModuleFile::loadExtensions(swift::NominalTypeDecl*) + 385
    7  swift                    0x0000000101bbbd01 swift::SerializedModuleLoader::loadExtensions(swift::NominalTypeDecl*, unsigned int) + 49
    8  swift                    0x00000001029683af swift::ASTContext::loadExtensions(swift::NominalTypeDecl*, unsigned int) + 63
    9  swift                    0x00000001029c5339 swift::NominalTypeDecl::getExtensions() + 73
    10 swift                    0x00000001029ec9e6 swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 22
    11 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    12 swift                    0x0000000101c1123f (anonymous namespace)::SwiftDeclConverter::recordObjCOverride(swift::AbstractFunctionDecl* ) + 191
    13 swift                    0x0000000101c047ab (anonymous namespace)::SwiftDeclConverter::VisitObjCMethodDecl(clang::ObjCMethodDecl const*, swift::DeclContext*, bool) + 2299
    14 swift                    0x0000000101bfffb4 clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3076
    15 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    16 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    17 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    18 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    19 swift                    0x00000001029c313c swift::NominalTypeDecl::getMembers(bool) const + 28
    20 swift                    0x00000001029eca1f swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 79
    21 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    22 swift                    0x0000000101c04b17 (anonymous namespace)::SwiftDeclConverter::VisitObjCPropertyDecl(clang::ObjCPropertyDecl const*, swift::DeclContext*) + 183
    23 swift                    0x0000000101bfffea clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3130
    24 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    25 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    26 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    27 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    28 swift                    0x00000001029c35f5 swift::ExtensionDecl::getMembers(bool) const + 21
    29 swift                    0x00000001029ec9fd swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 45
    30 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    31 swift                    0x0000000101c04b17 (anonymous namespace)::SwiftDeclConverter::VisitObjCPropertyDecl(clang::ObjCPropertyDecl const*, swift::DeclContext*) + 183
    32 swift                    0x0000000101bfffea clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3130
    33 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    34 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    35 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    36 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    37 swift                    0x00000001029c35f5 swift::ExtensionDecl::getMembers(bool) const + 21
    38 swift                    0x00000001029ec9fd swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 45
    39 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    40 swift                    0x0000000101c04b17 (anonymous namespace)::SwiftDeclConverter::VisitObjCPropertyDecl(clang::ObjCPropertyDecl const*, swift::DeclContext*) + 183
    41 swift                    0x0000000101bfffea clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3130
    42 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    43 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    44 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    45 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    46 swift                    0x00000001029c35f5 swift::ExtensionDecl::getMembers(bool) const + 21
    47 swift                    0x00000001029ec9fd swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 45
    48 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    49 swift                    0x0000000101c1123f (anonymous namespace)::SwiftDeclConverter::recordObjCOverride(swift::AbstractFunctionDecl* ) + 191
    50 swift                    0x0000000101c047ab (anonymous namespace)::SwiftDeclConverter::VisitObjCMethodDecl(clang::ObjCMethodDecl const*, swift::DeclContext*, bool) + 2299
    51 swift                    0x0000000101bfffb4 clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3076
    52 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    53 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    54 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    55 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    56 swift                    0x00000001029c35f5 swift::ExtensionDecl::getMembers(bool) const + 21
    57 swift                    0x00000001029ec9fd swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 45
    58 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    59 swift                    0x0000000101c04b17 (anonymous namespace)::SwiftDeclConverter::VisitObjCPropertyDecl(clang::ObjCPropertyDecl const*, swift::DeclContext*) + 183
    60 swift                    0x0000000101bfffea clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3130
    61 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    62 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    63 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    64 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    65 swift                    0x00000001029c35f5 swift::ExtensionDecl::getMembers(bool) const + 21
    66 swift                    0x00000001029ec9fd swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 45
    67 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    68 swift                    0x0000000101c04b17 (anonymous namespace)::SwiftDeclConverter::VisitObjCPropertyDecl(clang::ObjCPropertyDecl const*, swift::DeclContext*) + 183
    69 swift                    0x0000000101bfffea clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*) + 3130
    70 swift                    0x0000000101bff37c swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&) + 316
    71 swift                    0x0000000101c03ad2 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool) + 226
    72 swift                    0x0000000101c07d3e swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*) + 1486
    73 swift                    0x00000001029ccb56 swift::IterableDeclContext::loadAllMembers() const + 102
    74 swift                    0x00000001029c35f5 swift::ExtensionDecl::getMembers(bool) const + 21
    75 swift                    0x00000001029ec9fd swift::NominalTypeDecl::lookupDirect(swift::DeclName) + 45
    76 swift                    0x00000001029eae8a swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const + 3178
    77 swift                    0x00000001028ebd20 swift::TypeChecker::lookupMember(swift::Type, swift::DeclName, swift::DeclContext*, bool) + 112
    78 swift                    0x00000001028ec3c2 swift::TypeChecker::lookupConstructors(swift::Type, swift::DeclContext*) + 34
    79 swift                    0x00000001028c965a swift::TypeChecker::addImplicitConstructors(swift::NominalTypeDecl*, llvm::SmallVectorImpl<swift::Decl*>&) + 1050
    80 swift                    0x00000001028c253d swift::TypeChecker::checkInheritanceClause(swift::Decl*, swift::DeclContext*, swift::GenericTypeResolver*) + 5213
    81 swift                    0x00000001028c459f swift::TypeChecker::validateDecl(swift::ValueDecl*, bool) + 1631
    82 swift                    0x00000001028d2ebf swift::ASTVisitor<(anonymous namespace)::DeclChecker, void, void, void, void, void, void>::visit(swift::Decl*) + 2287
    83 swift                    0x00000001028c3f0b swift::TypeChecker::typeCheckDecl(swift::Decl*, bool) + 123
    84 swift                    0x00000001028aa1d8 swift::performTypeChecking(swift::SourceFile&, swift::TopLevelContext&, unsigned int) + 1384
    85 swift                    0x0000000101bdf5dd swift::CompilerInstance::performSema() + 2381
    86 swift                    0x0000000101944788 frontend_main(llvm::ArrayRef<char const*>, char const*, void*) + 2008
    87 swift                    0x000000010194286d main + 1677
    88 libdyld.dylib            0x00007fff849515c9 start + 1
    Stack dump:
    0. Program arguments: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/swift -frontend -c /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/Speaker.swift -primary-file /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/EventViewController.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeechTableViewCell.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeechDAO.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeechTableViewController .swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/BaseViewController.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/MyCoreDataUtil.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeakerViewController.swi ft /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeakerExtension.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/MyGraficsUtil.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeakerDAO.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/Speech.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeechViewController.swif t /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/AppDelegate.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/EventDAO.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeakerTableViewCell.swif t /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/Event.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/EventTableViewController. swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/BaseTableViewController.s wift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/EventExtension.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/AppDelegate2.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/EventTableViewCell.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeechExtention.swift /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/SpeakerTableViewControlle r.swift -target x86_64-apple-ios7.1 -target-cpu core2 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator8.2.sdk -I /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Products/Debug-iphonesimulator -F /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Products/Debug-iphonesimulator -g -import-objc-header /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/MyEvent-Bridging-Header.h -module-cache-path /Users/developer/Library/Developer/Xcode/DerivedData/ModuleCache -Xcc -I/Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfi sevremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.bui ld/swift-overrides.hmap -Xcc -iquote -Xcc /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /MyEvent-generated-files.hmap -Xcc -I/Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfi sevremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.bui ld/MyEvent-own-target-headers.hmap -Xcc -I/Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfi sevremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.bui ld/MyEvent-all-target-headers.hmap -Xcc -iquote -Xcc /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /MyEvent-project-headers.hmap -Xcc -I/Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfi sevremphydfg/Build/Products/Debug-iphonesimulator/include -Xcc -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchai n/usr/include -Xcc -I/Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfi sevremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.bui ld/DerivedSources/x86_64 -Xcc -I/Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfi sevremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.bui ld/DerivedSources -Xcc -DDEBUG=1 -emit-module-doc-path /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /Objects-normal/x86_64/EventViewController~partial.swiftdoc -Onone -module-name MyEvent -emit-module-path /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /Objects-normal/x86_64/EventViewController~partial.swiftmodule -serialize-diagnostics-path /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /Objects-normal/x86_64/EventViewController.dia -emit-dependencies-path /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /Objects-normal/x86_64/EventViewController.d -o /Users/developer/Library/Developer/Xcode/DerivedData/MyEvent-duznkkgndabyibfise vremphydfg/Build/Intermediates/MyEvent.build/Debug-iphonesimulator/MyEvent.build /Objects-normal/x86_64/EventViewController.o
    1. While type-checking 'EventViewController' at /Users/developer/_CloudStation/Work2/MyEvent5/MyEvent/EventViewController.swift :11:1
    2. While reading from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/swift/iphonesimulator/Foundation.swiftmodule
    3. While deserializing decl #105 (EXTENSION_DECL)

  • Found in negative cache error while deploying webdynpro app

    Hi,
    I got the below  error when I deployed an webdynpro application.There are no build errors
    java.lang.ClassNotFoundException: com.sws.wdp.Internal_DCF_WindViewSet_DCF_AdminComp_DCF_AdminWind
    Found in negative cache -
    Loader Info -
    ClassLoader name:
    [sws.com/DCF_Admin] Parent loader name: [Frame ClassLoader]
    References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;
    service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;
    library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;
    library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;
    service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;
    service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;
    service:userstore interface:resourcecontext_api interface:webservices interface:cross
    interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld
    library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco
    library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm
    library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc
    library:tc~cmi Resources: /usr/sap/EPD/JC00/j2ee/cluster/server0/apps/sws.com/DCF_Admin/webdynpro/public/lib/app.jar
    Loading model: {parent,references,local} -
    I restarted the server but of no use.
    Please help me in resolving this.
    Thanks and  Regards,
    Rajesh.A

    Hi,
    Please have a look at this threads,
    Found in negative cache.... very strange.
    What's Negative Cache ??
    Regards
    Saravanan K

  • RFC Found in negative cache

    im having the next error...someting about negative cache...
    this is my first webdynpro proyect i load to PRD system and has this message when trying to execute a model RFC.
    Error cargarHojaAutorizacion: com.femsa.br.afa.rfc.model.bireg.Zebife_00002 Found in negative cache -
    Loader Info -
    ClassLoader name: [femsa.com/brdcjwdpglbife031evalfin] Parent loader name: [Frame ClassLoader] References:   common:service:http;service:servlet_jsp   service:ejb   common:service:iiop;service:naming;service:p4;service:ts   service:jmsconnector   library:jsse   library:servlet   common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl   library:ejb20   library:j2eeca   library:jms   library:opensql   common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore   interface:resourcecontext_api   interface:webservices   interface:cross   interface:ejbserialization   sap.com/tcwddispwda   sap.com/tcwdcorecomp   service:webdynpro   service:sld   library:tcddicddicservices   library:com.sap.aii.proxy.framework   library:tcgraphicsigs   library:com.sap.mw.jco   library:com.sap.lcr.api.cimclient   library:sapxmltoolkit   library:com.sap.aii.util.rb   library:com.sap.util.monitor.jarm   library:tcddicddicruntime   library:com.sap.aii.util.xml   library:com.sap.aii.util.misc   library:tccmi Resources:   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/femsa.combrdcbrextlibspoi-contrib-build.jar   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/femsa.combrdcbrextlibspoi-scratchpad-build.jar   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/femsa.combrdcjwdpglbife031evalfin.jar   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/poi-contrib-3.2-FINAL-20081019.jar   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/poi-scratchpad-3.2-FINAL-20081019.jar   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/src.zip   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/poi-3.2-FINAL-20081019.jar   /usr/sap/VM4/JC11/j2ee/cluster/server0/apps/femsa.com/brdcjwdpglbife031evalfin/webdynpro/public/lib/femsa.combrdcbrextlibs~poi-final-build.jar Loading model: {parent,references,local} -
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:422)
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.descriptor(AiiModelClass.java:222)
    com.femsa.br.afa.rfc.model.bireg.Z_C0001_Fbas_Input.<init>(Z_C0001_Fbas_Input.java:51)
    com.femsa.br.afa.cmp.CEvaluacionContratos.cargarHojaAutorizacion(CEvaluacionContratos.java:743)
    com.femsa.br.afa.cmp.CEvaluacionContratos.crearArchivoXLS(CEvaluacionContratos.java:314)
    com.femsa.br.afa.cmp.CEvaluacionContratos.cargarPlantilla(CEvaluacionContratos.java:294)
    com.femsa.br.afa.cmp.wdp.InternalCEvaluacionContratos.cargarPlantilla(InternalCEvaluacionContratos.java:366)
    com.femsa.br.afa.view.VCapturaInformacion.onActionCargarInformacion(VCapturaInformacion.java:171)
    com.femsa.br.afa.view.wdp.InternalVCapturaInformacion.wdInvokeEventHandler(InternalVCapturaInformacion.java:208)
    com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)

    Hi Sridhar S
    thanks for responding
    i found the solution, i found that the functions that i was calling (RFC) was not correctly transport to Production enviroment, thats way, the problem was only in production,
    i made a new transport with all my function in abap and sent it again to production and that solve my problem that i have about the negative cache.
    thanks for the help

  • ClassNotFound     found in Negative cache

    Hi ,
      I am unable to solve  " found in negative cache " exception.
    In visual admin -->log viewer  i am getting foll.. error
    can anyone help me to solve my problem
    thanks in advance
    Could not load class [Lcom.hp.om.nwoms.common.SpcDeviceMapping; with classloader com.sap.engine.services.deploy.server.ApplicationLoader@[email protected]/OMSCBEAR, will try ObjectStreamClass.forClass() instead.
    [EXCEPTION]
    java.lang.ClassNotFoundException: [Lcom.hp.om.nwoms.common.SpcDeviceMapping;Found in negative cache-- Loader Info -ClassLoader name: [hp.com/OMSCBEAR] Parent loader name: [Frame ClassLoader] References:   not registered! Resources:   E:\usr\sap\GRD\DVEBMGS00\j2ee\cluster\server0\apps\hp.com\OMSCBEAR\servlet_jsp\omscb\root\WEB-INF\lib\hp.comCMPOBJ.jar   E:\usr\sap\GRD\DVEBMGS00\j2ee\cluster\server0\apps\hp.com\OMSCBEAR\servlet_jsp\omscb\work   E:\usr\sap\GRD\DVEBMGS00\j2ee\cluster\server0\apps\hp.com\OMSCBEAR\servlet_jsp\omscb\root\WEB-INF\lib\hp.comMWSPROXYMWSPROXY_DEPLOY.jar   E:\usr\sap\GRD\DVEBMGS00\j2ee\cluster\server0\apps\hp.com\OMSCBEAR\servlet_jsp\omscb\root\WEB-INF\classes   E:\usr\sap\GRD\DVEBMGS00\j2ee\cluster\server0\apps\hp.com\OMSCBEAR\servlet_jsp\omscb\root\WEB-INF\lib\hp.comOBJMODEL~OBJMODEL_DEPLOY.jar   E:\usr\sap\GRD\DVEBMGS00\j2ee\cluster\server0\apps\hp.com\OMSCBEAR\src.zip Loading model: {parent,references,local}--
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)     at com.sap.jms.protocol.serialization.JMSInputStream.resolveClass(JMSInputStream.java:43)     at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1513)     at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)     at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1560)     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1271)     at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)     at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845)     at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769)     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)     at com.sap.jms.protocol.message.MessageRequest.readBody(MessageRequest.java:400)     at com.sap.jms.protocol.message.MessageRequest.getMessageBody(MessageRequest.java:903)     at com.sap.jms.client.message.ObjectMessage.getObject(ObjectMessage.java:114)     at com.hp.om.nwoms.event.EventReceiver.onMessage(EventReceiver.java:130)     at com.sap.jms.client.session.Session.run(Session.java:715)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Hi Vishnuverdhan,
    Hava you added supporting JAR file.
    Thanks
    Arun

  • Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.

    Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.
    Adapter: Ralink RT3070 Chipset wifi adapter
    Tested: os Windows 8.1 Professional
    Hot Spot: 802.11b
    The first problem windows 7-8.1 got IP adress and connect he public HotSpot  but  cannot load login page or any other page. It does not work with it.
    The second problem Wifi canrd/configure/Advandes (No network adress change function).Tested with the default windows driver and the ralink rt 3070 driver the same problem.On windows XP the same function the same driver works perfectly.
    multiple users to have expressed interest in the problem But Microsoft not corrected the problem window7-8.1 10?
    lizardsystems.com/wiki/change_mac_address/faq/change_mac_address_in_windows_7
    blog.technitium.com/2011/05/tmac-issue-with-wireless-network.html
    superuser.com/questions/519189/how-to-change-the-mac-address-in-win-8-to-spoof-a-roku-player-through-a-wifi-spl
    social.technet.microsoft.com/Forums/windows/en-US/59e07df3-471c-499e-ad5f-e7cb507595df/cannot-change-mac-address-in-windows-7-driver-has-option-doesnt-work-neither-does-regedit-ms?forum=w7itpronetworking
    networksteve.com/windows/topic.php/CANNOT_CHANGE_WIRELESS_%28SPOOF%29_MAC_ADDRESS_ON_WINDOWS_7/?TopicId=16810&Posts=1
    On windows XP or linux have a MAC adress Change function  allow 00 mac adress and another normal mac adress range.On windows 8.1 all Mac changer program dont work.This 2,6,A,E on second adress are not vaild Mac adress. You simply can not use normal MAC
    addresses on windows 8.1.When i connect the usb the Pc windows 8.1 recognizes the adapter but the default  driver and the downloaded ralink driver the same problem.On windows xp the current driver works perfectly have (Local Mac Network Adress) funktion
    and works with the 802.11b hot spot.I got the internet my PC and laptop too public HotSpots and another wifi HotSpots if wont work correctly i can not use neither the windows 7,8,8.1 or 10. Many users have expressed interest in the problem more forums.
    The 3. problem im tested in virtualbox the windows 7 and 8.1 on 8.1 (on the blue wifi platform) not show correctly the signal strengh. On windows 7 show this correctly.The windows 7-8.1 Configure/advanced the advanced options on Ralink 3070 the default (windows
    driver) somehow downgraded function is less than for Xp. Configure/advanced the advanced options (needs to be upgraded in the future) because it does not advance but rather regressed.
    Today it is very common these wi-fi technology increasingly used (hotels,Public Hots Spots,Internet coffe,) growing free bublic wifi projects. The wifi funktions on windows  need debugging and modernize.The quality of Wi-Fi is now the operating system
    is now a thing order which is not good then the operating system is unusable.

    Hi,
    For changing the MAC address for Windows 7 is designed with some limitation, we cannot get over it. Thanks for your understanding.
    Under Windows 7, the possible range of spoofed addresses for wireless adapters that can be set is limited.  To be used by Windows 7, a spoofed MAC address should have 0 as a least significant bit (unicast) and 1 as a second least significant
    bit (locally administered) in the second nibble.  Thus possible values for the second nibble are limited to 2, 6, A and E.
    In other words 
    MAC address:  “XY-XX-XX-XX-XX-XX” “X” can be anything hexadecimal.  The hexadecimal “Y”, written in binary format, is  Y:  “kmnp”,  where “p” is the least significant bit; 
    p=0 --> unicast;
    p=1 --> multicast;
    n=0 --> globally assigned MAC;
    n=1 --> locally administered;
    So, actually MAC can be changed  to any combination in which p=0 and n=1;
    “Y” can be 2, 6, A or E.
    So the possible MAC addresses in Windows 7 for wireless adapters:
    X2-XX-XX-XX-XX-XX
    X6-XX-XX-XX-XX-XX
    XA-XX-XX-XX-XX-XX
    XE-XX-XX-XX-XX-XX
    For the wifi hotspot issue, please check this blog to see if it can be helpful.
    Windows 7 Connectivity Problems in Public Hotspots
    http://blogs.technet.com/b/patrickr/archive/2010/07/28/windows-7-connectivity-problems-in-public-hotspots.aspx
    Kate Li
    TechNet Community Support

  • Cannot load login profile for windows clients

    Hi
    i am using leopard 10.5.3.my users have a default windows profile path at /Server HD/Users/Profiles/username.when i login from windows clients some users cannot load the profile.the following error is displayed in windows clients
    windows cannot load your roaming profile.
    please help me to resolve this issue
    regs
    S.Mohan

    I am having the same issue the clients can save the data to the path therefore cant read it upon logon...Grrrrr

  • Cannot load md5 module

    Hi
    I am trying to mount a CIFS share, which keeps failing.
    It seems to be related to the fact that the md5 module isn't loaded.
    I have tried to load the module, but it keeps failing
    FATAL: Error inserting md5 (/lib/modules/3.0-ARCH/kernel/crypto/md5.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
    dmesg says:
    md5: Unknown symbol md5_transform (err 0)
    I have tried the following:
    * reinstalling the kernel package (pacman -S linux), and rebooting
    * running depmod then modprobe md5
    * loading other modules, modprobe hmac (worked)
    Does anyone have any ideas to fix this?
    Thanks

    K, figured it out: Turns out that the standard arch kernel does not support the AVM Fritz PnP/PCI cards.
    <sarcasm>Lol, not that this is _the_ most often used passive ISDN card for homeuser or anything... course support for this card is not compiled in, especially when there is support compiled in for pretty much every other isdn card (that are just hardly used at all) </sarcasm>

  • Error: found in negative cache / failed to load

    Hi Folks,
    I have been extending the Report Quality Issue (UI_QM_CREATE) fiori app.
    Tried in two ways,
    1. Web IDE
    As per the App Extensions guide i have been extended the app and tested the Extension application by choosing the index.html.
    here am facing the error, please find the below image.
    2. Eclipse IDE
    Here, standard application imported into Eclipse IDE.
    While Executing the application from Fiorisandboxaunchpad am getting below error.
    Not extension application directly am executing imported standard application from sandbox launchpad.
    Please help me out to extend the application.
    Regards,
    Kiran.

    Hi Michal,
    Thank you for the reply in advance........
    I found something in the way to fix this issue, am sharing what i have done it.
    In Destination Table,
    List of entries in Destination table is
    1. client1
    2. ecd
    3. MOD
    4. ui5dist
    5. ui5dist-test-resources
    These are the entries in Dest. table, 1, 2, & 3 are the three different gateways systems.
    Currently am using the MOD system, so when am trying to extend the std. application "neo-app.json" having below code, which is i felt its wrong.
    Extension Project Code of neo-app.json file:
      "welcomeFile": "index.html",
      "routes": [
          "path": "/sap/opu/odata",
          "wattUsage": "odata_abap",
          "target": {
            "type": "destination",
           "name": "ecd",
            "entryPath": "/sap/opu/odata"
          "description": "ecd"
          "path": "/sap/bc/ui5_ui5",
          "wattUsage": "ui5_execute_abap",
          "target": {
            "type": "destination",
            "name": "ecd",
            "entryPath": "/sap/bc/ui5_ui5"
          "description": "ecd"
          "path": "/resources",
          "target": {
            "type": "service",
            "name": "sapui5",
            "entryPath": "/resources"
          "description": "SAPUI5 Resources"
          "path": "/test-resources",
          "target": {
            "type": "service",
            "name": "sapui5",
            "entryPath": "/test-resources"
          "description": "SAPUI5 Test Resources"
    but Std. app code of neo-app.json file contains
      "welcomeFile": "index.html",
      "routes": [
          "path": "/sap/opu/odata",
          "target": {
            "type": "destination",
            "name": "MOD",
            "entryPath": "/sap/opu/odata"
          "description": "MOD"
          "path": "/resources",
          "target": {
            "type": "service",
            "name": "sapui5",
            "entryPath": "/resources"
          "description": "SAPUI5 Resources"
          "path": "/test-resources",
          "target": {
            "type": "service",
            "name": "sapui5",
            "entryPath": "/test-resources"
          "description": "SAPUI5 Test Resources"
    The difference is  /sap/opu/odata & /sap/bc/ui5_ui5 paths contains "ecd" in extension file. actual system is MOD.
    For this, i tried one case-study.
    Case-study
    Created one new HANA trial account
    In Destinations i have maintained MOD, ui5dist, & ui5dist-test-resources entries.
    and in the HANA connector i have maintained the MOD
    MOD resources details
    after that i have extended the std. application as per the guide/above steps.
    Then i got the below error
    Kindly let me know if do not understand.
    please suggest me if i did any mistakes from the case-study.
    Regards,
    Kiran.

  • Cannot load hisax module

    Hi,
    when I try to load the hisax module I get a "no such device" error.
    I uploaded a textfile with the output to my modprobe, lsmod, lspci, hwdetect and hwd. It can be found here.
    The parameters to modprobe should be right since I used that very same command to set my connection up under slackware. I also didn't change anything hardwarewise, still the same hardware since I ran slack, where the very same isdn-card worked perfectly. Anybooh, in case someone needs to know: I have a Gigabyte ga-965p-ds3 mainboard. All the other relevant hardwarespecs should be in that textfile I mentioned earlier.
    I hope you can help me with that problem, it's driving me nuts right now..
    thx in advance

    K, figured it out: Turns out that the standard arch kernel does not support the AVM Fritz PnP/PCI cards.
    <sarcasm>Lol, not that this is _the_ most often used passive ISDN card for homeuser or anything... course support for this card is not compiled in, especially when there is support compiled in for pretty much every other isdn card (that are just hardly used at all) </sarcasm>

  • Cannot Load Evtouch Module for Touch Screen

    I cannot seem to load the evtouch module I need for the touch screen on my laptop.  This is the error I get in the Xorg.0.log file in /var/log - any ideas?  Is there a way I can recompile this for the cuurent xorg server version?
    (II) LoadModule: "evtouch"
    (II) Loading /usr/lib/xorg/modules/input//evtouch_drv.so
    (II) Module evtouch: vendor="Kenan Esau"
        compiled for 4.3.99.902, module version = 0.8.8
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
    (EE) module ABI major version (2) doesn't match the server's version (4)
    (II) UnloadModule: "evtouch"
    (II) Unloading /usr/lib/xorg/modules/input//evtouch_drv.so
    (EE) Failed to load module "evtouch" (module requirement mismatch, 0)

    I have patched the evtouch source using Ubuntu diff file for this package (and other modifications to make it work with hal). It is loaded correctly now, but it doesn't work. When I touch the screen with the pen the mouse pointer goes to the upper left or down right corner. I made the calibration with ubuntu live and it works under ubuntu. Do you have the same problem with Arch?
    EDIT: nevermind, I tried Ubuntu's binary and it worked, then I realized I forgot another debian patch. Adding this patch to the package I've made I got a working driver.
    Last edited by gborzi (2009-04-25 19:37:30)

  • Cannot load any module

    I have played yesterday with some modules and I messed something now I can't load any of modules i.e. loop
    modprobe loop
    FATAL: Module loop not found.
    And this error is present with all modules. What can I do? I tried depmod -a but there is no positive outcome.
    Any ideas would be great. BTW I have normal arch system nothing self compiled or something like that.

    tomk jup that was it. Kernel update and no reboot
    I tried it yesterday and now every thing is at its place.

Maybe you are looking for