[4.0] production SQL Developer crashes when you try to extend Java in the browser connection

People,

I'm under production Developer SQL on Oracle Linux 5.8 and whenever I click on the link Java in browser connections with a SYS AS SYSDBA SQL Developer connection is suspended.

Oracle Enterprise Edition 11.2.0.1.0

SQLDeveloper 4.0.0.13.80

Oracle Linux 6

JDK Version 1.7.0_45

Do the same with the user SCOTT (no SYSDBA) works very well (although there is no Java objects).

Thank you

Rich

This was noted as a bug.

The bad plan/performance was recorded as a bug. Developer SQL has not hang for me - I was able to cancel the query using the Panel on the progress of tasks.

Tags: Database

Similar Questions

  • AE crashes when you try to use one of the effects

    I use Adobe After Effects CS5 on Mac OS X Yosemite...

    When you try to apply color Correction Effects > change color to... the application breaks down... then gives me this error message:

    "Last log message was: < 140735205815040 > < ASL." ResourceUtils.GetLanguageIDFromRegistry > < 0 > cannot get the user 'Language' registry key: Software\Adobe\After Effects\10.5\ default "en_US". »

    How can I fix this.  I have a large project, I am working on and have never encountered this error before.

    Ah, you have a problem: the new OS.  CS5 does not work with Yosemite.  In addition, Adobe has no intention to make it work with Yosemite.  To do your current job, you will need to return to an older operating system, sorry to say.

    He's a little old wisdom that you should know about - never change your system in the middle of a project.  No doubt you will experience it now.

  • Muse crashes when you try to publish versions of the Tablet/phone of the site

    Muse crashes everytime I try to publish this site with the tablet or phone (base, no Parallax scrolling) version: home Maric Management, Inc. | Investing in the business leaders, Dayton, OH

    I tried to save new files, before it again from scratch, design elements publication of different domain names and Muse of uninstalling/reinstalling. What can I do else? Please help I need to publish this site in a few days!

    I have the error code of the Imac, if that helps...

    Thank you

    Please see this post Re: Adobee Muse crashes whenever I try to export or publish>.

  • I have a problem when you try to receive data using the socket connection.

    Hello

    I created a socket connection between a pc (sever, win32) and a blackberry (client) and I have only two questions:

    -When I send a string to the sever I get the unexpected result, I doubt if it's a problem of encoding between platforms.

    -When I try to receive data, (an array of char as a string object), the customer demand freeze (drawing and management of events, so basically the main UI thread), even if I did all the stuff of connection in a separate thread, until I have shut down the server and also no data is received.

    I left the codes below and would assess any response from you.

    C++, win32 console application:

    SOCKET _Socket;

    int _tmain (int argc, _TCHAR * argv)

    {

    If (start_sever (_socket)) {}

    char r_msg [26];

    recv (_socket, r_msg, 26, 0);

    std::cout< "receive="" :="" "="">< r_msg=""><>

    char * s_msg customer = 'welcome ';

    Send (_socket, szMessage, strlen (S_MSG), 0);

    std::cout< "send="" :="" "="">< s_msg=""><>

    Sleep (500);

    Shutdown (_socket, SD_SEND);

    closesocket (_socket);

    WSACleanup();

    } else {}

    std::cout< "cannot="" initialize="">< std::endl="">

    }

    System ("pause");

    return 0;

    }

    BOOL start_sever (socket) {}

    WSADATA WsaDat;

    If (WSAStartup (MAKEWORD (2.2) & WsaDat)! = 0)

    {

    std::cout<"WSA initialization="">

    WSACleanup();

    System ("pause");

    Returns false;

    }

    Socket = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);

    if(Socket==INVALID_SOCKET)

    {

    std::cout<"Socket creation="">

    WSACleanup();

    System ("pause");

    Returns false;

    }

    SOCKADDR_IN serverInf;

    serverInf.sin_family = AF_INET;

    serverInf.sin_addr.s_addr = INADDR_ANY;

    serverInf.sin_port = htons (8888);

    If (bind (Socket,(sockaddr*) (& serverInf), sizeof (serverInf)) == SOCKET_ERROR)

    {

    std::cout<"Unable to="" bind="">

    WSACleanup();

    System ("pause");

    Returns false;

    }

    Listen(Socket,1);

    SOCKET TempSock = SOCKET_ERROR;

    std::cout< "build="">

    while(TempSock==SOCKET_ERROR)

    {

    std::cout<"Waiting for="" incoming="">

    TempSock = accept (Socket, NULL, NULL);

    }

    Socket = TempSock;

    std::cout<"Client>

    Returns true;

    }

    Platform of Java for blackberry:

    public class Bush extends form {}

    -my current ipv4 address is set by default to avoid reset at each test

    TextField ip_text_field = new TextField ("IP address:", "192.168.65.1");

    -the server is waiting for any connection to this port ("8888")

    TextField port_text_field = new TextField ("Port:", "8888");

    ButtonField go_button_field = new ButtonField ("Connect", Field.FIELD_HCENTER) {}

    protected Boolean invokeAction (int action) {}

    UiApplication.getUiApplication () .invokeLater (new Runnable() {}

    public void run() {}

    try {

    open_connection();

    }catch (System.Exception e) {}

    e.printStackTrace ();

    Dialog.Alert (e.getMessage ());

    }

    }

    });

    return true;

    }

    };

    public Socket() {}

    Super ();

    setTitle ("[taking sample]");

    Add (ip_text_field); ip_text_field.setMargin (20, 0, 0, 0);

    Add (port_text_field); port_text_field.setMargin (30, 0, 0, 0);

    Add (go_button_field); go_button_field.setMargin (30, 0, 0, 0);

    }

    public Boolean onClose() {}

    this. close();

    return true;

    }

    _Con StreamConnection;

    DataInputStream _in;

    OutputStreamWriter _out;

    public Sub open_connection() throws Exception {}

    _CON = (StreamConnection) Connector.open ("socket: / /" + ip_text_field.getText () + ":" + port_text_field.getText () +)

    » ; deviceside = true; interface = wifi");

    this.add (new TextField ("", "connected successfully to Server"));

    _in = _con.openDataInputStream ();

    _out = new OutputStreamWriter (_con.openDataOutputStream ());

    String msg = "Welcome to customer \r\n";

    _out. Write (MSG);

    String r_msg = _in.readUTF ();

    this.add (new TextField ("read from sever:", r_msg));

    _out. Flush();

    _in. Close();

    _out. Close();

    _CON. Close();

    this.add (new TextField ("", "data has been changed"));

    }

    }

    Thanks for your help.

    You treat on the thread of events.

    You have the following code:

    UiApplication.getUiApplication () .invokeLater (new Runnable() {}

    public void run() {}

    try {

    open_connection();

    .....

    Now invokeLater essentially tells the operating system that the associated executable must be run on the event Thread.  You need start a separate Thread.  Extend this Thread, add your code in the run() method, and then start the Thread with start(). (not run()).  Then you must run the networking of processing on a separate Thread.

    This will cause you problems updating the user interface.  Take a look at this help:

    http://supportforums.BlackBerry.com/T5/Java-development/update-a-screen-on-the-main-event-thread/TA-...

    Printing, this means that invokelater a separate Thread is a common misconception.  I recommend you to look at this:

    http://supportforums.BlackBerry.com/T5/Java-development/what-is-the-event-thread/Ta-p/446865

    In addition, I recommend that you take a look at the socketDemo which must be included as a sample-, otherwise you can find it on github:

    https://github.com/BlackBerry/JDE-samples

  • Firefox crashes when you try to attach a file to gmail compose

    Laptop Vista 32. When you try to attach a file to a gmail account, compose explore dialog and then firefox crashes. Happens every time and began (I think) with the 16 or 17 years old version. Updated plugins, crossed of troubleshooting on the Help menu, I tried safe mode. All to nothing does not. IE works fine.

    After reviewing all services and startup programs using msconfig, I've isolated the problem to a conflict with Dell Media Center in starting. I deleted the software (preinstalled on your laptop) since I never use anyway, re-enabled the acceleration hardware Flash and deleted the line mode protected in the file flash cfg.

    NO MORE CRASHES when you try to attach a file to a message in gmail!

    Thanks for all your help - could not have corrected it without you.

  • My MMC crashes when you try to add the Certificates snap-in

    My MMC crashes when you try to add the Certificates snap-in

    Error: Microsoft Management Console has encountered a problem and needs to close.

    When to see the details, it shows a mfc42u.dll error.

    Hey Sankar,

    Try Mircosoft Fixit: http://support.microsoft.com/gp/slow_windows_performance

    You will need to authenticate Windows.

  • When starting, my windows xp hangs or crashes when you try to load 'personal settings '. I can't do something, but stop once again on commissioning, she repeats the same actions.

    When starting, my windows xp hangs or crashes when you try to load 'personal settings '. I can't do something, but stop once again on commissioning, she repeats the same actions. What now? Thank you

    Hello

    Disconnect all external devices from the computer and try to restart the computer and check what is happening.

     

    Step 1:

    Try to boot to the desktop in safe mode and check what is happening. Only basic files and drivers needed to run Windows are started. If a problem doesn't reappear when you start in safe mode, you can eliminate the default settings and basic as possible cause device drivers. To start in safe mode follow the link.

    http://support.Microsoft.com/kb/315222

    Step 2:

    If you are able to boot to the desktop in Mode safe, it means that the third-party application prevents the computer from starting in normal mode. To check you can configure the computer to clean start State and then try to boot into normal mode and check what is happening. To set up its own start-up follow the link below.

    http://support.Microsoft.com/kb/310353

    If the problem does not continues when the computer is in the clean start State follow the steps listed to identify which application is causing the problem.

    Note: When you are finished troubleshooting, follow step 7 article to start on normal startup.

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Adobe Reader crashes when you try to print to the printer? Why? Any ideas would be great on how to solve this problem for my clients...

    Adobe Reader crashes when you try to print to the printer?  Why?  Any ideas would be great on how to solve this problem for my clients... This seems to be a problem once the latest version of windows update 03/08.  I don't know if it's a real problem Adobe, IE question, question of operating system or printer/printer driver problem.

    Someone please help!  Thank you

    In fact, I have not... However, I have to go change the preferences of Adobe and to take do not open in the Internet Explorer browser and that seems to have solved the problem for now.  However I am still confused about whether it is a matter of IE8 or Adobe 9 and X... Because it's not all my clients with that number only some of them...

  • Muse crashing when you try to copy guides

    Muse was crashing when you try to copy guides from Master Pages.  Anyone else having this problem?

    ozgazl wrote:

    Same for me - if I try to 'cut' a guide to remove it, adobe muse crashes with the following:

    Yes everyone who arrives, you can not copy or cut a guide... the bug is that Adobe put the option to when you click right one

  • Adobe Premiere elements 12 will be not open. Crashes when you try to load 'importer quick time. "

    I have windows. I tried to uninstall and reinstall. As I said in the title, it tries to open but crashes when you try to load 'importer quick time. " Help, please!

    the link you show the locations of preference files so you can delete/rename them without having to open the program.

  • What is this bug (PAYMENT_CPG_SETTLE FAYLED)? Crashes when you try to pay for a subscription.

    What is this bug (PAYMENT_CPG_SETTLE FAYLED)? Crashes when you try to pay for a subscription.

    Hello

    Have you tried it on another browser?

    You can also contact our Adobe sales to place an order.

    Contact us | Adobe

    Hope that helps!

    Kind regards

    Sheena

  • Nobody knows... including Adobe why Photoshop crashes when you try to print. I had Adobe take on my computer, they put it is good, and then as soon as I download an update off he goes again. ADOBE when are you going to address this problem there I

    Nobody knows... including Adobe why Photoshop crashes when you try to print. I had Adobe take on my computer, they put it is good, and then as soon as I download an update off he goes again. ADOBE when are you going to fix this problem it is we makes everyone crazy.

    I'm willing to take to social media, this problem will just on and so forth. Someone has found a permanent solution, if so can you let me know the answer.

    Hey Abram,

    What version of Photoshop are you using?

    What operating system do you use?

    ~ UL

  • Photoshop crashes when you try to open 3D

    Why keep photoshop crashes when you try to open 3D?

    Hi simonm

    What version of Photoshop are you using and what is your OS?

    Please check the requirements for Photoshop Photoshop system requirements depending on the version you have installed and your computer is satisfied.

    Most of the time that Photoshop crashes when using 3D if your graphics card is not updated.

    Update your graphics card, check the system requirements and if it still blocks post here to the crash report

    Concerning

    Assani

  • The last update of Photoshop crashes when you try to save! and then there is not a version retrieved!

    The last update of Photoshop crashes when you try to save! and then there is not a version retrieved!

    How to bring back the old version. It's HORRIBLE! I lose all my work.

    Frustrated is not even close to what I am.

    If none of the troubleshooting routines have led to a positive result?

    Or have you been able to re - install one of the older versions?

  • Help - Photoshop Elements 8 crashes when you try to start multimedia

    Photoshop Elements 8 crashes when you try to start the Organizer. It is funny, from the editor of Photoshop is not a problem and works fine.

    I uninstalled the software and then installed again, but had no effect.

    What can I do?

    Nick

    Hold down the shift Organizer launch wjilst, and then click to create a new catalog, for example My Catalog2

    If the empty catalog open try to import multiple JPEG files and this will help to determine whether the original catalogue is defective.

Maybe you are looking for

  • Why my extension of Webroot filtering has been disabled?

    Today, about 5 of my extensions have been disabled. Two of them I use and need Clipconverter and the Webroot filtering extension. I want these extensions back and need to know why they have been disabled when I've been using them for years.

  • AutoFill won't stop fill my sign in info

    When I go into my Comcast email account, the username and password are now always already filled and I want stop from occurring. I tried looking at Firefox and Comcast forums to find answers to my question. I do not check the box "remember me" on the

  • What is Microsoft IntelliPoint 6.11? Do I need if I upgrade to Windows 7?

    I am upgrading to Windows 7 Home Premium Vista and the Advisor indicates the program is not compatible and I should uninstall it before upgrading.  I want to know what he does, so I can decide if I need and whether or not I should uninstall it.

  • Options of data recovery for crashed HARD drive

    My friend HARD drive gone bad. She has not saved. She has her thesis on it (any resemblance to characters from the fictional movie, living or dead, is coincidentalt. "It's true). I know there are options to recover the data. But I'm not familiar with

  • Displayed image is larger than the screen size

    Hello The display on my laptop is out of wack.  For example, I can move my cursor to the right of my screen beyond where I can see.  Similarly, my bar tasks, which lies at the base of my screen don't are not in sight, however, if I move my cursor whe