I can not run "hello1.jsp" on windows 2000 server

I have just installed WebLogic 6.1 on windows 2000 server
          I put this file(hello1.jsp) on
          "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
          tried to
          load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
          ,the following error happened
          Compilation of
          'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
          war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
          ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
          Full compiler error(s):
          java.io.IOException: CreateProcess: javac -classpath
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
          r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
          server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
          .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
          \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
          ar_myserver_myserver_DefaultWebApp
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
          ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
          at java.lang.Win32Process.create(Native Method)
          at java.lang.Win32Process.<init>(Win32Process.java:66)
          at java.lang.Runtime.execInternal(Native Method)
          at java.lang.Runtime.exec(Runtime.java:551)
          at java.lang.Runtime.exec(Runtime.java:477)
          at java.lang.Runtime.exec(Runtime.java:443)
          at weblogic.utils.Executable.exec(Executable.java:147)
          at weblogic.utils.Executable.exec(Executable.java:111)
          at
          weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
          a:550)
          at
          weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
          at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
          at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
          at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
          at
          weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
          6)
          at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :240)
          at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          :200)
          at
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          ntext.java:2390)
          at
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          :1959)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          

Looks like that weblogic server is unable to create Java process for
          compilation of JSP into (JAVA) class file .......
          It may be due to:
          a. You do not have JDK installed/configured on the machine. [JDK is required
          for JSP pages to be compiled at runtime]
          b. WebLogic server is unable to invoke correct javac.exe [Check JAVA_HOME
          and PATH variable to ensure that they are correct and it is correctly
          specified in the startWebLogic.cmd, startWLS.cmd files]
          Thanks,
          Selva-
          "weblogic.developer.interest.jsp" <[email protected]> wrote in message
          news:[email protected]...
          > I have just installed WebLogic 6.1 on windows 2000 server
          >
          > I put this file(hello1.jsp) on
          > "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
          > tried to
          > load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
          > ,the following error happened
          >
          >
          >
          > Compilation of
          >
          'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
          > war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
          > --------------------------------------------------------------------------
          > ----
          >
          >
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
          > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
          >
          > --------------------------------------------------------------------------
          > ----
          > Full compiler error(s):
          > java.io.IOException: CreateProcess: javac -classpath
          >
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
          >
          r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
          >
          server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
          >
          .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
          > \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
          >
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
          > ar_myserver_myserver_DefaultWebApp
          >
          C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
          > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
          > at java.lang.Win32Process.create(Native Method)
          > at java.lang.Win32Process.<init>(Win32Process.java:66)
          > at java.lang.Runtime.execInternal(Native Method)
          > at java.lang.Runtime.exec(Runtime.java:551)
          > at java.lang.Runtime.exec(Runtime.java:477)
          > at java.lang.Runtime.exec(Runtime.java:443)
          > at weblogic.utils.Executable.exec(Executable.java:147)
          > at weblogic.utils.Executable.exec(Executable.java:111)
          > at
          >
          weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
          > a:550)
          > at
          > weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
          > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
          > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
          > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
          > at
          >
          weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
          > 6)
          > at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :240)
          > at
          >
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          > :200)
          > at
          >
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
          > ntext.java:2390)
          > at
          >
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
          > :1959)
          > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
          > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          >
          >
          >
          >
          >
          

