_wl_cls_gen.jar artifact is missing some resources

After deploying an Enterprise Application Archive (EAR) to Weblogic Server, for each WAR file contained in the EAR file, a <strong>wlcls_gen.jar</strong> artifact is generated in &lt;ORACLE_SERVER&gt;\user_projects\domains\&lt;DOMAIN_NAME&gt;\servers\&lt;SERVER_NAME&gt;\tmp\_WL_user\&lt;APP_NAME&gt;\mbo9wa\war\WEB-INF\lib folder.
This artifact contains the resources (.class , .xml , .properties , ...) that were originally located in the WEB-INF\classes of the WAR file that was deployed on the Weblogic server. During deployment, Weblogic Server moves the WEB-INF\classes resources into the generated WEB-INF\lib\_wl_cls_gen.jar file
The problem we're facing with this approach is the fact that we have a JSF application that uses Facelets as the view technology. Using facelets, the application streams tagsource files from the JAR file where the facelets configuration file is located. Unfortunately, these resources have the jspx extension.
It turns out that during the wlcls_gen.jar generation, all jspx files located in the WEB-INF\classes folder are ignored, in the sense that they are not added to the wlcls_gen.jar file, but kept at the WEB-INF\classes level. As Facelets tries to stream those resources from the JAR file, we get the following error :
javax.servlet.ServletException: /test.jspx @6,22 Facelet Not Found:
zip:C:/oracle10_3_server/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/app/mbo9wa/war/WEB-INF/<strong>lib/_wl_cls_gen.jar!/tagsource/resource/resource.jspx</strong>
The problem here is that the file is located in the classes folder, and not in the generated JAR file.
C:/oracle10_3_server/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/app/mbo9wa/war/WEB-INF/<strong>classes/tagsource/resource/resource.jspx</strong>
Is there any way to override this behavior, without us having to resort to changing the extension of those files (we use the jspx extension for code completion).

After deploying an Enterprise Application Archive (EAR) to Weblogic Server, for each WAR file contained in the EAR file, a <strong>wlcls_gen.jar</strong> artifact is generated in &lt;ORACLE_SERVER&gt;\user_projects\domains\&lt;DOMAIN_NAME&gt;\servers\&lt;SERVER_NAME&gt;\tmp\_WL_user\&lt;APP_NAME&gt;\mbo9wa\war\WEB-INF\lib folder.
This artifact contains the resources (.class , .xml , .properties , ...) that were originally located in the WEB-INF\classes of the WAR file that was deployed on the Weblogic server. During deployment, Weblogic Server moves the WEB-INF\classes resources into the generated WEB-INF\lib\_wl_cls_gen.jar file
The problem we're facing with this approach is the fact that we have a JSF application that uses Facelets as the view technology. Using facelets, the application streams tagsource files from the JAR file where the facelets configuration file is located. Unfortunately, these resources have the jspx extension.
It turns out that during the wlcls_gen.jar generation, all jspx files located in the WEB-INF\classes folder are ignored, in the sense that they are not added to the wlcls_gen.jar file, but kept at the WEB-INF\classes level. As Facelets tries to stream those resources from the JAR file, we get the following error :
javax.servlet.ServletException: /test.jspx @6,22 Facelet Not Found:
zip:C:/oracle10_3_server/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/app/mbo9wa/war/WEB-INF/<strong>lib/_wl_cls_gen.jar!/tagsource/resource/resource.jspx</strong>
The problem here is that the file is located in the classes folder, and not in the generated JAR file.
C:/oracle10_3_server/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/app/mbo9wa/war/WEB-INF/<strong>classes/tagsource/resource/resource.jspx</strong>
Is there any way to override this behavior, without us having to resort to changing the extension of those files (we use the jspx extension for code completion).

