Help another error when compliling

says class,interface, or enum expected and highlights public static int sequentialSearch(int[] array, int value)
please help dont be mean please
import java.util.Scanner;
public class ch8q3
    public static void main(String[] args)
        int[] validnumbers = { 5658845,4520125,7895122,8777541,8451277,1302850,8080152,4562555,5552012,5050552,7525877,1250255,1005231,6545231,3852085,7576651,7881200,4581002};
        int results;
        int checker;
        checker = sequentialSearch(validnumbers, results);
        Scanner keyboard = new Scanner(System.in);
        //search the array for user value
        System.out.println("enter a valid number to search for");
        results = keyboard.nextInt();
        //determine if results was found in the array
        if (results ==-1)
            System.out.println("There was no" + result + "in the array");
        else
            System.out.println("There was " + result + "in the array" + (checker +1));
        //seqsearch
        public static int sequentialSearch(int[] array, int value)
            int index;
            int element;
            boolean found;
            index = 0;
            element = -1;
            found = false;
            //search
            while (!found && index <array.length)
                if (array[index] == value)
                    found = true;
                    element = index;
                index++;
            return element;
}

It means that there is a path through your code that can lead to that line before results has been assigned a value. Do not do this.
eg
int x;
if(true) {
    System.out.println(x); // what value does x have?
}

