LD: not found framework: DropboxSDK

I am writing a flex application that requires an extension native ios to use basic dropbox sdk. I downloaded the framework and added to my project. The project is built successfully, and I can build a .ane file that I can then add in my flex application. However to attempt to run the flex project, flashbuilder is not running, complaining that:

"Error occurred during the application of packaging:

LD: framework not found DropboxSDK

compilation failed during execution: ld64

I found a lot of posts of same titles already, but none of their solutions work.

Things, I did / insured:

1 DropboxSDK.framework is at the root of my project folder.

2 DropboxSDK.framework was slipped into the folder of frameworks in xcode, with 'copy items in the destination folder', 'create groups for any addition of files' and 'add target' all selected/checked.

3. less build Phases, link binary with libraries, I 'QuartzCore.framework', 'Foundation.framework', 'UIKit.framework', 'DropboxSDK.framework' and 'Security.framework '.

4. under build settings, frame search paths is set to the root of my project (where DropboxSDK.framework is set).

5. I have "< DropboxSDK/DropboxSDK.h > #import" in my extension.h and all files that refer to features of dropbox.

6. after the construction of my xcode project, I put my libExtension.a in my flex ios / build the folder with platformoptions.xml and library.swf.

7. my iosplatformoptions.xml looks like this:

" < platform xmlns =" http://ns.Adobe.com/air/extension/3.7 ">

< description > ExtensionName < / description >

< copyright > 2013 < / copyright >

< > 5.0.0 sdkVersion < / sdkVersion >

< linkerOptions >

< option > - ios_version_min 5.0 < / option >

< option > - framework AddressBook < / option > <!-used elsewhere in donkey->

< option > - framework DropboxSDK < / option >

< option > - liconv < / option >

< / linkerOptions >

< / platform >

8. I tried to build the donkey on windows and mac.

I'm sure there must be an option or a step that I missed, but after several hours of searching I can't find. I use xcode 5.0.2 flashbuilder 4.10 air 3.9. Any help is appreciated!

Managed to solve the problem:

After much research I found that I needed to post a link to the adobe flashbuilder ios sdk.

Right-click on your project in flashbuilder-> properties-> Flex Build packaging-> Apple iOS-> Native "Extensions" tab.

There is a text field for the location of the Apple iOS SDK. I found my sdk for to:

/Applications/XCode.app/Contents/developer/platforms/iPhoneOS.platform/developer/SDKs/IPH oneOS7.0.sdk

Tags: Flex

