Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raising SEVERE error in console log #1

Open
parkerjohn opened this issue May 20, 2014 · 2 comments
Open

Raising SEVERE error in console log #1

parkerjohn opened this issue May 20, 2014 · 2 comments

Comments

@parkerjohn
Copy link

This seems to happen every time I open the Log Reader:

NOTESLOG SEVERE: (Reader.xsp) null [dk.majkilde.logreader.menu.MenuItem.add]

error-log-0.xml:

<CommonBaseEvent creationTime="2014-05-20T10:41:25.181+02:00" globalInstanceId="EL64590655000146149db2370000007d" msg="null" severity="50" version="1.0.1">
    <extendedDataElements name="CommonBaseEventLogRecord:level" type="noValue">
        <children name="CommonBaseEventLogRecord:name" type="string"> 
            <values>SEVERE</values>
        </children>
    </extendedDataElements>
    <extendedDataElements name="CommonBaseEventLogRecord:sourceClassName" type="string">
        <values>dk.majkilde.logreader.menu.MenuItem</values>
    </extendedDataElements>
    <extendedDataElements name="CommonBaseEventLogRecord:sourceMethodName" type="string">
        <values>add</values>
    </extendedDataElements>
    <sourceComponentId component="Expeditor 6.2" componentIdType="ProductName" instanceId="" location="nis01" locationType="Hostname" subComponent="" threadId="1" componentType="http://www.w3.org/2001/XMLSchema-instance"/>
    <situation categoryName="ReportSituation">
        <situationType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ReportSituation" reasoningScope="INTERNAL" reportCategory="LOG"/>
    </situation>
@mpradny
Copy link

mpradny commented Apr 20, 2015

In my case similar error was caused by OpenLog configuration in config.xml . I have openlog on my server, but probably something isn't set correctly. When I removed this part of configuration, error disappeared.

@PhilippeArdit
Copy link

Fix to avoid error messagez "HTTP JVM: This database object is already open as ...\OpenLog.nsf", in the method "dk.majkilde.logreader.menu.actions.NSFAction.isValid()", add "if (!db.isOpen())" before "db.open();" -> if (!db.isOpen()) db.open();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants