Unable to run code analysis with WDK 9926

Hi,
I am trying to run code analysis with WDK 9926 and seeing below issue? can anybody help me to resolve this ?
Error:
====
C:\sw\dev\T4\windows\Src\kernel\vbd>msbuild.exe cht4vbd.vcxproj /p:Configuration="Windows 8.1 Debug" /P:Platform=x64 /P:RunCodeAnalysisOnce=True
Microsoft (R) Build Engine version 12.0.21005.1
[Microsoft .NET Framework, version 4.0.30319.33440]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 4/7/2015 12:08:30 AM.
Project "C:\sw\dev\T4\windows\Src\kernel\vbd\cht4vbd.vcxproj" on node 1 (defaul
t targets).
DriverBuildNotifications:
  Building 'cht4vbd' with toolset 'WindowsKernelModeDriver10.0' and the 'Deskto
  p' target platform.
  Using KMDF 1.11.
PrepareForBuild:
  Creating directory "x64\Windows8.1Debug\".
  Creating directory "C:\sw\dev\T4\windows\Src\kernel\vbd\x64\Windows8.1Debug\c
  hk\x64\".
  Creating directory "x64\Windows8.1Debug\cht4vbd.tlog\".
InitializeBuildStatus:
  Creating "x64\Windows8.1Debug\cht4vbd.tlog\unsuccessfulbuild" because "Always
  Create" was specified.
StampInf:
  c:\Program Files (x86)\Windows Kits\10\bin\x86\stampinf.exe -d "*" -a "amd64"
   -k "1.11" -f x64\Windows8.1Debug\chvbdx64.inf
  Copying "C:\sw\dev\T4\windows\Src\kernel\vbd\chvbdx64.inf" to "x64\Windows8.1
  Debug\chvbdx64.inf" for stamping
  Using version information from c:\Program Files (x86)\Windows Kits\10\Include
  \shared\\ntverp.h
  Could not open version header file c:\Program Files (x86)\Windows Kits\10\Inc
  lude\shared\\bldnump.h. (0x00000002)
  Could not determine version information.  Please specify using -v option.
  Updates common INF file directives
        USAGE:
        stampinf -f filename [-s section] [-d <xx/yy/zzzz> | *]
                 -a architecture -n [-c catalogfile]
                             [-v <w.x.y.z> | *]
                             [-k nnnnn] [-u nnnnn]
                             [-i path]
        -f  specifies the INF file to process
        -s  specifies the INF section to place the DriverVer= directive.  By
            default this directive is placed in the [Version] section.
        -d  specifies the date written in the DriverVer= directive.  Note that
            a '*' given for a date value means for stampinf to write the
            current date. If the date is not specified, the date is taken
            from the STAMPINF_DATE environment variable.
        -v  specifies the version written in the DriverVer= directive. Note
            that a '*' given for a version value means for stampinf to write
            the current time (h.m.s.ms).  This is useful during development
            in order to get increasing version numbers. If the version is not
            specified, its value is taken from the STAMPINF_VERSION
            environment variable.
        -a  specifies the architecture string to replace the $ARCH$ keyword.
            The $ARCH$ keyword is used to tailor a TargetOSVersion decoration
            in a [Manufacturer] section, as well as its respective section
            name, to a specific platform. If no value is specified, stampinf
            takes its value from the _BuildArch environment variable.
        -c  specifies the value to be written in the CatalogFile= directive
            in the [Version] section. By default, this directive is not
            written.
        -k  specifies the version of KMDF that this driver depends on.  This
            is used to tailor the KmdfLibraryVersion & KMDF co-installer name
            in the INF. This will replace the $KMDFVERSION$ and
            $KMDFCOINSTALLERVERSION$ keywords in the INF.  The string is of
            the format:
                <major_version>.<minor_version>
            As an example, supplying 1.5 as the version string will result in
            values of 1.5 and 01005 for the two keywords (respectively).
        -u  specifies the version of UMDF that this driver depends on.  This
            is used to tailor the UmdfLibraryVersion & UMDF co-installer name
            in the INF. This will replace the $UMDFVERSION$ and
            $UMDFCOINSTALLERVERSION$ keywords in the INF.  The string is of
            the format:
                <major_version>.<minor_version>.<service_version>
            (where service_version is generally zero)
            As an example, supplying 1.5.0 as the version string will result
            in values of 1.5.0 and 01005 for the two keywords (respectively).
        -i  specifies the location of ntverp.h file.
            path represent the fully qualified
            location of the directory containing ntverp.h.
        -n  noisy mode shows verbose stampinf output
          -x  removes the coinstaller tag from the file and replaces the line w
  ith a ";"
        NOTES:
        The environment variable PRIVATE_DRIVER_PACKAGE can be set to
        enable stampinf's 'developer mode' behavior. When this is
        set, the date and version used for DriverVer is set to the
        current date and time, regardless of the command line
        settings. Also, 'CatalogFile=delta.cat' is written to the
        version section, unless a catalog was already specified
        with '-c'.
c:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets(355,5
): error MSB6006: "stampinf.exe" exited with code 1. [C:\sw\dev\T4\windows\Src\
kernel\vbd\cht4vbd.vcxproj]
Done Building Project "C:\sw\dev\T4\windows\Src\kernel\vbd\cht4vbd.vcxproj" (de
fault targets) -- FAILED.
Build FAILED.
"C:\sw\dev\T4\windows\Src\kernel\vbd\cht4vbd.vcxproj" (default target) (1) ->
(StampInf target) ->
  c:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets(355
,5): error MSB6006: "stampinf.exe" exited with code 1. [C:\sw\dev\T4\windows\Sr
c\kernel\vbd\cht4vbd.vcxproj]
    0 Warning(s)
    1 Error(s)
Time Elapsed 00:00:04.07
Thanks, Krishna

Hi,
I am trying to run code analysis with WDK 9926 and seeing below issue? can anybody help me to resolve this ?
Error:
====
C:\sw\dev\T4\windows\Src\kernel\vbd>msbuild.exe cht4vbd.vcxproj /p:Configuration="Windows 8.1 Debug" /P:Platform=x64 /P:RunCodeAnalysisOnce=True
Microsoft (R) Build Engine version 12.0.21005.1
[Microsoft .NET Framework, version 4.0.30319.33440]
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 4/7/2015 12:08:30 AM.
Project "C:\sw\dev\T4\windows\Src\kernel\vbd\cht4vbd.vcxproj" on node 1 (defaul
t targets).
DriverBuildNotifications:
  Building 'cht4vbd' with toolset 'WindowsKernelModeDriver10.0' and the 'Deskto
  p' target platform.
  Using KMDF 1.11.
PrepareForBuild:
  Creating directory "x64\Windows8.1Debug\".
  Creating directory "C:\sw\dev\T4\windows\Src\kernel\vbd\x64\Windows8.1Debug\c
  hk\x64\".
  Creating directory "x64\Windows8.1Debug\cht4vbd.tlog\".
InitializeBuildStatus:
  Creating "x64\Windows8.1Debug\cht4vbd.tlog\unsuccessfulbuild" because "Always
  Create" was specified.
