EA1 - Error displaying code insight

All,
I recently tried to use the code insight feature. In the main worksheet, the cursor stops blinking and then it starts back up after a few seconds - the insight window never shows. But when I check the logging page, I see the following two error messages.
SEVERE     200     0     oracle.dbtools.raptor.insight.InsightableOracleDatabase     
SELECT object_type type, user owner, object_name, null column_name
FROM all_objects
WHERE rownum <=20 and object_type IN ('FUNCTION', 'PACKAGE')
and owner = ?
union all
SELECT 'FUNCTION' type, owner, procedure_name object_name, null column_name
FROM all_procedures
WHERE rownum <=100  and object_type = 'PACKAGE'   and procedure_name is not null
and object_name = ?
SEVERE     201     78     oracle.dbtools.raptor.insight.InsightableOracleDatabase     
ORA-00904: "OBJECT_TYPE": invalid identifierDan

Indeed:
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
PL/SQL Release 10.2.0.1.0 - Production
CORE     10.2.0.1.0     Production
TNS for Solaris: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
5 rows selected
desc all_procedures
Name Null Type
OWNER NOT NULL VARCHAR2(30)
OBJECT_NAME NOT NULL VARCHAR2(30)
PROCEDURE_NAME VARCHAR2(30)
AGGREGATE VARCHAR2(3)
PIPELINED VARCHAR2(3)
IMPLTYPEOWNER VARCHAR2(30)
IMPLTYPENAME VARCHAR2(30)
PARALLEL VARCHAR2(3)
INTERFACE VARCHAR2(3)
DETERMINISTIC VARCHAR2(3)
AUTHID VARCHAR2(12)
11 rows selected
++++++++++++++++++++++++++++++++++++++++++++
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
PL/SQL Release 10.2.0.2.0 - Production
CORE     10.2.0.2.0     Production
TNS for Linux: Version 10.2.0.2.0 - Production
NLSRTL Version 10.2.0.2.0 - Production
5 rows selected
desc all_procedures
Name Null Type
OWNER VARCHAR2(30)
OBJECT_NAME VARCHAR2(30)
PROCEDURE_NAME VARCHAR2(30)
OBJECT_ID NUMBER
SUBPROGRAM_ID NUMBER
OVERLOAD VARCHAR2(40)
OBJECT_TYPE VARCHAR2(19)
AGGREGATE VARCHAR2(3)
PIPELINED VARCHAR2(3)
IMPLTYPEOWNER VARCHAR2(30)
IMPLTYPENAME VARCHAR2(30)
PARALLEL VARCHAR2(3)
INTERFACE VARCHAR2(3)
DETERMINISTIC VARCHAR2(3)
AUTHID VARCHAR2(12)
15 rows selected