Similar Messages

  • Weblogic 10.3 _wl_cls_gen.jar not honoring resource paths

    I have simple application that utilizes ADF, and also utilizes a web service end point. I am successfully able to deploy and run within JDeveloper 11g's built in server. The issue I have is when deploying to a stand alone Weblogic 10.3 server. I have my resources packaged into a war and the folder structures are correct. The issue in particular has to do with the system looking for my wsdl.
    I get the following error while trying to run the system:
    java.io.FileNotFoundException: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/ewpsApplication/9gfvtn/war/WEB-INF/lib/_wl_cls_gen.jar!/com/docucorp/webservices/ewps/service/DocumentService.wsdl
    I understand that it is stating that it can't find this resource, the problem is that the resource is package in the following directory:
    /com/docucorp/webservices/ewps/service/_2005_12_01/DocumentService.wsdl
    It is like the system is ignoring the _2005_12_01 directory when looking for the resource. Can anyone help me out. By the way, I'm a novice at both Jdeveloper and WebLogic.

    I too have the same problem with the wlcls_gen.jar
    Any ideas about how to make things like resources available from here? This all works fine if I manually go in and extract this jar back into the WEB-INF/classes directory.
    Can I turn off this wlcls_gen.jar from being created?

  • Weblogic 10 and _wl_cls_gen.jar

    Hi. When I deploy my war file to a newly created Weblogic 10 server my WEB-INF/classes directory is packed into WEB-INF/classes/_wl_cls_gen.jar which causes problems with my resources. If I unpack this jar manually back to WEB-INF/classes then it all runs ok.
    I haven't been able to find any mention of this behavior in the documentation and the same war file deployed to a Weblogic 8.1SP4 doesn't have this happen.
    Is there some way I can stop my classes directory from being converted to a jar on deployment to Weblogic 10???

    Hi Alll,
    I am facing the same problem and also same workaround for it
    can anybody help in this case???

  • _wl_cls_gen.jar

    Hi Everyone,
    i am having some issue while running my application ,Actually  i had 3 different project like test,testservice and testsericeEJB.
    Test had Actionclass,jsp,etc.. for this we had test.ear and Testservice  had  some validation ,database connection and  all the EJB(TestServiceEJB) were inlcuded in the testservice.ear
    TestServiceEJB had EJB
    And we are using weblogic10.3.5 ,while deploying the it is getting into the login page and validating username/password ,but while loading the next page it is displaying some error in my console as below:
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    Jan 10, 2014 1:42:43 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_test_ear/59lh99/war/WEB-INF/lib/_wl_cls_gen.jar!/com/file/test/META-INF/wsdls/testService.wsdl, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    +++++End point address: http://localhost:7002/testService/authoService
    Jan 10, 2014 1:42:44 PM weblogic.wsee.jaxws.framework.policy.advertisementimpl.AdvertisementHelperImpl registerExtension
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    Jan 10, 2014 1:42:44 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_test_ear/59lh99/war/WEB-INF/lib/_wl_cls_gen.jar!/com/file/test/META-INF/wsdls/testService.wsdl, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    +++++End point address: http://localhost:7002//testService/roleService
    log4j:WARN No appenders could be found for logger (com.xxxx.test.dao.AuthenticationFailureDAO).
    log4j:WARN Please initialize the log4j system properly.
    Jan 10, 2014 1:42:45 PM weblogic.wsee.jaxws.framework.policy.advertisementimpl.AdvertisementHelperImpl registerExtension
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    Jan 10, 2014 1:42:45 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_test_ear/59lh99/war/WEB-INF/lib/_wl_cls_gen.jar!/com/file/test/META-INF/wsdls/activityService.wsdl, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    please help me with this issue

    Hi Everyone,
    i am having some issue while running my application ,Actually  i had 3 different project like test,testservice and testsericeEJB.
    Test had Actionclass,jsp,etc.. for this we had test.ear and Testservice  had  some validation ,database connection and  all the EJB(TestServiceEJB) were inlcuded in the testservice.ear
    TestServiceEJB had EJB
    And we are using weblogic10.3.5 ,while deploying the it is getting into the login page and validating username/password ,but while loading the next page it is displaying some error in my console as below:
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    Jan 10, 2014 1:42:43 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_test_ear/59lh99/war/WEB-INF/lib/_wl_cls_gen.jar!/com/file/test/META-INF/wsdls/testService.wsdl, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    +++++End point address: http://localhost:7002/testService/authoService
    Jan 10, 2014 1:42:44 PM weblogic.wsee.jaxws.framework.policy.advertisementimpl.AdvertisementHelperImpl registerExtension
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    Jan 10, 2014 1:42:44 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_test_ear/59lh99/war/WEB-INF/lib/_wl_cls_gen.jar!/com/file/test/META-INF/wsdls/testService.wsdl, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    +++++End point address: http://localhost:7002//testService/roleService
    log4j:WARN No appenders could be found for logger (com.xxxx.test.dao.AuthenticationFailureDAO).
    log4j:WARN Please initialize the log4j system properly.
    Jan 10, 2014 1:42:45 PM weblogic.wsee.jaxws.framework.policy.advertisementimpl.AdvertisementHelperImpl registerExtension
    WARNING: Registering oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry extension failed; java.lang.ClassNotFoundException: oracle.j2ee.ws.wsdl.extensions.addressing.AddressingExtensionRegistry
    Jan 10, 2014 1:42:45 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: zip:C:/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_test_ear/59lh99/war/WEB-INF/lib/_wl_cls_gen.jar!/com/file/test/META-INF/wsdls/activityService.wsdl, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    please help me with this issue

  • Safari on Leopard Crashes:  "Safari is missing important resources..."

    I installed Leopard, all was working, today I get:
    "Safari is missing important resources and should be reinstalled."
    Outside of the normal install, I installed all the optional stuff. I don't know if that contrbutes to the failure or not. The browser starts, works on some pages, then on others dies.
    Thanks for any help.

    need some assistance to resolve this challenge, Apple support keeps stating that I have to do an archive and install or a clean install for this situation, I find it appalling that since I have install Leopard, apple support response to any situation such as crashes, their answer is to do a clean install because the problem is to WIDE, I had live dictionary that was in manager input that didn't respond so I deleted it and then after a reboot SAFARI kept crashing it has been thsi way for 3days, any help would be truly well appreciated, I have done 3 clean install in one week, I am no expert, however there ought a be a simple resolve to this???
    Process: Safari [65757]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.0.4 (5523.10)
    Build Info: WebBrowser-55231000~1
    Code Type: X86 (Native)
    Parent Process: launchd [21538]
    Date/Time: 2007-11-01 08:03:03.266 -0700
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000020
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x918586e8 objc_msgSend + 24
    1 com.apple.AppKit 0x94ded1a1 -[NSInputManager _loadBundle] + 181
    2 com.apple.AppKit 0x94dec912 -[NSInputManager initWithName:host:] + 2639
    3 com.apple.AppKit 0x9494658c +[NSInputManager initialize] + 1134
    4 libobjc.A.dylib 0x91849b18 classinitialize + 367
    5 libobjc.A.dylib 0x91848499 classlookupMethodAndLoadCache + 81
    6 libobjc.A.dylib 0x91858736 objc_msgSend + 102
    7 com.apple.AppKit 0x94945409 -[NSApplication run] + 83
    8 com.apple.AppKit 0x949129ba NSApplicationMain + 574
    9 com.apple.Safari 0x00002876 0x1000 + 6262
    Thread 1:
    0 libSystem.B.dylib 0x9386bace _semwaitsignal + 10
    1 libSystem.B.dylib 0x93895ced pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x952c55af WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x952c0ba5 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x93895075 pthreadstart + 321
    5 libSystem.B.dylib 0x93894f32 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x938648e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9386c0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x935130fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x93513d38 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x922aa7be CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x93895075 pthreadstart + 321
    6 libSystem.B.dylib 0x93894f32 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa01de0a0 ebx: 0x00400bc8 ecx: 0x918596ac edx: 0x00000000
    edi: 0x0023ee30 esi: 0x00407740 ebp: 0xbffff748 esp: 0xbffff6e8
    ss: 0x0000001f efl: 0x00010286 eip: 0x918586e8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000020
    Binary Images:
    0x1000 - 0x12efef com.apple.Safari 3.0.4 (5523.10) <c10a33847b3bae1843862f299f82c6ab> /Applications/Safari.app/Contents/MacOS/Safari
    0x176000 - 0x184ff8 SyndicationUI ??? (???) <b889956deee65d04d3540e0b71ef93d9> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x400000 - 0x405fff +com.mac.jrc.SafariPlus 1.5.1 (20070620) /Library/InputManagers/SafariPlus/SafariPlus.bundle/Contents/MacOS/SafariPlus
    0x5c4000 - 0x6aaff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90003000 - 0x90005fff com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90006000 - 0x90048fef com.apple.NavigationServices 3.5 (160) <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90049000 - 0x9004bff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9004c000 - 0x9004cff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x900f8000 - 0x90155ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x903fb000 - 0x90435ff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90436000 - 0x90902ffe libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90903000 - 0x9092dfef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0x9092e000 - 0x90964fef libtidy.A.dylib ??? (???) <e4d3e7399fb83d7f145f9b4ec8196242> /usr/lib/libtidy.A.dylib
    0x909d5000 - 0x90a25ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90a26000 - 0x90af1fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90af2000 - 0x90ba1fff com.apple.DesktopServices 1.4.2 (1.4.2) <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90be7000 - 0x90c79ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90c7b000 - 0x90d5fffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90e72000 - 0x90f96fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90f98000 - 0x90fbcfeb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x90fbd000 - 0x91019ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9101a000 - 0x913affef com.apple.QuartzCore 1.5.0 (1.5.0) <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x913bd000 - 0x913bdff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x913be000 - 0x91465ff7 com.apple.QD 3.11.49 (???) <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91466000 - 0x91476ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91477000 - 0x914c1fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x914c2000 - 0x91555fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91575000 - 0x915cefff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x915dd000 - 0x91642ffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91643000 - 0x9180cfef com.apple.security 5.0 (31122) <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9180d000 - 0x91843fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91844000 - 0x91923fff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x91924000 - 0x91924ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91925000 - 0x91952feb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91953000 - 0x91a8bff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x91a8c000 - 0x91b06ff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91b07000 - 0x91c85fff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91c86000 - 0x91c95ffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x91c96000 - 0x91cc8fff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91ce1000 - 0x91ce1fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91ce2000 - 0x91d1bffe com.apple.securityfoundation 3.0 (32585) <cc88aa94d417917bdf35035819ccf4b4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x91d1c000 - 0x91da8ff7 com.apple.LaunchServices 283 (283) <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91da9000 - 0x91eeeff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92280000 - 0x9229eff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9229f000 - 0x92316fe3 com.apple.CFNetwork 217 (219) <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9231f000 - 0x9235efef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9235f000 - 0x9236bff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9236c000 - 0x92422fe3 com.apple.CoreServices.OSServices 209 (209) <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92423000 - 0x92441fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
    0x92442000 - 0x92748fff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92749000 - 0x9282aff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
    0x9282b000 - 0x92846ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92853000 - 0x92c11fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92d68000 - 0x92e18fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92e19000 - 0x92e73ff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92e74000 - 0x92efbff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
    0x92efc000 - 0x92efdffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x92f43000 - 0x92fccfff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92fcd000 - 0x92fcdffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92fce000 - 0x93077fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93078000 - 0x9312affb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x93160000 - 0x933d9fe7 com.apple.Foundation 6.5 (677) <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9342f000 - 0x93434fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93488000 - 0x93492feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93493000 - 0x93496fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93497000 - 0x9349effe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9349f000 - 0x934a0fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x934a1000 - 0x935d3fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x935d4000 - 0x935d6fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x935d7000 - 0x9364bfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9372c000 - 0x93733fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93734000 - 0x9373afff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93747000 - 0x93784ff7 libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x937d5000 - 0x937ddfff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x937de000 - 0x937fdffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93827000 - 0x9383ffff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93864000 - 0x939befe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x93a7b000 - 0x93a7bffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93a7c000 - 0x93a8bfff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x93a8c000 - 0x93aa2fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x93aa3000 - 0x93aa3ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x948a2000 - 0x948d1fe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x948d2000 - 0x948e0ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x948e7000 - 0x9490bfff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x9490c000 - 0x95106fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95107000 - 0x95107ffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95108000 - 0x9511cff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9511d000 - 0x951d8fe3 com.apple.WebKit 5523.10.3 (5523.10.3) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x951d9000 - 0x9521efef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x952be000 - 0x957d3fff com.apple.WebCore 5523.10.3 (5523.10.3) <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9590b000 - 0x9591bfff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x959a7000 - 0x95a23feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95a24000 - 0x95a3afe7 com.apple.CoreVideo 1.5.0 (1.5.0) <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95b01000 - 0x95b0afff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95b0b000 - 0x95bd2ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95bd3000 - 0x95bfafff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
    0x95bfb000 - 0x95cfcff7 com.apple.PubSub 1.0.0 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x95d05000 - 0x95d05ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95d06000 - 0x96116fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96117000 - 0x9611cfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9611d000 - 0x9619cff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9619d000 - 0x96476fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96633000 - 0x96637fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96638000 - 0x96ccffef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96cd0000 - 0x96cdcfe7 com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Safari is missing important resources and should be reinstalled

    I'm getting the following message in Safari with a "clean" install of Leopard.
    Safari is missing important resources and should be reinstalled.
    I can get to some pages, but not others. Any idea why I'd be getting this? Google searches report this as being seen in Safari for Windows and non-US instances, I'm definitely in the US and not using it in Windows.

    I am experiencing the same problems on my old iMac. (G4 longneck). It will not open any browser window and asks for a clean install. The problem is how to install? Go to the product page on the Apple site and there is only a download for the Windows version.
    Very frustrating.

  • Weblogic server 10gR3: regarding _wl_cls_gen.jar in the lib directory

    When I deploy my war file to a newly created Weblogic 10 server my WEB-INF/classes directory is packed into WEB-INF/classes/_wl_cls_gen.jar which is causes problems with my resources.
    Is there a way where i can tell the Servier not to wrap the classes folder into a jar file...
    Any help would would be appreciated...

    I too have the same problem with the wlcls_gen.jar
    Any ideas about how to make things like resources available from here? This all works fine if I manually go in and extract this jar back into the WEB-INF/classes directory.
    Can I turn off this wlcls_gen.jar from being created?

  • Apple recently replaced my broken iPhone 5 with a new one. I backed up all my stuff in iCloud. When I set up the new phone I apparently used a back up from an earlier date. Now I am missing some of my stuff. How do I go back and use the most current I cln

    Apple recently replaced my broken iPhone 5 with a new one. I backed up the contents of my phone with iCloud.
    When setting up my new phone I used an iCloud back up from an earlier date. Now I am missing some of my most recent stuff. How
    Do I go back to use the proper iCloud back up to set up my new phone?

    Tap settings> general> reset> erase all content and settings...then you'll have a chance to setuo your phone again

  • ITunes on my iPod Touch is missing some tabs

    Can somebody help me?
    I have:
    + iPod Touch 4th Generation 32GB
    + Wi-fi connection
    + iOS5 installed
    iTunes on my iPod Touch is missing some tabs. The only tabs that's showing on my iTunes are Podcast, iTunes U, Search and Downloads
    Also, whenever I try to load un Podcast tab, it ALWAYS say Your request could not be completed.
    Thank you very much!

    Where exactly are the tabs that are showing, are they a list at the bottom of the page and next to it is the "More" option, or are you referring to the options on the More tab? You can move these options between the bottom of the page and the More section.
    Is that the problem, or is there something else missing? (Perhaps it would have helped if you had mentioned what is missing). If it's the Apps section you are looking for, it has its own App button on the Home screen.
    As for the problem with downloading Podcasts, I would try getting them in iTunes on your computer if you cannot download them via the Touch's Wi-Fi.

  • Missing some basic functionality

    I seem to be missing some basic functionality, like switching to tty1-n using Ctrl+Alt+F1-n.  I can't begin to guess what this is related to, as after several installs I've never experienced that to be missing.  Can anyone point me in the right directions?  Thanks.

    evr wrote:I was recently having problems with commands like because i was using "thinkpad" as the input.xkb.layout value in /etc/hal/fdi/policy/10-keymap.fdi.  Changing to "us" helped me, perhaps that's the issue?
    Hm.  I don't actually have that file in the policy directory.

  • HT201272 Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes acc

    Hi guys...I have just got a new computer and want to get my library back up and running on it. However I seem to be missing some of my iTunes music purchases. Any ideas on how to get them back? They show up on my ipad but not my actual itunes account.

    Hello there, Capricious13.
    There are great pointers in the following Knowledge Base article. Depending on where you see the content and where you want to get it to, this should guide you to putting it in the right place:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • Hello there! i am using Adobe acrobat pro DC and using windows 8.1. Recently I was trying to convert a web page (includes greek letters) into pdf. I noticed that the conversion is not accurate, some words are missing, some are misplaced. Especially greek

    hello there! i am using Adobe acrobat pro DC and using windows 8.1. Recently I was trying to convert a web page (includes Greek letters) into PDF. I noticed that the conversion is not accurate, some words are missing, some are misplaced. Especially Greek words are not accurately converted or even not converted. Please give me some suggestions to improve this issue. Regards

    Hey quantum info,
    Thank you for posting at Adobe forums. We would love to help you out.
    Could you please let me know if you have tried converting other web pages to PDF and checked if the same issue persists.
    How have you been trying to convert the web page to PDF?
    Are you trying to convert to PDF directly via browsers or using "File > Create > PDF from Web Page"  option in Acrobat.
    Let me know more so that I can analyze where actually the issue persists.
    Hope to hear from you.
    Regards,
    Anubha

  • My iPad air is missing some apps from my phone. It keeps saying, " there is not enough storage available to download..."

    My iPad air is missing some apps from my phone. It keeps saying, " there is not enough storage available to download...." I purchased additional storage twice, my device now shows 18GB free of a total 25GB, and still I cannot download apps I've had for yrs

    iCloud space is for backup only.
    You need more local storage; free up space on iPad:
    Settings>General>Usage>Storage>Delete what is not needed to free up space on iPad.

  • "Premiere Pro CS3" is missing some codecs!

    Hi!
    First of all, thanks for stoping by and read my post.
    It's me first time ever using Premiere Pro CS3. I tried to some basic video editing on it, but I cannot hear any sound coming out of my laptop speakers; when i import the video clips. Even tho, I can hear them with "Windows Media Player". So, I investigated a bit and I did some of the things adviced by Adobe's knowledgebase thing.
    And, I came up with a paper saying to download "MediaInfo" and "GSpot" to find out the codecs of the "mpg" files. Here is a report i made with the information given by those programs:
    DVD "VOB" format
    Format: MPEG-PS
    MPEG-2 Program Stream << { 1 vid, 1 aud }
    Sys Bitrate: 10080 kb/s VBR
    Bit rate mode                    : Variable
    bit rate                 : 5 899 Kbps or 5 324 Kbps
    Nominal bit rate                 : 9 100 Kbps
    Width                            : 720 pixels
    Height                           : 480 pixels
    Display aspect ratio             : 16/9
    Frame rate                       : 29.970 fps
    Standard                         : NTSC
    Colorimetry                      : 4:2:0
    Scan type                        : Interlaced
    Scan order                       : Top Field First
    Codec(s) are Installed
    Audio
    ID                               : 128 (0x80)
    Format                           : AC-3
    Format/Info                      : Audio Coding 3 (AC3)
    Bit rate mode                    : Constant
    Bit rate                         : 256 Kbps
    Channel(s)                       : 2 channels
    Channel positions                : L R
    Sampling rate                    : 48.0 KHz
    Resumen:
    0xbd[0x80]:48000Hz  256 kb/s tot , stereo (2/0)
    Codec(s) Installed
    Missing:
    DSH FmtTag: 0x00ff    "MainConcept (Adobe2) AAC Decoder" {214CD0D1-FC06-41B1-8BB8-84DA4CFB17D9} 0x00600000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2daac.ax"
    DSH Video "MainConcept (Adobe2) H.264/AVC Decoder" {FF890B41-A4C5-4B19-87CF-65D86EC12F1C} 0x00600000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2dsh264.ax"
    DSH MPEG1Packet "MainConcept (Adobe2) MPEG Audio Decoder" {25AD5730-4DE0-4CF8-952A-2AEF53AC4321} 0x005fffff ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcdsmpeg.ax"
    DSH MPEG1Packet "MainConcept (Adobe2) MPEG Video Decoder" {25AD5740-4DE0-4CF8-952A-2AEF53AC4321} 0x005fffff ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcdsmpeg.ax"
    DSH MPEG1System "MainConcept (Adobe2) MPEG Splitter" {25AD5720-4DE0-4CF8-952A-2AEF53AC4321} 0x005fffff ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcspmpeg.ax"
    DSH Video "MainConcept (Adobe2) MPEG Encoder" {25AD5750-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcesmpeg.ax"
    DSH YV12 "MainConcept (Adobe2) H.264 Encoder" {FF890B51-A4C5-4B19-87CF-65D86EC12F1C} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2esh264.ax"
    DSH RGB24 "MainConcept (Adobe2) MPEG Video Encoder" {25AD5760-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcevmpeg.ax"
    DSH PCM "MainConcept (Adobe2) MPEG Audio Encoder" {25AD5770-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mceampeg.ax"
    DSH MPEG1Video "MainConcept (Adobe2) MPEG Multiplexer" {25AD5780-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcmuxmpeg.ax"
    DSH RGB24 "MainConcept (Adobe2) H.264/AVC Video Encoder" {FF890B61-A4C5-4B19-87CF-65D86EC12F1C} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2evh264.ax"
    DSH PCM "MainConcept (Adobe2) AAC Encoder" {866DFE40-5582-4FA6-B4BC-665781A007E6} 0x00100000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2eaac.a
    As you can see "Premiere Pro CS3" is missing some codecs, so my question is where can I download those?
    I forgot to tell you, that I use a HP laptop Dual core Intel processor with Win Vista Home 2 GB of RAM and 160 GB of HD
    Thanks in advance
    P.S. I am attaching the Diagdx.txt, even tho I don't think has to necesary
    P.S. 2. I just saw another post similar to this one, but it doesn't tell you how to make "Premiere Pro" get the audio to work in my clips and finished project

    Most good file converters can handle Video and Audio. If you are having issues with the Audio, both Audition and SoundBooth can convert to almost anything and any sample rate and bit depth.
    Here's a LINK to the PrPro Wiki. There are links to various aspects of conversion there.
    Now, remember that when working FROM MPEG-2 and also AC3, the files are compressed to begin with. Quality will suffer, and there is only one way around that - go back to the original source files. If not possible, then you have to determine if the quality has suffered too much.
    Good luck,
    Hunt

  • HP Stream 7 The boot configuration data file is missing some required information

    I have an HP Stream 7 tablet.  When I open it up it shows a blue screen with the error "The boot configuration data file is missing some required information."  Can anyone help as I can't get into the tablet to solve the error!

    Hey @PaD2 ,
    Welcome to the HP forums.
    I understand you're unable to boot up your Stream 7 tablet.
    Try accessing the recovery partition by holding the volume down button and power button at the same time. Please excuse my ignorance, as exact information on accessing the recovery manager appears to be unavailable for this exact model. If the down button doesn't work, up should get you in.
    Once in the recovery manager you should be able to select Troubleshoot > Startup repair. 
    If the startup repair does not fix the issue I would suggest trying the full system recovery option, which you should find under Troubleshoot > Advanced.
    Thanks.
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

Maybe you are looking for