Similar Messages

  • Can not run Oracle JSP's

    I'm getting a "500 Internal Server Error" when trying to run an oracle jsp (which we will be customizing)
    Can anyone offer some pointers as to what classes i may be missing or if I may have missed some env setup in Jdev. Thx.
    Error Details:
    500 Internal Server Error
    OracleJSP:
    JSP Error:
    Request URI:/xxx.jsp
    Exception:
    java.lang.ClassCastException: com.evermind.server.http.HttpApplication
         at com.evermind.server.http.EvermindJSPWriter.<init>(EvermindJSPWriter.java:159)
         at com.evermind.server.http.EvermindPageContext.initialize(EvermindPageContext.java:169)
         at com.evermind.server.http.EvermindJSPFactory.getCachedPageContext(EvermindJSPFactory.java:41)
         at com.evermind.server.http.EvermindJSPFactory.getPageContext(EvermindJSPFactory.java:22)
         at xxx.jspService(xxx.jsp:24)
         [xxx.jsp]
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

    After having applied the latest sdk from sun and made modifications to libraries, i now get a slightly different error:
    Target URL -- http://localhost:8988/oracle/html/xxx.jsp
    04/06/18 17:40:24 Auto-deploying file:/D:/oracle/html/ (New server version detected)...
    04/06/18 17:40:27 java.lang.SecurityException: access denied (javax.management.MBeanTrustPermission register)
    04/06/18 17:40:27      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.java:1727)
    04/06/18 17:40:27      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:342)
    04/06/18 17:40:27      at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:504)
    04/06/18 17:40:27      at com.evermind.server.Application.addWebModuleMBean(Application.java:3582)
    04/06/18 17:40:27      at com.evermind.server.Application.access$000(Application.java:65)
    Source D:\\oracle\\classes does not exist.
    04/06/18 17:40:27      at com.evermind.server.Application$WebModuleCollectionModificationListener.notifyAdd(Application.java:3661)
    04/06/18 17:40:27      at oracle.oc4j.admin.management.util.CollectionModificationBase.notifyAdd(CollectionModificationBase.java:87)
    04/06/18 17:40:27      at oracle.oc4j.admin.management.util.NotifyingMap.put(NotifyingMap.java:93)
    Source D:\\oracle\\classes does not exist.
    04/06/18 17:40:27      at com.evermind.server.Application.getHttpApplicationConfig(Application.java:964)
    04/06/18 17:40:27      at com.evermind.server.Application.initHttp(Application.java:2866)
    04/06/18 17:40:27      at com.evermind.server.Application.postInit(Application.java:812)
    04/06/18 17:40:27      at com.evermind.server.Application.setConfig(Application.java:170)
    04/06/18 17:40:27      at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1927)
    04/06/18 17:40:27      at com.evermind.server.ApplicationServer.getApplication(ApplicationServer.java:2536)
    Source D:\\oracle\\classes does not exist.
    04/06/18 17:40:28      at com.evermind.server.XMLApplicationServerConfig.initHttp(XMLApplicationServerConfig.java:1962)
    04/06/18 17:40:28      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:97)
    04/06/18 17:40:28      at java.lang.Thread.run(Thread.java:534)
    Source D:\\oracle\\classes does not exist.
    04/06/18 17:40:29 warning: running 1.1 version of SwingUtilities
    04/06/18 17:40:40 warning: running 1.1 version of SystemEventQueueUtilities

  • Developer 6i Installation with Oracle 8i on Windows 2000 Server

    Hi Folks,
         We are using Oracle 8i (8.1.7) with Developer 6i for the past 2-3 years. Oracle 8i is installed on Windows 2000 Server and the client machines have Developer 6i installed. Using the Net 8 Easy Configuration Utility, the clients and the server are linked perfectly and we have never experienced any major issue regarding the connectivity from the client’s sides.
         Now my question is that, is there any possibility that we can also install Developer 6i on the server, ‘cause we have tried this several times and every time after installing Developer 6i on the server, the Net 8 Easy Configuration Utility does not invokes and obviously we are unable to use any of the Developer 6i products and moreover after installing Developer the already installed 8i Database does not gets mounted and we are also unable to use the database.
         Are we missing some basic stuff here or do we need to run some patch for Windows 2000 Server?
         Another thing, all our forms and reports are residing on client’s hard disks; can we also have the option that the forms and reports should also reside on the server so that we can easily update our forms and reports definitions from the server side?
    TIA
    Hassan

    Hi,
    Yeah, I installed both the products i.e, database and developer in separate directories.
    Hassan

  • Netbeans and Windows 2000 Server Problems

    I've tried to run netbeans on my windows 2000 server OS a few times. It usually doesn't work out and I have to go back to pcGrasp.
    Does anyone out there know of any issues between netbeans and this OS. Is it worth it. I'd like to move away from the .net world and learn j2EE but I'd like to move up my IDE. Netbeans seems like the best choice. Does any experienced individuals out there know of a better one?
    This was my latest error with netbeans. From just opening a folder??? I also tried to report it - I still have to wait another hour after I registered before I could HOPEFULLY find where exactly I can report it. Maybe thats why there are so many bugs. They make it impossible to report something they tell you to report to help out.
    A java.lang.reflect.InvocationTargetException exception has occurred.
    Please report this at http://www.netbeans.org/issues.html,
    including a copy of your ide.log file as an attachment.
    The ide.log file is located in your C:\Documents and Settings\Administrator\.netbeans\3.6\system folder.
    Thanks for anything
    -Wiley

    I use Windows 2000 Professional and have not problems.
    I would suggest,
    - ensure you have all windows updates.
    - ensure you have JDK 1.4.2_04
    - try eclipse which is also free (From IBM) http://www.eclipse.org/

  • Oracle8i on Windows 2000 Server - Oracle Instance don't auto start

    I've installed the Oracle 8.1.7 on a Dell Pentium III server running Windows 2000 Server operational system. During the installation the Oracle Instance was started up, but after I reboot the computer, the Oracle Listener service and the Oracle service was started in automatic mode but the Oracle Instance do not started though.
    My Oracle DBA teacher ask me to run Oradim and edit the Oracle configuration startup parameters. I did, but it didn't solve the problem. The values on Windows registry of the ORA_<SID>_AUTOSTART key is "true". The Dba Studio also gets information form the Oracle server and all the fields seems to be correct with auto-start option, but it didn't work out.
    Can someone point me to any text I can read about installation troubles on Windows 2000 Server ?
    Thanks in advance.
    Jayme.

    Hi
    I don't have an 8i db to test on but I think it works the same as on 9i.
    Check the following parameters in your registry in the key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0:
    ORA_<YOUR_SID>_AUTOSTART=TRUE
    ORA_<YOUR_SID>_PFILE=<full path and file name of your init file>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I have a mac osx version 10.6.8 no windows and i am trying to install a program but keep getting can not run in dos mode  ( the disk says on back works on intel mac with parallels or vm fusion) is this program not compatible with my mac?

    i have a mac osx version 10.6.8 no windows installed and i am trying to install a program but keep getting can not run in dos mode  ( the disk says on back works on intel mac with parallels or vm fusion) is this program not compatible with my mac?

    You run Windows in Parallels or Fusion. Then in Windows you install the program.

  • Hi, how to load mac without running windows (bootcamp)? The problem is this: the last time i ran the windows, but he hangs and died (can not run further  the logo). now i can not load not windows, not maс! how to be, what to do???

    The problem is this: the last time i ran the windows, but he hangs and died (can not run further  the logo). now i can not load not windows, not maс! how to be, what to do???

    can any body help me, plz!!

  • Itunes 12.1.1.4 not run cd rom on windows xp sp3. have removed all cd burning software

    itunes 12.1.1.4 not run cd rom on windows xp sp3. have removed all cd burning software.

    Thanks Alex,
    I performed all of the steps you suggested and iTunes v-12.1.1 installed correctly.
    The problem is, that version of iTunes now does not recognize my  HL-DTST DV-DRAM GMA-4082N, CD/DVD DRIVE.
    When I insert a CD to rip into my iTunes library nothing happens.
    If I click on the properties for that D-drive nothing shows using the Explore function.
    If I open Microsoft Media Player v-11.0.5721.5262 I can see all of the tracks on the disk, and the player rips the songs to the Microsoft Media Player library which I can then play.
    I then reinstalled VLC media player v-2.1.5, and was able to play cd's and watch DVD's. When I performed that install I again received the iTunes banner:
    Earlier versions of iTunes worked just fine:
    iTunes v-11.4 (32-bit) 10 September, 2014, (6 months ago), size: [106.11 MB], for Windows XP SP3 worked on this same Toshiba laptop.
    The latest version: iTunes v-12.1.1 seems to want to be the only piece of software allowed on the 32 Bit XP system.
    To me, it looks like Apple does not want any other applications running on this system. Not very thoughtful for customers that cannot afford to purchase more expensive computers when they are on a fixed income. I have been a long time user of Apple equipment when employed by Motorola, development engineering.in my younger years.
    Is there any way to get the earlier versions of iTunes back on this laptop?
    Thanks,
    Jay

  • I have a Macbook Air 2011. Can i run Bit-locker in Windows 7 Ultimate without any problems?

    I have a Macbook Air 2011. Can i run Bit-locker in Windows 7 Ultimate without any problems?

    montana girl wrote:
    I purchased a MacBook AIr Nov. 2011 11" and current OS X 10.7.5.  I read that I needed to update to Snow Leopard before I can update to Maverick, ...
    Whatever you read was incorrect. You can upgrade directly to Mavericks. It is in the App Store and is free.
    Snow Leopard predates the operating system you already have. That's the reason it will not install on your MacBook Air. You spent $20 needlessly for it, but it's yours to resell if you wish.

  • Help me!! I can't run photoshop cs6 in windows 8

    Help me!! I can't run photoshop cs6 in windows 8

    Could be due to classes not being found or wrong version of java...

  • ITunes can not run because some of it's required files are missing...

    'iTunes can not run because some of it's required files are missing. Please reinstall iTunes.' I get this message when i try to start iTunes, I have reinstalled iTunes for two times know and it still doesn't work. Can anyone please help me with this,
    Joris

    nagrax4s wrote:
    .....I had to run programs to completly errase iTunes and then rewrite parts of the registry.
    too bad I didn't get to you sooner
    Follow these instructions to completely remove Apple software
    http://support.apple.com/kb/HT1923
    Then use free Ccleaner to repeatly repair your registry until it's fixed.
    http://www.piriform.com/ccleaner/download/standard
    download iTunes again from Apple.
    http://www.apple.com/itunes/
    If you have 64bit Vista or Windows 7, look for the seperate download of iTunes for that further down the page.
    Once installed, use the Apple Software Update under your Start Menu to fully update all Apple components.
    Your content will remain on the drive in the Music > iTunes Folder, nothing is deleted.
    You should be making backups of your content regularly, either through iTunes or via copying the iTunesFolder in your Music folder to a external drive.
    Windows is notorious for having "other" issues that make it unstable, we as volunteers helping others can't always resolve those issues.

  • 3EA4 -- can not run SqlDeveloper report to "table" style

    The same SqlDeveloper report, which was/is working in 3EA3 - same Oracle user, same privileges, same platform, same connection, same Java version, same same ... can not run the report to the "table" style. It works only with the "Script" style. So, betwen EA3 and EA4 something changed. No work around, just lost capability.
    note: I tried many SqlDeveloper reports that were working in the "table" style - none of them works in the "table" style anymore with EA4 - that really is not cool :(
    Here is one of those reports:
    SELECT
       object_name "Object_Name",
       object_type "Object_Type",
       CASE OBJECT_TYPE
          WHEN 'PACKAGE BODY' THEN 'alter package ' || OWNER||'.'||OBJECT_NAME || ' compile body;'
          WHEN 'SYNONYM'      THEN 'CREATE PROCEDURE ' || OWNER||'.tmp_compile_synonym AS BEGIN EXECUTE immediate ''alter synonym ' || OWNER||'.'||OBJECT_NAME || ' compile''; END tmp_compile_synonym;'||chr (10) || '/'||chr (10) || 'EXECUTE ' || OWNER||'.tmp_compile_synonym;'||chr (10) || 'DROP PROCEDURE ' || OWNER||'.tmp_compile_synonym;'
          ELSE 'alter ' || lower (OBJECT_TYPE) || ' ' || OWNER||'.'||OBJECT_NAME || ' compile;'
       END "Compile_Statement"
    FROM dba_objects
    WHERE owner=upper(:OWNER)
    AND status = 'INVALID'
    ORDER BY object_type;Note: Reverted to EA3 until the problem is idenfied/solved
    Edited by: zaferaktan on Feb 24, 2011 11:50 AM
    Edited by: zaferaktan on Feb 24, 2011 12:30 PM

    ok, I did update to JDK 1.6_24 , edited the jdk file under .sqldeveloper to point to the correct JDK version and invoked the 3EA4 from the command line:
    raisin:~/sqldeveloper3EA4$ ./sqldeveloper.sh -J-Xmx1024m
    still having the issue. None of the "table" style reports work.
    So, something definitely changed in EA4 that broke the "table" style reports (at least in my case).
    I am using the same "thin" connections that I created before (it picked it up from the .sqldeveloper settins). Did anything change for the thin jdbc connection in EA4 compared to EA3 ? I looked at the change list and don't see it there. I saw bug 09883309 reported here: 3.0 final+EA4: Doesn't work with 11.1 OCI/Thick driver , but don't think it has anything to do with the problem I am seeing - I don't use OCI, but jdbc thin. I wonder if there is a problem with 11.2.0.2 jdbc thin in EA4 and my database server version (10gR2 base version on RHEL 4).
    But if Jim doesn't have the problem with the same JDK version and "almost" the same platform - maybe the database server version is an issue ? All I know, these reports (table style) was/is working with the EA3 - but not in EA4 .
    When I run the report - the execution window does not display anything - all grey - then if I click on the green arrow (go/run) button, I see the following exceptions in the terminal from which I invoked the sqldeveloper:
    Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: ""
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:470)
         at java.lang.Integer.parseInt(Integer.java:499)
         at oracle.javatools.data.HashStructure.getInt(HashStructure.java:410)
         at oracle.dbtools.raptor.config.DBConfig.getInt(DBConfig.java:1044)
         at oracle.dbtools.raptor.controls.grid.ResultSetTableModel.init(ResultSetTableModel.java:112)
         at oracle.dbtools.raptor.controls.grid.OracleRSTModel.init(OracleRSTModel.java:30)
         at oracle.dbtools.raptor.controls.grid.RSTModelFactory.getResultSetTableModel(RSTModelFactory.java:47)
         at oracle.dbtools.raptor.controls.grid.ResultSetTable.setQuery(ResultSetTable.java:115)
         at oracle.dbtools.raptor.controls.display.DisplayResultTable.updateQuery(DisplayResultTable.java:158)
         at oracle.dbtools.raptor.controls.display.DisplayResultTable.refresh(DisplayResultTable.java:112)
         at oracle.dbtools.raptor.controls.display.DisplayPanel.refresh(DisplayPanel.java:769)
         at oracle.dbtools.raptor.controls.display.DisplayPanel.refresh(DisplayPanel.java:618)
         at oracle.dbtools.raptor.report.addin.ReportEditor$1.actionPerformed(ReportEditor.java:164)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

  • HT1238 I can't run iPod utility for Windows in my Windows 8 . does this apps support windows 8 ?

    I can't run iPod utility for Windows in my Windows 8 . does this apps support windows 8 ?

    Welcome to Apple Support Communities
    iPod Utility for Windows hasn't been updated for a long time, so it's probably not supported in Windows 8. Have you tried to run it in compatibility mode?

  • Can not run Snow Leopard in 64 bit

    Hi there,
    I recently bought the Snow Leopard OS for my iMac 2007/2008 model.
    Here are the specks on my iMac:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2,4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 4 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.20f4
    My question is, how is it that I can not run Snow Leopard in 64 bit – it is an Core2Duo which to my understanding is also an 64 bit processor.
    To add to my confusion I’m running the Windows 7 64 bit version on the same iMac via VMware-fusion.
    Had some help on this issue before, where this mac-person found an small program on the internet that is suppose to analyse and change some settings so it runs 64 bit - but my model was not supported by some odd reason.
    Is here anyone that can reply on my question??
    Thanks
    Arni

    Welcome to Apple Discussions.
    I have to admit I'm a little confused. I don't believe your iMac is a Core 2 Duo. The only Core 2 Duo in 2007 was the mid 2007 24" 2.8 GHz processor, all other 2007 iMacs are 32 bit. I would recommend going to this site to see what the specifications are for your machine, simply type in the SN and it will let you know.
    http://www.appleserialnumberinfo.com/Desktop/index.php
    Regards,
    Roger

  • HT201412 App regarding yes life can not running iOS6 in Malaysia.

    With the reference to above, Yes life communication and Internet 4G can not running iOS6.
    The yes life are low cost for calling and high speed data plan.
    But iOS 6 can not support yes life, before iOS3 to 5 can running yes life?
    Thank you can you solve this problem?

    First, in the Music app, tap More and see it Sort by Artist is turned on. It should be for your purposes.
    Not sure if this will fix all of the issues, but the you should check it the tagging in iTunes. Make sure the Album Artist is set correctly for all of the tracks in a given album. Easiest way to check this is to select All of the track in an album, right click and open the Get Info (or the equivilent in windows, not sure what its called there), and see what the Album Artist contains. If it is blank, you either have nothing filled in for it, or it has different values on the tracks. iOS uses this field for grouping albums. Aslo check the Album title and Part of Compilation while you are at it. You will need to resynch after you make any changes, of course.
    If all else fails, try a rest: Simultaneously hold down the Home and On buttons until the iPad shuts down. Ignore the off slider if it appears. Once shut down is complete, turn the iPad back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.