StampInf:
  c:\Program Files (x86)\Windows Kits\10\bin\x86\stampinf.exe -d "*" -a "amd64"
   -k "1.11" -f x64\Windows8.1Debug\chvbdx64.inf
  Copying "C:\sw\dev\T4\windows\Src\kernel\vbd\chvbdx64.inf" to "x64\Windows8.1
  Debug\chvbdx64.inf" for stamping
  Using version information from c:\Program Files (x86)\Windows Kits\10\Include
  \shared\\ntverp.h
  Could not open version header file c:\Program Files (x86)\Windows Kits\10\Inc
  lude\shared\\bldnump.h. (0x00000002)
  Could not determine version information.  Please specify using -v option.
  Updates common INF file directives
        USAGE:
        stampinf -f filename [-s section] [-d <xx/yy/zzzz> | *]
                 -a architecture -n [-c catalogfile]
                             [-v <w.x.y.z> | *]
                             [-k nnnnn] [-u nnnnn]
                             [-i path]
        -f  specifies the INF file to process
        -s  specifies the INF section to place the DriverVer= directive.  By
            default this directive is placed in the [Version] section.
        -d  specifies the date written in the DriverVer= directive.  Note that
            a '*' given for a date value means for stampinf to write the
            current date. If the date is not specified, the date is taken
            from the STAMPINF_DATE environment variable.
        -v  specifies the version written in the DriverVer= directive. Note
            that a '*' given for a version value means for stampinf to write
            the current time (h.m.s.ms).  This is useful during development
            in order to get increasing version numbers. If the version is not
            specified, its value is taken from the STAMPINF_VERSION
            environment variable.
        -a  specifies the architecture string to replace the $ARCH$ keyword.
            The $ARCH$ keyword is used to tailor a TargetOSVersion decoration
            in a [Manufacturer] section, as well as its respective section
            name, to a specific platform. If no value is specified, stampinf
            takes its value from the _BuildArch environment variable.
        -c  specifies the value to be written in the CatalogFile= directive
            in the [Version] section. By default, this directive is not
            written.
        -k  specifies the version of KMDF that this driver depends on.  This
            is used to tailor the KmdfLibraryVersion & KMDF co-installer name
            in the INF. This will replace the $KMDFVERSION$ and
            $KMDFCOINSTALLERVERSION$ keywords in the INF.  The string is of
            the format:
                <major_version>.<minor_version>
            As an example, supplying 1.5 as the version string will result in
            values of 1.5 and 01005 for the two keywords (respectively).
        -u  specifies the version of UMDF that this driver depends on.  This
            is used to tailor the UmdfLibraryVersion & UMDF co-installer name
            in the INF. This will replace the $UMDFVERSION$ and
            $UMDFCOINSTALLERVERSION$ keywords in the INF.  The string is of
            the format:
                <major_version>.<minor_version>.<service_version>
            (where service_version is generally zero)
            As an example, supplying 1.5.0 as the version string will result
            in values of 1.5.0 and 01005 for the two keywords (respectively).
        -i  specifies the location of ntverp.h file.
            path represent the fully qualified
            location of the directory containing ntverp.h.
        -n  noisy mode shows verbose stampinf output
          -x  removes the coinstaller tag from the file and replaces the line w
  ith a ";"
        NOTES:
        The environment variable PRIVATE_DRIVER_PACKAGE can be set to
        enable stampinf's 'developer mode' behavior. When this is
        set, the date and version used for DriverVer is set to the
        current date and time, regardless of the command line
        settings. Also, 'CatalogFile=delta.cat' is written to the
        version section, unless a catalog was already specified
        with '-c'.
c:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets(355,5
): error MSB6006: "stampinf.exe" exited with code 1. [C:\sw\dev\T4\windows\Src\
kernel\vbd\cht4vbd.vcxproj]
Done Building Project "C:\sw\dev\T4\windows\Src\kernel\vbd\cht4vbd.vcxproj" (de
fault targets) -- FAILED.
Build FAILED.
"C:\sw\dev\T4\windows\Src\kernel\vbd\cht4vbd.vcxproj" (default target) (1) ->
(StampInf target) ->
  c:\Program Files (x86)\Windows Kits\10\build\WindowsDriver.common.targets(355
,5): error MSB6006: "stampinf.exe" exited with code 1. [C:\sw\dev\T4\windows\Sr
c\kernel\vbd\cht4vbd.vcxproj]
    0 Warning(s)
    1 Error(s)
Time Elapsed 00:00:04.07
Thanks, Krishna

