Error 6 running test with Fakes in VS2013 Ultimate

I have VS2013 Ultimate, and working on a WP8.0 project 
I added the Fakes Assembly. I did a very simple test but this error appears:
Error
6 The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and and 'c:\Program Files (x86)\Microsoft SDKs\Windows
Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
I need to know how to fix this error.  Thanks. Below is the test I ran.
using (ShimsContext.Create())
                //The ShimDateTime.NowGet replaces the real DateTime.Now value with our own DateTime value, which we have provided via the delegate.
                ShimDateTime.NowGet = () => new DateTime(2012, 12, 21);
                Assert.IsTrue(DateTime.Now == new DateTime(2012, 12, 21));

Thanks for the reply. The error has IDataErrorInfo exists in BOTH System.dll and Windows.dll, which implies System.dll is already added?
The project runs fine. I did not add any assemblies other than Fakes. I have tried this with two different Solutions. 1. WP8.0 Phone project 2. Universal App. In both cases the Solution has multiple projects, and each has a PCL project. Next I will try to
create a stand-alone Test Solution, and add projects to isolate the conflict.
Here is the full error output
Error 5
project compilation failed with exit code 1
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\GENERATEFAKES
MYCO.SUBCO.Test
Error 10
project compilation failed with exit code 1
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\GENERATEFAKES
MYCO.SUBCO.Test
Error 1
The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
4736 98
MYCO.SUBCO.Test
Error 2
The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
4737 39
MYCO.SUBCO.Test
Error 6
The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
4736 98
MYCO.SUBCO.Test
Error 7
The type 'System.ComponentModel.IDataErrorInfo' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
4737 39
MYCO.SUBCO.Test
Error 3
The type 'System.ComponentModel.ISupportInitialize' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
5376 98
MYCO.SUBCO.Test
Error 4
The type 'System.ComponentModel.ISupportInitialize' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
5377 39
MYCO.SUBCO.Test
Error 8
The type 'System.ComponentModel.ISupportInitialize' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
5376 98
MYCO.SUBCO.Test
Error 9
The type 'System.ComponentModel.ISupportInitialize' exists in both 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.dll' and 'c:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\MDILXAPCompile\Framework\System.Windows.dll'
[C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\obj\Debug\Fakes\s\f.csproj]
C:\git\SUBCO-mob-windows\MYCO-NMA\MYCO\MYCO.SUBCO.Test\f.cs
5377 39
MYCO.SUBCO.Test