Maybe you are looking for

  • Youtube Crashes my computer. Blue Screen event.

    OK, so, I have a Toshiba laptop that runs Windows Vista. The internet browser I use is Mozilla Firefox ( just recently downloaded a new beta version of it too and tried that, didn't fix anything). Every time when I'm on youtube, my computer shuts dow

  • How do I deal with "StartUpItems if2k" has not been started because it does not have the proper security settings?

    Whenever I turn on or restart my MBP, a dialog box appears saying --> "/Library/StartupItems/if2k" has not been started because it does not have the proper security settings.  How can I fix this?  First, I searched online and found a site with a If2k

  • Help on creating update trigger(urgent)

    Hii all, I have a situation like this I have 10 different tables like a,b,c,d,e,f But i have same columns in all tables like updated_by, updated_date I need to create a procedure and call that procedure in update triggers for all tables Can anybody h

  • I need help with Aperture 2

    I received a message that said my Aperture 2 library was unstable and needed to be restored, which I did from an external back up.  After the library and projects were restored, my project national parks was missing.  I restored the library a second

  • 802.1x Enterprise Connection Issues

    Hello- I'm trying to access the wireless network at school which utilizes 802.1x . However, each time I try to login I keep getting an association failed message. The general details of the network are as follows: SSID (aka, Network Name):   psu    *