Similar Messages

  • [svn:fx-trunk] 12869: Fix FB-24801: Unable to run an application with AIR 3 .4 sdk

    Revision: 12869
    Revision: 12869
    Author:   [email protected]
    Date:     2009-12-11 14:50:26 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Fix FB-24801: Unable to run an application with AIR 3.4 sdk
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FB-24801
    Modified Paths:
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSessionManag er.java

    I've fixed the problem!
    I think the problem was in the way I was linking to the libraries. I ended up deleting all my hand made ANT settings and instead exporting the settings from my Flash Builder project, and just using those.
    Full details in this article here, it saved my life: http://helpx.adobe.com/x-productkb/multi/compilation-results-flex-builder-flex.html

  • Unable to run a report with chart

    I have report rel.6 NT version installed on Windows 2000.Now I want to run my report with a chart.But after I finished the chart
    wizard and try to run it,it gives me error.The error says that it is unable to create a PL/SQL Development Environment context.I also try it on Report Runtime
    and it gives me error "REP-0074:Failure to run another product using SSL".Anybody out there can help me.Is it because of my operating system or ????

    Charlie:
    I think we might be dealing with a bug: I have the same problem. I'm stumpted as well. Let me know if you make any headway. I think it might be best to call Oracle tech support.
    Paul

  • Unable to run Flex application with IIS

    Hi,
    I'm new to flex 3 application. I created a simple application
    using wizard from Flex IDE, but this application run well under
    ASP.net server but failed under IIS.
    Below is how i created the application
    1. I created a flex project running on APS.net default server
    (cassini).
    2. I created an application from database by clicking on Data
    -> Create application from database
    This application is running fine. However, if i followed the
    same step, but used IIS instead of ASP.net default server, the
    application failed.
    Below are error codes:
    faultcode: server.error.request.
    faultstring: HTTP request error
    faultdetail: Unable to load WSDL. if currently online, please
    verify the URI and or format of the WSDL
    Appreciate if anyone can help me on that. Thanks in advance

    Looks like a domain or path problem.
    Try using httpService to get data

  • ERM: Unable to run risk analysis

    Hey, we have recently configured ERM and during role creation when risk analysis is executed, we get the error: page can't be displayed".
    I have checked Miscellenous settings and it is updated with RAR web services as per the guide. I have checked the system (in landscape) and it is same as the RAR connector id. Should the landscape name also be same as RAR connector?
    Please help.
    Thanks,
    -S

    Hi Smriti,
    Here are few things that you can check:
    1. The configuration settings are correct.
    2. The ERM workflows are configured correctly.
    3. The three initial background jobs were completed successfully (Full Sync, Batch Risk Analysis, and Management Report)
    4. The performance of the system is good.
    5. The configuration settings for the RAR URL is properly maintained.
    If there is an issue with one of the above, you will have issues with performing risk analysis from ERM.
    You may additionally refer SAP Note 1136690 - Failed to perform Risk Analysis in ERM that may help you.
    Hope this helps!!
    Regards,
    Raghu

  • Problem with previously running code - now with dmtxtsvmdemo

    I had been working through a proof-of-concept that mysteriously stopped working. I'm sure it is something I did but haven't been able to figure out what that is yet.
    During diagnostics, I now see that the code I based my own code on is no longer working - dmtxtsvmdemo.
    I have not changed dmtxtsvmdemo and have just refreshed it to be sure. The stack trace is below.
    There are no invalid schema objects related to DMSYS or DMUSER1.
    Thoughts?
    java -classpath $CP com.vacuity.prediction.dmtxtsvmdemo hostname:1521:orcl dmuser1 password
    txtsvmPrepareTextB_jdm is started, please wait. txtsvmPrepareTextB_jdm is successful.
    java.lang.ArrayIndexOutOfBoundsException: 7
    at oracle.dmt.jdm.task.OraTransformationTaskImpl.mapJobArgs(OraTransformationTaskImpl.java:176)
    at oracle.dmt.jdm.base.OraTask.retrieveObjectFromDatabase(OraTask.java:535)
    at oracle.dmt.jdm.base.OraTask.removeTaskContents(OraTask.java:229)
    at oracle.dmt.jdm.base.OraTask.removeObjectFromDatabase(OraTask.java:214)
    at oracle.dmt.jdm.resource.OraPersistanceManagerImpl.removeObject(OraPersistanceManagerImpl.java:297)
    at oracle.dmt.jdm.resource.OraConnection.removeObject(OraConnection.java:389)
    at oracle.dmt.jdm.OraMiningObject.saveObjectInDatabase(OraMiningObject.java:150)
    at oracle.dmt.jdm.resource.OraPersistanceManagerImpl.saveObject(OraPersistanceManagerImpl.java:245)
    at oracle.dmt.jdm.resource.OraConnection.saveObject(OraConnection.java:383)
    at com.vacuity.prediction.dmtxtsvmdemo.executeTask(dmtxtsvmdemo.java:480)
    at com.vacuity.prediction.dmtxtsvmdemo.prepareData(dmtxtsvmdemo.java:329)
    at com.vacuity.prediction.dmtxtsvmdemo.main(dmtxtsvmdemo.java:177)

    I reran all the other samples and most worked as expected with the exceptions of DMSVCDEMO and DMEXPIMPDEMO. I'm hoping the stack traces are useful in diagnosing my problem.
    ========================================
    DMEXPIMPDEMO     Fails
    iePrepareBuildTask_jdm is started, please wait. iePrepareBuildTask_jdm is successful.
    nbExpImpBuildTask_jdm is started, please wait. nbExpImpBuildTask_jdm is successful.
    nbExportTask_jdm is started, please wait. nbExportTask_jdm is failed.
    Failure Description: ORA-40222: data mining model export failed, job name=ORA-40222: data mining model export failed, job name=DMUSER1_exp_101, error=ORA-39001: invalid argument value
    ORA-06512: at "DMSYS.DBMS_DATA_MINING", line 5196
    ORA-06512: at line 1
    , error=
    nbImportTask_jdm is started, please wait. nbImportTask_jdm is failed.
    Failure Description: ORA-40223: data mining model import failed, job name=ORA-40223: data mining model import failed, job name=DMUSER1_imp_102, error=ORA-39001: invalid argument value
    ORA-06512: at "DMSYS.DBMS_DATA_MINING", line 5287
    ORA-06512: at line 1
    , error=
    ========================================
    DMSVCDEMO     Fails
    svmcClipBuildTask_jdm is started, please wait. svmcClipBuildTask_jdm is successful.
    svmcNormBuildTask_jdm is started, please wait. svmcNormBuildTask_jdm is successful.
    svmcPrepareBuildTask_jdm is started, please wait. svmcPrepareBuildTask_jdm is successful.
    svmcPrepareTestTask_jdm is started, please wait. svmcPrepareTestTask_jdm is successful.
    svmcPrepareApplyTask_jdm is started, please wait. svmcPrepareApplyTask_jdm is successful.
    --- Build Model - using prior probabilities ---
    svmcBuildTask_jdm is started, please wait. svmcBuildTask_jdm is successful.
    BuildSettings Details from the svmcBuildSettings_jdm table:
    Table : svmcBuildSettings_jdm
    SETTING_NAME SETTING_VALUE
    ALGO_NAME ALGO_SUPPORT_VECTOR_MACHINES
    CLAS_PRIORS_TABLE_NAME SVMCBUILDSETTINGS_JDM_PR
    JDMS_FUNCTION_TYPE CLASSIFICATION
    JDMS_TARGET_NAME AFFINITY_CARD
    SVMS_CONV_TOLERANCE 0.0010
    SVMS_KERNEL_FUNCTION SVMS_LINEAR
    BuildSettings Details from the svmcBuildSettings_jdm model build settings object:
    Target attribute name = AFFINITY_CARD
    Algorithm Name: svmClassification
    Function Name: classification
    Priors Map: {0=0.35, 1=0.65}
    Kernel Function: kLinear
    Complexity Factor: 0.2442
    Tolerance: 0.001
    Is Active Learning enabled? true
    Model Name: SVMCMODEL_JDM
    Model Signature: ( Attribute Name, Attribute Type )
    ( AGE, doubleType )
    ( BOOKKEEPING_APPLICATION, doubleType )
    ( BULK_PACK_DISKETTES, doubleType )
    ( COUNTRY_NAME, stringType )
    ( CUST_GENDER, stringType )
    ( CUST_INCOME_LEVEL, stringType )
    ( CUST_MARITAL_STATUS, stringType )
    ( EDUCATION, stringType )
    ( FLAT_PANEL_MONITOR, doubleType )
    ( HOME_THEATER_PACKAGE, doubleType )
    ( HOUSEHOLD_SIZE, stringType )
    ( OCCUPATION, stringType )
    ( OS_DOC_SET_KANJI, doubleType )
    ( PRINTER_SUPPLIES, doubleType )
    ( YRS_RESIDENCE, doubleType )
    ( Y_BOX_GAMES, doubleType )
    Is linear model? true
    Model Deatils: ( Target Value, Attribute Name, Attribute Value, Coefficient)
    javax.datamining.EntryNotFoundException: The entry bias does not exist in the model details.
         at oracle.dmt.jdm.resource.OraExceptionHandler.createException(OraExceptionHandler.java:119)
         at oracle.dmt.jdm.resource.OraExceptionHandler.createException(OraExceptionHandler.java:91)
         at oracle.dmt.jdm.OraDMObject.createException(OraDMObject.java:111)
         at oracle.dmt.jdm.modeldetail.svm.OraSVMClassificationModelDetail.getBias(OraSVMClassificationModelDetail.java:542)
         at com.vacuity.prediction.dmsvcdemo.displaySVMCModelDetails(dmsvcdemo.java:996)
         at com.vacuity.prediction.dmsvcdemo.buildModel(dmsvcdemo.java:748)
         at com.vacuity.prediction.dmsvcdemo.main(dmsvcdemo.java:242)
    ========================================

  • Code analysis in VS2013

    I need to analysis code [code review] for a single page in a project.
    In VS I get option to analyse entire solution [My project solution no has 10 project] or by project wise. There I did't find any option to analyse a single page.
    Every time its not possible to run code analysis for whole project as some project have 1000+ files.
    Please guide me how to run analyse a single page. 
    Thanks for your replay in advance...
    R

    Hi SCRana,
    The code analyze tool is used for projects and the whole solution, not for a specific page, if you just want to analyze one project in your solution, please select it with your mouse in solution explorer window, and then you could get the option under
    "ANALYZE" menu like "Run code analysis or Code Metrics for the Console app".
    Best Regards,
    Jack
    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.

  • Risk Analysis with "ALL" systems

    Gurus,
         I have a scenario where we have a rule set (not global) built on a logical system with 8 systems in it. We are trying to run the analysis with "ALL" systems instead of individual systems as we are hoping that the analysis will be performed only on the systems that are part of the logical systems. My understanding on how the risk analysis run may be wrong but I need a second opinion on my assumption. Please do let me know if any one needs more explanation.

    Hi Varma,
    The Risk Analysis System "ALL" is really all connectors and is not tied to the Logical System (LS). The LS defines which systems are applicable for the rules. If your LS has fewer systems than all the connectors, just keep in mind that this impacts the results.
    Example:
    Existing connectors = A, B, C, D, E, F (ALL = A-F)
    LS-1 = A, B, D, F
    Run the report for "ALL" systems/connectors and lets assume that every system has SOD issues. Your results would look like this:
    A = SOD violations
    B = SOD violations
    C = "no violations found"
    D = SOD violations
    E = "no violations found"
    F = SOD violations
    You would either need to add C & E to LS-1 or create a LS-2 with connectors C & E and create/upload rules for LS-2. Then ALL would find SOD violations for connectors A - F.
    Hopefully I didn't over explain the question. Short answer is system "ALL" = all connectors and there is no choice to run the SOD report based on a specific LS.
    -Dylan

  • I unable to run ejb with application client using oc4j j2ee container

    Hi,
    I have installe oracle9i (1.0.2.2) oc4j j2ee container.
    I unable to run the ejbs . please help me how to run ejbs with application client and which files are shall configure.
    See the client application is :
    public static void main (String []args)
    try {
    //Hashtable env = new Hashtable();
    //env.put("java.naming.provider.url", "ormi://localhost/Demo");
    //env.put("java.naming.factory.initial", "com.evermind.server.ApplicationClientInitialContextFactory");
    //env.put(Context.SECURITY_PRINCIPAL, "guest");
    //env.put(Context.SECURITY_CREDENTIALS, "welcome");
    //Context ic = new InitialContext (env);
    System.out.println("\nBegin statelesssession DemoClient.\n");
    Context context = new InitialContext();
    Object homeObject = context.lookup("java:comp/env/DemoApplication");
    DemoHome home= (DemoHome)PortableRemoteObject.narrow(homeObject, DemoHome.class);
    System.out.println("Creating Demo\n");
    Demo demo = home.create();
    System.out.println("The result of demoSelect() is.. " +demo.sayHello());
    }catch ( Exception e )
    System.out.println("::::::Error:::::: ");
    e.printStackTrace();
    System.out.println("End DemoClient....\n");
    When I am running client application I got this type of Exception
    java.lang.SecurityException : No such domain/application: sampledemo
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java : 2040)
    at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java : 1884)
    at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java : 1491)
    at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java : 323)
    at com.evermind.server.rmi.RMIContext.lookup(RMIConext.java : 106)
    at com.evermind.server.administration.LazyResourceFinder.lookup(LazyResourceFinder.java : 59)
    at com.evermind.server.administration.LazyResourceFinder.getEJBHome(LazyResourceFinder.java : 26)
    at com.evermind.server.Application.createContext(Application.java: 653)
    at com.evermind.server.ApplicationClientInitialContext.getInitialContext(ApplicationClientInitialContextFactory.java :179 )
    at javax.naming.spi.NamingManager.getInitialContext(NamingManger.java : 246)
    at javax.naming.InitialContext.getDefaultInitialCtx(InitialContext.java : 246)
    at javax.naming.InitialContext.init(InitialContext.java : 222)
    at javax.naming.InitialContext.<init>(InitialContext.java : 178)
    at DemoClient.main(DemoClient.java : 23)
    .ear file is copied into applications directory.
    I have configured server.xml file like this
    <application name="sampledemo" path="../applications/demos.ear" />
    demos.ear file Contains following files
    application.xml
    demobean.jar
    Manifest.mf
    demobean.jar file contains following files
    application-client.xml
    Demo.class
    DemoBean.class
    DemoHome.class
    ejb-jar.xml
    jndi.properties
    Mainifest.mf
    Please give me your valuable suggestions. Which are shall i configure .
    Thanks & Regards,
    Badri

    Hi Badri,
    ApplicationClientInitialContextFactory is for clients which got deployed inside OC4J container..
    For looking up EJB from a stand alone java client please use RMIInitialContextFactory..So please change ur code....
    Also please check ur server.xml
    Since you have specified your ejb domain as "sampledemo"
    you have to use that domian only for look up..But it seems that you are looking up for "Demo" domain instead of "sampledemo" domain...So change your code to reflect that..
    Code snippet for the same is :
    Hashtable env = new Hashtable();
    env.put("java.naming.provider.url", "ormi://localhost/sampledemo");
    env.put("java.naming.factory.initial", "om.evermind.server.rmi.RMIInitialContextFactory");
    env.put(Context.SECURITY_PRINCIPAL, "guest");
    env.put(Context.SECURITY_CREDENTIALS, "welcome");
    Context ic = new InitialContext (env);
    Hope this helps
    --Venky                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Unable to Run T-CODE UCMON after Upgrade

    Hi Gurus,
      We have upgraded our BW 3.5 and SEM-BW component to BI7 with EPH1,this has ugrade the SEM-BW component from 4 to 6.After the upgrade we are unable to run T-code UCMON and it gives a short dump. We also found that this T-code is missing  UGMD_SY_MD. Please suggest.
    your valuable inputs are appreciated.
    Many thanks,
    Balaji

    Snote 644610,Note 568784
    Sorry for not replyin sooner was on my vacation, when we did our upgrade our BCS component was missing, so my hosting team told me that their FIN-BASIS update was thru these notes

  • Unable to run ADF Project Using with Jdev 10 and Weblogic server 9.2

    Dear All,
    I am unable to run ADF Project on Weblogic Server 9.2. I am created Sample Project with ADF Control. This was when we create jsp at that time i am selected libraries ADF. After created war file. This war i am deploying into Server. At that time i am getting error java.lang.noclassfound error.
    so please tell me how we can run these application.
    Regards,
    Suresh.V

    Hard to help you here. JDev 10 used to work with OAS 10g as application server. This does not mean that you can't use Weblogic9.2, but because it is not the default configuration you may have some problems doing this.
    One problem is that you need to install the ADF runtime libraries in the WLS 9.2 server, but there is no installer I know of. You can try to deploy the needed libraries together with your app, but you have to figure out which libraries you need.
    Next thing is that you should deploy an EAR instead of a WAR.
    Timo

  • I am trying to re-install Creative Suite 5.5 Design Standard on my Widows 7 Professional computer after I had to replace the hard drive. I keep getting error message and I get "Exit Code 15: Media DB Sync failed". I have run C Cleaner with same results. H

    I am trying to re-install Creative Suite 5.5 Design Standard on my Widows 7 Professional computer after I had to replace the hard drive. I keep getting error message and I get "Exit Code 15: Media DB Sync failed". I have run C Cleaner with same results. Have Disabled UAC and Startup items and Services with no success. Please help - frustrated to no end. Can someone help me?

    make sure you're using the adobe cleaner, not crap cleaner, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    copy the installation files to a desktop folder and install from there.

  • When i run a sequence with ivi step types in simulation mode i get the error code number BFFA0015 - Types do not match.

    When i run the sequence with ivi step types in simulation mode i get the error Types do not mathc. The step that generates this error is an IviScope step type and is configured as a measurement. Th weird thing is that in real mode is working perfectly. I have three measure steps and i get the error in all of them. The exact error message is:
    UUT Result: Error, Error executing substep 'Post'. An exception occurred calling 'RunStep' in 'ISubstep' of 'TestStand Ivi Step Types 1.0 Type Library' An error occurred while executing the step. Component Works IVI Control Error: The IVI Read operation failed on channel '1' for logical name 'SampleScope'. Details: (1
    ) Types do not match. [IVI Error Code: BFFA0015] Source: TSIviStepTypes [Error Code: -30721, User-defined error code.]
    Can someone tell me how to fix this problem?. It seems to me that the simulation generates a diferent type of measurement of that generated in real mode.

    Update:
    The simulation driver appears to be raising the error. By switching to specific driver simulation the error does not occur. This may be a problem in either the class simulation driver or the specific driver.
    Scott Richardson
    National Instruments

  • Unable to run Mozilla demo site Problem with Bananabread

    I am using firefox 13.01 on a Mac OS and when I go to Mozilla web site
    "https://developer.mozilla.org/media/uploads/demos/a/z/azakai/3baf4ad7e600cbda06ec46efec5ec3b8/bananabread_1348775105_demo_package/index.html"
    When I click on the levels I get a message OOPs there was a problem starting Banabread" I have cleared my cache and cookies with no change. The demo says it will run on any modern 2012 browser. but I cna hear the sound in the background. Can anyone tell me why a Mozilla product is unable to run its own demo?

    No answers as to why Firefox 13.01 does not run on Mozilla's own web site even though Mozilla says any version this year should work.
    Mozilla web site "https://developer.mozilla.org/media/uploads/demos/a/z/azakai/3baf4ad7e600cbda06ec46efec5ec3b8/bananabread_1348775105_demo_package/index.html"

  • ABAP/4 run time error with error code  SNAP_NO_NEW_ENTRY

    Dear All,
               I've installed SAP R/3 IDES on Oracle on Windows 2003 server.After clicking Log on button , I should be asked to enter client,user and password.But, my system does not display such details.Instead I get ABAP/4 run time error with error code  SNAP_NO_NEW_ENTRY that too after a long time.
                Can you please address what is the reason for this problem and how to over ride it?
    Regards,
    S.Suresh

    Hi,
    the most probable reason is an archiver stuck. Backup the archived redo log files and delete them afterwards.
    The database will archive some more logs after this. Handle them in the same manor. For complete explanation search for brtools.
    Regards
    Ralph Ganszky