Similar Messages

  • Error running reports with new OMS

    Hello All,
    We had a bunch of reports scheduled in Grid Control. After migrating to a new OMS on a new server, reports are not being sent anymore.
    I've done some tests and the error I see is this:
    This is a scheduled report. The most recently generated report completed with the following error. Error: Unexpected occurred while e-mailing report: - null
    The report is a simple one showing waits in terms of I/O, instance activity etc..
    If anyone has ideas, let me know.
    Cheers.
    P.S. Preferred credentials are set and work fine. This is OMS 10.2.0.5 on Solaris 10. The target instance is a 9i instance.

    I checked with both Mozilla and IE. Issue is not related to browser.
    The problem seems to be information isn't available on host - If i go to the host- CPU/Memory/IO utilization show - No data is currently not available. I'm not sure if this is because of the 10.2.0.5 release but suspect that's the case since the data was available on 10.2.0.3 GC.
    If anyone has seen issues where host metrics aren't showing in GC 10.2.0.5, let me know. The host is running solaris 9. GC is on solaris 10/Repository is at 11.1.0.7.
    Thanks

  • Error in test with Central Output Pro Server 5.5

    I am getting the following error,
    when I testing the Central Output Pro Server.
    I begin with a Central Output Pro Server Vers. 5.5 (demonstration version)
    some is the example which I use, I always have the same message in the logs:
    [313]*** Spawn of agent may have failed ***
    [306]Processing file 'exmpl1.dat', '^job exmpl1 "d:\Program Files\Adobe\
    [307]Launching task '"jftrans" "C:\Program Files\Adobe\Central\Server\Data\exmpl1.dat"
    [314]Agent exit message: [313]*** Spawn of agent may have failed ***
    [375]Skipping event because infile A is missing.
    It is probaly a configuration problem? but that to make.

    I was checking my log file and I noticed an anomoly between some of the "launching" log entries. That got me to looking further into my jfserver.ini file. I think I know what your problem is.
    Every program (agent) that Central can launch has to have entries in the jfserver.ini file. This includes the agents that come with Central as well as any custom agents that are added later (we have several that we've written for our application). These entries include an EXEPATH statement that is specific to the agent. Apparently this is separate and in addition to the entry in the [Paths] section.
    For your specific problem look for a section with a [jftrans] header. It may be missing, or it may just be missing the ExePath entry or that entry may be blank.
    If one is fouled up, look for others. If all options of Central were checked when it was installed you should have entries like the following. These are all in my file as a result of the installation. Of course the actual location would be different.
    [JFSTARTUP]
    ExePath=C:\JetForm\Central\Bin
    IniFileName=C:\JetForm\Central\Server\JFSTARTUP.ini
    LogFileName=C:\JetForm\Central\Server\jfserver.log
    EditCfgRtn=notepad %s
    [JFSHUTDN]
    ExePath=C:\JetForm\Central\Bin
    IniFileName=C:\JetForm\Central\Server\JFSHUTDN.ini
    LogFileName=C:\JetForm\Central\Server\jfserver.log
    EditCfgRtn=notepad %s
    [JFERROR]
    ExePath=C:\JetForm\Central\Bin
    IniFileName=C:\JetForm\Central\Server\PrtErrorCheck.ini
    LogFileName=C:\JetForm\Central\Server\jfserver.log
    EditCfgRtn=notepad %s
    [DEFAULT]
    ExePath=c:\jetform\central\Bin
    IniFileName=c:\jetform\central\Server\jfmerge.ini
    [JFNOJOB]
    ExePath=c:\jetform\central\Bin
    IniFileName=c:\jetform\central\Server\jfnojob.ini
    [JFEMSEND]
    ExePath=c:\jetform\central\Bin
    IniFileName=c:\jetform\central\Server\jfemsend.ini
    EditCfgRtn=notepad c:\jetform\central\Server\jfemsend.ini
    [JFMERGE]
    ExePath=c:\jetform\central\Bin
    IniFileName=c:\jetform\central\Server\jfmerge.ini
    [JFPVAGENT]
    ExePath=c:\jetform\central\Bin
    IniFileName=c:\jetform\central\Server\jfpvagent.ini
    EditCfgRtn=Notepad c:\jetform\central\Server\jfpvagent.ini
    [JFTRANS]
    ExePath=c:\jetform\central\Bin
    IniFileName=c:\jetform\central\Server\jftrans.ini
    EditCfgRtn=notepad c:\jetform\central\Server\jftrans.ini
    [XMLIMPORT]
    ExePath=c:\jetform\central\Bin
    EditCfgRtn=Notepad c:\jetform\central\Bin\xmlimport.xci
    IniFileName=c:\jetform\central\Bin\xmlimport.xci

  • Run tests with Build number

    Hello,
    We are new to TFS and our build server is not yet migrated to TFS. We are using TFS only for test case management and bug tracking. But we would like to record build number when we run the test case. Please suggest on how to achieve this.
    Thanks,
    Aswini

    Hi Aswini,  
    Thanks for your reply.
    As far as I know there’s no default way to add custom field in test run when open from TFS Web Access, and cannot custom the field in Run Option form in MTM currently too. We suggest you add the Build # information in each test run result form’s
    Comment field in MTM, after test case run completed.
    For this add custom field in test run form scenario, please submit it to User Voice site at:
    http://visualstudio.uservoice.com/forums/121579-visual-studio. Microsoft engineers will evaluate them seriously.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have a MBP from.....mid 2012 (or 2011, not sure) And im running bootcamp with sp1 windows 7 ultimate, I want to use the 1T toshiba hardrive (3.0 usb) and it dosnt show up in either mac nor windows. Please help, been stuck like this forever.

    Well....I, as a noob, wrote everything in the title *shy smile*

    What are the system requirements for that model hard drive?  The few 1T's that I saw on Toshiba's website were only compatible with Windows.  None make no mention of Macs. 

  • VSTS loadtest error while running Loadtest with Runsettings as No of test iterations , ERROR is : could not read result repository: unknown transaction id in results:

    Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    Hello All,
    I am facing the following error while running a loadtest (when i choose the scenario to be executed for No of test iterations). But the same loadtest with the Run duration for X minutes is running fine without any issues. 
    Any suggestions on the issue i am facing
    error is :
    could not read result repository: unknown transaction id in results:
    or
    could not read result repository: unknown request id in results: 
    Thanks
    Satish

    Hi Kotapati,
    >>Subject: VSTS loadtest error while running Loadtest with Runsettings as  No of test iterations ,  ERROR is :  could not read result repository: unknown transaction
    id in results:
    According to your description, you mean that when you run your load test using the Test Iterations way and then get the error message, am I right?
    If yes, please you try to close the VS, and then open this VS again. Then clean your load test project/solution and then re-build it, run your load test again check this issue again.
    In addition, I suggest you could try to create a new load test and then run it using Test Iterations way check if you get the issue for the specified load test or all load tests.
    If possible, I suggest you could share me simple load test for us so that we will further help you.
    You could upload your load test to OneDrive and then copy link here.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unit Testing with Microsoft Sharepoint Emulators and Fakes with Visual Studio 2013

    Hi All,
    I have created Test Project and now creating Test cases for Sharepoint. I found a link on MSDN which suggests using Fakes framework but it supports VS2012 and I am using Visual Studio 2013.
    So how can I use it with VS2013 or is there any other way with which I can implement the Test cases with VS2013.
    Please suggest.
    Thanks in advance.
    Himanshu Nigam

    Hi HimanshuNigam,
    According to your descrition, my understanding is that you want to use Fakes framework to create test case for SharePoint project in Visual Studio 2013.
    If you want to test using Fakes Framework, you can use the codeplex extension to achieve it. It supports Visual Studio 2013.
    Here is a detailed article for your reference:
    Better Unit Testing with Microsoft Fakes
    About how to include the Nuget package, you can use the package with the link below:
    NuGet Package Manager for Visual Studio 2013
    Installing NuGet
    If you still have question about this issue, I suggest you can create a post in Visual Studio, more experts will help you and you can get more detailed information from there:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio%2Cvsarch%2Cvsdbg%2Cvstest%2Cvstfs%2Cvsdata%2Cvsappdev%2Cvisualbasic%2Cvisualcsharp%2Cvisualc
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Error while Test Connection with Connector

    hi all:
         there is an error while  Test Connection with Connector , I also test it through sys administration->sys configuration->
    suport -> sap transaction, I got all errors, I put these two errors as folows, could you please tell me how to sovle it
    ***************ERROR 1 while *error while Test Connection with Connector ******************************************************
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this
    system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    ************error sys administration->sys configuration-> suport -> sap transaction        ********************** 1.5 #0025B3E02892006100000A0800001798000487530FB0122E#1274690722265#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt
    .runtime#guodongdong#47472##n/a##690347f0670e11df98cc0025b3e02892#SAPEngine_Application_Thread[impl:3]
    9##0#0#Error##Java###04:4524/05/10_0077_6087550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Application URL
    &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid!
    Please check the protocol and host entries for system &\#39;sapdev&\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass
    (AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:523)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:412)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process
    (ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hi,
    As per this part of the trace:
    Exception in SAP Application Integrator occured: Application URL &\#39;:///sap(ZT1KVXBWektldldTeV9QQXBXRjNaWTRBLS1OZmRvZzBRWWY2QmN0WThNUmgqdUlRLS0=)/bc/gui/sap/its/webgui&\#39; is not valid! Please check the protocol and host entries for system &\#39;sapdev&\#39;. at ...
    You can clearly see that the system object 'sapdev' is not configured correctly/at all - you are trying to launch transaction iView
    (WEBGUI) and in order to do so you should configure the 'internet transaction server' category of the system  object
    with the hostname of the ITS server.
    Generally the template is
    <System.Access.ITS.protocol>://<System.Access.ITS.hostname>/sap<ESID>/bc/gui/sap/its/webgui?\....
    So that's why you got
    Please check the protocol and host entries for system ..

  • Spectrum digital DSK5416 driver setup gives an error when test wizard is run.

    Please help us with the following problem we are facing:
    1.    Spectrum digital DSK5416 driver setup gives an
    error when test wizard is run. A snap shot of the same has been
    attached.
    2.    The A/D module doesn’t pickup microphone signal or
    an audio sample for loopback but the implementation of the same works
    fine in CCS environment. (We are using Mic In and Speaker Out lines)
    3.    When a real-time application has run successfully
    and if you close the VAB environment the application starts running
    automatically until you reset the board.
    4.    We don’t find the flash program button enabled, so
    that any real-time program can be burned into flash and demonstrate the
    embedded feature.
    Note:
    We are using Windows Xp professional edition.
    Program is developed using DSK5416

    Hello, I have included some information that will help address your questions: (1) I couldn't see the attached image file (contained errors). The RIDE/VAB DSK5416 Driver makes use of a JTAG communication when reading/writing memory on the DSK5416 hardware. You will need to make sure that the JTAG transfer option has been selected in the Driver Setup dialog box. The memory test process may seem to take a long time due to the amount of memory being accessed. (2) The VAB RTDSKAD block component provides a one-channel A/D input that makes use of the line-in channel on the DSK5416 hardware. (3) VAB does not remove the downloaded DSP executable program from DSK5416 memory, and it does remain resident. That being said, I wouldn't expect that the program would begin execution when VAB is closed. I would recommend that you verify that the DSP program stopped properly upon selecting the VAB Stop command. Then, close VAB as normal. (4) The RIDE/VAB driver for the DSK5416 does not support programming of flash memory on the DSK5416 hardware. Regards, Steve

  • When I run csreource with -b option, I m receiving error

    when I run csreource with -m option, I m receiving error. If I remove -b option, it works fine.
    ./csresource -b o=People, ou=test.calendar.com,o=cp -m [email protected] -c test create test123
    Could not find calmaster
    Unable to create resource calendar, aborting
    Let me know what wrong I am doing. Calendar server is on Linux and Version is: 2005Q4

    navvith wrote:
    when I run csreource with -m option, I m receiving error. If I remove -b option, it works fine.
    ./csresource -b o=People, ou=test.calendar.com,o=cp -m [email protected] -c test create test123
    Try the above command with quotes e.g.
    ./csresource -b "o=People,ou=test.calendar.com,o=cp" -m [email protected] -c test create test123Regards,
    Shane.

  • I am getting this error message when I open Safari.  How do I make it go away?  "Error Safari 6.0 (v8536.25) has not been tested with the plugin SplashId.bundle (null) (v6.0.4(.  As a precaution, it has not been loaded.  ?

    Error
    When I launch Safari on my MacBook Pro
    Safari 6.0 (v8536.25) has not been tested with the plugin SplashId.bundle (null) (v6.0.4(.  As a precaution, it has not been loaded.  Please contact the plugin developer for further information.
    I am getting this message when I open Safari.  How do I make it go away?
    Thanks, Ed Williams

    To Remove plug-in
    1.) Open the SplashID desktop app
    2.) Navigate from Menu bar "File" -> "Plugin for Safari" -> "Uninstall".
    I could not find it in either Library/Internet Plug-ins nor ~/Library/Internet Plug-ins as others have suggested.
    Cheers!

  • Error while running Dev60 with jdk 11711o

    Dear OTN Members / Oracle Development Team.
    Have any one tried it. Help required form Oracle Devlopemnt
    Team.
    hi i am using oracle8 OAS 4.0.7, Developer 6.0 production
    with NT 4.0 and service Pack 3
    when i try to run the form through jinitinator or JDK provided
    with the package i get the following error.
    running with jinitator
    Oracle JInitiator version 1.1.7.11
    Using JRE version 1.1.7.11o
    User home directory = E:\WINNT\Profiles\Administrator
    Proxy Configuration: no proxy
    java.io.FileNotFoundException: \forms60\f60all.jar
    at java.io.FileInputStream.<init>(FileInputStream.java:56)
    at sun.net.www.protocol.file.FileURLConnection.connect(Compiled
    Code)
    at
    sun.net.www.protocol.file.FileURLConnection.getInputStream(FileUR
    LConnection.java:162)
    at
    sun.net.www.protocol.http.HttpURLConnection.openConnectionCheckRe
    directs(Compiled Code)
    at
    sun.applet.AppletCache.getInputStream(AppletCache.java:588)
    at
    sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java
    171)
    at sun.applet.JinitAppletPanel.loadJarFiles(Compiled
    Code)
    at sun.plugin.AppletViewer.loadJarFiles(Compiled Code)
    at
    sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:500)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    and with JDK
    Microsoft (R) VM for Java, 5.0 Release 5.0.0.3165
    ==============================================
    ? help
    c clear
    f run finalizers
    g garbage collect
    m memory usage
    q quit
    t thread list
    ==============================================
    com.ms.security.SecurityExceptionEx[oracle/forms/engine/Main.init
    ]: cannot access file E:\WINNT\Java\.hotjava
    at com/ms/security/permissions/FileIOPermission.check
    at com/ms/security/PolicyEngine.deepCheck
    at com/ms/security/PolicyEngine.checkPermission
    at com/ms/security/StandardSecurityManager.chk
    at com/ms/security/StandardSecurityManager.checkRead
    at java/io/File.exists
    at java/io/File.mkdirs
    at sun/applet/AppletViewer.<clinit>
    at java/lang/ClassLoader.findSystemClass
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    Error getting package information: sun/applet
    com.ms.packagemanager.PackageManagerException: Package not
    ound
    at com/ms/packagemanager/PackageManager.getPackage
    at
    com/ms/security/SecurityClassLoader.getSecurityInfoFromPackage
    at
    com/ms/security/SecurityClassLoader.findPackageManagerClass
    at
    com/ms/security/SecurityClassLoader.findPackageManagerClass
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    java.lang.ClassNotFoundException: sun.applet.AppletViewer
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    what could be the problem have any one encountered this kind of
    problem.
    pls help required.
    mobeen
    null

    Dear OTN Members / Oracle Development Team.
    Have any one tried it. Help required form Oracle Devlopemnt
    Team.
    hi i am using oracle8 OAS 4.0.7, Developer 6.0 production
    with NT 4.0 and service Pack 3
    when i try to run the form through jinitinator or JDK provided
    with the package i get the following error.
    running with jinitator
    Oracle JInitiator version 1.1.7.11
    Using JRE version 1.1.7.11o
    User home directory = E:\WINNT\Profiles\Administrator
    Proxy Configuration: no proxy
    java.io.FileNotFoundException: \forms60\f60all.jar
    at java.io.FileInputStream.<init>(FileInputStream.java:56)
    at sun.net.www.protocol.file.FileURLConnection.connect(Compiled
    Code)
    at
    sun.net.www.protocol.file.FileURLConnection.getInputStream(FileUR
    LConnection.java:162)
    at
    sun.net.www.protocol.http.HttpURLConnection.openConnectionCheckRe
    directs(Compiled Code)
    at
    sun.applet.AppletCache.getInputStream(AppletCache.java:588)
    at
    sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java
    171)
    at sun.applet.JinitAppletPanel.loadJarFiles(Compiled
    Code)
    at sun.plugin.AppletViewer.loadJarFiles(Compiled Code)
    at
    sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:500)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    and with JDK
    Microsoft (R) VM for Java, 5.0 Release 5.0.0.3165
    ==============================================
    ? help
    c clear
    f run finalizers
    g garbage collect
    m memory usage
    q quit
    t thread list
    ==============================================
    com.ms.security.SecurityExceptionEx[oracle/forms/engine/Main.init
    ]: cannot access file E:\WINNT\Java\.hotjava
    at com/ms/security/permissions/FileIOPermission.check
    at com/ms/security/PolicyEngine.deepCheck
    at com/ms/security/PolicyEngine.checkPermission
    at com/ms/security/StandardSecurityManager.chk
    at com/ms/security/StandardSecurityManager.checkRead
    at java/io/File.exists
    at java/io/File.mkdirs
    at sun/applet/AppletViewer.<clinit>
    at java/lang/ClassLoader.findSystemClass
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    Error getting package information: sun/applet
    com.ms.packagemanager.PackageManagerException: Package not
    ound
    at com/ms/packagemanager/PackageManager.getPackage
    at
    com/ms/security/SecurityClassLoader.getSecurityInfoFromPackage
    at
    com/ms/security/SecurityClassLoader.findPackageManagerClass
    at
    com/ms/security/SecurityClassLoader.findPackageManagerClass
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    java.lang.ClassNotFoundException: sun.applet.AppletViewer
    at com/ms/vm/loader/URLClassLoader.loadClass
    at java/lang/ClassLoader.loadClassInternal
    at oracle/forms/engine/Main.init
    at com/ms/applet/AppletPanel.securedCall0
    at com/ms/applet/AppletPanel.securedCall
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.processSentEvent
    at com/ms/applet/AppletPanel.run
    at java/lang/Thread.run
    what could be the problem have any one encountered this kind of
    problem.
    pls help required.
    mobeen
    null

  • After upgrading to mountain lion i keep getting an error message saying my startup disc is full. it shouldnt be full because there is barely anything on there and i was running windows with bootcamp prior to this with no issues

    after upgrading to mountain lion i keep getting an error message saying my startup disc is full. it shouldnt be full because there is barely anything on there and i was running windows with bootcamp prior to this with no issues. my computer now freezes and programs close randomly. The usual command for opening windows with bootcamp doesnt work. once in restarted my computer after it froze and it rebooted in windows automatically. i really just want to know if there is a way to take the upgrade off my laptop because it is very annoying.

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Error while running test configuration

    Hi,
    I created a test script using SAPGUI and test configuration.In test configuration,i created 2 variants other than default one.Downloaded the variants and executed it. It was giving error "Error inn ecatt command SAPGUI","Cannot Find Screen Element  in Replay Mode". When i run test script alone,its working fine.
    Please tell me how to correct the problem.
    Thanks,
    Aparna.

    Hello Aparna,
    As per the error description give by you , it means that when you execute the script recorded the eCATT control is unable to find the screen element in the screen recorded , possible reasons may be that the control may be in some other screen and trying to find the screen element of the other screen in the present screen.
    Solution to this may be check the connection id and the session id of the SAPGUI where the script is failing.
    Ideally all the connection id and session id of all the SAPGUI's recorded has to be same so that execution takes place in a single session.
    Hope it answers your question.
    Thanks and Best regards,
    Ajay

  • Error: [NQSError:13037] cannot connect to BI security service,Please make sure this is running properly (with SSL or not) in EM

    Hi,
    Im unable to open the RPD online  getting following error.
    Note: Im not done any changes. Its works good till yesterday EOD.
    Error:
    [NQSError:13037] cannot connect to BI security service,Please make sure this is running properly (with SSL or not) in EM.
    [NQSError:37001] could not connect to the oracle BI server instance..
    Kindly help me to fix this issue.

    Hi,
    Could you access the answer side.
    Could you see the reports.
    Do one thing, take a back up of NQS config file from <Oracle Location>\instance\instance1\config\obiserver folder\nqsconfig.ini file.
    Copy nqs config file if you have already have a back up.
    Restart the services and try once.
    http://mkashu.blogspot.com
    Regards,
    VG

Maybe you are looking for