Similar Messages

  • Help: An error when I initial the planning areas:internal error

    Hi,
      An error when I initial the planning areas, I create time series objects for planning area DP01, system show an error message to me as follow:
      internal error [/SAPAPO/OM_TS_TGRID_CREATE]
      Message no. /SAPAPO/TSM099
    Thanks,
      Thomson

    Hi Thomson,
    I think in planning area you did not only add the time series key figures
    to the planning area but also defined key figure semantics for those
    key figures. This must not be. To see those semantics you can check
    the key figure details in transaction /SAPAPO/MSDP_ADMIN on the
    key figure tab by selecting key figure details. For the time series
    keyfigures, the semantics column is filled with values like 300, 301,
    etc. If you wants to use time series key figures in addition
    to the standard SNP-key figures, the semantics field has to be empty.
    You can compare that with the settings in the other planning area where
    everything is working fine.
    If this is not the case then please refer the below note and execute the consistency reports as in note:
    577038     Data inconsistencies in SNP
    Regards,
    Sunitha.

  • Help: iSync Error When iSync to Blackberry

    I have owned my BB for over a year. And I have never had this problem until this morning. It seems to happen when iSync starts to merge with my iCal.
    Any suggestions would be appreciated. Blow are the error messages I keep receiving - thank you. David
    The applilication iSyncRim Calendar quit unexpectedly.
    Error Detected: Merging local records with device records failed. Will not continue.
    This is the report.
    Date/Time: 2006-08-26 11:09:36.187 -0700
    OS Version: 10.4.7 (Build 8J135)
    Report Version: 4
    Command: ISyncRimCalendar
    Path: /Library/PocketMacBB/PocketMacPreferences.app/Contents/Resources/iCalCalendar.a pp/Contents/MacOS/ISyncRimCalendar
    Parent: PocketMacBlackBerry [572]
    Version: PocketMac version 3.0 (2.0)
    PID: 600
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0007da78
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x90011a58 __vfprintf + 4516
    1 libSystem.B.dylib 0x900ed8e4 snprintf_l + 288
    2 com.apple.CoreFoundation 0x907c15d4 _CFStringAppendFormatAndArgumentsAux + 2820
    3 com.apple.CoreFoundation 0x907c0988 _CFStringCreateWithFormatAndArgumentsAux + 144
    4 com.apple.Foundation 0x9294f314 NSLogv + 84
    5 com.apple.Foundation 0x9294f2b0 NSLog + 28
    6 ISyncRimCalendar 0x0001c24c +[Utility logSyncCRCChange:otherCRCChange:] + 144 (crt.c:355)
    7 ISyncRimCalendar 0x0000c000 -[Records synchronizeDesktopData:withRecord:] + 2692 (crt.c:355)
    8 ISyncRimCalendar 0x0000ce78 -[Records synchronize] + 1008 (crt.c:355)
    9 ISyncRimCalendar 0x00047d04 -[Synchronizer processSync:] + 1320 (crt.c:355)
    10 ISyncRimCalendar 0x0004806c -[Synchronizer startPressed:] + 528 (crt.c:355)
    11 com.apple.Foundation 0x92946f5c __NSFireTimer + 116
    12 com.apple.CoreFoundation 0x907ef550 __CFRunLoopDoTimer + 184
    13 com.apple.CoreFoundation 0x907dbec8 __CFRunLoopRun + 1680
    14 com.apple.CoreFoundation 0x907db47c CFRunLoopRunSpecific + 268
    15 com.apple.HIToolbox 0x931eb740 RunCurrentEventLoopInMode + 264
    16 com.apple.HIToolbox 0x931eadd4 ReceiveNextEventCommon + 380
    17 com.apple.HIToolbox 0x931eac40 BlockUntilNextEventMatchingListInMode + 96
    18 com.apple.AppKit 0x936cdae4 _DPSNextEvent + 384
    19 com.apple.AppKit 0x936cd7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    20 com.apple.AppKit 0x936c9cec -[NSApplication run] + 472
    21 com.apple.AppKit 0x937ba87c NSApplicationMain + 452
    22 ISyncRimCalendar 0x00056348 main + 768 (crt.c:355)
    23 ISyncRimCalendar 0x00009324 _start + 348 (crt.c:272)
    24 ISyncRimCalendar 0x000091c4 start + 60
    Thread 1:
    0 libSystem.B.dylib 0x9004a568 syscallthreadswitch + 8
    1 com.apple.Foundation 0x9295c5d0 +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x9376aa10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x92944194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002bc28 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000090011a58 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x24024222 xer: 0x0000000000000004 lr: 0x00000000900108f4 ctr: 0x00000000900118f0
    r0: 0x0000000000000000 r1: 0x00000000bfffc740 r2: 0x000000000007da78 r3: 0x00000000901a0888
    r4: 0x00000000a0007e88 r5: 0x00000000bfffddd0 r6: 0x00000000bfffcfc8 r7: 0x0000000000000000
    r8: 0x0000000000000003 r9: 0x0000000000000002 r10: 0x0000000000000003 r11: 0x00000000bfffcfcc
    r12: 0x0000000090117e00 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000005
    r16: 0x0000000001bd1600 r17: 0x00000000a0007e88 r18: 0x00000000bfffddd3 r19: 0x00000000ffffffff
    r20: 0x00000000bfffce58 r21: 0x000000000000006e r22: 0x00000000bfffc7c0 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x00000000bfffddd0 r26: 0x000000000000001c r27: 0x00000000bfffddd0
    r28: 0x00000000bfffddd0 r29: 0x00000000bfffc7c0 r30: 0x00000000bfffddd0 r31: 0x00000000900108bc
    Binary Images Description:
    0x1000 - 0x88fff ISyncRimCalendar PocketMac version 3.0 (2.0) /Library/PocketMacBB/PocketMacPreferences.app/Contents/Resources/iCalCalendar.a pp/Contents/MacOS/ISyncRimCalendar
    0x2bc000 - 0x2bcfff com.aladdinsys.mmenabler 7.1.0 (8.0) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0x8fe00000 - 0x8fe52fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x90267fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90292000 - 0x90343fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908dd000 - 0x909dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a39000 - 0x90abdfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6d000 - 0x90b7ffff libauto.dylib /usr/lib/libauto.dylib
    0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d2000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d8fff com.apple.security 4.4 (27566) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d6000 - 0x913dffff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e6000 - 0x9140efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91421000 - 0x9142cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91431000 - 0x91439fff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143d000 - 0x914b8fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f5000 - 0x914f5fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f7000 - 0x9152ffff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154a000 - 0x91617fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166c000 - 0x916fdfff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91744000 - 0x917fbfff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91838000 - 0x91896fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c5000 - 0x918e9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fd000 - 0x91922fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91935000 - 0x91977fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91993000 - 0x919a7fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b5000 - 0x919f5fff com.apple.ImageIO.framework 1.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0b000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b58fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5d000 - 0x91bccfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be3000 - 0x91be7fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91be9000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c36000 - 0x91c73fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c7a000 - 0x91c93fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c98000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c9f000 - 0x91d84fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d8c000 - 0x91dabfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e17000 - 0x91e85fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e90000 - 0x91f25fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f3f000 - 0x924c7fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924fa000 - 0x92825fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92855000 - 0x928ddfff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9291e000 - 0x92b49fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c67000 - 0x92d45fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d65000 - 0x92e53fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e65000 - 0x92e83fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92e8e000 - 0x92ee8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f06000 - 0x92f06fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f08000 - 0x92f1cfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f34000 - 0x92f44fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f50000 - 0x92f65fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f77000 - 0x92ffefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93012000 - 0x9301dfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93027000 - 0x93054fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9306e000 - 0x9307efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9308a000 - 0x930f0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93121000 - 0x93170fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9319e000 - 0x931bbfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931cd000 - 0x931dafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931e3000 - 0x934f0fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9363f000 - 0x9364bfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936c3000 - 0x936c3fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936c5000 - 0x93cf8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94085000 - 0x940f5fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9412e000 - 0x941f1fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94243000 - 0x94243fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94245000 - 0x943f8fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9444b000 - 0x94488fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94490000 - 0x944e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94683000 - 0x94692fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9469a000 - 0x946a6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x946ec000 - 0x94704fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94a83000 - 0x94af4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94b67000 - 0x94b87fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x95caf000 - 0x95d29fff com.apple.syncservices 2.4 (189.2) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    Model: PowerBook3,5, BootROM 4.5.3f2, 1 processors, PowerPC G4 (3.2), 1 GHz, 1 GB
    Graphics: ATY,RV250M9, ATY,RV250M9, AGP, 64 MB
    Memory Module: SODIMM0/J16TOP, 512 MB, SDRAM, PC133U-333
    Memory Module: SODIMM1/J16BOTTOM, 512 MB, SDRAM, PC133U-333
    AirPort: AirPort, 9.52
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: AirPort, AirPort, en1
    PCI Card: TXN,PCI1410-02, cardbus, PC Card
    Parallel ATA Device: FUJITSU MHS2060AT, 55.89 GB
    Parallel ATA Device: MATSHITADVD-R UJ-815,
    USB Device: , Research In Motion, Up to 12 Mb/sec, 500 mA
    USB Device: officejet 7100 series, Hewlett-Packard, Up to 12 Mb/sec, 500 mA
    FireWire Device: > LaCie d2 DVD-RW Firewire, LaCie Group SA, Up to 400 Mb/sec
    FireWire Device: LaCie d2 Extreme LUN 0, LaCie Group SA, Up to 400 Mb/sec
    FireWire Device: iPod, Apple Computer, Inc., Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

    Hi,
    We need your help in isolating this issue. Could you please install Firebug addon for Firefox browser? You can install it from following link:
    https://addons.mozilla.org/en-US/firefox/addon/1843/
    After installing this, you need to go to following options in Firefox:
    1. Launch Firebug
    Tools> Firebug> Open Firebug or press F12
    2. Go to "Net" tab in Firebug and enable it
    Now you'll see all network traffic
    3. You'll see "getUserPref.PHP" (please see snapshot)
    4. Click on this
    5. Click on Response tab
    Now copy this content and then send it to following email id:
    neeraj at adobe dot com
    This will help us in isolating the problem.
    Please let us know if you find these steps problematic. In that case we can try to do troubleshooting using Adobe Connect.
    Regards,
    Neeraj Gupta

  • Help - Fatal Error When Loading New Updates of System Software

    Help please!!
    I have a 8120 and just logged in to sync ( as I do weekly) and was alerted to a Latest Update of Software, so I clicked yes etc. and it all started well, then when the software was part way through the install - suddenly it issued me with a Fatal Error Please try to reload the software message .
    Now I have no way of connectining to the BB as it appears I am now without any software (just a circle with a line through and the numbers 507 on the screen)
    Can anyone suggest what to do please?
    thanks
    Gavin

    Hi and Welcome to the Forums!
    Ouch...that sounds not so good. Here is a KB concerning the 507 code:
    KB02792 Error message "507" appears on the BlackBerry smartphone while upgrading BlackBerry Device Software
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Help! Errors when changing category in text items!

    I'm very often experiencing problems when editing a text item and moving it from one category to another. It won't do it. The editing page will stay the way it is and the only message I get is: Error 30694: Error in API - update item failed
    What could this be? This is very annoying. The portal can be seen at http://www.crmexpert.nl
    Aliktte

    I haven't seen this problem. Please provide more details: what version of Portal, what types of items are affected, and anything else you think may be relevant.
    Thanks,
    Jerry

  • Help! Error when new AWConnection in java!

    this is the code:
    try
         System.out.println("Connecting to " + connection + ".");
         awConnection = new AWConnection(user, password, connection);
    catch(Exception e)
    System.out.println("Error connecting to " + connection + ".\n" + e);
    However, when compiling, there is an exception:
    oracle.AWXML.AWException: oracle.express.idl.util.OlapiException
    I have no idea where is the problem.

    More detail:
    I am running the example program for the Oracle OLAP Analytic Workspace Java API in Release 1 (10.1.0.4) with version (10.2.0.1, both db and client).
    But there comes an error:
    Exception in thread "main" oracle.AWXML.AWException: oracle.express.idl.util.Ola
    piException
    at oracle.AWXML.AWConnection.<init>(AWConnection.java:213)
    at J_Olap.main(J_Olap.java:67)
    Caused by: oracle.express.idl.util.OlapiException
    at oracle.express.idl.util.OlapiExceptionHelper.SQL2Java(OlapiExceptionH
    elper.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:30)
    at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAcces
    sorImpl.java:48)
    at java.lang.reflect.Method.invoke(Method.java:306)
    at oracle.express.idl.util.OlapiExceptionHelper.SQL2JavaHelper(OlapiExce
    ptionHelper.java:54)
    at oracle.express.idl.ExpressConnectionModule.ConnectionInterfaceStub.ex
    ecuteCommand(ConnectionInterfaceStub.java:839)
    at oracle.express.spl.SPLExecutor.executeCommand(SPLExecutor.java:151)
    at oracle.AWXML.AWConnection.<init>(AWConnection.java:209)
    I have read a similar issue in this forum, and then I add "olap_user" the the user.
    However it does not work!
    I am in a hurry! Please help me!

  • Help! Error when new AWConnection using AWM API

    I am running the example program for the Oracle OLAP Analytic Workspace Java API in Release 1 (10.1.0.4) with version (10.2.0.1, both db and client).
    But there comes an error:
    Exception in thread "main" oracle.AWXML.AWException: oracle.express.idl.util.Ola
    piException
    at oracle.AWXML.AWConnection.<init>(AWConnection.java:213)
    at J_Olap.main(J_Olap.java:67)
    Caused by: oracle.express.idl.util.OlapiException
    at oracle.express.idl.util.OlapiExceptionHelper.SQL2Java(OlapiExceptionH
    elper.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:30)
    at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAcces
    sorImpl.java:48)
    at java.lang.reflect.Method.invoke(Method.java:306)
    at oracle.express.idl.util.OlapiExceptionHelper.SQL2JavaHelper(OlapiExce
    ptionHelper.java:54)
    at oracle.express.idl.ExpressConnectionModule.ConnectionInterfaceStub.ex
    ecuteCommand(ConnectionInterfaceStub.java:839)
    at oracle.express.spl.SPLExecutor.executeCommand(SPLExecutor.java:151)
    at oracle.AWXML.AWConnection.<init>(AWConnection.java:209)
    Is this the problem of the version? But I can connect on another computer with version 10.1.0.2.0. Why?
    And the introduction of this example said that it is for version from 10.1.0.4 to 10.2.0.2
    I am really in a hurry! Please help me! Thanks.

    More detail:
    I am running the example program for the Oracle OLAP Analytic Workspace Java API in Release 1 (10.1.0.4) with version (10.2.0.1, both db and client).
    But there comes an error:
    Exception in thread "main" oracle.AWXML.AWException: oracle.express.idl.util.Ola
    piException
    at oracle.AWXML.AWConnection.<init>(AWConnection.java:213)
    at J_Olap.main(J_Olap.java:67)
    Caused by: oracle.express.idl.util.OlapiException
    at oracle.express.idl.util.OlapiExceptionHelper.SQL2Java(OlapiExceptionH
    elper.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:30)
    at sun.reflect.InflatableMethodAccessorImpl.invoke(InflatableMethodAcces
    sorImpl.java:48)
    at java.lang.reflect.Method.invoke(Method.java:306)
    at oracle.express.idl.util.OlapiExceptionHelper.SQL2JavaHelper(OlapiExce
    ptionHelper.java:54)
    at oracle.express.idl.ExpressConnectionModule.ConnectionInterfaceStub.ex
    ecuteCommand(ConnectionInterfaceStub.java:839)
    at oracle.express.spl.SPLExecutor.executeCommand(SPLExecutor.java:151)
    at oracle.AWXML.AWConnection.<init>(AWConnection.java:209)
    I have read a similar issue in this forum, and then I add "olap_user" the the user.
    However it does not work!
    I am in a hurry! Please help me!

  • [HELP] Teststand error when using labView runtime engine...

    I have an extensive TestStand 3.5 project which I am working on.  This project uses a large number of LabVIEW 2012 VI’s.  (Note: The version of TestStand cannot be changed).  When TestStand 3.5 LabVIEW Adaptor is configured to “Development System (Active Version: 12.0)” all the sequence run and perform as expected.
    When I change the TestStand 3.5 LabVIEW Adaptor is configured to “LabVIEW Run-Time Engine 12.0” then I get an -18002 error in the first VI called by the sequence and nothing runs.  Now this sequence contains a standard library VI in it “Check if File or Folder Exists.vi”.
    From research I realised that I needed to deploy the software properly.  So created a LabVIEW project with all the sequences and VI’s in it and a “Source Distribution”.  I also unchecked “Exclude files from vi.lib”, “Exclude files from instr.lib”, and, “Exclude files from user.lib”.  After building the project I get a “data” folder full of VI’s and control files (273 of them).
    Next I created an “Installer” and added build to the correct place.  I can see the “data” folder in the source files section.
    When I install this distribution kit on a PC, which happens to have full LabVIEW 2012 development on it, all the files install but the “data” folder is missed out!!!
    If I then attempt to run the installed top level sequence I get the same -18002 broken VI error as before.  If I manually copy the “data” folder into the same place as it was built it makes no difference.
    Anyone got any suggestions?
    Christopher Povey
    Senior Test Systems Engineer for BAE Systems.

    Bit of additional information:
    I created a blank LabVIEW 2012 project. To this I added one VI which included a call to "Check if File or Folder Exists.vi". Then added one TestStand 3.5 Sequence which contained a call to the VI above.
    I then added a build to the project and built the project. This resulted in a folder with the sequence file, my VI and a Data folder containing the "Check if File or Folder Exists.vi". When I tried to run the TestStand sequence with LabVIEW Run-Time Engine selected it failed as before.
    Next I added another LabVIEW step to my sequence calling "Check if File or Folder Exists.vi" from the "Data" folder. It then worked!
    I then modified my VI and added the MD5 checker VI (forget the exact name). It added some files to the dependences in the LabVIEW project. I rebuilt it and ran it again and again it worked. I did not need to add the additional VI's in the "Data" folder to the sequence file.
    If I remove the LabVIEW step to my sequence calling "Check if File or Folder Exists.vi" though it breaks again.
    This is not ideal though as it is a bit chicken and egg. In order for the project to work I need to add one of the VI's from the generated "Data" folder into a sequence in the project, but I can't do that until I build the project to create the "Data" folder!
    Christopher Povey
    Senior Test Systems Engineer for BAE Systems.

  • Help with error when including Actionscript library

    Hi,
    I have air setup on my system and I threw in the following actionscript library from http://code.google.com/p/as3xls/
    I included it into into my html file:
    <script src="lib/core/library.swf" type="application/x-shockwave-flash"></script>
    and i'm using it in the following manner
    new runtime.com.as3xls.xls.ExcelFile();
    The thing is that it is registering with autocomplete in aptana studio, however when I run it either through aptana or through adl I get the following error:-
    Error: Could not find resource bundle collections
    I would be really grateful for any and all help that I may get.
    Thanks in advance.
    P.S. I'm attaching the sample project

    Apparently I beleive the root cause that it uses features from the flex builder sdk specifically mx.collections. I'm not really sure how to include them either into the swf or configure air in such a way that it can use them if they are included in the system somewhere.
    My intent is to use html/js with air primarily and use a couple of compiled as3 libraries to do a little heavy lifting here and there. The library I'm used is open source and some approach which might compile it in a way as to include the required dependencies would also be appreciated.
    The original library was an swc file that I extracted.
    Would be really grateful for some help in this regard. Thanks.

  • Encounter another error when adding host target in EM 12c

    Hi, all
    After installing EM 12c successfully, I then tried to add target to the EM, I encountered such error:
    Error Message: The Oracle Management Server (OMS) host and port specified via OMS_HOST and EM_UPLOAD_PORT is not available. Pass in a valid hostname and port number for the OMS to successfully deploy the agent.
    Exit Code :1
    Again I am sure that my host name is reachable and port number it complains is open.
    I also opened the SR with oracle support, the SR is 3-6060170341.
    I would appreciate if anyone can help and shed some light on this issue.
    Regards.
    Yong

    As i mentioned earlier if you need help from Oracle pls open a Service request (SR) with oracle support and upload the following logs:
    <OMS_INSTANCE_HOME>/sysman/agentpush/*.*
    Share the SR number.
    Can you also ping the oms host from agent host and vice-versa?
    Do you have any firwall ?
    While deploying the agent using Add host wizard, keep the port input field blank and it will pick up the next free port automatically. There is some env setup issue which is causing this in both install types.
    Once you log an SR, Oracle support will help you, they will look into your env and find the root cause. Posting small snapshot of failure in forum can’t be debugged further without logs or a web conference.
    Edited by: Akanksha on Feb 11, 2013 2:32 PM

  • Help required: Error when execute the Interface.

    hi,
    i am loading data from RDBMS(Oracle) to Essbase(Target). but when i execute the Interface it throw the exception in Operator.
    ODI-1227: Task SrcSet0 (Loading) fails on the source ORACLE connection Red_ORA_SRV.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:947)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1283)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1441)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3823)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1671)
         at oracle.odi.query.JDBCTemplate.executeQuery(JDBCTemplate.java:189)
         at oracle.odi.runtime.agent.execution.sql.SQLDataProvider.readData(SQLDataProvider.java:89)
         at oracle.odi.runtime.agent.execution.sql.SQLDataProvider.readData(SQLDataProvider.java:1)
         at oracle.odi.runtime.agent.execution.DataMovementTaskExecutionHandler.handleTask(DataMovementTaskExecutionHandler.java:70)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:558)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)
    All connection are ok> witth data???

    Yes Dear,
    As this error , I just post is taken from the the Tab .Operator. My interface is executed successfully but when i verify & check in my Operator Tab. that gives....
    as
    ODI-1227: Task SrcSet0 (Loading) fails on the source ORACLE connection Red_ORA_SRV.
    Caused By: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected...
    I am still waiting for your response....
    Rgards,

  • Help! Error when trying to re-download and re-install CC Muse

    Hello -
    I have used Muse for some time via the monthly CC subscription.  I ran CCleaner and Muse got wiped.  I try and retry to install but each time the "Installation failed."  The blue "More Information" link doesn't work. 
    I installed InDesign right above it without issue, so I suspect something on my computer is preventing Muse from installing.  This is the first time I installed InDesign.  I reinstalled Muse once before but only with support assistance, and I can't find a copy of those instructions.
    I checked my installed programs and Muse is not listed.
    Any help to re-install Muse is greatly appreciated... kinda jonesing without it =) 

    K>Maginicifica I would recommend reviewing your installation log files to determine the error preventing you from installing.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.

  • Help needed: Error when trying to PPR column/component of table

    Hi!
    I tried something like this (want to have rendered command link only in selected row):
    <af:table id="myTable" ...>
       <af:column partialTrigers="myTable">
            <af:commandLink rendered="{bindings.dodajRazlogIterator.currentRowKeyString == row.rowKeyStr}}"/>
       </af:column>
    </af:table>But error occures each time I select new row:
    Oct 10, 2007 1:11:29 PM oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator handleError
    SEVERE: Server Exception during PPR, #5
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1938)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._tableContainsPprTarget(TableRenderer.java:1377)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._encodeTablePPRTargets(TableRenderer.java:386)
         at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.encodeAll(TableRenderer.java:269)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:527)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:354)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChildren(PanelGroupLayoutRenderer.java:297)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:236)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeHorizontalChild(PanelGroupLayoutRenderer.java:485)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeHorizontalChildren(PanelGroupLayoutRenderer.java:437)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:234)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.RenderUtils.encodeRecursive(RenderUtils.java:69)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:282)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:354)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChildren(PanelGroupLayoutRenderer.java:297)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:236)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:218)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:445)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:168)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.RenderUtils.encodeRecursive(RenderUtils.java:69)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:282)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:304)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:136)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:304)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:374)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1271)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:753)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:244)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:175)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:178)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:174)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:619)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:241)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:201)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:171)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adfinternal.view.faces.webapp.rich.SharedLibraryFilter.doFilter(SharedLibraryFilter.java:135)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:284)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:69)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:284)
         at oracle.adfinternal.view.faces.activedata.ADSFilter.doFilter(ADSFilter.java:74)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:284)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:208)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:165)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:611)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:362)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:915)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:821)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:599)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:383)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:161)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:142)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
         at java.lang.Thread.run(Thread.java:619)
    Anyone knows what is the problem?
    Thanks for any clue,
    PaKo

    blob and clob are not supported i guess. oracle is a bit sluggish when it comes to VS and MS products!

  • PLEASE HELP, new error when I try to sync my iPod!!!

    The past two times I've tried to sync my iPod nano (4th gen.), a message comes up saying "The iPod, 'Emily's iPod', cannot be synced. An unknown error occured (-48)." Though it seems that my iPod is still being synced, this message pops up three times throughout the process & the songs don't appear on my iPod.
    I really don't want to have to lose all my songs & start iTunes all over again! Can someone please help?

    You might want to reset that ipod, if still getting error 48 then try a restore or a different USB port.
    That worked for this person:
    http://discussions.apple.com/thread.jspa?messageID=7852037

  • Help! Error when data merging multiple records per page

    I managed to get one record per page to display great.
    When I try to insert the text box into my master page and run to create multiple entries per page it gives me only one result:
    Any ideas on where I'm going wrong?

    Before merge
    After Merge

Maybe you are looking for