Maybe you are looking for

  • I am trying to install itunes 11.0.3 and keep getting an error.

    I am using Windows 7 and have a 64 bit OS. When I try to update software I get a vague error stating "Errors occured during installation before iTunes could be configured.Your system has not been modified. To complete the installation, run the instal

  • Can my child use my apple id account?

    Hello, I have an 8 year old daughter and was wondering the best way for her to sync her iPod Touch to my apple ID account.  Can this even be done or am I not thinnking this through correctly.  I want her to be able to get music from iTunes but she do

  • How to create a new push button in application tool bar in GMGRANT thru BDT

    Dear SAP Gurus - We have a requirement in 'GMGRANT' transaction. We need to create a button in the application tool bar of 'GMGRANT' transaction. Once the button is activated, if the user clicks on the button then it will go to a new screen (external

  • Saving as jpeg issue

    I have Elements 8 Until recently it worked fine but within the past month, whenever I edit a photo like enhancing or cropping and save it as a .jpeg it is saved as .file I am not doing anything any different then in the past. Your suggestions to try

  • OT: Blog article on the new Actions panel in Edge Animate

    Hi all, For those of you still trying for ways to best work with the new Actions panel in Edge Animate, see this blog post The Updated Actions Panel « Adobe Edge Animate Team Blog Thanks, Preran