application of position in JSON (self-development)

Hello

I'm trying to insert a new record into the emp table by issuing a MESSAGE request on my own env. for purposes of development.

I m able to hit the GET request. URI is: http://localhost: 8080/ADR/HR/emp /. 

But when I try to insert a new record to the table emp by issuing a POST request I m status code get 400 Bad Request.


My payload is in json format:


{

'EMPLOYE_ID': 230.

"FIRSTNAME": "JOE", HE SAID.

'NAME': 'PESCI '.

}

and the message of sqldeveloper console log is:

java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ('HR'. "'"' EMPLOYEES'."" EMPLOYEE_ID')

ORA-06512: at line 4 level

I think that there is something that miss me. So I was not able to insert the new record to the emp table using query POST m.



postRequest.PNG

Hello

POST request expected payload lowercase otherwise it doesn't work:

{"employe_id": 230, 'name': 'joe', 'name': 'pesci'}

Umit Sadeguzel

Tags: Database

Similar Questions

  • How to work the DNG? is it always the original image with the settings of self-development?

    Hello!

    A question about DNG. recently, I had to put a bunch of my RAWs to print elsewhere. I copied all the RAWs and XMP files. Then imported on a different PC/LR. Others do not, some reflect my edit-adjustments. RAWS all VINTAGE.

    I save now on some DNG of my final print changes.

    I'm thinking a DNG in PDF format.

    When I export a DNG a RAW processed, is it cooked in? or is it always the original image with the settings of self-development?

    Thank you

    Alex

    Lightroom is a non-destructive Editor. So, you can take any file type (JPG, DNG, RAW, TIF, other) and edit this photo, and always come back to the unedited version.

    If you export your RAW as DNG or export your RAW as the 'Original', you can also revert to the unedited export version (but not if you export as JPG or TIF).

    With regard to your initial statement that you have 'copied the RAWs to print elsewhere', they may not had the changes written to XMP. It would also be a problem with the DNG format, as I said, you should enable the option to write changes into XMP or issue a command, because by default, Lightroom writes not changes to your DNG or sidecar xmp for the RAWs files.

    The copy is different from export.

  • The application continues to go in the development log in.

    Hello

    I develop for months on this application, and all of a sudden he starts to kick out me after a few minutes.
    It's as if the timeout, that I've never been, was set to 3 minutes or more.

    Any ideas?

    You said you went: Home > Application Builder > Application 2000 > shared components > change the security attributes

    I said you should go to: Home > Service Management > Security (in apex_admin)

    Scott

  • BlackBerry Smartphones how can I move "Mémo" on applications to position on the two first lines of the homepage

    How can I move a Memo on the first two lines of the home screen applications?  Can you please provide information or a link to the handling and displacement than the positrons of type memo buttons clickable to reposition on the screen.  Thank you

    So when you are in the menu mode, highlight the memo and press the "menu". It will give you an option to move it. To move it to the home screen, you have to move to one of the two first lines. Just highlight where you want to move and click down, or press the Menu button again to make the move.

  • How to check the type of datamodel in case of response data from application of DataByConstraint in the plugin development web vsphere client

    Hello, I am new in plugin development web vsphere client.

    I need to send multiple DataByConstraintRequest (say A and B data model class) within a class of script simple action. But to handle events of response data, we use

    [ResponseHandler (name = "{com.vmware.data.query.events.DataByConstraintRequest.RESPONSE_ID}")]

    public void onVmListRetrieved (request: DataByConstraintRequest,)

    result: collection ArrayCollection): void {}

    The result is an ArrayCollection of MyVmData of the objects collection

    }

    Here how should I come to know this result variable is either A or class B data model. (including the result can be a collection of empty array)

    In case of DataByModel, we have events in response to the separate data for the data model class, but I couldn't find the same for DataByConstraint.

    You can define a unique ID_Demande for each DataByConstraintRequest and check in the response Manager.  'requestId' is a field of the class of basic DataRequest.

  • Read the default position of JSON

    Hello

    In an onClick event I move my items outside the viewport. Now, if I click once again, I want them back.

    Y at - there a Posibility to read the default position of the myproject_edge.js? Or is there an easier way?

    Thanks for the help

    Hello

    You may have the default position of the target element to say 2 variables, valuex and valuey in the composition of the scene ready.

    var left = sym.$("Rectangle").css ("left");

    Top Var = sym.$("Rectangle").css ("top");

    sym.setVariable ("valuex", left);

    sym.setVariable ("valuey" at the top);

    Now, when the user clicks on the first button to move the object behind the scenes, he say changes the position a-x

    SYM. $("Rectangle") .css ("left",-100);

    By clicking on the button to return the target back to its initial position, you can add this snippet-

    SYM. $("Rectangle") .css ("left", sym.getVariable ("valuex"));

    Attach a sample also file for reference.

    Thank you and best regards,

    Roger Simon

  • The SYS application error. Object in SQL Developer

    When I run the query [select * from object;] in sql developer with sys as sysdba in oracle 10g, it gives me an error

    ORA-04045: errors during recompilation/revalidation of SYS. OBJECT
    ORA-06553: PLS-213: STANDARD package is not accessible
    04045 00000 - 'errors during recompilation/revalidation of s.%s'
    * Cause: This message indicates the object to which the following
    errors apply. Errors occurred during implicit
    recompilation/revalidation of the object.
    * Action: Check the following errors for more information, and
    make the necessary corrections to the object.

    SQL > SELECT * from dba_objects where owner = 'SYS' and object_name = "object";

    OWNER
    ------------------------------
    OBJECT_NAME
    --------------------------------------------------------------------------------
    SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID, OBJECT_TYPE
    ------------------------------ ---------- -------------- -------------------
    CREATED LAST_DDL_ TIMESTAMP STATUS T G S
    --------- --------- ------------------- ------- - - -
    SYS
    OBJECT
    VIEW OF 2369
    22 OCTOBER 05 9 OCTOBER 11 2005-10 - 22:21:45:28 VALID N N N


    SQL > select object_name, object_type, status, owner of dba_objects where object_name = 'STANDARD ';

    OWNER
    ------------------------------
    OBJECT_NAME
    --------------------------------------------------------------------------------
    OBJECT_TYPE STATUS
    ------------------- -------
    SYS
    STANDARD
    PACKAGE VALID

    SYS
    STANDARD
    VALID PACKAGE BODY

    The ones I found are valid. How to fix the object?

    Any help? Thank you.

    You must check the packaging STANDARD is valid and owned by SYS. Do the
    Next:

    (1) check the status of the STANDARD package using:

    connect sys /.
    SQL > SELECT * FROM DBA_OBJECTS WHERE OWNER = 'SYS '.
    AND OBJECT_NAME = 'STANDARD ';

    If you find the status is "DISABLED" then:

    SQL > ALTER THE STANDARD PACKAGE COMPILATION;

    You will find also a number of other packages 'is not valid.
    State. They must ALL be (re) compiled.

    If you find the STANDARD does not exist then:

    Check "$ORACLE_HOME/rdbms/admin/standard.sql" exists.

    If this file does not exist then:

    You probably have not installed PL/SQL.
    You must use the Setup program to install PL/SQL.

    If the file does not exist then:

    Make sure your ORACLE_SID is set correctly:

    SQL > connect sys /.
    SQL > @$ORACLE_HOME/rdbms/admin/catproc.sql

    (2) check that the STANDARD is owned by SYS:

    SQL > SELECT * FROM DBA_OBJECTS WHERE OBJECT_NAME = 'STANDARD ';

    If OWNER! = SYS then catproc.sql has not been executed correctly
    by SYS. You will have to drop these packets and re-run catproc
    as SYS.

    (3) try to run 'catalog.sql' and 'catproc.sql' at the opening of a spool file
    to intercept errors that may have occurred.

    Look for errors such as:

    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-04031: unable to allocate 2 192 bytes of memory ("pool shared, shared

    (', ' PROCEDURE$ ', 'KQLS bunch', 'BLOCK the MEM KQLS')

    Create or Replace:
    *
    ORA-06553: PLS-213: STANDARD package is not accessible
    Grant execute on STANDARD to the public

    ORA-04042: procedure, function, package, or package body does not exist

    In this case, you need to increase the 'SHARED_POOL_SIZE' in the
    "init .ora.

    Then run back CATALOGUE and CATPROC.

    Increase "SHARED_POOL_SIZE" will allocate more resources and
    allow scripts to run successfully.

    Explanation:
    ============

    The PL/SQL compiler could not find the STANDARD package in the current
    Oracle database. To compile a program, PL/SQL needs package STANDARD.

    I think that; This is useful to solve your problem.

  • Problem with V32 one spectator applications - object does not declare self playing

    Since your last update of DPS App Builder, one of my slips I make apps is no longer work properly.

    They work very well on an iPad on iOS8 when you preview in Adobe Content Viewer. But when they are compiled in an IPA using App Builder version 3.2.1 says none of the pages that feature auto play object work.

    It is a known issue that we will address in our statement on Monday. Thank you!

    Neil

  • Tutorial on the use of the ADF to develop Web Application

    People,

    Hello. I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University.

    I need to develop an application for Admission online for future student to apply for admission.

    My installations of PeopleSoft are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g version 11.1.0.6.0 is

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web Logic 10.3.6.0 and JDK 1.7.0_09

    (4) browser: Firefox Mozila

    (5) two Instances of huge database on the database server: 8.53 PeopleTools and Campus Solution 9.0.

    I just installed the 3 parties with WebLogic 10.3.6 and JDK 1.7.0_09 as below:

    (1) install ADR (Application Development Runtime) 11.1.1.6.0 (64-bit)

    (2) install the RCU 11.1.1.6.0 to create the scheme of OWSM_MDS (32 bit)

    (3) create a new WebLogic "Domain_CS" domain to develop the application for admission online.

    I have no experience to develop the Web Application using ADF. I have developed a few Web Applications using NetBean and database server. It seems that the ADF and NetBean have some similarities. Both need to create a project with a 'Web - INF' file for Web Application development. But I don't know the first step to start the ADF to call the wizard.

    My question is:

    What command and what directory to start ADF and call the wizard in order to develop the Web Application?

    Thanks in advance.

    You don't need to install JDev WLS directory.

    What you end up doing, is take the application (EAR/WAR file) you create in JDeveloper and deploy in the WebLogic.

    JDeveloper will be in a separate Directory.

  • In the 30 days trial Lightroom, the application is opening her self, how can I stop this?

    In the 30 days trial Lightroom, the application is opening what it self and showing the import screen image. The app and the cathalog that is installed on the C: drive, but the photo files are on the disk D:. How can PLS, I stop this?

    Hi sstamant,

    Could you please let me know when the Lightroom Application opens by itself?

    You connect any external drive?

    Kind regards

    Tanuj

  • Internal application with an Apple ios developer enterprise account

    Hello everyone,

    I created an application with a business Apple iOS developer program account and an account unique edition of DPS.

    I host this app on my server (.ipa + .plist + a small html file) to download it directly from the Ipad by communicating the right url.

    Everything works well for iPad which UDID is registered, but stop the installation close to the end for the iPad that are not registered.

    When I created the distribution start-up profile, I asked a deployment 'internal' and not 'ad hoc'. So I don't understand why it does not work!

    Could someone help me?

    I look forward to your reply.

    Eric

    You cannot use SE for what you are wanting to do. You need an Adobe company account in order to achieve what you want.

  • Unable to see the role of "Developer of Applications Oracle Fusion" starting up

    Hi all

    Strange that I can't find the 'Developer of Applications Oracle Fusion' role in the list of roles that arise at the start of my jdev. Anything I missed?

    Thank you
    Srini

    "Oracle Fusion Applications Developer", developer Oracle Fusion Applications customization are internal to the development of the Oracle. They are not available as part of the downloaded site OTN Jdeveloper.

  • SE Oracle develops custom web applications?

    Hi all!

    I would like to know if Oracle corporation develops custom web applications? I would like to start a new company, involving an innovative web application. I want Oracle to develop this web application. Of course, I'll give you all the details and specifications, but Oracle will do real programming. Oracle does this? If this is not the case, do you know of any company that does?

    Thank you very much

    Published by: user13287930 on June 12, 2010 23:14

    Published by: user13287930 on June 12, 2010 23:15

    Luke,

    I think they will sit down with you and get to a document specifying your functional needs. This will result in an estimate of how long it will take and how much it will cost. They build and perhaps even administer it.
    They will use Oracle products as much as possible, it will be at least Oracle's RDBMS and Oracle Application Server (full product). Oracle Application Express looks like too low for your purpose.
    As for "exactly what you want": it makes me smile. I was however quite a long time to see many projects fail because of unclear customer specifications.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • Development team JDeveloper 11 g model when develpoing ADF JSF application.

    We have an application include five almost 10 screens developed using dev D 11 g.
    Our model projects and display of conteins application.
    We want some of our developers to develop a part of the project form and another programmer develop other screens. A single responsible developer of projects-models.
    We have a shared responsibility between the programmers as.
    Programmer1-> input.jspx
    Programmer2-> edit.jspx

    We gave programmer project files. They develop the new screens.

    But when you want to combine the screen, some of the shared files (databinding.cpx) suchas shopping problems.
    How to handle this kind of situation. We do not want to create a new project for each screen.
    We are using cvs. But the shared files shopping problems in CVS also.

    y at - it no civilians what do you advise?

    Thank you.

    SVN has been developed to overcome some of the disadvantages of the CVS - do atomic transactions is much better to ensure that you don't have dependencies file that have not been committed.

    In JDeveloper support for SVN so very hard. A feature of SVN that useful development organizations on what I have already mentioned is support for branches - so allowing developers to work checkin on the '' private '' branches and then compare and merge as needed to the trunk. In addition, you can use the commands SVN Commit / update working copy. This ensures that you "never forget" the version of the files in your application (assuming you do check-out of the entire application. And because SVN if very good to make the diffs you not wasting resources by working at the application level.

    Of course, any SCM tool is as good as your human process! To compare the components that are being developed in tandem and to talk with the other members of the team to ensure that there is no problem on the merger, there is no substitute!

    For the more complex development multi-demande/multi-project team, I wrote a paper that is located on OTN detailing an approach and there are a number of demos he too
    http://www.Oracle.com/technology/products/jdev/11/how-tos/svn_adf/svn_adfsharedlibs.htm

    Another good source of information on methodology is the ADF methodology group
    http://groups.Google.com/group/ADF-methodology/

    Rgds

    Susan
    www.susanduncan.blogspot.com

  • Developer SQL blocks every time when saving

    Hello, I am using SQL Developer for the last 6 months on the same project, and just recently, I started running into this question.  Everytime I go to save the entire application crashes and this happens without worrying if I use the shortcut (ctrl + s) or click on the button Save real.  I have this problem consistantly when recording, but it will also happen occationaly when I open a menu, compilation or perform a specific function.  I have tried different ideas to solve the problem as the increase in the value of Xms, disable some preferences, used different java sdk, updated and re-installed but nothing has changed.  My friend who did the same as me is having no problem.  Is there anything I can delete temporary data that could help with this?  I've been looking at other positions, but the only one I've seen that's similar to me is not answered and some points in a similar position, but unanswered, Re: Developer SQL does not is this post.

    Here is my error report, it is bigger than my buffer allows then it is cut in the upper part.  I'm working on getting all of this, I just wanted to post this in the meantime.

    Thanks for any help.

            at org.openide.util.RequestProcessor$TickTac.obtainFirst(RequestProcesso
    r.java:2267)
            - locked <0x00000000ce163850> (a java.lang.Class for org.openide.util.Re
    questProcessor$TickTac)
            at org.openide.util.RequestProcessor$TickTac.run(RequestProcessor.java:2
    243)
    
    
    "Active Reference Queue Daemon" daemon prio=2 tid=0x000000000a62b800 nid=0x2184
    in Object.wait() [0x000000000b87f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
            at org.openide.util.lookup.implspi.ActiveQueue$Daemon.run(ActiveQueue.ja
    va:180)
            - locked <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
    
    
    "TimerQueue" daemon prio=6 tid=0x000000000a5ed000 nid=0x219c waiting on conditio
    n [0x000000000b67f000]
       java.lang.Thread.State: TIMED_WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x00000000ce164458> (a java.util.concurrent.lock
    s.AbstractQueuedSynchronizer$ConditionObject)
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226
    )
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
    .awaitNanos(AbstractQueuedSynchronizer.java:2082)
            at java.util.concurrent.DelayQueue.take(DelayQueue.java:220)
            at javax.swing.TimerQueue.run(TimerQueue.java:171)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "AWT-EventQueue-0" prio=6 tid=0x000000000a3b3000 nid=0x2198 waiting on condition
     [0x000000000ad7a000]
       java.lang.Thread.State: TIMED_WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x00000000d353fcf0> (a java.util.concurrent.lock
    s.ReentrantReadWriteLock$NonfairSync)
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226
    )
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared
    Nanos(AbstractQueuedSynchronizer.java:1033)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireShare
    dNanos(AbstractQueuedSynchronizer.java:1326)
            at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.tryLock(Re
    entrantReadWriteLock.java:873)
            at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWr
    iteLockImplementation.java:189)
            at oracle.javatools.buffer.JdkReadWriteLockImplementation.readLock(JdkRe
    adWriteLockImplementation.java:94)
            at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:192
    )
            at oracle.javatools.buffer.AbstractTextBuffer.readLock(AbstractTextBuffe
    r.java:948)
            at oracle.javatools.buffer.ReadTextBufferDecorator.readLock(ReadTextBuff
    erDecorator.java:126)
            at oracle.javatools.editor.BasicDocument.readLock(BasicDocument.java:442
    )
            at oracle.javatools.editor.folding.DefaultCodeFoldingModel.readLock(Defa
    ultCodeFoldingModel.java:198)
            at oracle.javatools.editor.folding.CodeFoldingMargin.paintComponent(Code
    FoldingMargin.java:855)
            at javax.swing.JComponent.paint(JComponent.java:1054)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JViewport.paint(JViewport.java:731)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.jdesktop.jxlayer.JXLayer.paint(Unknown Source)
            at org.jdesktop.jxlayer.plaf.AbstractLayerUI.paintLayer(Unknown Source)
            at org.jdesktop.jxlayer.plaf.AbstractLayerUI.paint(Unknown Source)
            at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
            at javax.swing.JComponent.paintComponent(JComponent.java:778)
            at org.jdesktop.jxlayer.JXLayer.paint(Unknown Source)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.swing.tabcontrol.TabbedContainer.paint(TabbedContainer.j
    ava:994)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane
    .java:341)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane
    .java:341)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MainWindow$1.paint(MainWindow.java:
    179)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintToOffscreen(JComponent.java:5219)
            at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManag
    er.java:295)
            at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
            at javax.swing.JComponent._paintImmediately(JComponent.java:5167)
            at javax.swing.JComponent.paintImmediately(JComponent.java:4978)
            at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
            at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
    main.java:76)
            at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
    
    
            at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
    
    
            at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:7
    18)
            at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
            at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java
    :1677)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
            at java.awt.EventQueue.access$200(EventQueue.java:103)
            at java.awt.EventQueue$3.run(EventQueue.java:694)
            at java.awt.EventQueue$3.run(EventQueue.java:692)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
    main.java:76)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
            at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQu
    eueWrapper.java:169)
            at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQue
    ueWrapper.java:151)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:242)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:161)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:150)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    
    
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    
    
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    
    
    "AWT-Windows" daemon prio=6 tid=0x000000000a3ae000 nid=0x217c runnable [0x000000
    000ab1f000]
       java.lang.Thread.State: RUNNABLE
            at sun.awt.windows.WToolkit.eventLoop(Native Method)
            at sun.awt.windows.WToolkit.run(WToolkit.java:307)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "AWT-Shutdown" prio=6 tid=0x000000000a3ad000 nid=0x2194 in Object.wait() [0x0000
    00000aa1f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bad18> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:503)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:296)
            - locked <0x00000000ce2bad18> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "Java2D Disposer" daemon prio=10 tid=0x000000000a3ac000 nid=0x2190 in Object.wai
    t() [0x000000000a91f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce27f228> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000ce27f228> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at sun.java2d.Disposer.run(Disposer.java:145)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "Service Thread" daemon prio=6 tid=0x0000000008a5c000 nid=0x2188 runnable [0x000
    0000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "C2 CompilerThread1" daemon prio=10 tid=0x0000000008a5a800 nid=0x216c waiting on
     condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "C2 CompilerThread0" daemon prio=10 tid=0x0000000008a55800 nid=0x2180 waiting on
     condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Attach Listener" daemon prio=10 tid=0x0000000008a54000 nid=0x1a24 runnable [0x0
    000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Signal Dispatcher" daemon prio=10 tid=0x0000000008a4d000 nid=0x21d8 waiting on
    condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Finalizer" daemon prio=8 tid=0x00000000089fd000 nid=0x21d4 in Object.wait() [0x
    0000000009d5f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bb4a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000ce2bb4a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    
    
    "Reference Handler" daemon prio=10 tid=0x00000000089f2000 nid=0x1dfc in Object.w
    ait() [0x0000000009c5f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bb630> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
            - locked <0x00000000ce2bb630> (a java.lang.ref.Reference$Lock)
    
    
    "main" prio=6 tid=0x00000000027eb800 nid=0x12ec waiting on condition [0x00000000
    00000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "VM Thread" prio=10 tid=0x00000000089ee000 nid=0xf18 runnable
    
    
    "GC task thread#0 (ParallelGC)" prio=6 tid=0x0000000002801000 nid=0xe38 runnable
    
    
    
    
    "GC task thread#1 (ParallelGC)" prio=6 tid=0x0000000002802800 nid=0x149c runnabl
    e
    
    
    "GC task thread#2 (ParallelGC)" prio=6 tid=0x0000000002804800 nid=0x314 runnable
    
    
    
    
    "GC task thread#3 (ParallelGC)" prio=6 tid=0x0000000002806000 nid=0x1e88 runnabl
    e
    
    
    "VM Periodic Task Thread" prio=10 tid=0x000000000a268800 nid=0x218c waiting on c
    ondition
    
    
    JNI global references: 2254
    
    
    Heap
     PSYoungGen      total 209408K, used 104582K [0x00000000ef500000, 0x00000000ffb8
    0000, 0x0000000100000000)
      eden space 197632K, 47% used [0x00000000ef500000,0x00000000f4fc39f0,0x00000000
    fb600000)
      from space 11776K, 98% used [0x00000000fb600000,0x00000000fc15e118,0x00000000f
    c180000)
      to   space 34816K, 0% used [0x00000000fd980000,0x00000000fd980000,0x00000000ff
    b80000)
     ParOldGen       total 175104K, used 91643K [0x00000000ce000000, 0x00000000d8b00
    000, 0x00000000ef500000)
      object space 175104K, 52% used [0x00000000ce000000,0x00000000d397efd8,0x000000
    00d8b00000)
     PSPermGen       total 84992K, used 84957K [0x00000000be000000, 0x00000000c33000
    00, 0x00000000ce000000)
      object space 84992K, 99% used [0x00000000be000000,0x00000000c32f7468,0x0000000
    0c3300000)
    
    

    Finally figured it out, had to kill the session.  I am embarressed to say that I try to look at user sessions. When I did, I saw there were two for me, one normal and one that screwed up.  It took a few runs for nothing to take, but in the end, it worked, this link helped how kill/terminate a session in Oracle

Maybe you are looking for

  • Satellite Pro A10 with XP SP2 works very slowly

    I have a Satellite Pro A10; 256 RAM with 18 GB of HARD drive. (In think it was sold as a nominal 20GB).It's not particularly loaded with the software, even if the HD is about 90% full and is used primarily for surfing the Internet and word processing

  • Control of read/write of FPGA Interface

    I need help on control of FPGA read/write Interface. I would like to connect data TCP Read (String) directly to VI FPGA Read, but the entrance is an FXP... How can I do this?

  • Windows 7 Professional 64 bit - missing BsTrace.dll

    Hello I recently bought a HP ProBook 450 G1. I had already updated Windows immediately after the purchase of the laptop. Yesterday I ran the HP provided software updates the application and today when I checked status, downloading software and update

  • Laptop HP 15-r006TX - drivers problem

    Hi Sir, I bought a new laptop (HP PC laptop 15-r006TX). I need a suggestion for the operating system for laptop. I have used windows7 ultimate. But most of the drivers is not supported in it. http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=406

  • question of the Software EULA

    Hi all I built a website 10 years ago (100 + pp) with FP2000.  Recently switched to Win8 which of course can't stand the FP.  Downloaded free version of Expression Web (EW).  Of course, this program was abandoned in 2010.  The fact EULA notes commerc