First page load issue in JDeveloper10g with R12 OAF

Hi All,
I have installed the JDeveloper 10g with OA Framework R12,when i run the page first time i am getting the following error after making all connections and assigning DBC file to the project.
Exception Details.
oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-06550: line 1, column 39:
PLS-00103: Encountered the symbol "?" when expecting one of the following:
( ) - + case mod new not null others <an identifier>
<a double-quoted delimited-identifier> <a bind variable>
table avg count current exists max min prior sql stddev sum
variance execute multiset the both leading trailing forall
merge year month DAY_ hour minute second timezone_hour
timezone_minute timezone_region timezone_abbr time timestamp
interval date
<a string literal with character set specification>
     at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
     at oracle.apps.fnd.framework.OANLSServices.convertTimezone(Unknown Source)
     at oracle.apps.fnd.framework.OANLSServices.getUserLocaleContextInternal(Unknown Source)
     at oracle.apps.fnd.framework.OANLSServices.getUserLocaleContext(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARenderingContext.initLocaleContext(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARenderingContext.configure(Unknown Source)
     at oracle.apps.fnd.framework.webui.OARenderingContext.<init>(Unknown Source)
     at oracle.apps.fnd.framework.webui.OAPageContextImpl.<init>(Unknown Source)
     at oracle.apps.fnd.framework.webui.OAPageBean.createPageContext(Unknown Source)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
     at OA.jspService(_OA.java:75)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:335)
     at OA.jspService(_OA.java:84)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
     at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
is it because of the wrong DBC file ?
Please any one help me to clear this issue.
Thanks,
Sai

Ah, my favourite topic.
You should try the [url http://forums.oracle.com/forums/forum.jspa?forumID=210]OA Framework Forum
John

Similar Messages

  • No data found in report csv or pdf output on first page load

    No data found in report csv output on first page load. Report shows up on page, but no data found in csv or pdf output. I always need to submit the page and then it shows data in downloads. The page contains a form (read-only) with a report that references 4 page items by using something like the following:
    and b.employee_no = v('P5_EMPLOYEE_NO')
    and c.fisc_year_pk = v('P5_FISC_YEAR_PK')
    and b.job_class = v('P5_JOB_CLASS')
    and b.organization = v('P5_ORGANIZATION')
    Again, report in the page shows up except there is no data in downloads. Can anyone help me solve this problem? I'm running Oracle APEX 4.2.1 in Oracle database 11gR2.
    Thanks.

    Sounds like a classic session state issue.
    You need to populate you page items using page rendering computations to ensure they're set to session state.
    Or if the download is triggered from a button press, you need to ensure those page items are submitted to session state, perhaps via a PL/SQL action.
    Scott

  • Duplicate subscription error on first page load

    I have Flex / BlazeDS application that utilizes a long polling channel
    for both remote procedure calling and asynchronous messaging. The
    application is utilizing embedded Jetty to serve BlazeDS content and
    everything is working as advertised *except* on the first page load.
    When I start a browser session, calling Consumer subscribe fails with
    the following error:
    [MessageFaultEvent faultCode="Server.Processing" faultDetail=null
    faultString="Duplicate subscription. Another client has already
    subscribed with the clientId, '935C9F8A-7C0E-A8F3-D47C-C5EED743BFF8'."
    rootCause=null type="fault" bubbles=false cancelable=false
    eventPhase=2]
    The message continues until I reload the page, which retries the
    subscribe and then works correctly. Any pointers as to where I can
    look to correct this problem? Any help would be much appreciated.
    BlazeDS 3.0.2
    Jetty 6.1.11
    Java 1.6.0_06
    Flex 3.0.0.477

    First of all, thanks for the quick reply. In response to your questions:
    * I can reproduce the problem every time regardless of whether the server has been freshly started of not.
    * Both polling and long polling appear to have the same problem.
    * Using embedded Tomcat 6.0.16 has not fixed the issue.
    I am currently trolling through the BlazeDS logs to see if I can see what I am doing wrong.
    Is there any particular config / code that I can post that will help diagnose the problem?

  • Safari Locking Up After First Page Loads

    ...and sometimes even before the first page loads. I tried trashing those 3 files that iBod said, but it didn't do anything. Here's my error log:
    Date/Time: 2006-01-17 23:33:02.997 -0600
    OS Version: 10.4.4 (Build 8G32)
    Report Version: 3
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [67]
    Version: 2.0.3 (417.8)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4170800
    PID: 458
    Thread: 2
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x90b2f620
    Thread 0:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x902b0114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x920191e0 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x92018874 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x920186e0 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9250b104 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9250adc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x000072d4 0x1000 + 25300
    10 com.apple.AppKit 0x9250730c -[NSApplication run] + 472
    11 com.apple.AppKit 0x925f7e68 NSApplicationMain + 452
    12 com.apple.Safari 0x0005cfdc 0x1000 + 376796
    13 com.apple.Safari 0x0005ce80 0x1000 + 376448
    Thread 1:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x902b0114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b23664 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x90b2359c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x94133410 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2 Crashed:
    0 com.apple.Foundation 0x90b2f620 _NSRaiseError + 264
    1 com.apple.Foundation 0x90b2f35c +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x90b52044 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x90b52844 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x90b525ec saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x902c3aec __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x902b0464 __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x90b3bb9c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x902b0114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b3ccdc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f20c select + 12
    1 com.apple.CoreFoundation 0x902c29a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x90b1b840 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9b6a950c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2 crashed with PPC Thread State 64:
    srr0: 0x0000000090b2f620 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24024422 xer: 0x0000000000000007 lr: 0x0000000090b2f5f8 ctr: 0x0000000090af145c
    r0: 0x0000000000000000 r1: 0x00000000f0182400 r2: 0x00000000a0aef508 r3: 0x00000000f0181fb0
    r4: 0x0000000000000000 r5: 0x0000000090af0d84 r6: 0x00000000f0182034 r7: 0x00000000000000ff
    r8: 0x00000000f0182020 r9: 0x00000000004c3b20 r10: 0x000000009091e648 r11: 0x0000000024024422
    r12: 0x0000000090af145c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a0b12720 r18: 0x00000000a0b12720 r19: 0x00000000a0b12720
    r20: 0x000000000000000c r21: 0x00000000ffffffff r22: 0x00000000004c32d8 r23: 0x00000000909885cc
    r24: 0x0000000000000000 r25: 0x0000000005af1000 r26: 0x0000000005626a70 r27: 0x00000000ffffffff
    r28: 0x0000000005683c90 r29: 0x00000000a0af5d28 r30: 0x00000000ffffffff r31: 0x0000000090b2f528
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.8) /Applications/Safari.app/Contents/MacOS/Safari
    0x3f1000 - 0x3f3fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9020c000 - 0x9025ffff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9028d000 - 0x90366fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x903b0000 - 0x90688fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x906ee000 - 0x9075cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90826000 - 0x90826fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908fe000 - 0x908fefff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9091b000 - 0x9099ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x909fa000 - 0x90a86fff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90aef000 - 0x90d19fff com.apple.Foundation 6.4.2 (567.21) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90ef3000 - 0x90f4dfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90f8d000 - 0x90f8dfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90fb1000 - 0x90fbdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91037000 - 0x91037fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910ca000 - 0x91102fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x91157000 - 0x9117bfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9125b000 - 0x91318fff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91402000 - 0x91412fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9146d000 - 0x91481fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9149d000 - 0x914a8fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x914b4000 - 0x914c1fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x914e8000 - 0x914fdfff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91510000 - 0x91562fff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9158f000 - 0x9159efff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915a7000 - 0x915b3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91630000 - 0x91648fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91a18000 - 0x91a3dfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91a97000 - 0x91c5afff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91df2000 - 0x91e34fff com.apple.LaunchServices 10.4.6 (168.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x92011000 - 0x92323fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92470000 - 0x924cefff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92503000 - 0x92b36fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92ec4000 - 0x93201fff com.apple.CoreGraphics 1.256.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93302000 - 0x93317fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9331f000 - 0x9344dfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x936bc000 - 0x936d4fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9396c000 - 0x93989fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93992000 - 0x93a13fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93a6d000 - 0x93a89fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93b46000 - 0x93bcdfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93c40000 - 0x93c84fff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94131000 - 0x941bdfff com.apple.WebKit 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9426e000 - 0x947fefff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94872000 - 0x94b82fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94c83000 - 0x94d15fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94d3b000 - 0x94da0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94e77000 - 0x94f6cfff com.apple.JavaScriptCore 417.8 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9540a000 - 0x9550cfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9565d000 - 0x95725fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x957a7000 - 0x957b7fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x957fb000 - 0x95804fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9580c000 - 0x9581efff libauto.dylib /usr/lib/libauto.dylib
    0x95afb000 - 0x95b6bfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95c6b000 - 0x95c95fff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95efd000 - 0x95f26fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95f2f000 - 0x95f6cfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x96002000 - 0x96006fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x96120000 - 0x961edfff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96262000 - 0x96262fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x962b6000 - 0x962eefff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x96319000 - 0x9635afff com.apple.CFNetwork 10.4.4 (129.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96554000 - 0x96605fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9720f000 - 0x9722efff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97421000 - 0x9745bfff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97478000 - 0x9747cfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x97501000 - 0x9751efff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x976b4000 - 0x976cdfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x976d5000 - 0x97706fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x9770e000 - 0x97751fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9784d000 - 0x97917fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9798b000 - 0x9798bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97af2000 - 0x97c6afff com.apple.QuartzCore 1.4.5 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9b55c000 - 0x9b564fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x9b6a6000 - 0x9b6dcfff com.apple.Syndication 1.0.3 (49) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b6fc000 - 0x9b70efff com.apple.SyndicationUI 1.0.3 (49) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9e33b000 - 0x9e35bfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9ea04000 - 0x9ea12fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9f2d5000 - 0x9f304fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9f314000 - 0x9f323fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9f32b000 - 0x9f358fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9f35f000 - 0x9f380fff com.apple.DirectoryService.Framework 3.0 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9f38d000 - 0x9f697fff com.apple.WebCore 417.17 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9f81e000 - 0x9f884fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9f8b5000 - 0x9f8c5fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9f8d1000 - 0x9f8fefff com.apple.openscripting 1.2.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9f918000 - 0x9f936fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9f941000 - 0x9f991fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9f99a000 - 0x9fa88fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9fa8b000 - 0x9fb0bfff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9fb4a000 - 0x9fb67fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9fb79000 - 0x9fc63fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9fc6b000 - 0x9fc6efff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9fc70000 - 0x9fcdffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9fcf6000 - 0x9fcfefff libbsm.dylib /usr/lib/libbsm.dylib
    0x9fd02000 - 0x9fd82fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9fdcc000 - 0x9fde0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9fdee000 - 0x9fe81fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9fec8000 - 0x9ffa6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x9ffc6000 - 0x9ffedfff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Model: PowerBook5,4, BootROM 4.8.6f0, 1 processors, PowerPC G4 (1.1), 1.33 GHz, 1.25 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 64 MB
    Memory Module: SODIMM0/J25LOWER, 1 GB, DDR SDRAM, PC2700U-25330
    Memory Module: SODIMM1/J25UPPER, 256 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.0f18, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Internal Modem, PPP (PPPSerial), modem
    Network Service: AirPort, AirPort, en1
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITACD-RW CW-8123,
    Parallel ATA Device: FUJITSU MHT2060AT, 55.89 GB
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA

    Hi Jeffrey,
    I'm not sure what files I suggested to delete but this:
    3 com.apple.Foundation 0x90b52844 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    would seem to indicate that your Cookies file is corrupt.
    Try dragging /Users/YourUsername/Library/Cookies/Cookies.plist onto your Desktop and then retry Safari.
    Hope that helps!

  • First Page Loaded Freezes

    Firefox loads the blank page when it starts and no other tabs are opened on start-up. No matter how long I wait after the browser opens, it will go unresponsive when I go to load my first webpage. It can be anything and will do it every time! After the first page loads, it will load all the other pages perfectly without freezing.
    I like using Firefox because it is more customizable and functional than the other browsers, but I am considering changing to another browser which I really don't want to do.
    I have already tried disabling my extensions and uninstalling, but nothing I have tried has worked. I hope someone else will have better luck in finding an answer for me.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • When I go to a web page power point presentation saved as Adobe the first page loads then I keep getting error message:

    I have Adobe Acrobat Pro XI
    And its up to date.
    When I go to a web page Power point presentation saved as Adobe the first page loads then I keep getting error message:
    There was a problem reading this document (14)
    I've tried refreshing the download.
    Im using IE 11
    windows 8.1
    Any ideas how to fix this?

    [moving discussion to Creating, Editing & Exporting PDFs forum]

  • First page loaded

    This may be a stupid question but here goes. We have several JSP apps where the first page loaded is other than main.html. We have tried changing the default run target to another file but it still tries to load main.html. We have worked around this by using a javascript function to forward the page from main.html, but this is very sloppy.
    When I say "first page loaded" I mean that when you type the URL without any file specified:
    http://some.domain.com/OurProject/
    In traditional HTML, you need to have an index.html, but I assumed that the "start" page for JSP could be anything.
    Any ideas??
    BTW, we are using JDev 9.0.4

    I assume this is when the application is deployed, right?
    You should just have to change the value for welcome-file-list in the web.xml.
    -SteveA

  • Firefox 3.6.16 won't keep the "custom settings for history", thus causing page-load issues - any clue how to make it "stick"?

    Ever since I updated to Firefox 3.6.x I am getting constant page-load errors on apps in Facebook. I've cleared the history, the cache, cookies... and will literally set it for the "custom history settings" in my tools/options/privacy tab, reload the page, it's fine. I go to another page and come back to the app (same window) and get the error message again. Back to tools/options/privacy and "Remember History" is showing, rather than the custom settings. This is happening incessantly.

    I also have this problem and it just started in the last week or so. It seems to be dependent on my home network and the problem only exists with firefox. I have used chrome and IE8 with no issues. I can verify tomorrow that it only exists in my network but one thing I was able to test is that the problem exists even on my linux boot. I am totally dumbfounded with this problem and I can't find anything that will allow the gmail page to load. All other pages I have tried load fine, all be it a little slower than normal but they load. If anyone knows of a difference between firefox and all other browsers on how it goes through the router I would appreciate the info cause I don't know of any differences.

  • First Page Loads very slowly

    Hi
    I've been using my MacBook on my wireless connection for a while with no problems.
    Suddenly everything goes bad. My ISP ( ADSL+2 ) and Netgear ( WGT624 wireless router ) get me up and running again BUT when I load the first page of a web site it takes ages to load. From then on the pages linked to that home page load quickly.
    If i connect directly to the modem all pages load quickly.
    Netgear seem to have exhausted their options eg reducing MTU, changing channel, resetting the router etc but the first page still takes an age to load.
    Any advice gratefully received..
    thanks Colin

    Hi,
    Your question is very vague. There could be many reasons why the app would be slow in performance (your queries might be slow / memory would be less etc.).
    Check out this guide and tune your application accordingly.
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10108/adf.htm
    -Arun

  • New iMac with OS x Lion.  Printing envelopes w/ Address book makes a second blank envelope. Drivers up to date. Have to mark print only first page. Had no problem with Snow Leopard. How to correct.

    I recently purchased a new iMac with OS x Lion. Previously was using a four year old iMac with snow Leopard. I have three HP printers with up to date drivers for Lion.  When I try to print an envelope from Address Book I have two problems:
    1) I have to change the orientation to vertical to get the proper margins, which I never had to do before and
    2) It prints a second blank envelope unless I tell it to only print the first page.
      Neither of the problems occurred with my previous iMac/w Snow Leopard  and it appears to be a Lion/HP software incompatibility. I have worked with a Apple supervisor (Case # 316225300) for hours and finally reinstalled the operating system to no avail.
    I do I correct both problems???

    Contact HP and ask them to write better drivers for Lion. Find a printer that is more compatible with Lion. I've not printed envelopes with Lion before, though I've had no difficulty with either Epson Artisan 810 or Canon MX700 for regular printing.  Sometimes open source drivers also work better than manufacturer drivers.  See this FAQ*:
    http://www.macmaps.com/printersx.html
    While many open source drivers won't give you duplex or printer diagnostics, at least they may work better for other features. 
    Lastly, I've often found for a more consistent print, saving as PDF, and then printing from Preview can sometimes be the best work around.  Someone in the Mac OS X Technologies forum might be able to help you write an automator script to do this in one fell swoop, if you find it works better for your needs.

  • Why does only the first page of seach results show, with further pages graying out?

    In a search, I may get >1,000,000,000 hits, but only the first page is readable. "Next" gives me a grayed out screen and FF freezes. Any of the offered searches at the bottom of that first screen will do the same thing. Repeated hitting "back" will clear it.
    This has been true, through all the upgrades, including a backgrade to 3.6 (?) for 64-bit. This makes FF useless as a search platform, though it is my preference, even over Chrome, if it would work.
    Windows 7 Ultimate, 64-bit, 8GB Ram
    High speed to house, wireless lan in house

    That does seem rather useless.
    Use Automator - it has a "PDF to Images" action that will do exactly what you need. Drop your document into the workflow, drop the "PDF to Images" action in right after that, set any options that you need (like where to save) and then click "run"
    Barring that, I've found that sometimes Adobe Reader will sometimes work well for documents that Preview can't print, and I've found some documents that Adobe Reader chokes on but Preview handles flawlessly.

  • ADF Page Load Issue

    Hi,
    ADF Jdeveloper: 11.1.1.3.0
    I have a page with 10 tables. My issue is, all queries are executing in a second but page is taking more than 3 mins to load the data. All the time it is showing Fetching Data....
    Is there any way to get rid of this load time. We have checked the database sessions and found that all queries are executing very fast.
    Please help me.
    Thanks.

    Hi,
    actually the whole tab renders. So what you can do is to initially hide the content on this tab except for an outer container that you refresh after setting rendered=true on the initial hidden content. This should eliminate the loading. However, if the problem is when clicking the tab - thus when you want the content to be visible - then I would reconsider loading 10 tables at once and look for alternatives
    Frank

  • Sharepoint web part Page Load issue

    Hi ,
     We are developing Sharepoint 2013 Integration application, We are fetching the data from third party application and dumping data into sharepoint List for offline analysis.
    Synchronization steps
    1) fetch data from third party application
    2) delete the old data
    3) Insert the new data in List
    4) Show the data in custom web part 
    synchronization is taking lot of time, is there any profiling  tools , we can measure the performance of method , network traffic which is causing the issue.
    We need to load the page less than second
    Regards
    Pat

    Hi,
    Per my understanding, you might want to improve the performance of your web part page.
    A suggestion is that you can create a custom Timer job in the server side which handles the data fetching and updating in a list in the backend periodically, the burden
    on the custom web part would get decreased.
    About create and deploy Custom Timer Job Definition in SharePoint Programmatically:
    http://www.codeproject.com/Tips/634208/Create-and-Deploy-Custom-Timer-Job-Definition-in-S
    Thanks 
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Database and page Load Issue

    Well recently I needed to change the database tables and had to remove one table within the databse. Using MySQL 5
    After I cleaned up all traces of information related to the table which was removed I decided to deploy and try out the application. When I try to enter one of the pages I get this error:
    java.lang.RuntimeException: java.sql.SQLException: Error in allocating a connection. Cause: The connection is not valid as querying the table roles failed: Table 'database.table' doesn't exist
    And here is the stack trace that came with the error:
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:384)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
    org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
    org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
    org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
    org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
    com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
    com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:311)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    java.security.AccessController.doPrivileged(AccessController.java:-2)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    The problem is I can't find any traces of the table i removed left in the project, I did a find all in the project of a keyword which will pick up on the table and removed it.
    Another interesting fact is that when I remove the data providers in the page which have no connection to the table I removed the program will load fine. I also checked all my queries and they were all displaying correctly.
    Any ideas?

    I found out the reason for the error, the validation table I had set was used by the datasource, after I removed the table Java Studio Creator left traces of that and still tried to use the table for validation.
    If anyone else has this problem, the way I fixed this was to open the Servers Window, expand the Deployment Server Node, expand the Resources folder and remove anything there even remotely related to your database, remove your database and re-add it.
    Also, could this be considered a bug? I believe I have a way to reproduce it:
    1) Create a database
    2) Add a datasource set the Validation table to one of the tables
    3) Remove that table from the database
    That should cause the error to show up. When the datasource is removed shouldn't JSC remove any traces of the connection?
    Lastly does this mean that JSC is checking the validation table everytime on deployment?
    A response regarding this would be appreciated

  • Pages' first page "Templates" is too long with buttons inaccessible

    When launching Pages (version 3.0.1), the top page that appears is the template page. It is always too long, going all the way to the bottom of the screen. The choices and buttons at the bottom of the template page are behind the dock and cannot be read or accessed for clicking. I tried hiding the dock and then shrinking the template window upward so that the choices were above the dock, and then showing the dock again. Unfortunately, the next time I launched Pages, the top Template window opened up too long again with the bottom of the page unaccessible behind the dock. This problem does not happen with Numbers or Keynote--the template pages in these applications are always sized just right--above the dock. Any ideas why this is happening and how to permanently fix it?
    Allan

    I spoke with AppleCare and they said this is a known bug that will be fixed.

Maybe you are looking for

  • Service entry update in SRM SUS

    Dear All, We are in SRM7, using MM-SUS,creting a confirmation for a service PO from SUS It is creating a service entry in MM. After service entry release it created a GR as per the standard procedure. Now when i run RPODDELIVERY update sending out of

  • What would the equation be to scale a 2nd Y-axis to my first Y-axis?

    I am using a 8757D scalar to collect 2 channel sweeps. The first channel has an arbitrary Scale, REF Position and REF Level, the 2nd channel has a differing Scale, REF Position and REF Level. I collect and plot channel 1data with no problem since it

  • Substitution groups support?

    Does xmlbeans support substitution groups in xml schema? I read xml beans documentation saying it has 100% xml schema support. But I got the following error when I use xmlbeans to generate java classes: [xmlbean] ObjectLinking.xsd:27: warning: Elemen

  • Cannot find symbols and characters table in Excel.

    Hi, could you please help me with finding symbols ( arrow up and down etc.) and characters in Excel. I tried all menues but couldn't find them. Thank you in advance.

  • Any experience with Forte admin training?

    We're trying to help get the 3-4 local syadmins here up to speed on Forte. We've had a development environment up for a few weeks now, and are wondering if the Forte admin training class would be worth it at this point. Has anyone attended these clas