Similar Questions

  • "Houston-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg = Houston-33005: Configuration FrameworkCommonsAMLocal is not found" problem with the Extension of the framework as a library class

    JDeveloper version - 11.1.1.7.0

    I followed this blog http://www.java-n-me.com/2013/11/adf-good-practice-provide-your-own-base.html to create an extension framework as a library class and added to my request.

    In the library, I read only VO based on a table of database and is added to a module of the Application. In my AMImpl class I wrote a method say 'retrieveVersion' that runs my VO and returns a string. The original Version has been exposed in the client interface.

    In my main application, I added the library both model and the view. The block of data in my main application commands I drag and drop the method retrieveVersion my page as button and his return as an output text. On the page running, I get the following error

    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33005: Configuration FrameworkCommonsAMLocal is not found.
      at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:594)
      at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:572)
      at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:396)
      at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:310)
      at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:220)
      at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:130)
      at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:167)
      at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:1128)
      at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1638)
      at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1507)
      at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1467)
      at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:1261)
      at oracle.adf.model.BindingContext.get(BindingContext.java:1211)
      at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:304)
      at oracle.adf.model.binding.DCBindingContainer.evaluateParameterWithElCheck(DCBindingContainer.java:1496)
      at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1596)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.getDataControl(JUCtrlActionBinding.java:566)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.isOperationEnabled(JUCtrlActionBinding.java:316)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.isActionEnabled(JUCtrlActionBinding.java:296)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.getEnabled(JUCtrlActionBinding.java:1833)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.internalGet(JUCtrlActionBinding.java:1927)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.internalGet(FacesCtrlActionBinding.java:369)
      at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:749)
      at javax.el.MapELResolver.getValue(MapELResolver.java:164)
      at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
      at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
      at com.sun.el.parser.AstValue.getValue(Unknown Source)
      at com.sun.el.parser.AstNot.getValue(Unknown Source)
      at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
      at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
      at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.getDisabled(GoLinkRenderer.java:506)
      at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.isDisabled(GoLinkRenderer.java:681)
      at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.handleInaccessibility(GoLinkRenderer.java:584)
      at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.encodeAll(GoLinkRenderer.java:131)
      at oracle.adfinternal.view.faces.renderkit.rich.CommandLinkRenderer.encodeAll(CommandLinkRenderer.java:158)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:432)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$300(PanelGroupLayoutRenderer.java:30)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:682)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:601)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
      at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
      at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:358)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeTopFacet(PanelStretchLayoutRenderer.java:781)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeHorizontalPane(PanelStretchLayoutRenderer.java:1255)
      at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:298)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:438)
      at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
      at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2788)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:438)
      at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1341)
      at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
      at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:840)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
      at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
      at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
      at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
      at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
      at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:979)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:408)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.jbo.ConfigException: JBO-33005: Configuration FrameworkCommonsAMLocal is not found.
      at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:618)
      at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:761)
      at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:591)
      ... 122 more
    ## Detail 0 ##
    

    Refer to:

    http://gopsatora.blogspot.com/2014/11/JBO-29115-app-module-name-mismatch-and.html

  • oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25058: lastpaiddt definition of the attribute type is not found in LoanUpdateVO1

    Hello

    I created a based EO VO in which a column is recovering value per query:

    VO request is:

    SELECT principalEO.LOAN_ID,

    principalEO.LOAN_NUM,

    principalEO.DESCRIPTION,

    principalEO.FROM_DT,

    principalEO.TO_DT,

    principalEO.COMP_ID,

    principalEO.COMPANY_NAME,

    principalEO.PROJECT_ID,

    principalEO.PROJECT_CODE,

    principalEO.PROJECT_NAME,

    principalEO.LOAN_AMT,

    principalEO.LOAN_SANCTIONED_AMT,

    principalEO.LOAN_DISBURS_AMT,

    principalEO.LOAN_PROCESSING_CHARGES,

    principalEO.INTERST_RATE,

    principalEO.INTEREST_AMT,

    principalEO.PRINCIPLE_REPAYMENT,

    principalEO.TDS_RATES,

    principalEO.SYNDICATION_FEES,

    principalEO.SYNDICATION_PAID_TO,

    principalEO.VENDOR_ID,

    principalEO.VENDOR_NAME,

    principalEO.VENDOR_SITE,

    principalEO.INSTITUTION_TYPE,

    principalEO.LOAN_TERM,

    principalEO.LOAN_TYPE,

    principalEO.SECURITY_DET,

    principalEO.REMARKS,

    principalEO.INVOICE_FLAG,

    principalEO.EMI_DATE,

    principalEO.DISBURS_DATE,

    principalEO.ATTRIBUTE4,

    principalEO.ATTRIBUTE5,

    principalEO.CREATED_BY,

    principalEO.CREATION_DATE,

    principalEO.LAST_UPDATE_DATE,

    principalEO.LAST_UPDATED_BY,

    principalEO.LAST_UPDATE_LOGIN,

    principalEO.EMI_AMT,

    principalEO.EMI_AFTER_MONTH,

    (select from_dt in the omx_sec_loan_repay where loan_num = principalEO.Loan_num and paid_amt is null and rownum = 1) AS LAST_PAYMENT_DT

    OF OMX_SEC_LOAN_PRINCIPAL principalEO

    now I have to apply validation, from date should not be before Last_payment_dt

    Controller code I've written is:

    If (pageContext.getParameter ("updateloan")! = null)

    {

    String LoanNum = (String) pageContext.getParameter ("LoanNum");

    OAViewObject vo = (OAViewObject) am.findViewObject ("LoanUpdateVO1");

    Line OARow = (OARow) vo.getCurrentRow ();

    Date FromDt = (Date) row.getAttribute ("FromDt");

    System.out.println ("date is:" + FromDt);

    Date lastpaiddt = (Date) row.getAttribute ("lastpaiddt");

    System.out.println ("date is:" + lastpaiddt);

    }

    When I turn the page, error:

    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: Houston-25058: lastpaiddt definition of the attribute type is not found in LoanUpdateVO1

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException (unknown Source)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors (unknown Source)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest (unknown Source)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    at _OA._jspService(_OA.java:71)

    When I give another deposited instead of lastpaiddt, it works fine...

    Hello

    Looks like the attribute is missing, can you check if the attribute named "lastpaiddt" exists under LoanUpdateVO1?

    Right-click on LoanUpdateVO1 - > properties - > list of attributes - > and check if the missing attribute exists

    Kind regards

    Had

  • libphp7.so error with httpd.2.4.18 - symbol not found: __cg_jpeg_resync_to_restart

    I am creating a web development environment that has the same platform of LAMP as my production server to minimize the conflicts of the possibility.  The production server has been implemented with Apache with PHP 7.0.2 Update 2.4.18, installed and running.

    I have everything installed in/usr/local from sources on the production server (AWS EC2 running Linux).  I'm trying to repeat the process on the Macbook Pro under OS X 10.11.3.  So far, I got no problem with compiling, installing and loading of the mysql servers both httpd.

    I am able to compile PHP7 without errors.  I installed FreeType 2.6.2 and 9B LibJPEG, libPNG 1.6.21 in/usr/local and compiled PHP with the following configuration:

    . / configure-prefix = / usr/local-with-config-file-path = / usr/local/etc-with-config-file-scan-dir = / usr/local/etc/php-with-apxs2 = / usr/local/bin/apxs-enable-calendar-enable-cli-enable-exif-enable-ftp-enable-pcntl-enable-shmop-enable-sockets-enable-wddx-enable-zip-with-bz2-with-curl--with-gd-with-freetype-dir = / usr/local-with-jpeg-dir = / usr/local-with-png-dir = / usr/local-with-imap-ssl-with-mysqli = mysqlnd--with-mysql-sock=/tmp/mysql.sock - with-openssl-with-openssl-dir = / usr/local-with-pdo-mysql = mysqlnd - with-pear - with-libedit - with-xsl - with-zlib

    PHP compiles and installs without error.  The CLI binary answers without error:

    $ php - v

    PHP 7.0.2 (cli) (built: 6 February 2016 22:02:36) (NTS)

    Copyright (c) 1997-2015 the PHP Group

    Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies

    However, when I try to load Apache, I get an error:

    $ sudo/usr/local/sbin/apachectl t

    httpd: syntax on line 150 of /usr/local/etc/httpd.conf error: cannot load libexec/libphp7.so into server: dlopen (/ usr/local/libexec/libphp7.so, 10): symbol not found: __cg_jpeg_resync_to_restart\n referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib \n expected: /usr/local/lib/libjpeg.9.dylib\n to /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    Based on the contribution of the research on Google, I modified the file/usr/local/sbin/envvars and /usr/local/sbin/envvars-std.

    Originally:

    If test "x$ DYLD_LIBRARY_PATH"! = « x » ; then

    DYLD_LIBRARY_PATH = "" / usr/local/lib: $DYLD_LIBRARY_PATH ""

    on the other

    DYLD_LIBRARY_PATH = ' / usr/local/lib '.

    FI

    Under the direction of:

    If test "x$ DYLD_LIBRARY_PATH"! = « x » ; then

    DYLD_LIBRARY_PATH = ' / usr/local/lib '.

    on the other

    DYLD_LIBRARY_PATH = ' / usr/local/lib '.

    FI

    Export DYLD_LIBRARY_PATH

    Based on more googling, I ran otools on the binaries to try to ascertain where libTIFF.dylib is referenced.

    $ otool-L /usr/local/libexec/libphp7.so

    /usr/local/libexec/libphp7.so:

    /usr/local/lib/libaprutil-1.0.dylib (compatibility version 6.0.0 latest version 6.4.0)

    /usr/lib/libexpat.1.dylib (compatibility version 7.0.0, latest version 8.0.0)

    /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, latest version 7.0.0)

    /usr/local/lib/libapr-1.0.dylib (compatibility version 6.0.0 latest version 6.2.0)

    /usr/lib/libSystem.B.dylib (version 1.0.0 of compatibility, the current version 1226.10.1)

    /usr/lib/libz.1.dylib (version 1.0.0 compatibility, latest version 1.2.5)

    /usr/lib/libexslt.0.dylib (version 9.0.0 of compatibility, the current version 9.15.0)

    /usr/lib/libresolv.9.dylib (version 1.0.0 compatibility, latest version 1.0.0)

    /usr/lib/libedit.3.dylib (version 2.0.0 compatibility latest version 3.0.0)

    /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0 latest version 5.4.0)

    /usr/local/lib/libpng16.16.dylib (version compatibility, the current version 38.0.0 38.0.0)

    /usr/local/lib/libjpeg.9.dylib (compatibility version 12.0.0, latest version 12.0.0)

    /usr/lib/libcurl.4.dylib (compatibility version 7.0.0, latest version 8.0.0)

    /usr/lib/libbz2.1.0.dylib (version 1.0.0 compatibility, latest version 1.0.5)

    /usr/lib/libxml2.2.dylib (version 10.0.0 compatibility, the current version 10.9.0)

    / usr/lib/libicucore. A.dylib (version 1.0.0 of compatibility, the current version 55.1.0)

    /usr/local/lib/libfreetype.6.dylib (version compatibility, the current version 19.2.0 19.0.0)

    /usr/lib/libxslt.1.dylib (version 3.0.0 of compatibility, the current version 3.26.0)

    $ otool-L /usr/local/lib/libjpeg.9.dylib

    /usr/local/lib/libjpeg.9.dylib:

    /usr/local/lib/libjpeg.9.dylib (compatibility version 12.0.0, latest version 12.0.0)

    /usr/lib/libSystem.B.dylib (version 1.0.0 of compatibility, the current version 1226.10.1

    I am at a loss.  I don't see how and where libTIFF.dylib system is referenced, and what I can do to fix this so PHP7 compiles purely against the library libjpeg in/usr/local.

    Any help and guidance will be greatly appreciated.

    You will have a much better chance to get this stuff free to work if you are using a build system such as 'MacPorts,' 'HomeBrew', or 'Fink '. You will also have access to mailing lists where you might find others who have solved the same problem you have. There is virtually no chance of finding someone like that here.

  • Bluetooth Explorer accident: symbol not found AppleBluetoothHIDDeviceGen2

    I have a crash on launch.

    The Bluetooth Explorer working for anyone else?

    OS X 10.10.5

    7.2 of Xcode

    Material IO tools for Xcode 7.1

    http://adcdownload.Apple.com/Developer_Tools/Hardware_IO_Tools_for_Xcode_7.1/Har dware_IO_Tools_for_Xcode_7.1.dmg

    Process: Bluetooth explore [61694]

    Path: VOLUME/Volumes/Bluetooth Explorer.app/Contents/MacOS/Bluetooth Explorer

    ID: com.apple.BluetoothExplorer

    Version:?

    Generation information: IOBluetoothFamily-4400004004000000 ~ 85

    Code type: X 86-64 (Native)

    Parent process:? [1]

    Manager: Bluetooth explore [61694]

    User ID: 501

    Date/time: 2015-12-29 10:11:03.843-0600

    OS version: Mac OS X 10.10.5 (14F1509)

    Report Version: 11

    Anonymous UUID: D3725C12-7CE7-0662-A1E4-03F502434CE4

    Sleep/wake UUID: DE592DC4-C096-43A9-A8E8-B600EED8D6A2

    Time since started awake: 230000 seconds

    Wake time: 5300 seconds

    Crashed thread: 0

    Exception type: EXC_BREAKPOINT (SIGTRAP)

    Exception codes: 0 x 0000000000000002, 0 x 0000000000000000

    Request for clarification:

    dyld: launch, loading of the dependent libraries

    Dyld error message:

    Symbol not found: _OBJC_CLASS_$ _AppleBluetoothHIDDeviceGen2

    Referenced from: Volumes/VOLUME/Bluetooth Explorer.app/Contents/MacOS/Bluetooth Explorer

    Intended for: /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

    in Explorer.app/Contents/MacOS/Bluetooth/Volumes/VOLUME/Bluetooth Explorer

    Binary images:

    0x104bfe000 - 0x104c44ff7 com.apple.GraphKit (1.0.5 - 30) <7E8C3679-2CCB-3A1E-8050-47D6292F3430>/System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit

    0x104c6b000 - 0x104ca5ff7 com.apple.BluetoothUI (4.3.6 - 4.3.6f3) <4D24D8FE-A149-345E-B55A-D1EAF47D104C>/System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI

    0x7fff693f0000 - 0x7fff69426887 dyld (353.2.3) /usr/lib/dyld

    0x7fff83113000 - 0x7fff8311afff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS (6.0 - 4.0)

    0x7fff83131000 - libsystem_dnssd.dylib (576.50.2) 0x7fff83139fff <9EC5AF92-D0D2-3BDE-92B6-D3730D3865C8>/usr/lib/system/libsystem_dnssd.dylib

    0x7fff83233000 - libsystem_c.dylib (1044.40.2) 0x7fff832bffff <69158EFA-8270-30A1-BA02-4F74A4498147>/usr/lib/system/libsystem_c.dylib

    Material IO Tools for Xcode 7.1 is to El Capitan.

    Use material IO for 6.3 Xcode Tools.

  • Device PCI C710TU Presario driver not found

    I recently formatted my Presario C710TU laptop and installed Windows XP Professional with Service Pack 3 and have had a bit of pain installed all the drivers... I have looked around the internet, the search, but was left speechless for days. Here are the details of the number:

    I have no sound at all and in device manager it is a lack of "PCI Device". I tried several drivers all with the result (not verbatim) "the MEDIA device is not found" which is most likely the wrong driver completely.

    My laptop did not come with any CD

    Here is a picture of Device Manager and other relevant information: http://i40.tinypic.com/iftlkg.jpg

    This is a text version of what is shown in the image:

    -Missing "PCI Device" - provider 8086 (Intel), 284 b, SUBSYS_30D9103C, REV_03 device, 3 & B1BFB68 & 0 & D8

    -Info-motherboard: 30 9 model

    -Chipset: Intel | GL960

    -The Intel Southbridge. 82801HBM (ICH8-ME)

    -Dxdiag: Notes show that no sound card cannot be found and that the drivers are needed.

    -Others: It has no volume icon in the bar that shows no audio device tasks.

    Here are a few drivers, I tried:

    sp32823 - Conexant High Definition Audio Driver 3.18.0.50

    sp36090 - Conextant CX20549-12 high definition audio driver

    sp34200

    sp33867 - Microsoft universal audio architecture bus driver for high definition audio

    That is all the information I can think to mention about the situation.

    Bandaids and free coffee did not yet make the laptop fix it's me, so it might be difficult, so thanks in advance for any help to find my cat lost... uh I mean fix my laptop...

    XP drivers for your model:

    Chipset here (first install it and reboot)

    Intel Matrix Storage Manager here

    Intel 965 graphics here

    Wireless Intel 3945 ABG here

    Realtek RTL8139C here

    MS-UAA for SP3 (required with a reboot before the Audio driver and Modem) here

    Conexant High Definition SmartAudio 221 here

    Unzip it to a folder... Use the device, right click "Audio Device on HD" Manager, choose Update driver,
    Not to communicate,
    Install from a list or specific location,
    Select don't search, I will choose the driver to install.
    For the hardware Type select 'show all devices '.
    Remove control "Show compatible hardware" and click on 'disk '.
    Next... Navigate to the unzipped folder and choose the "WiSVHe5.inf".
    Ignore XP when it complains.
    Reset.

    Conexant HDAUDIO Soft Data Fax Modem with SmartCP Driver here

    .NET framework (required before HP Quick Launch Buttons) here

    HP Quick Launch buttons here

    USB mass storage device here

    Alps Touchpad here

  • nilsdev - nimdbgk Module not found

    Hello

    I just installed a PCI-6509 and NOR-DAQmx 8.0.2 on SUSE Linux. I intend to use the ANSI-C drivers in a C++ application. I have not installed LabVIEW.

    I started working my way the Configuration Guide, mainly to check that I had installed everything correctly and have reached the point where nilsdev is executed. On the surface, everything seems to install OK.

    When I run nilsdev I get the following error:

    FATAL: Module not found nimdbgk.

    Is how important it?

    Of course, it does not nimdbgk, but it doesn't look like it has been installed.

    In usr lsmod | grep or returns

    nipalk

    Nation

    lspci is the map of NOR (but he seems to have the wrong number on, not sure if it is a problem)

    05:01.0 class ff00: National Instruments devices 7085.

    Part of LabView nimdbgk is why I don't have it?

    All you have ideas?

    Thank you.

    Hello

    I am not that kind of information officially, but I would speculate that it would be in version 8.9.

    «NOR-DAQmx added support for 64-bit user mode in NOR-DAQmx 8.9 (ANSI C) and NOR-DAQmx 8.9.5 (ANSI C, LabVIEW 2009 and .NET Framework 3.5).» This now allows the development of 64-bit application on 64-bit operating systems during development for a 64 bit (ADE) Application development environment. »

    The outputs by the trend that has occurred with Windows basic drivers, what would be my best guess.

    There are a few forum posts that indicate that people have had DAQmx working on x 64 systems, but with the extension of the - m32 for compilations, this isn't really 64 bit.  Unfortunately, the positions are open and do not contain really any resolution as such.

    For example this or that.  I just searched "DAQmx Linux 64-bit".

    I hope it helps a bit.  I'm sorry that I don't have a definitive answer.

    Kind regards

  • MFC71. DLL file not found

    I can't run a program due to the following error...

    "This application has failed to start because MFC71.". DLL was not found. Reinstalling the application may fix this problem. »

    Re-installation of the application has not fixed the problem.

    Note also that I'm trying to run this program in mode virtual machine XP in Windows 7, because the program is not compatible with the Windows 7 operating system.

    I also tried to update .NET framework, because the first error I met suggested that I do. After update I have known the MFC71. DLL error.

    Any suggestion would be great.

    Hello

    Visit this link for troubleshooting methods:

    Mfc71.dll not found error resolution
    http://pcsupport.about.com/od/findbyerrormessage/a/mfc71dll.htm

    Check also with the support of the application as there can be solutions and problems known.

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • CoreFoundation.ddl was not found. Why is there no place on Microsoft sites that specifically tells a user how to correct this registry.

    Why a windows user has to pay a third party to correct this problem?  Responses to this problem should be easily and readily found so that people who have purchased products with Microsoft operating systems can easily solve the problems themselves.  Where is the answer I need on how to correct this error without having to pay someone.  It seems to me, you have already paid the system once, you shouldn't have to pay a second time to solve a problem with her.  It's very frustrating trying to find the help you need without turning around and around the company who wants to take your money to fix.  Microsoft needs to tell me how to solve this problem.   PLEASE, I BEG YOU.

    First of all, it was an honest typo, I was not looking for the wrong thing.  I have big problems getting Quick Time to work on my computer.  I have re - down loaded, download Itunes, downloaded the package combined download of two of them.  Nothing will work.  Here is a list of all the error messages I received in the last two days:

    Quick Time #0 error, please make sure that QuickTime is properly installed on this computer
    The plug is not properly initialzie
    I tunes of assistance was not installed correctly.  Please reinstall Itunes Helper.  Error 7
    Errors occurred during the installation of the updates.  If the problem persists, choose Tools, only download and try to install it manually.
    And finally...
    Application has failed to start because CFNetowrk.dll was not found.  Reinstalling the application may fix.

    So, I register QuickTime, iTunes and Windows problems.  So where can I find a way to correct my mistake of registry which cost no money and has download their parties _ who pay you and it still does not work.

    I don't know if it will work, but it has helped other people who have problems with installation of these products.  Save the download to your desktop.  Right click on the Setup icon, and then click Run as administrator.  I know that you are probably already connected as long as administrator but believe it is sometimes the case for some reason that I don't understand.

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    There may be a problem with another Apple program interfere with installation of itunes (specifically the itunes help). http://discussions.apple.com/thread.jspa?threadID=2256415.  Here's the gist of it:

    Uninstall the Application Support from Apple, iTunes and Quicktimes (if these, two are displayed as installed).

    (From this moment until reinstall us Application Support, Apple, QuickTime nor Safari 4.0.4 will able to run.)

    Then, we'll remove all the leftover program files and folders.

    (1) open the "disk" Local (c) or according to drive it your program files are stored on.
    (2) open the "Program files".
    (3) with the right button on the iTunes folder (if it still exists), then select 'delete '.
    (4) return to 'disc' Local (c) or according to drive it your program files are stored on.
    (5) open the folder "Program Files (x 86)".
    (6) with the right button on the iTunes folder (if it still exists), then select 'delete '.
    (7) staying in "Program Files (x 86)", open the "Common files" folder.
    (8) open the folder "Apple."
    (9) with the right button on the Apple's Application Support folder (if it still exists), then select 'delete '.

    Now, empty your Recycle Bin and reboot the PC.

    Reinstall Phase

    After restarting the PC, do not open other applications. Disconnect from your network or the internet. Turn off all your security (firewall, antivirus and anti-spyware) software.

    Now start the installation in a right-click on the iTunesSetup.exe file and you downloaded earlier and then clicking Run as administrator.

    Re-enable all security software before you reconnect to your network or the internet.

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    For the iTunes is not install properly and to do please ensure that QuickTime is installed correctly on this computer errors, try to repair your .NET Framework 3.5 SP! application by going to start / Control Panel / programs and features / .NET Framework 3.5 SP! Click on the program and click on repair or uninstall.  When you are prompted, click Repair and let it run.  You won't have to restart.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The FPR application failed to start because CFNetowrk.dll was not found.  Reinstalling the application may fix.  Make sure you have all updetes installed Windows - and I mean all of them (except for device drivers).  Do a manual check and install whatever it is, it comes with and then do another manual check and do the same thing and this follow up until no new update is presented and confirms that you are using the SP2 for Vista (Start / computer / system properties and it should say SP2).  Otherwise, manually install SP2 and rerun through the exercise of updates (or check it out before you start making updates).

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    For the plug-in has not initialized properly, make sure that you use version 7.4.1.14 QuickTimes or most recent - there is a known issue with older versions of work with Vista, but they claim to have the answers with this version.  If you've tried for awhile, you will have an older version.  I download and save on the latest desktop and make sure it is as stated above.  I also re - download and save on the desktop iTunes very it in case theres a similar problem there.

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    To install updates, choose Tools, only download and try to install it manually (it's what they recommend as the fix for the problem of updates, so we should take the word for it).

    Once you've done all the preparatory steps before the downloads, repair. NEt Framework 3.5, uninstall programs, you must uninstall (if you can, or as much as you can according to the instructions) and then reboot the machine to make sure that you leave cool.  After the downloads, but before the installation, turn off all your security software and antivirus software in the case where there is a conflict of something.  Make sure that no other programs are open.  Then follow the steps in the update, then the measures re - install.  Then restart.

    I hope that the two products work now.  I don't think we need to do something for your registry database - weather (it's all these other programs that are the problem).

    If this does not help, then please repost this question in music and its Forum: http://social.answers.microsoft.com/Forums/en-US/vistamedia/threads as well as a link to this topic (so they'll know what's already been tried).  They are the real experts on audio problems and will be more than happy to help you - or you can try the Quicktimes/iTunes Forum where they know the products better.

    I hope this helps.

    Good luck! Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • installed age of empires won't get mess Granny2 dll is not found can help you

    installed age of empires won't get mess Granny2 dll is not found can help you

    Hello

    (1) what is the exact full error message?

    (2) what version of Age of Empires you referring?

    (3) have you downloaded the game from internet or installed using the disc?

    Try to reinstall the game.

    You can also ask your question in the framework of forum Games for Windows, please see the following link:

    http://forums.Xbox.com/GFW/technical_support/f/253.aspx

  • LMS 3.2 (solaris 10) - user tracking: once again "ogs_server_urn" not found! Errors

    LMS 3.2 on a solaris 10 server that had problems with ctm_config.txt in the past (https://supportforums.cisco.com/thread/2033941) now once again has problems with the device Selector in UT. There are FATAL errors of type it below connected to CampusOGSServer.log:

    [Tue 19 Oct 18:27:22 CEST 2010] FATAL Com.cisco.nm.xms.ogs.server.GroupCacheImpl getHierarchy no first-level cache for: /[email protected] / * /[email protected]/ * defined //System groups inaccessible devices
    [Tue 19 Oct 18:30:52 EST 2010] FATAL Com.cisco.nm.xms.ogs.server.GroupCacheImpl getHierarchy no first-level cache for: /[email protected] / * /-Server
    [Tue 19 Oct 18:33:03 EST 2010] FATAL Com.cisco.nm.xms.ogs.server.GroupCacheImpl getHierarchy no first-level cache for: /[email protected] / * /[email protected]/ * defined //System groups inaccessible devices
    [Tue 19 Oct 18:35:04 CEST 2010] FATAL Com.cisco.nm.xms.ogs.server.GroupCacheImpl getHierarchy no first-level cache for: /[email protected] / * /-Server/Pre-deployed
    [Tue 19 Oct 18:35:05 EST 2010] FATAL Com.cisco.nm.xms.ogs.server.GroupCacheImpl getHierarchy no first-level cache for: /[email protected] / * /-Server/User Defined groups

    To create failure I'm going to UT > reports > generator-online Switch Port report > Switch Port summary
    The switch of the device that opens contains all devices and clicking the search button produces the following error:

    Problem with file /WEB-INF/screens/deviceselector/DeviceFilter.jsp! URN_NOT_FOUND: urn 'ogs_server_urn': not found!

    also, the following error is located in /opt/CSCOpx/MDC/tomcat/logs/stdout.log:

    October 18, 2010 14:18:49 org.apache.catalina.core.ApplicationDispatcher invoke

    SERIOUS: Servlet.service () for servlet jsp threw exception

    com.cisco.nm.xms.ctm.common.CTMException: URN_NOT_FOUND: urn 'ogs_server_urn': not found!

    at com.cisco.nm.xms.ctm.client.CTMCall.establishIPC(CTMCall.java:238)

    to com.cisco.nm.xms.ctm.client.CTMCall. (CTMCall.java:218)

    to com.cisco.nm.xms.ctm.client.CTMClientProxy. (CTMClientProxy.java:64)

    at com.cisco.nm.xms.ctm.client.CTMClientProxy.getProxy(CTMClientProxy.java:180)

    at com.cisco.nm.xms.ogs.client.OGSServerProxy.init(OGSServerProxy.java:179)

    at com.cisco.nm.xms.ogs.client.OGSServerProxy.init(OGSServerProxy.java:98)

    to com.cisco.nm.xms.ogs.client.OGSServerProxy. (OGSServerProxy.java:85)

    at com.cisco.nm.xms.ogs.client.mgmt.OGSRuleExpressionUtil.getServerProxy(OGSRuleExpressionUtil.java:102)

    at com.cisco.nm.xms.ogs.client.mgmt.OGSRuleExpressionUtil.getClassDefUtil(OGSRuleExpressionUtil.java:123)

    at com.cisco.nm.xms.ogs.client.mgmt.OGSRuleExpressionUtil.getInternalClasses(OGSRuleExpressionUtil.java:153)

    at com.cisco.nm.xms.ogs.client.mgmt.OGSRuleExpressionUtil.getClasses(OGSRuleExpressionUtil.java:174)

    at org.apache.jsp.WEB_002dINF.screens.deviceselector.DeviceFilter_jsp._jspService(DeviceFilter_jsp.java:158)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:692)

    at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:594)

    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:506)

    at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)

    at org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:614)

    at com.cisco.nm.uii.taglib.framework.ContentAreaTag.doStartTag(ContentAreaTag.java:76)

    at org.apache.jsp.WEB_002dINF.screens.popup_jsp._jspx_meth_embu_contentarea_0(popup_jsp.java:876)

    at org.apache.jsp.WEB_002dINF.screens.popup_jsp._jspService(popup_jsp.java:693)

    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)

    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)

    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:692)

    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:470)

    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:405)

    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)

    at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1758)

    at com.cisco.nm.uii.UIIController.processActionForward(UIIController.java:380)

    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)

    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

    at com.cisco.nm.cmf.util.AccessLogFilter.doFilter(AccessLogFilter.java:128)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)

    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)

    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)

    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)

    at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)

    to org.apache.jk.common.ChannelSocket$ SocketConnection.runIt (ChannelSocket.java:876)

    to org.apache.tomcat.util.threads.ThreadPool$ ControlRunnable.run (ThreadPool.java:684)

    at java.lang.Thread.run(Thread.java:595)

    I checked the file ctm_config.txt in the directory campus and cmapps, removed the files ctmregistry and ctmregistry.backup from/opt/CSCOpx/MDC/tomcat/webapps/campus/WEB-INF/lib, deleted all files and directories below/opt/CSCOpx/MDC/tomcat/work/Standalone/localhost/and restart the services.
    No change...

    What I noticed by looking directly in the database of the CMF is that "CampusOgsGroupCacheTable" is completely empty where the following tables contain data:
    CampusOgsGroupPropertiesTable
    CampusOGSTagTable
    CampusUserGroupAssociationTable

    What could be the reason for this behavior?

    I still thought of the option to export all groups of CMF (or at least groups of campus) and delete all tables of OGS and re-import the groups but when I try to do it I get the following error:

    [email protected] / * /-server #. / perl./OGSCli.sh u admin
    Enter the password for the CiscoWorks:
    Authentication succeeded.
    INFO: Type EXIT to exit from OGSCli guest at any time.
    Enter a task OGSCli [export]: export
    Enter a filename of export groups:./OGSGroupExport.info

    WARN: The details of the group in the selected file will be replaced by new groups of export information. Do you want to continue? (y/n) [n]: y
    Enter a name of group hierarchy defined by the user to export or the full export of all groups defined by the user of all of the applications [all]: all the
    INFO: Hierarchies of groups defined by the user in all the applications that are installed in all servers, will be exported to. / OGSGroupExport.info.
    Authorization succeeded.
    ERROR: Could not export the specified groups, user-defined hierarchies in. / OGSGroupExport.info.
    ERROR: This could be due to one or more of the following reasons:
    ERROR: * OGSServer process may not work
    ERROR: * remote server consolidation or Application may not be accessible
    ERROR: * lack perhaps of free disk space
    ERROR: * you do not have the required file permissions to create the file.
    ERROR: See /var/adm/CSCOpx/log/CMFOGSClient.log for more details.
    [email protected] / * /-server #. / perl./OGSCli.sh u admin d
    Enter the password for the CiscoWorks:
    Authentication failed.
    Check the username and password you entered.
    [email protected] / * /-server #.

    just to be sure, I download the 2 files ctm_config.txt...

    Instead of setting DYNAMIC_PORT_ALLOCATION = 0, replace perms on both ctm_config.txt 0444 files, use the original port and see if UT works.  If so, run in this configuration for some time see if corruption returns.  It should not since casuser won't be able to write to the file.

  • ORA-00604: error occurred at recursive SQL level 1 ORA-01882: region time zone not found

    Dear all,

    IAM trying to connect to establish a connection to a database using JDBC thin oracle client. IAM getting the following error.

    Could someone help me with a solution please

    Operating system: Oracle linux

    Database Version: 12 c

    java.sql.SQLException: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01882: zone schedule region not found

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:144)

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:73)

    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1243)

    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:173)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$ 400 (SnpsDialogTestConnet.java:51)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 5.doInBackground(SnpsDialogTestConnet.java:629)

    to com.sunopsis.graphical.dialog.SnpsDialogTestConnet$ 5.doInBackground(SnpsDialogTestConnet.java:625)

    at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)

    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:947)

    at java.lang.Thread.run(Thread.java:745)

    Caused by: java.sql.SQLException: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01882: zone schedule region not found

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:144)

    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:73)

    at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter.getConnection(OnConnectOnDisconnectDataSourceAdapter.java:87)

    to oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ ConnectionProcessor.run (LoginTimeoutDatasourceAdapter.java:228)

    to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:471)

    at java.util.concurrent.FutureTask.run(FutureTask.java:262)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    ... 1 more

    Caused by: java.sql.SQLException: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-01882: zone schedule region not found

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:466)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:391)

    at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:1126)

    at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:503)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:546)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:269)

    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:436)

    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:1021)

    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:682)

    at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:789)

    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)

    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:412)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:385)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriver(DriverManagerDataSource.java:352)

    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:331)

    ... 6 more


    Best regards


    Hi CPR1,.

    I tried to connect to database using ODI.

    What I did at work is

    Double-click the database server--->, click Properties, and then you have the key and the value

    In the Insert key as oracle.jdbc.timezoneAsRegion, and its value is FALSE

    Thank you

    Best regards

  • HTTP 404 not found error and picking target URL is different

    Hi all

    2 days before I was running the same project of Jdeveloper but suddenly is error HTTP 404 not found and in Server embedded in Jdeveloper messages log

    http://Rajesh-PC:8988/OA_HTML/runregion.jsp instead of IP addresses to display the custom of the OFA, I am running of Jdeveloper and get

    The Web page could not be found

    The most likely causes:

    • There could be a typing error in the address.
    • If you clicked on a link, it can be updated.

    What you can try:

    Retype the address.
    Return to the previous page.
    Go toand search for the information you want.
    More informationMore information

    This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It is possible that the Web page is temporarily unavailable. In addition, the site could have changed or removed from the Web page.

    For more information about HTTP errors, see Help.

    [Departure OC4J uses the following ports: HTTP = 8988, RMI = 23891, JMS = 9227]

    D:\OAF\jdevhome\jdev\system\oracle. J2EE.10.1.3.41.57\embedded-oc4j\config >

    D:\OAF\jdevbin\jdk\bin\javaw.exe-hotspot - classpath D:\OAF\jdevbin\j2ee\home\oc4j.jar;D:\OAF\jdevbin\jdev\lib\jdev-oc4j-embedded.jar-DFND_JDBC_STMT_CACHE_SIZE = 200 - DCACHENODBINIT = true - DRUN_FROM_JDEV = true - mx256m - XX: MaxPermSize = 256M - Xverify: none - DcheckForUpdates = adminClientOnly - Doracle.application.environment = development - Doracle.j2ee.dont.use.memory.archive = true - Doracle.j2ee.http.socket.timeout = 500 - Doc4j.jms.usePersistenceLockFiles = false oracle.oc4j.loader.boot.BootStrap - config D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    [waiting for the server to complete its initialization...]

    Journal of the 24 August 2015 com.evermind.server.jms.JMSMessages 03:58:17

    INFO: JMSServer []: Server OC4J JMS recovery of transactions (commit 0) (0 rollback) (prepared 0).

    Journal of the 24 August 2015 com.evermind.server.jms.JMSMessages 03:58:17

    INFO: JMSServer []: Server OC4J JMS recovering local transactions queue [jms/Oc4jJmsExceptionQueue].

    WARNING: D:\OAF\jdevbin\jdev\appslibrt\xml.jar source Code (< draws > in D:/OAF/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename, but is not identical to the /D:/OAF/jdevbin/lib/xml.jar (< source code > (ignore obvious Class-Path) in META-INF/boot.xml to D:\OAF\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the default.root:0.0.0 charger.

    WARNING: D:\OAF\jdevbin\jdev\appslibrt\jazn.jar source Code (< draws > in D:/OAF/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename, but is not identical to the /D:/OAF/jdevbin/j2ee/home/jazn.jar (< source code > in META-INF/boot.xml to D:\OAF\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the default.root:0.0.0 charger.

    WARNING: Source-Code D:\OAF\jdevbin\jdev\appslibrt\jazncore.jar (from manifesto of D:/OAF/jdevbin/jdev/appslibrt/jazn.jar) has the same filename, but is not identical to the /D:/OAF/jdevbin/j2ee/home/jazncore.jar (< source code > in META-INF/boot.xml to D:\OAF\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the default.root:0.0.0 charger.

    WARNING: Source-Code D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/directory in D:\OAF\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename, but is not identical to /D:/OAF/jdevbin/jdev/appslibrt/uix2.jar (< draws > in D:/OAF/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be hidden because it is already visible in the search path for the datatags.web.webapp:0.0.0 charger.

    Ready message received from Oc4jNotifier.

    Incorporated the OC4J startup time: 30114 ms.

    URL - target http://Rajesh-PC:8988/OA_HTML/runregion.jsp

    15/08/24 03:58:30 containers for J2EE 10 g (10.1.3.3.0) initialized Oracle

    15/08/24 03:58:39 HOUR: runregion: initialization [ms 3]

    15/08/24 04:01:07 TIME: runregion: creation of session and transaction [ms 148106]

    24 August 2015 04:01:21 oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig

    INFO: oracle.adf.share.config.ADFConfigFactory no META-INF/adf - config.xml not found

    15/08/24 04:01:21 java.lang.IllegalArgumentException: unknown signal: ALRM

    15/08/24-04:01:21-sun.misc.Signal. < init > (Signal.java:126)

    15/08/24 04:01:21-oracle.apps.fnd.framework.AppsDiagnosticsHandler.install (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.server.OAApplicationModuleImpl.initializeSignalHandler (unknown Source)

    15/08/24-04:01:21-oracle.apps.fnd.framework.server.OAApplicationModuleImpl. < clinit >(Unknown Source)

    15/08/24 04:01:21-java.lang.Class.forName0 (Native Method)

    15/08/24 04:01:21-java.lang.Class.forName(Class.java:242)

    15/08/24 04:01:21-oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)

    15/08/24 04:01:21-oracle.jbo.common.JBOClass.forName(JBOClass.java:164)

    15/08/24 04:01:21-oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:177)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:836)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:770)

    15/08/24 04:01:21-oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:534)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)

    15/08/24 04:01:21-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)

    15/08/24 04:01:21-oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)

    15/08/24 04:01:21-oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.createStaticAKApplicationModule (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModuleSync (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModule (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/08/24 04:01:21-oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/08/24 04:01:21-_OA._jspService(_OA.java:71)

    15/08/24 04:01:21-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/08/24 04:01:21 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

    15/08/24 04:01:21-oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

    15/08/24 04:01:21-com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:392)

    15/08/24 04:01:21-_OA._jspService(_OA.java:80)

    15/08/24 04:01:21-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/08/24 04:01:21-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/08/24 04:01:21 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    15/08/24 04:01:21-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

    15/08/24 04:01:21-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)

    15/08/24 04:01:21-oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)

    15/08/24 04:01:21-com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    15/08/24 04:01:21 at java.lang.Thread.run(Thread.java:595)

    Please help me on this issue

    Post edited by: Rajesh123 has added additional information such as Log messages

    Renon,

    Try below:

    In Jdeveloper, go to tools-> Preferences from the embedded server OC4J-> startup-> Select "default local IP address".

  • Feature line with key oracle.jbo.key is not found

    I've seen similar issues posted here but no go in enough detail to help me solve the problem I have just started using Oracle ADF a few hours ago.

    I have connected to our oracle successfully database and set up the display of an entity based on a base table which seems to have worked very well. When I run AppModule I see all the fields of the fine table, but when I change a content of columns to a valid value, and then click validation I get this error: "line entity with key oracle.jbo.key [all fields in table] is not found in the table" even though I don't know why, because it is without a doubt.

    The base table is a table of configuration when a new record is added manually a sequence is triggered to autopopulate the column id of the table. I read that this trigger could be the problem but I'm not sure why, as I'm only an update on an existing id, not create new ones?

    User, tell us your version of jdev, please!

    The framework must be a primary key defined on a table that you want to update. It will be weird if your doe not table a PK. define a pk in the table (if you cannot change the db, you can define the pk in the framework and try again.

    Timo

  • There is no company Manager fusion middleware control installed WebLogic Server 12.1.3 (error 404 (not found))

    Hello.

    We have installed WebLogic Server 12.1.3 on Linux x86_64 file fmw_12.1.3.0.0_wls.jar whithout any errors.

    Then load URL handler company fusion middleware control http:// < Host >: 7001/em we received 404 (not found) error

    There are no links, files and dir with EM on the host in/oracle/middleware.

    According to the documentation, it must be installed and worked after you start WebLogic server.

    Please, please help me understand it y it, or how we can install it.

    I think that you need to install FMW Infrastructure (ADF Runtime)

    You can download it from this URL

    Application Development Framework Downloads

    Install FMW Infrastructure on the same folder of weblogic Middleware and then create a new domain with Enterprise Manager option.

Maybe you are looking for

  • Home sharing does not

    House-sharing worked well for awhile, but now when I try to access home sharing on my iPad app videos I get the small circle load to half way then I get a message that home sharing cannot be loaded. I did the following to try to solve the problem...

  • PROTECTED Z10t starts key USB NI USB CD-ROM

    Hellofor some reason, I have to boot from a USB key memeory containing WinPE and Linux (depending on the task to perfom). My problem is I got blocked on the logo "Toshiba leading innovation" and nothing else happens.As soon as I remove the USB key, i

  • HP ENVY 700-215xt CTO desktop: bluetooth

    My computer will see a bluetooth device but will not pair with the device.  I tried to connect with multiple devices, but none will pair.  The drivers are up to date.  How can I solve this problem?

  • My screen turns dark gray intermittently.

    MacBook Air OS X 10.9.5, processor 1.3 GHz Intel Core i5, 4 GB 1600 MHz DDR3, 11 "memory display graphic card Intel 5000 1536 MB In the last few days, my screen went both dark gray. When I click on the button, nothing happens. If I press the Start bu

  • upgrading to wireless n

    Hello everyone, I'm happy to be using my s10, I had a few weeks ago and have been loving him. I would however like to make a few updates, namely wireless n. I bought a processor intel 5300 after having seen a guide on ebay and tried to install it mys