Similar Messages

  • Jsp taglibs in include files not detected, throws errors, no code insight

    I have a jsp which is included in all the other jsp. it looks something like this
    taglibs.jsp
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
    <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
    <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
    test.jsp
    <%@ include file="/jsp/menu/taglibs.jsp"%>
    <html>
         <head>
              <title>Tours</title>
         </head>
         <body>
    <form:form commandName="testCommand">
                   <form:hidden path="tour.firstname" id="tour.firstname" />
    and so on.
    I am having 2 problems
    1. the jsp editor show errors all over the place saying
    element path not expected
    element commandName not expected etc.
    2. no code insights.
    but if i include the taglib def in test.jsp it dosn't show any error and also provides code insights. but seldom do people include all taglibs in all jsps.
    is there a way for Jdeveloper to show code insights in jsp pages which includes a jsp or like xml schemas could be added at some place(tools-pref-xml schemas) and when used anywhere, would provide code insights.

    am not sure, try with this
    <jsp:include   .../>

  • Xpower II Enabling PCIE GEN3 give error/debug code 94 on LED display

    hey guys I have an issue when I enable the PCIE GEN3 in the bios sometimes it boots no problem, but most of the time the system hangs and I get error/debug code 94 on the LED display and couple times when it boots to windows the screen just flickers. But when I disable GEN3 runs good. I have two gtx 690's in sli one in pcie 1 slot and the other in pcie 5 slot also I have the "force enable gen3" from NVidia. I hope somebody can clarify if I can run the 690's in GEN3 PCIE 3.0 on this board. Thanx..

    As PirateDog said it is a matter of luck and the individual sample/ combination of board and cpu. Some will work fine some don't. MY 3820 works fine on my X79A-GD65 (8D) and all Nvidia vgas I've tested (GTX670, GTX680 Lightning in SLI and without and GTX780). Still there is no guarantee. If it works fine with Gen 2 on your machine but won't with Gen 3 you're simply out of luck.

  • Code insight and possible side effects

    Hi,
    I'm using SQL Developer 1.2 on MacOSX 10.4.9 (MacBook Pro) and noticed the following problems:
    In SQL Worksheet, start typing a query and use the shortcut for code insight ie: "SELECT * FROM SCHEMA.EMPL":
    Nothing happens, no completion popup is displayed (first problem)
    Hit backspace to correct the table name : the backspace is disabled (second problem) as other keys (already mentionned in the forum).
    Load presets from preferences: keys are now working again (... except code insight)
    Regards
    FJ

    Hi,
    I downloaded the latest release of SQLDevlopper (multiplatform this time) and here is the error log linked to my actions.
    - Create a new connection, test it with success and save. - OK
    - Connect to the new connection:
    java.sql.SQLException: Fonction non prise en charge
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
    at oracle.jdbc.dbaccess.DBError.throwUnsupportedFeatureSqlException(DBError.java:690)
    at oracle.jdbc.OracleDatabaseMetaData.getDatabaseMajorVersion(OracleDatabaseMetaData.java:4028)
    at oracle.dbtools.raptor.InitializeConnectionListener.initConnection(InitializeConnectionListener.java:99)
    at oracle.dbtools.raptor.InitializeConnectionListener$1.run(InitializeConnectionListener.java:73)
    - Type query select * from myschema. :
    Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: oracle.jdbc.OraclePreparedStatement.setStringAtName(Ljava/lang/String;Ljava/lang/String;)V
    at oracle.dbtools.db.DBUtil.bind(DBUtil.java:748)
    at oracle.dbtools.db.DBUtil.bind(DBUtil.java:1094)
    at oracle.dbtools.db.DBUtil.executeOracleQuery(DBUtil.java:470)
    at oracle.dbtools.db.DBUtil.executeQuery(DBUtil.java:497)
    at oracle.dbtools.db.DBUtil.executeReturnArrayList(DBUtil.java:658)
    at oracle.dbtools.db.DBUtil.resolveName(DBUtil.java:1142)
    at oracle.dbtools.db.DBUtil.resolveName(DBUtil.java:1108)
    at oracle.dbtools.raptor.insight.CompletionInsight.getInsightData(CompletionInsight.java:236)
    at oracle.javatools.editor.insight.AbstractInsight.showInsight(AbstractInsight.java:777)
    at oracle.javatools.editor.insight.AbstractInsight.showInsight(AbstractInsight.java:707)
    at oracle.javatools.editor.insight.AbstractInsight.actionPerformed(AbstractInsight.java:502)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Now the backspace key is not working till the reloadBuffers() function is called
    Hope this helps
    Message was edited by:
    user580108

  • SQL Server Express 2008 Setup Error : Exit code -2147467259.

    Hello.
     I have been trying to install SQL Express 2008, 3 different editions on a Windows 2008 Standard Server.  All of the installers failed just after the install file had finished unpacking itself in a temp folder. No errors or logs were found.
    .Net3.5sp1, Windows Installer 4.5 and PowerShell 1.0 were all installed.
    I was only able to find a log file when I used the SqlExpressWrapper.exe to drive the installation.
    The error displayed from the wapper is : An error occurred during installation of SQL Server 2008 Express. Installation failed with exit code -2147467259
    thank you for your help.
    Naim
    Here is the complete log.
    C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_14-27-41-519\Logs\Install Wrapper\log.txt
    Info: [T1][14:27:41.519] Program.Main                            Install Wrapper started, log initialized.
    Verbose: [T1][14:27:41.550] Program.Main                            Executable path: C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_13-56-59-277\SqlExpressWrapper.exe
    Verbose: [T1][14:27:41.550] Program.Main                            Command line arguments: (none)
    Verbose: [T1][14:27:41.550] Program.Main                            Environment:
        Current UI culture: en-US
        Installed culture: en-US
        OS: Windows Server 2008 Service Pack 1 (Microsoft Windows NT 6.0.6001 Service Pack 1), product type: 3
        Architecture: x86
    Verbose: [T1][14:27:41.550] Program.Main                            Running UI.
    Verbose: [T1][14:27:41.550] LocaleCollection.GetLocaleForCulture    Start - cultureName=en-US
    Verbose: [T1][14:27:41.550] LocaleCollection.GetLocaleForCulture    End - returned [Id=en, EnglishName=English]
    Verbose: [T1][14:27:42.924] Wizard.Window_Loaded                    Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.Wizard; e=System.Windows.RoutedEventArgs
    Verbose: [T1][14:27:42.924] Wizard.Window_Loaded                    End
    Info: [T1][14:27:43.845] InstallState.get_ComponentsToInstall    Determining components to install.
    Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Start
        Info: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Checking whether Windows Installer 4.5 is installed.
        Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Checking version of file C:\Windows\system32\msi.dll; minimum version is 4.5
        Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Detected version 4.5.6001.22162
        Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           File version check PASSED.
        Info: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Windows Installer 4.5 is installed.
    Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           End - returned True
    Verbose: [T1][14:27:43.845] InstallState.get_ComponentsToInstall    Windows Installer 4.5 - No (already installed)
    Verbose: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Start
        Info: [T1][14:27:43.845] ComponentInfo.get_IsInstalled           Checking whether Windows Powershell 1.0 is installed.
        Verbose: [T1][14:27:43.845] ComponentInfo.CheckRegistryValues       Start - path=HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install; data=1
            Verbose: [T1][14:27:43.845] ComponentInfo.CheckRegistryValue        Start - path=HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install; data=1
                Verbose: [T1][14:27:43.861] ComponentInfo.ParseRegKeyPath           Start - path=HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install; keyName=NULL; valueName=NULL
                Verbose: [T1][14:27:43.861] ComponentInfo.ParseRegKeyPath           End
                Verbose: [T1][14:27:43.861] ComponentInfo.CheckRegistryValue        Checking registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Powershell\1:Install for 1
            Verbose: [T1][14:27:43.861] ComponentInfo.CheckRegistryValue        End - returned True
        Verbose: [T1][14:27:43.861] ComponentInfo.CheckRegistryValues       End - returned True
        Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           Registry check PASSED.
        Info: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           Windows Powershell 1.0 is installed.
    Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           End - returned True
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    Windows Powershell 1.0 - No (already installed)
    Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           Start
    Verbose: [T1][14:27:43.861] ComponentInfo.get_IsInstalled           End - returned False
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    SQL Server 2008 Express with Tools - Yes
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    SQL Server 2008 Express with Advanced Services - No (not selected or required)
    Verbose: [T1][14:27:43.861] InstallState.get_ComponentsToInstall    SQL Server 2008 Express - No (not selected or required)
    Verbose: [T1][14:27:43.908] StartPage.Page_Loaded                   Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.StartPage; e=System.Windows.RoutedEventArgs
    Verbose: [T1][14:27:43.908] StartPage.Page_Loaded                   End
    Verbose: [T1][14:27:46.546] StartPage.ButtonInstall_Click           Start - sender=System.Windows.Controls.Button: Install; e=System.Windows.RoutedEventArgs
        Verbose: [T1][14:27:46.546] LocaleCollection.GetLocaleForCulture    Start - cultureName=en-US
        Verbose: [T1][14:27:46.546] LocaleCollection.GetLocaleForCulture    End - returned [Id=en, EnglishName=English]
        Verbose: [T1][14:27:46.562] InstallController.InstallCommand_ExecutedStart - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.StartPage; e=System.Windows.Input.ExecutedRoutedEventArgs
        Verbose: [T1][14:27:46.562] InstallController.InstallCommand_ExecutedEnd
    Verbose: [T1][14:27:46.562] StartPage.ButtonInstall_Click           End
    Verbose: [T3][14:27:46.562] InstallController.InstallWorker         Start
        Verbose: [T3][14:27:46.562] LocaleCollection.GetLocaleForCulture    Start - cultureName=en-US
        Verbose: [T3][14:27:46.562] LocaleCollection.GetLocaleForCulture    End - returned [Id=en, EnglishName=English]
        Info: [T3][14:27:46.562] InstallController.InstallWorker         Starting install session.
        Verbose: [T3][14:27:46.562] InstallState.GetIncompatibleComponents  Start
            Info: [T3][14:27:46.562] InstallState.GetIncompatibleComponents  Checking components for system compatibility.
            Info: [T3][14:27:46.562] ComponentInfo.get_TargetDeployment      Determining best deployment of SQL Server 2008 Express with Tools for this system.
            Verbose: [T3][14:27:46.562] ComponentInfo.get_TargetDeployment      Target locale: en
            Info: [T3][14:27:46.577] ComponentInfo.get_TargetDeployment      Best deployment: [LocaleId=en, OS=5.1.2600-5.1.9999.9999,5.2.3790.3959-, Architecture=x86, DownloadUrl=http://go.microsoft.com/fwlink/?LinkID=119768&clcid=0x409]
            Info: [T3][14:27:46.577] InstallState.GetIncompatibleComponents  Found 0 incompatible component(s).
        Verbose: [T3][14:27:46.577] InstallState.GetIncompatibleComponents  End - returned System.Collections.ObjectModel.Collection`1[Microsoft.SqlServer.SqlExpressWrapper.Configuration.ComponentInfo]
        Verbose: [T3][14:27:46.577] InstallController.DownloadComponents    Start
            Info: [T3][14:27:46.577] InstallController.DownloadComponents    Download phase started.
            Info: [T3][14:27:46.577] InstallState.get_ComponentsToDownload   Determining components to download.
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           Start
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           End - returned True
            Verbose: [T3][14:27:46.577] InstallState.get_ComponentsToDownload   Windows Installer 4.5 - No (already installed)
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           Start
            Verbose: [T3][14:27:46.577] ComponentInfo.get_IsInstalled           End - returned True
            Verbose: [T3][14:27:46.593] InstallState.get_ComponentsToDownload   Windows Powershell 1.0 - No (already installed)
            Verbose: [T3][14:27:46.593] ComponentInfo.get_IsInstalled           Start
            Verbose: [T3][14:27:46.593] ComponentInfo.get_IsInstalled           End - returned False
            Verbose: [T3][14:27:46.593] ComponentInfo.get_IsDownloaded          Start
                Verbose: [T1][14:27:47.608] ProgressPage.Page_Loaded                Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ProgressPage; e=System.Windows.RoutedEventArgs
    Verbose: [T1][14:27:47.608] ProgressPage.Page_Loaded                End
    Verbose: [T3][14:27:47.639] ComponentInfo.get_IsDownloaded          File C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe is already downloaded.
            Verbose: [T3][14:27:47.639] ComponentInfo.get_IsDownloaded          End - returned True
            Verbose: [T3][14:27:47.639] InstallState.get_ComponentsToDownload   SQL Server 2008 Express with Tools - No (already downloaded)
            Verbose: [T3][14:27:47.639] InstallState.get_ComponentsToDownload   SQL Server 2008 Express with Advanced Services - No (not selected or required)
            Verbose: [T3][14:27:47.639] InstallState.get_ComponentsToDownload   SQL Server 2008 Express - No (not selected or required)
            Info: [T3][14:27:47.639] InstallController.DownloadComponents    Download phase ended.
        Verbose: [T3][14:27:47.639] InstallController.DownloadComponents    End
        Verbose: [T3][14:27:47.639] InstallController.InstallComponents     Start
            Info: [T3][14:27:47.639] InstallController.InstallComponents     Install phase started.
            Verbose: [T3][14:27:47.639] InstallController.SetForRestart         Start - restart=True
                Verbose: [T3][14:27:47.654] InstallController.CopyProgramFiles      Start
                    Verbose: [T3][14:27:47.654] InstallController.CopyProgramFiles      Copying wrapper files from C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_13-56-59-277 to C:\ProgramData\Microsoft\SQL Server 2008 Express Install\2008-11-12_14-27-41-519
                Verbose: [T3][14:27:47.701] InstallController.CopyProgramFiles      End
                Verbose: [T3][14:27:47.701] InstallController.SetForRestart         Setting registry key for restart.
            Verbose: [T3][14:27:47.701] InstallController.SetForRestart         End
            Verbose: [T3][14:27:47.717] ComponentInstaller.Install              Start
                Info: [T3][14:27:47.717] ComponentInstaller.Install              Preparing to install SQL Server 2008 Express with Tools.
                Verbose: [T3][14:27:47.717] ComponentInstaller.ValidateFile         Start
                    Info: [T3][14:27:47.717] ComponentInstaller.ValidateFile         Validating SQLEXPRWT_x86_ENU.exe.
                    Verbose: [T3][14:27:47.717] ComponentInstaller.GetFileCertificate   Start - file=C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe
                        Verbose: [T3][14:27:47.717] ComponentInstaller.GetFileCertificate   Retrieved certificate: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
                    Verbose: [T3][14:27:47.717] ComponentInstaller.GetFileCertificate   End - returned [Subject]
      CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Issuer]
      CN=Microsoft Code Signing PCA, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Serial Number]
      610F784D000000000003
    [Not Before]
      2007-08-22 20:23:13
    [Not After]
      2009-02-22 19:33:13
    [Thumbprint]
      D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1
                    Verbose: [T3][14:27:47.717] ComponentInstaller.IsValidCertificate   Start - cert=[Subject]
      CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Issuer]
      CN=Microsoft Code Signing PCA, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
    [Serial Number]
      610F784D000000000003
    [Not Before]
      2007-08-22 20:23:13
    [Not After]
      2009-02-22 19:33:13
    [Thumbprint]
      D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1
                        Verbose: [T3][14:27:47.779] ComponentInstaller.IsValidCertificate   Looking in certificate chain for public key 3082010A0282010100A2DB0A8DCFC2C1499BCDAA3A34AD23596BDB6CBE2122B794C8EAAEBFC6D526C232118BBCDA5D2CFB36561E152BAE8F0DDD14A36E284C7F163F41AC8D40B146880DD98194AD9706D05744765CEAF1FC0EE27F74A333CB74E5EFE361A17E03B745FFD53E12D5B0CA5E0DD07BF2B7130DFC606A2885758CB7ADBC85E817B490BEF516B6625DED11DF3AEE215B8BAF8073C345E3958977609BE7AD77C1378D33142F13DB62C9AE1AA94F9867ADD420393071E08D6746E2C61CF40D5074412FE805246A216B49B092C4B239C742A56D5C184AAB8FD78E833E780A47D8A4B28423C3E2F27B66B14A74BD26414B9C6114604E30C882F3D00B707CEE554D77D2085576810203010001
                        Verbose: [T3][14:27:47.779] ComponentInstaller.IsValidCertificate   Checking certificate: [Subject] CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US  [Issuer] CN=Microsoft Code Signing PCA, O=Microsoft Corporation, L=Redmond, S=Washington, C=US  [Serial Number] 610F784D000000000003  [Not Before] 2007-08-22 20:23:13  [Not After] 2009-02-22 19:33:13  [Thumbprint] D57FAC60F1A8D34877AEB350E83F46F6EFC9E5F1
                    Verbose: [T3][14:27:47.779] ComponentInstaller.IsValidCertificate   End - returned True
                    Info: [T3][14:27:47.779] ComponentInstaller.ValidateFile         File validation PASSED.
                Verbose: [T3][14:27:47.779] ComponentInstaller.ValidateFile         End - returned True
                Info: [T3][14:27:47.779] ComponentInstaller.Install              Installing SQL Server 2008 Express with Tools.
                Verbose: [T3][14:27:47.795] ComponentInstaller.Install              Executing command line "C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe" /ACTION=Install
                Verbose: [T3][14:27:47.795] ComponentInstaller.ParseCommandLine     Start
                Verbose: [T3][14:27:47.795] ComponentInstaller.ParseCommandLine     End - returned System.Diagnostics.ProcessStartInfo
                Verbose: [T3][14:27:48.903] ComponentInstaller.Install              Waiting for process to exit.
                Verbose: [T3][14:28: 0. 97] ComponentInstaller.Install              Process returned exit code -2147467259.
                Error: [T3][14:28: 0. 97] ComponentInstaller.Install              Command line '"C:\ProgramData\Microsoft\SQL Server 2008 Express Install\Downloads\SqlExpressWithTools\SQLEXPRWT_x86_ENU.exe" /ACTION=Install ' returned unexpected error code -2147467259.
            Verbose: [T3][14:28: 0. 97] ComponentInstaller.Install              End - returned NULL
            Error: [T3][14:28: 1.159] InstallController.InstallComponents     Error: Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallException was thrown: Installation failed with exit code -2147467259.
    Source: SqlExpressWrapper
     Stack:   at Microsoft.SqlServer.SqlExpressWrapper.Controller.ComponentInstaller.Install()
       at Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallController.InstallComponents()
    INNER EXCEPTION:
    <NONE>
            Verbose: [T3][14:28: 1.159] Wizard.controller_Error                 Start - sender=Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallController; e=Microsoft.SqlServer.SqlExpressWrapper.Controller.ErrorEventArgs
                Verbose: [T1][14:28: 1.159] Wizard.controller_Error                 Start - sender=Microsoft.SqlServer.SqlExpressWrapper.Controller.InstallController; e=Microsoft.SqlServer.SqlExpressWrapper.Controller.ErrorEventArgs
        Verbose: [T1][14:28: 1.190] ErrorDialog.Window_Loaded               Start - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ErrorDialog; e=System.Windows.RoutedEventArgs
        Verbose: [T1][14:28: 1.190] ErrorDialog.Window_Loaded               End
        Verbose: [T1][14:28: 3.688] InstallController.ViewLogCommand_ExecutedStart - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ErrorDialog; e=System.Windows.Input.ExecutedRoutedEventArgs
        Verbose: [T1][14:28: 3.688] InstallController.ViewLogCommand_ExecutedEnd
        Verbose: [T1][14:30:18.832] InstallController.ViewLogCommand_ExecutedStart - sender=Microsoft.SqlServer.SqlExpressWrapper.UI.ErrorDialog; e=System.Windows.Input.ExecutedRoutedEventArgs
        Verbose: [T1][14:30:18.847] InstallController.ViewLogCommand_ExecutedEnd

    Ok I found the log file. I used Process Monitor to trace setup.exe and it created SQLSetup.log in %userprofile%\appdata\local\temp\SqlSetup.log.
    these are the lines which seem to be causing the error. Any idea of how I fix this ?
    11/13/2008 09:40:44.273 Checking to see if policy file exists
    11/13/2008 09:40:44.286 .Net security policy file does exist
    11/13/2008 09:40:44.304 Attempting to load .Net security policy file
    11/13/2008 09:40:44.318 Error: Cannot load .Net security policy file
    Naim
    here is the full log file:
    11/13/2008 09:40:43.853 ======================================================================
    11/13/2008 09:40:43.872 Setup launched
    11/13/2008 09:40:43.884 Attempting to determine media source
    11/13/2008 09:40:43.895 Media source value not specified on command line argument.
    11/13/2008 09:40:43.914 Setup is launched from media directly so default the value to the current folder.
    11/13/2008 09:40:43.973 Media source: C:\temp\SqlExpress\
    11/13/2008 09:40:43.985 Attempt to determine media layout based on file 'C:\temp\SqlExpress\mediainfo.xml'.
    11/13/2008 09:40:44.020 Media layout is detected as: Core
    11/13/2008 09:40:44.033 Media LCID is detected as: 1033
    11/13/2008 09:40:44.052 Local setup.exe not found, so continuing to run setup.exe from media.
    11/13/2008 09:40:44.063 /? or /HELP or /ACTION=HELP specified: false
    11/13/2008 09:40:44.075 Help display: false
    11/13/2008 09:40:44.088 Checking to see if we need to install .Net version 2.0
    11/13/2008 09:40:44.099 Determining the cluster status of the local machine.
    11/13/2008 09:40:44.132 The local machine is not configured as a cluster node.
    11/13/2008 09:40:44.154 Attempting to find media for .Net version 2.0
    11/13/2008 09:40:44.166 .Net version 2.0 is installed
    11/13/2008 09:40:44.178 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    11/13/2008 09:40:44.189 Attempting to get Windows Installer version
    11/13/2008 09:40:44.206 Windows Installer version detected: 4.5.6001.22162
    11/13/2008 09:40:44.225 RedistMSI::IsVistaRTM - Not Vista RTM build
    11/13/2008 09:40:44.237 Required version of Windows Installer is already installed
    11/13/2008 09:40:44.249 Attempt to initialize SQL setup code group
    11/13/2008 09:40:44.262 Attempting to determine security.config file path
    11/13/2008 09:40:44.273 Checking to see if policy file exists
    11/13/2008 09:40:44.286 .Net security policy file does exist
    11/13/2008 09:40:44.304 Attempting to load .Net security policy file
    11/13/2008 09:40:44.318 Error: Cannot load .Net security policy file
    11/13/2008 09:40:44.341 Error: InitializeSqlSetupCodeGroupCore(32bit) failed
    11/13/2008 09:40:44.357 Error: InitializeSqlSetupCodeGroup failed: 0x80004005
    11/13/2008 09:40:44.375 Setup closed with exit code: 0x80004005
    11/13/2008 09:40:44.399 ======================================================================

  • Error in Webservice Call HTTP error (return code 404, message conn failed)

    Hi
    We wish to call  a standard EP7 webservice through ABAP.
    When we try to create consumer proxy , we get the following error.
    HTTP error (return code 404, message "conn failed")
    Message no. SPRX090
    ==> Display Error Document
    If you want to generate a proxy for an external WSDL document by specifying a URL, check that the proxy settings of the system are correct (transaction SICF - Client - Proxy Settings). If you want to generate a proxy for an XI Repository object, check the connection to the Enterprise Services Builder as follows:
    Check List for Setting Up a Connection to the Service Repository
    1. The address of the Enterprise Services Repository must be known in the SAP system
    Check with report SPROX_CHECK_IFR_ADDRESS
    The address is taken from the following parameters in the exchange profile ('Connections' section):
    com.sap.aii.connect.repository.name: Server (for example,pwdf0436)
    com.sap.aii.connect.repository.httpport: Port (for example, 1080)
    com.sap.aii.connect.repository.contextroot: Root (for example,rep)
    The logon data is also read from the exchange profile ('ApplicationSystem' section):
    com.sap.aii.applicationsystem.serviceuser.name: User
    com.sap.aii.applicationsystem.serviceuser.pwd: Password
    As an alternative to using the exchange profile, you can maintain the RFC destination SAP_PROXY_ESR. If this RFC destination is maintained it will be used by the proxy generation in place of data from the exchange profile to access the Service Repository. In this case, the Exchange Profile will even not be read.
    The RFC destination has to be set up using transaction SM59 and should look like this:
    RFC Destination: SAP_PROXY_ESR
    Connection Type: G (HTTP Connection to External Serv)
    Description1: ESR for Proxy Generation
    Target Host: esr_host
    Service No: 1080
    Path Prefix: rep
    Logon and Security:
    Basic Authentication: active
    User: esr_user
    Password: esr_password
    2. The HTTP Framework of the Web Application Server must function
    Check with report SPROX_CHECK_HTTP_COMMUNICATION
    If necessary, contact your system administrator. Please be aware of the fact, that the HTTP framework is depending on the application server. Thus the result of the report may differ for different application servers.
    3. Proxy generation must interpret the data of the Enterprise Services Repository correctly
    Check with report SPROX_CHECK_IFR_RESPONSE
    you can also login in dev and go to Xn se91
    enter msg id SPRX and msg no 090
    select the message and click on long text..
    you get the same message in a formatted manner..
    How to get rid of this ?
    Regards
    Rajendra

    Hi
    we have given the correct path as we have tested the webserive from
    other technology (.net) by providing the same path.
    regards
    Rajendra

  • Slow code insight in JDev 9.0.3.1035

    Hello,
    sometimes when I invoke code insight in my Jdev it needs up to 30 secs to display. In this time JDeveloper is completely blocked and does not react to any keyboard or mouse input. It doesn't matter if the library is on a network drive or on the local harddisk, even with standard JDK-Lib (for example: java.text. ) this problem appears. And, this happens not always, sometimes the popup comes as fast as I set in JDev's preferences.
    Has anyone experienced such a behaviour??
    Thank you.
    Christian

    Interesting... I confirmed via. Metalink that there was a bug within JDev 9.0.3.1 that caused code insight to fail when editing JSP against at least an Orace Portal based project.. I'm not sure if it's related, but I have a feeling it might be. Are you by chance developing with Portal? I've also noticed no problems with code insight when i'm working with straight webapps built from Struts. Perhaps it's to do with the libraries in your project.
    If you're on Windows, try the sysinternals file monitor program (www.sysinternals.com) and see if it's trying to access large files or something over the network.
    HTH,
    -sean

  • BUG: Code Insight

    JDeveloper 11g Preview 2 on Windows XP
    Code Insight is not refreshing properly. Two use cases:
    1) Light grayed out indicator that member variable is not in use in a source file does not reliably disappear if you copy and paste exact member variable name into a method;
    2) Redline indicators demonstrating code syntax errors do not disppear if you correct the error. It happens with all sorts of errors after their correction: exceptions not being thrown or caught, methods not being implemented, etc...I have to shutdown JDEV process and restart to get them to go away.
    Nice interface if the annoying messages would go away when fixed.

    It is likely a threading issue which means that it does not happen reliably -- however, next time I encounter it -- i will record my JDeveloper session and upload the recording. The amount of code is probably not feasible. However, I bet you could reproduce if you did the following things:
    1) Create a couple of user libraries and import into your project;
    2) Create some simple class files and use classes from imported jars;
    3) create some member variables based on imported class files;
    4) Use the "generate getters and setters" from member variables by placing your cursor on class file name (I notice that the default behavior is not consistent -- sometimes it shows all the getter and setter methods of every variable with 1 randomly checked --- other times none are checked -- other times all are checked) and generate;
    5) continue doing this until you begin to get code insight errors to correct. Notice how the IDE begins to slow down as it appears to be processing much more in the background (also not good -- I am tempted to just turn code insight off and use the compiler);
    Anyway -- stay tuned

  • Code insight is not available when eding jsp by using 10.1.3.36.73

    I use 10.1.3.36.73 jdeveloper on windows to develop web application,
    but code insight is easy not available when editing jsp 2.0.
    I must restart jdeveloper and it still isn't often available.
    ex. in jsp
    ArrayList al = new ArrayList();
    for (Iterator it=al.
    Code insight is not supported for jsp or this is bug?

    Do you still have any code error in your jdev editor? no matter the error is JSP or HTML (it is signed by little red box at the right of the window near scroll bar), code insight sometimes is not available.

  • AdControl error: HTTP error status code: NotFound (404)

    For over a week now, a Silverlight WP 8 app with an AdControl configured for "test_client" continues to report this error and thus no bing ad visible either while running from an emulator (8.1 512) or from a WP 8 device. If I change the AdUnit
    to use a PubCenter ID it works fine on the device and ads are displayed. The emulator connects to the Internet just fine via IE.
    Could the ad server not be responding to the "test_client"?
    Could someone let me know if it has worked recently for them? I tried contacting MS and no one seems to have an app configured with the test ad... I could give MS so many helpful suggestions. But looking at the hundreds of un-answered posts here - I
    suppose they're busy with Windows 10...and have they asked developers if they're willing to put up everything on the cloud? all the while people still waiting to see the 'start' button on Windows 9?
    here's the trace
    Ad Err: NetworkConnectionFailure,Microsoft.Advertising.Shared.AdException: HTTP error status code: NotFound (404) ---> System.Net.WebException: The remote server returned an error: NotFound. ---> System.Net.WebException: The remote server returned
    an error: NotFound.
       at System.Net.Browser.ClientHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
       at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClasse.<EndGetResponse>b__d(Object sendState)
       at System.Net.Browser.AsyncHelper.<>c__DisplayClass1.<BeginOnUI>b__0(Object sendState)
       --- End of inner exception stack trace ---
       at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
       at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at Microsoft.Advertising.Shared.HttpRequest.EndGetResponse(IAsyncResult asyncResult)
       at Microsoft.Advertising.Shared.WebRequestWrapper.WebRespCallback(IAsyncResult result)
       --- End of inner exception stack trace ---
    I do love Windows - don't get me wrong - I'll check my 2nd dev system soon.

    Hi Ravi,
    Reward points if this helps
    The J2EE server might be overburdened and cannot accept the call. The 'Receive'servlet is not called. You will find further details on the HTTP status code definitions under "http://www.w3.org". Check the accessibility of the server by calling: http://<hostname>:<port>/MessagingSystem/receive/AFW/XI.
    The Listener Beans of the affected connection (AFW, Marketplace, BC,see above) were not registered or the log-specific Event Handler was not found.
    Check out this trouble shooting guide for SAP XI...Section 7.4.4.4 talks about exactly the same problem:-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283
    Reward points if this helps
    Regards
    Pragathi.

  • Mac OS error Result Code = 1852402768

    I have been using Handbrake to covert video files into apple TV format for a number of years & then every now & again burning the file to DVD which has worked fine.
    I don't know if this is just a coincidence but I downloaded a Handbrake update last night & then tried burning the newly converted files and using Toast Titanium but i received the following error "Mac OS error' Result Code = 1852402768"
    I've searched the forums and many suggest that the files could be too large for the DVD but there is a display on Toast that shows the size of the files & I can usually get 3 half hour episodes on no problem with free space remaining but to test this theory I dropped in just one file of less than a GB and the same error came up.
    I did however try burning some older files pre the handbrake update & they have worked fine.
    I don't know if I have to change any setting but currently I'm stuck, Any help out there??
    Many thanks
    JPGUK

    You might try looking/posting here.
    Handbrake Support

  • Error message code on my HP Deskjet 3051A

    Im trying to print and my printer keeps giving me a error messgae code 0X805D0074. Please HElP!!! need to print ASAP!!

    Hello,
    This document should be able to help: Error Message Displays on the Printer Control Panel. It describes the general issue as: While trying to print, the printer displays aan error message with numbers and letters (an alphanumeric code). For example, 'Error 0xc18a0001' or 'B8000094' might display on the printer control panel. The numbers and letters vary. Some begin with ‘0x…’ while others begin with a ‘B’ or ‘C,’ but they are usually preceded by the word ‘Error.’
    Hope this helps,
    I am an HP Employee.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved. If both apply......do both.

  • DTW Error(Invalid Code OACT.AcctType ApplicationDefined

    Hi all
    I am shailesh ,I am trying to Import Chart of account inSAP B1 thru DTW
    When i am specifying Acct type as at_Other it is importing the data properly but when it comes to revenues acct and the acct type that i have specified is at_Revenues,I am getting error as DTW Error(Invalid Code OACT.AcctType ApplicationDefined or Object defined error 65171)
    I dont no why i am getting this error Bcoz in template also they have specified at_Revenues
    The same error i am getting when i am using at_Expenses
    Can anybody help me on this issue,I have tried with all possible combination like saving the file as txt,or csv but not able to solve the problem
    I have also gone to SDK Help center and tried to check whether at_Revenues exists or not I gathered the following info on at_Revenues and at_Expenses
    Member Description
    at_Revenues  Sets account as revenues account.  0 
    at_Expenses  Sets account as expenses account  1 
    at_Other  Set to accounts that are neither expenses nor revenues.  2 
    Plz help me .
    shailesh m
    [email protected]

    Shailesh,
    There are two common issues that may cause this problem for you.  This error can be caused if you remove columns from the template that you are using.  The other has to do with multi-currency and dates.  Please see these to SAP Notes on the SAP PartnerEdge Portal ...
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000914473
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000894035
    HTH,
    Eddy

  • Fatal error installation code 1603 for all-in-one printer C4280

    Until a month ago, I'd been successfully running my C4280 with my Dell 1535 (Windows 7 32-bit) for about a year. (It's not a new printer but it works perfectly well; it was a hand-me-down after my own HP printer died after many, many years of good service.)  I uninstalled the software because the Solution Center stopped working, cleaned up my registry, deleted temp files, ran Uninstall L_3, installed Windows updates, installed Malwarebytes, checked the condition of my .NET Framework, etc.,  etc. I have literally spent about a month trying to get the printer software to install to no avail. I have been in every forum on the internet, tried every solution posted here or on the Micsrosoft website. I have read about the incompatibiltiy between HP and Win 7 and cannot find a solution. I don't know what else to do.
    The only thing I have not done--and will not do--is to reinstall Windows, the last solution suggested by all the HP reps when all other solutions fail. What does it say about a tech-based company who's solution is to throw the baby out with the bathwater?
    Pretty pathetic that one would have to chuck out a perfectly good printer because the software will not install. If anyone has any viable suggestions--other than rolling back the system to an earlier version or re-installing Windows--I'd LOVE, LOVE, LOVE to hear it. If I'm forced to buy a new printer because I could not install the driver, I vow never to buy another HP product as long as I walk the earth. 
    Here's the log info:
    The following lines were retrieved from the installation error logs.
    +00000000000001970176/s/Now Launching=X:\hpzprl01.exe -inf -m 
    preload_drivers-IXXX -f "X:\hpoins13.dat" -Validate No at" -Validate
    No
    Failed to add catalog file for
    'X:\hposcu11.inf_x86_neutral_8470ae2dd4974995\hposcu11.inf'.
    SetupINFsListedInDatFile failed with Fatal error during installation.
    Exit code=1603
    error situation code 25389268
    Thanks in advance.

    BunnyVonBunny wrote:
    Here's the log code:
    Error code 31100272
    +00000000000732983296/s/Now Launching=X:\hpzprl01.exe -inf -m 
    preload_drivers-IXXX -f "X:\hpoins13.dat" -Validate No at" -Validate
    No
    Exit code=1603
    Hi BunnyVonBunny,
    I appreciate your efforts thus far and I understand how frustrating this has been. Please complete the steps in the following document; Fatal Error 'Error 1603. A fatal error occurred during installation' (MSI Error 1603) Displays Durin....
    Some of these steps maybe the same as what I have already suggested but doing them in the order the document suggests could be what it takes to resolve the issue.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Error display

    the following code is an applett which allows the user to choose which shape they wish to view which works perfectly, the problem i am having is when the user enters a incorrect number (outside of 1-4) my error display ("Please enter 1, 2, 3 or 4", 20, 20); doesnt appear. if a number abve 4 is entered the original screen shows aain with nothing in the applet and then when a correct number is entered it shows the error message as well as the object, when 0 is entered it shows the error message but doesnt return to original screen to allow correct number to be entered.
    please help.
    import javax.swing.JOptionPane;
    import java.awt.*;
    import javax.swing.*;
    import java.applet.*;
    * create a shape then have it repeat 100x.
    * @author (Simon Orazi)
    * @version (26/05/07)
    public class Workshop11 extends JApplet
        String input;
        int choice;
        public void init()
            do
                input = JOptionPane.showInputDialog("Enter 1 to draw lines\n" + "Enter 2 to draw rectangles\n" +
                                      "Enter 3 to draw ovals\n" + "Enter 4 to draw polygons"); 
                choice = Integer.parseInt(input);
                //paint(Graphics g);
                repaint();
            }while (choice > 4);  
        public void paint(Graphics g)
            switch (choice)
                case 1:
                    if (choice == 1)
                    drawLine(g);
                    break;
                case 2:
                    if (choice == 2)
                    drawRectangle(g);
                    break;
                case 3:   
                    if (choice == 3)
                    drawOval(g);
                    break;
                case 4:
                    if (choice == 4)
                    drawPolygon(g);
                    break;
                default:
            }        g.drawString("Please enter 1, 2, 3 or 4", 20, 20);
        public void drawLine(Graphics g)
            for(choice=0; choice<100; choice++){g.drawLine(20+2*choice, 20+2*choice, 40+2*choice, 280+2*choice);}
        public void drawRectangle(Graphics g)
            for(choice=0; choice<100; choice++){g.drawRect(20+choice*2, 20+choice, 80+choice, 80);repaint();}
        public void drawOval(Graphics g)
            for(choice=0; choice<100; choice++){g.drawOval(20+2*choice, 20+2*choice, 12+2*choice, 75+2*choice);}
        public void drawPolygon(Graphics g)
            for(choice=0; choice<100; choice++)
                int[] xCoords = {60+2*choice, 100+2*choice, 140+2*choice, 140+2*choice,
                                 100+2*choice, 60+2*choice, 20+2*choice, 20+2*choice};
                int[] yCoords = {20+2*choice, 20+2*choice, 60+2*choice, 100+2*choice,
                                140+2*choice, 140+2*choice, 100+2*choice, 60+2*choice};
                g.drawPolygon(xCoords, yCoords, 8);
                repaint();
    }

    There are a number of problems here.
    1) If this line in init fails
    choice = Integer.parseInt(input);Which would happen if you put in a letter for example. Then it all bombs out. I'm a bit surprised that compiles actually... if it does.
    2) This
    while (choice > 4); Doesn't seem to be what you want to do.
    3) Init is called once when the applet is initialized (that's what init means). So you don't want code that you want to repeat in there.
    4) This
    switch (choice)
                case 1:
                    if (choice == 1)the if is redundant. I don't know what that's supposed to do. You have it repeating for the other ones as well. get rid of the if's that's what the switch is for.

Maybe you are looking for