GlassFish View Log File opens in editor instead of console

How to reproduce:
Open the Servers view, and bring up the context menu for a GlassFish server
Select GlassFish > View Log File
Actual: Log file is opened in an editor. Every time the file is changed, a popup is shown to ask whether the contents should be reloaded (unusable)
Expected: Log file is opened in Console view and provides the usual reloading and scrolling behavior
Eclipse: 4.3.0 (Kepler) (Platform 4.3.0.I20130605-2000)
GlassFish Tools: 6.0.3.201306271729
The question is: Can this bug please be fixed?

I've noticed that search is sometimes quirky in the console, yes. But that always felt like a bug in platform. Other than searching, usability of the console is superior: Automatically scrolling, Clear Console, Scroll Lock, Show Console when output changes, being in a view instead of an editor.
The editor is so bad that some people here refuse to upgrade to the new plugin version, instead installing the Indigo version from old workspaces.
How about just offering both in the context menu? They could be named something like View Log in Console and View Log File in Editor.

Similar Messages

  • Is it possible to create materialized view log file for force refresh

    Is it possible to create materialized view log file for force refresh with join condition.
    Say for example:
    CREATE MATERIALIZED VIEW VU1
    REFRESH FORCE
    ON DEMAND
    AS
    SELECT e.employee_id, d.department_id from emp e and departments d
    where e.department_id = d.department_id;
    how can we create log file using 2 tables?
    Also am copying M.View result to new table. Is it possible to have the same values into the new table once the m.view get refreshed?

    You cannot create a record as a materialized view within the Application Designer.
    But there is workaround.
    Create the record as a table within the Application Designer. Don't build it.
    Inside your database, create the materialized with same name and columns as the record created previously.
    After that, you'll be able to work on that record as for all other within the Peoplesoft tools.
    But keep in mind do never build that object, that'll drop your materialized view and create a table instead.
    Same problem exists for partitioned tables, for function based-indexes and some other objects database vendor dependant. Same workaround is used.
    Nicolas.

  • Getting the error LOG file opened at 01/29/07 18:13:12 while selecting from

    I am getting following error in log file while selecting from a external table
    LOG file opened at 01/29/07 18:13:12
    KUP-04040: file test.csv in UTL not found. I am follwoing the following steps:
    connect as sys user :
    CREATE OR REPLACE DIRECTORY UTL as 'D:\oracle\product\10.1.0';
    GRANT READ,write ON DIRECTORY UTL TO user1;
    connect as user1
    drop table test;
    create table test (EQP_N_EQUIPMETID_PK number(10) ,
    EQPNAME varchar2(100),
    EQPDESCR varchar2(1000),
    COSSEC varchar2(10),
    ETSCES varchar2(10),
    CATPARTNO varchar(1000),
    EQUIPMETID_FK number(10),
    EQPTYPEMASTERID_FK number(10),
    SECTIONID_FK number(10),
    MEAUNITID_FK number(10),
    CREATEDBY number(10),
    MODIFIEDBY number(10),
    LASTUPDATED varchar2(20),
    SHUFFLING varchar2(50))
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY utl
    ACCESS PARAMETERS (FIELDS TERMINATED BY ',')
    LOCATION ('test.csv'))
    REJECT LIMIT UNLIMITED
    On issuing select count(*) from test gives following error:
    SQL> select count(*) from test;
    select count(*) from test
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file test.csv in UTL not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    ORA-06512: at line 1
    All these steps I have tried on the oracle server as well as on the client m/c.
    Is there any step that I am missing out???

    hi,
    SQL> edit c:\oracle\product\10.1.0\test.csv
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> create or replace directory UTL  as 'c:\oracle\product\10.1.0';
    Directory created.
    SQL> grant read,write on directory UTL to scott;
    Grant succeeded.
    SQL> create table scott.test ( no number(10),
      2                           name varchar2(20))
      3  organization external
      4                   ( type oracle_loader
      5                     default directory UTL
      6                     access parameters
                           ( fields terminated by ',')
      7  location
                           ('test.csv'))
      8  reject limit unlimited;
    Table created.
    SQL> select count(*) from scott.test;
      COUNT(*)
             1
    SQL> select * from scott.test;
            NO NAME
             1 test
    SQL>it is working for me. again check your file location.
    regards
    Taj
    Message was edited by:
    M. Taj

  • Log.0000000001: log file open failed

    I have been seeing an error off and on recently where my app will go along just fine writing to dbxml - and then for no apparent reason, blow up with
    log.0000000001: log file open failed: No such file or directory
    PANIC: No such file or directory
    When I go look - there is indeed no log.00000001 in my dbxml directory.
    What is the story with log.00000001? When is it created? What would cause this creation to fail. I have seen this problem on both an XP system and a Unix system.
    I think I have made this problem go away by manually creating an empty log.0000001 file before I start my app - but this seems bogus.
    Any tips appreciated

    Hi,
    If you have multiple applications or processes using Berkeley DB XML (including our utility programs) you may have set up a separate log directory for your log files or they simply were created in another directory. For this reason you may want to consider using a DB_CONFIG file and setting the location for your log files there.
    For more information about this please look at these references:
    http://www.sleepycat.com/docs/ref/env/db_config.html
    DB_CONFIG
    http://www.sleepycat.com/docs/api_c/env_set_lg_dir.html
    http://www.sleepycat.com/docs/api_c/env_set_data_dir.html
    An example for how to insert this information in a DB_CONFIG file is:
    set_data_dir datadir
    set_lg_dir logdir
    Regards,
    Ron Cohen
    Berkeley DB XML Support
    Oracle Corporation

  • View log file via third party tool

    Hi All,
    Using Oracle EBS 11.5.10.2
    Database 10g
    How can I show the oracle log file through third party tool like Java.
    PS
    Edited by: PS on May 28, 2012 9:21 AM

    Hi,
    Once a concurrent request is completed, Log and Output file is created and details can be fetched using below query,
    SELECT OUTFILE_NAME,LOGFILE_NAME
    FROM fnd_concurrent_requests
    WHERE request_id = <Your Request ID>
    This will tell you the file name along with completed path.
    You can copy this files to other locations and need third party tool to read this files.
    I hope this helps, how to view log files from other tools.
    Regards,
    Saurabh

  • Ias Failed to start with "OPMN log file open failed" error message.

    Hi,
    My iAS doesn't start and I get this error message. Any advice? Thanks.
    opmnctl: starting opmn and all managed processes...
    OPMN log file open failed: /.../opmn/logs/ons.log (Read-only file system).
    opmnctl: opmn start failed

    Hi,
    Haven't you re-posted your question exactly after a year?
    take a look here.
    iAS not running due to OPMN log file open failed: opmn/logs/ons.log (Read-o

  • How to get thumbnail view in File-Open

    When I go to File-Open I would like my directories to come up in thumbnail view right away, instead of having to click on the View icon and then on Thumbnails. Is there any way to make this view the default?
    Thanks

    On Tue, 22 Jan 2008 18:33:05 -0800, [email protected] wrote
    in <[email protected]>:
    >John, I changed my Windows default folder view to Thumbnails and
    >rebooted, but PSE6 still opens with a list of files, not Thumbnails. Is
    >there a step I haven't done?
    No, I gave you bad advice -- relied on something I had heard without
    checking it myself -- sorry. I've now done some checking, and there
    doesn't appear to be any way to do what you want. What I do is open My
    Pictures, which I've configured for Thumbnail View, and then drag and
    drop into PSE.
    Best regards,
    John Navas
    Check for answers to your questions at
    http://help.adobe.com/en_US/PhotoshopElements/6.0/
    Lots of useful help there,

  • Creation of materialized view with view log file for fast refresh in 10.1db

    Hi,.. I have a select statements that includes data from almost 20 tables and takes long time to complete..I am planing to create a materialized view on this.. would you please suggest best way of doing this?
    we would like to have materialized view and materialized log file to refresh changes from underline table to mv view. please provide help on this .. thanks in advance

    It will be possible to create a Materialised view with up to 20 tables, but you have to understand the restrictions on complex Materialised views with regards to fast refresh.
    To help your understanding, refer to Materialized View Concepts and Architecture
    <br>
    Oracle Database FAQs
    </br>

  • Could not open log file in Win2000 sp3 Message in console

    I have configured log file for ias. Then restarted my Application server. It is giving Error message "Could not open log file ''logs/logVal.10817" in kas window. But logs files are there (created by the server itself) in the logs floder.
    I have configured logs for two systems.
    One system is noted all messages in the file
    Second system did not not any messages.
    But the files are existed in the logs folder in both the systems.
    I need to configure logs for ias,Kjs and KXS also.
    Please suggest me regarding this.
    thanks
    sudheer

    Hi,
    I'm not sure what operation are you trying to, can you please confirm that ? Please check what kind of messages did you try to log, is it only errors ? or all errors & warning or all messages ?. If it were only errors and warnings, then there is a possibility that the server did not encounter any of this, due to which the log file can be empty.
    Regards
    Raj

  • How to save all event viewer log files in Windows 7 Professional

    Hello,
    I would like to save all Event Viewer logs from my Windows 7 Professional computer and be able to view them from another computer.  Currently I can only save one log at a time.  Please let me know how I can save all Event Viewer logs
    (Windows Logs, Applications and Service Logs, etc.).
    Thanks,
    Jason

    Hi Jason,
    There is no idea to save all categories log.
    It's recommend you ask in Official Scripting Guys forum for further help:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=ITCG
    Besides that, this thread could be referred:
    http://social.technet.microsoft.com/Forums/en-US/d66c1bd7-0e61-4839-a5f6-cbe29661dccb/how-to-use-script-saving-log-from-event-viewer-into-csv-file?forum=ITCG
    Karen Hu
    TechNet Community Support

  • Publications - Successful job run - View Log File

    Hi everyone,
    We have a growing number of Publication (based on Webi documents) that are scheduled and I want to report on Errors & Warnings.
    When a Job Fails, I can use our Auditing universe and get visibility of the failure reason. When a Job is Successful but there are warning within the Log File - I don't know how to access this information bar manually having to check each Log file which is not feasible.
    i.e. This snapshot of the History of a publication looks like all three publications were successful:
    The actual jobs ran HOWEVER the one @ 10:00 shows a Warning when you dig into the Log file:
    - There are no schedulable documents in the publication. (FBE60503)
    2014-04-03 10:00:17,552 WARN  [PublishingService:HandlerPool-61] BusinessObjects_PublicationAdminLog_Instance_1633706 - [Publication ID # 1633706] - Unable to find any distributable documents in scope batch
    Notifications are of no use to me here, they flag a Successful job even though a warning exits and no documents were sent.
    Do you know if you can access these Publication Admin Log xxxxxxxx files and generate reports on them?
    Many thanks
    Gill

    Hi RC,
    The issue is not the reports failing, the issue is around reporting on such failures.
    Do you know if you can access these Publication Admin Log xxxxxxxx files and generate reports on them?
    With thanks
    Gill

  • Problem viewing .mid files in Score Editor

    Help please!
    Used Finale several years ago before I upgraded to OS 10 and Logic 7.2 Express. I recently opened one of my .mid files from Finale and it played back fine but when I tried to see the score in the Score Editor it was altered and only some of the notes were visible - even though they all played and were obviously "there" using other views such as Matrix or Event Editors!
    (The score in question still displays perfectly in Finale - the keyboard part in question has some large chord blocks that "build" but the build doesn't show in Score Editor - but the notes are "there and playing" - but it makes it hard to edit or follow in Score Editor.
    Before I go back into Finale for my notation/writing needs, I'd like to know if there is a way to bring these files into Logic "on all levels"- including the Score Editor - or is this a bug?
    Thanks in advance for the insight into the compatibilities or lack thereof between the two programs -

    There are many (read--jillions!) of options available within the score editor. When you open a score window on the midi sequence at hand first look at the inspector panel on the left side of the screen.
    The first be-triangled panel has a "syncopation" option. Toggle that and see what it does. Read the manual for how it decides what to do here. More importantly note your Quantize toggle there. This quantize is not for how the sequence sounds, but how it displays. Change it one of the more likely defaults 16,24 and you'll get one level of precision. Set it to 8,12 and you'll get another. Set it to 4 and you get nothing but quarter notes and half-notes.
    Read the manual for the myriad details, but hacking through the options may get you to what you intended.
    You should likely read up on "overlap" to see what kind of roadblocks it is or isn't providing.
    -- Gerry

  • Editing .AI files opening in CS5 instead of CS6

    I have both CS5 and CS6 suite installed. When working in InDesign and needing to edit a .ai file they open up in Illustrator CS5 instead of Illustrator CS6. How can I change this default action?
    Thanks,
    Phil

    Couple things. If you double click on an AI file, which version of AI opens it? If CS5 is opening it, it may or may not be the file associations.
    I believe Windows uses the last version of an application associated to a file extension. If CS5 opens a file that is double-clicked on, exit. Start CS6 and manually open an AI file. Now exit AI CS6 and try double-clicking on an AI file. Does it open in CS6? If so, it is likely the whole Windows thing.
    If CS6 initially opens a double-clicked file and ID is not using it for the linked AI files...then I have no idea. At least without playing a bit, which will be a while later.
    Take care, Mike

  • Crash when trying to view log files

    So i noticed my system time had stopped syncing and wanted to find out why. I went into ksystemlog and tried to view errors.log. Then my system crashed. I then killed all processes with the magic sysrq key and ended up in tty. I tried to view some logs in there too using vi, but nothing appeared and i had to kill all processes again. Then i checked out my system monitor when i was back in kde and tried $vi /var/log/errors.log and noticed that vi eats up all the cpu and ram when doing this. I also tried with nano and it did the same. Luckily i was able to kill them before i was oom.
    The irony of this, i can't find anything from google under "system log crash". And i can't get into my logs to find out what is going on. The only thing i've changed lately is backgrounding "crond fam & kdm".
    Any ideas fellars?
    Oh i'm using arch-64 with kdemod 4.2.
    Last edited by Mountainjew (2009-03-28 21:22:37)

    Try a virtual console terminal.
    Let's see what is there at all: ls -l /var/log
    You might probably go root: su -
    Then use less to review the error log in question.

  • Log File Error when open MDS_Log from MDM Console

    Hi Experts,
    I am facing a problem when I tried to open MDS_Log file from MDM Console. The error message was showing as below:
    Log File Error
    Problems in the log file prevent Console from displaying its contents. To view log contents, open the log file in a seperate text editor.
    Could any of you advise me how to open the log in a seperate text editor from MDM console ?
    Thanks very much in advance
    Regards,
    Wei Dona

    Hi ,
    Just  right click on record pane of log node and select save .it will sav to user defined location in .csv format.
    Please try at yr end.
    Thanks,
    Sudhanshu

Maybe you are looking for

  • Access WiFi on Q10

    I resolved the problem to access WiFi with Q10. The problem is SSID. My SSID has some blanks and Korean language. However it is strange to me because I don't have any problem with 9900. Why Q10 is behind 9900? I think that it is necessary for Q10 to

  • Printer exchange

    I am having a problem dealing with the HP agents when you call their support line. I don't know if anyone out there can advise me but I am at my wits end with these people. I ordered a Laser Jet Pro printer from the HP store over the phone. 5 days la

  • 2 x 2911 HSEC router 3 ADSL connections each Site ti Site VPN Load Balancing Failover

    Hello, My senario is as described in Title. Site A Headquarters. The router is Cisco 2911HSEC with 3 ADSL connections Site B Remote Office. The router is Cisco 2911HSEC with 3 ADSL connections and 10 Users. All ADSL connections have static IPs and be

  • "Message not downloaded..." What does that mean?

    Help! I moved a sub-mailbox to another position in the toolbar and then moved it back. After this, all of the messages in the sub-m/b read as follows (or similar): "The message from Paul Reed <[email protected]> concerning "Julie" has not been downlo

  • Color Efex not showing in 2014 update

    Photoshop installed it's new update but now ALL my add-ons are gone....Color Efex, Topaz and others. Additionally ALL the actions I written over the years are gone. What's the fix? This is nuts.