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)

Similar Messages

  • 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)

  • Error Code: -17601 "Attempted to load a module for a step whose module has not yet been specified"

    I am trying to run my first Test Stand sequence, and am getting the following Error: "Error Code: -17601, Attempted to load a module for a step whose module has not yet been specified".
    I have specified the correct module under the Test Stand "Action" properties, and am pointing to the right vi. I am not sure why it is giving me this error.

    Hi Shoab,
    So when you right click on your step and select Specify Module.... The Edit LabVIEW VI dialog will appear, in the VI Pathname control is your VI and under that control appear the full path to your VI, if it contains "(No File Specified)" then thats your problem. You will need to use the file browse control to find your VI.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Management Portal unavailable - "cannot load management data for this resource type"

    Noticing that with the exception of virtual machines, every resource type in the (non preview) Azure Management Portal is showing a sad pink icon and the help text "cannot load management data for this resource type."
    So that's a near total portal outage for us. Anybody else experiencing this?
    I've attempted to open a ticket with developer support but I'm not sure if that's the right channel.
    Brian

    Hi Brian,
    Thanks for your posting!
    From Dashboard shown (http://azure.microsoft.com/en-us/status/#history), Currently, the Azure portal works fine in every regions.
    So I suggest you can submit a tick via this channel:
    http://www.windowsazure.com/en-us/support/contact/
    Also, you can click your right-top account name and select the "Microsoft Support" item to create free ticket.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot load required classes for service SLD Data supplier

    Hello Experts,
             I am trying to use the SLD Data supplier service from visual administartor for registering my DEV EP 7.0 engine in central SLD.When am trying to access that particular service from visual admin,it is throwing an error saying that:"Cannot load required classes for SLD Data Supplier service and please refer the not for resolution Note No:1017526.
    My NW EP 7.0 is at SP17 level and as per the above note all settings are fine and the relevant application is also started well.
    Please suggest us for any possible solution.
    Thanks&Regards,
    Apparao S.

    > You can also try the following: Move sldserv.jar from
    > /usr/sap/<SID>/<InstID>/j2ee/cluster/server0/bin/services/sld/
    > to
    > /usr/sap/<SID>/<InstID>/j2ee/admin/lib/
    Hi Desiree,
    Thanks, worked for me too.
    Only in my case, when I moved the file, the sld data provider service did not start at all after reboot of the instance.
    Also, the sap.com/tcsldwd~main application refused to start.
    I then copied the file back, this time maintaining an entry in both locations and reboot the instance. Everything started working after I reboot the instance. The error also disappeared and I was able to change the SLDuser password.
    Thanks
    Prasad

  • Cannot load visual basic for applications

    I cannot load visual basic for applications on word doc

    The relevance to iTunes for Windows escapes me.
    VBA is an optional component of Microsoft Office. Unless you are an active VBA programmer any alert message regarding macros should be a red flag that something viral might be contained within the document that you are trying to open.
    tt2

  • 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

  • I cannot load an app for Adobe Flash Player on my iPad.  It says not supported on this equipment.  Is that right?  If so, is there a recommended sub that will satisfy that requirement?  Some programs say "adobe flash player"

    I cannot load an app for Adobe Flash Player on my iPad.  It says "not supported" on this equipment.  Is that right?  If so, is there a recommended sub that will satisfy that requirement?  Some programs specifically say "adobe flash player"

    What App? From where?
    You can only get Apps from the App Store. nowhere else.  If you are trying to download form a website you cannot do it.
    If you need Flash Support for websites, you can download a flash supporting browser from the App store.
    Examples are:
    Puffin
    https://itunes.apple.com/en/app/puffin-web-browser/id406239138?mt=8
    Photon
    https://itunes.apple.com/us/app/photon-flash-player-for-ipad/id430200224?mt=8
    There may be others in the store.

  • 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

  • Azure AD "Cannot load management data for the current view."

    For the past week I have received the following message when I attempt to open the Users view. My web application users can still authenticate to the directory. But I am unable to manage users and groups from the portal.

    > For which services and region the portal is affected ?
    United States. Azure reports I am the Global Administrator for this directory.
    > Sometimes, this could be an issue with slow internet.
    I am running Verizon FiOS 50/50 (fiber optic). I have no other issues accessing sites and services in Azure or otherwise.
    > Have you also tried in different browsers and in private browsing ?
    Yes. IE11 InPrivate. Chrome 39.0.2171.95m Incognito Mode. I also have a teammate who can access and manage the directory under his own credentials. He gets the same error message.
    The first time I launched with Chrome Incognito Mode, I saw the users in the directory. But as soon as I attempted to manage a user, it immediately displayed the "Cannot load management data.." message.
    Thanks,
    Brian

  • Cannot load i915 module (drm_mm_get_block error)

    Hi all,
    I managed to get Arch up and running, however I've got some pretty bad UI lag (without compositing enabled).  I checked and it seems as if the module for my Intel 965GM chipset isn't being loaded...
    Whenever I do modprobe i915, I get the following error:
    i915: Unknown symbol drm_mm_get_block
    However, it appears that drm is being loaded just fine:
    [drm] Initialzed drm 1.1.0 20060810
    I have the xf86-video-intel-2.8.1-1 drivers installed, as well as kernel 2.6.30-ARCH.
    Any help or advice would be appreciated - I'm trying to see if Arch is the distro for me.

    Hi all,
    I managed to get Arch up and running, however I've got some pretty bad UI lag (without compositing enabled).  I checked and it seems as if the module for my Intel 965GM chipset isn't being loaded...
    Whenever I do modprobe i915, I get the following error:
    i915: Unknown symbol drm_mm_get_block
    However, it appears that drm is being loaded just fine:
    [drm] Initialzed drm 1.1.0 20060810
    I have the xf86-video-intel-2.8.1-1 drivers installed, as well as kernel 2.6.30-ARCH.
    Any help or advice would be appreciated - I'm trying to see if Arch is the distro for me.

  • [Sloved] Can't load wl module for b43 wireless card

    I'm trying to run b43 on my arch.
    But i can't load wl module.
    Below i put output from my broadcom-wl  installation
    My installaction stucks on modprobe wl. This command does not stop.
    Ps: I forgot to tell that i must install kernel 3.10
    testing/linux 3.10.1-1 (base) [installed]
    core/linux 3.9.9-1 (base) [installed: 3.10.1-1]
    and system don't want to turn off.
    what logs will be helpful?
    How to check which kernel is run?
    [skoczo@localhost broadcom-wl]$ sudo pacman -R broadcom-wl
    checking dependencies...
    Packages (1): broadcom-wl-5.100.82.112-13
    Total Removed Size: 1.07 MiB
    :: Do you want to remove these packages? [Y/n]
    (1/1) removing broadcom-wl [############################] 100%
    [skoczo@localhost broadcom-wl]$ makepkg -f
    ==> Making package: broadcom-wl 5.100.82.112-13 (Mon Jul 15 21:32:50 CEST 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found hybrid-portsrc_x86_32-v5_100_82_112.tar.gz
    -> Found modprobe.d
    -> Found license.patch
    -> Found linux-recent.patch
    ==> Validating source files with sha1sums...
    hybrid-portsrc_x86_32-v5_100_82_112.tar.gz ... Passed
    modprobe.d ... Passed
    license.patch ... Passed
    linux-recent.patch ... Passed
    ==> Extracting sources...
    -> Extracting hybrid-portsrc_x86_32-v5_100_82_112.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    patching file Makefile
    patching file src/include/bcmutils.h
    patching file src/wl/sys/wl_cfg80211.c
    patching file src/wl/sys/wl_iw.h
    patching file src/wl/sys/wl_linux.c
    patching file src/wl/sys/wl_linux.c
    Hunk #1 succeeded at 244 (offset 4 lines).
    make: Entering directory `/usr/src/linux-3.10.1-1-ARCH'
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    CC [M] /home/skoczo/Pobrane/broadcom-wl/src/src/shared/linux_osl.o
    CC [M] /home/skoczo/Pobrane/broadcom-wl/src/src/wl/sys/wl_linux.o
    CC [M] /home/skoczo/Pobrane/broadcom-wl/src/src/wl/sys/wl_cfg80211.o
    LD [M] /home/skoczo/Pobrane/broadcom-wl/src/wl.o
    Building modules, stage 2.
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    MODPOST 1 modules
    LD [M] /home/skoczo/Pobrane/broadcom-wl/src/wl.ko
    make: Leaving directory `/usr/src/linux-3.10.1-1-ARCH'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "broadcom-wl"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: broadcom-wl 5.100.82.112-13 (Mon Jul 15 21:33:05 CEST 2013)
    [skoczo@localhost broadcom-wl]$ su
    Password:
    [root@localhost broadcom-wl]# pacman -U broadcom-wl-5.100.82.112-13-i686.pkg.tar.xz
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): broadcom-wl-5.100.82.112-13
    Total Installed Size: 1.07 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [############################] 100%
    (1/1) checking package integrity [############################] 100%
    (1/1) loading package files [############################] 100%
    (1/1) checking for file conflicts [############################] 100%
    (1/1) checking available disk space [############################] 100%
    (1/1) installing broadcom-wl [############################] 100%
    [root@localhost broadcom-wl]# pacman -Ss broadcom
    extra/bluez-firmware 1.2-7
    Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips
    [root@localhost broadcom-wl]# pacman -Q broadcom
    error: package 'broadcom' was not found
    [root@localhost broadcom-wl]# pacman -Q wl
    error: package 'wl' was not found
    [root@localhost broadcom-wl]# modprobe wl
    _______STUCK__________
    Last edited by skoczo (2013-07-16 17:49:53)

    lspci -nn
    0:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 03)
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 03)
    00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 03)
    00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
    00:1a.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
    00:1a.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
    00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
    00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
    00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03)
    00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03)
    00:1d.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
    00:1d.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
    00:1d.2 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
    00:1d.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801HM (ICH8M) LPC Interface Controller [8086:2815] (rev 03)
    00:1f.1 IDE interface [0101]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
    00:1f.2 IDE interface [0101]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode] [8086:2828] (rev 03)
    00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
    02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
    04:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    0f:06.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
    0f:06.1 FireWire (IEEE 1394) [0c00]: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller [104c:803a]
    0f:06.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
    0f:06.3 SD Host controller [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller [104c:803c]
    lsmod
    Module Size Used by
    joydev 7339 0
    iTCO_wdt 4471 0
    iTCO_vendor_support 1545 1 iTCO_wdt
    pcmcia 40181 0
    snd_hda_codec_realtek 30689 1
    wl 2427712 1
    acer_wmi 21383 0
    mperf 991 0
    sparse_keymap 2582 1 acer_wmi
    uvcvideo 63657 0
    coretemp 4926 0
    tg3 139344 0
    videobuf2_vmalloc 2604 1 uvcvideo
    microcode 9872 0
    videobuf2_memops 1683 1 videobuf2_vmalloc
    videobuf2_core 24309 1 uvcvideo
    ptp 6844 1 tg3
    pcspkr 1487 0
    i915 509478 2
    psmouse 85971 0
    pps_core 7728 1 ptp
    videodev 84340 2 uvcvideo,videobuf2_core
    libphy 17299 1 tg3
    lib80211 3037 1 wl
    media 8577 2 uvcvideo,videodev
    cfg80211 339155 1 wl
    snd_hda_intel 29956 0
    rfkill 12682 2 cfg80211,acer_wmi
    evdev 7528 11
    serio_raw 3969 0
    i2c_i801 9873 0
    of_i2c 1774 1 i2c_i801
    wmi 7099 1 acer_wmi
    snd_hda_codec 126979 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    yenta_socket 30036 0
    snd_pcm 63876 2 snd_hda_codec,snd_hda_intel
    pcmcia_rsrc 9064 1 yenta_socket
    pcmcia_core 11892 3 pcmcia,pcmcia_rsrc,yenta_socket
    snd_page_alloc 5974 2 snd_pcm,snd_hda_intel
    snd_timer 14942 1 snd_pcm
    snd 44383 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    nsc_ircc 12533 0
    soundcore 4386 1 snd
    lpc_ich 11197 0
    irda 88855 1 nsc_ircc
    crc_ccitt 1095 1 irda
    drm_kms_helper 31518 1 i915
    ac 2668 0
    thermal 7144 0
    drm 186917 3 i915,drm_kms_helper
    video 10027 2 i915,acer_wmi
    i2c_algo_bit 4583 1 i915
    i2c_core 19967 7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,of_i2c,videodev
    intel_agp 8720 1 i915
    intel_gtt 10172 3 i915,intel_agp
    agpgart 22047 3 drm,intel_agp,intel_gtt
    battery 5557 0
    button 3685 1 i915
    processor 24819 1
    ext4 413470 2
    crc16 1091 1 ext4
    mbcache 4290 1 ext4
    jbd2 68896 1 ext4
    sr_mod 13055 0
    cdrom 29900 1 sr_mod
    sd_mod 28214 4
    ata_generic 2434 0
    pata_acpi 2367 0
    ata_piix 20824 3
    libata 149195 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 108388 3 libata,sd_mod,sr_mod
    sdhci_pci 9751 0
    sdhci 25111 1 sdhci_pci
    tifm_7xx1 4253 0
    firewire_ohci 27494 0
    mmc_core 85568 2 sdhci,sdhci_pci
    tifm_core 3865 1 tifm_7xx1
    firewire_core 44439 1 firewire_ohci
    crc_itu_t 1095 1 firewire_core
    ehci_pci 3404 0
    uhci_hcd 21448 0
    ehci_hcd 42520 1 ehci_pci
    usbcore 151915 4 uhci_hcd,uvcvideo,ehci_hcd,ehci_pci
    usb_common 1172 1 usbcore
    pacman -Qs broad
    local/broadcom-wl 5.100.82.112-13
    Broadcom 802.11abgn hybrid Linux networking device driver
    local/mobile-broadband-provider-info 20120614-1
    Network Management daemon
    local/modemmanager 0.7.991-1
    Mobile broadband modem management service
    ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: irda0: <NOARP> mtu 2048 qdisc noop state DOWN mode DEFAULT qlen 8
    link/irda 00:00:00:00 brd ff:ff:ff:ff
    3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT qlen 1000
    link/ether 00:1d:72:2a:a7:45 brd ff:ff:ff:ff:ff:ff
    uname -a
    Linux localhost 3.10.1-1-ARCH #1 SMP PREEMPT Sun Jul 14 11:47:37 CEST 2013 i686 GNU/Linux

  • Cannot load device driver for DVD/CDRW - Satellite 1110

    I have a Satellite 1110 and something has gone wrong with my DVD/CDRW and it will not read any CDs. It is reported as a MAT****A UJDA730 DVD/CDRW but the device status comes up as:
    "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)"
    I have tried uninstalling and reinstalling the device but the error just returns. I cannot find a driver for it either on the manufacturer's web site or Toshiba's. I don't want to use the Product Recovery CD-ROM as it implies I will lose all software and data on the hard drive.
    Can someone advise how to recover from this situation?
    Thanks

    Hi
    Firstly you dont any driver for the CD/DVD drive. The drive uses the standard Windows OS driver and its not necessary to install it additional.
    I assume there could be something wrong with the registry entry.
    Please check this forum posting:
    http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=13843
    The user has used the instruction which was offered on the Microsoft site.
    This should help.
    Please post again if this method was successful.

  • I cannot load newer version for my iPhone 3GS.

    Hey, I cannot load the newer versions for my iPhone 3GS for some time now. Somehow it says there is a problem with the i-net connection, but that can't be it. Please help me someone!
    Thank you!

    Have you tried to diable or even uninsall your antivirus software. Also you might want to try this article http://support.apple.com/kb/ts3297

  • 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>

Maybe you are looking for

  • Transfer software to a new Mac?

    I am upgrading my macbook to a macbook pro and I have some applications that were downloaded. Can I simply "burn a disc" from within the applications folder and use it to install on new computer? Also, does anyone know how Apple Care works if you upg

  • Can I make a DVD from iPhone videos using windows 7?

    I have lots of videos of my family on my iPhone.  I have saved them on to my PC (windows 7) and would like to make a DVD. Is this possible?  Using windows DVD maker the files weren't recognised.  Am a total technophobe so would appreciate any advice!

  • Document changes history table

    Hi, Is there any table which is having document changes history (Old and new). Thanks in advance for your help.

  • How do i use the adobe app?

    Im trying to access an important website

  • HT5766 Lately I cannot access Itunes store as it basically crashes Itunes.

    I am using Windows 7 Pro 64 bit. Access to Itunes had been fine until I downloaded previous purchases to my new laptop, since then everytime I have tried to enter the store the status bar will load the 'store' to around thew 90% mark then a window wi