Bug 779440 (SOA-1825) - Multiple warning messages written to server.log when admin console started
Summary: Multiple warning messages written to server.log when admin console started
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-1825
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: Documentation, Tooling
Version: 5.0.0 ER7
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Len DiMaggio
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks: SOA-1760
TreeView+ depends on / blocked
 
Reported: 2010-01-13 19:59 UTC by Len DiMaggio
Modified: 2010-02-18 20:56 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
ER7
Last Closed: 2010-02-18 20:56:03 UTC
Type: Bug


Attachments (Terms of Use)
server.log (97.54 KB, text/x-log)
2010-01-13 19:59 UTC, Len DiMaggio
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-1825 0 Minor Closed Multiple warning messages written to server.log when admin console started 2013-09-03 01:30:30 UTC

Description Len DiMaggio 2010-01-13 19:59:18 UTC
Affects: Documentation (Ref Guide, User Guide, etc.)
Date of First Response: 2010-01-19 12:18:38
project_key: SOA

Seeing this:

14:55:11,597 INFO  [ServletContextListener] Welcome to Seam 2.1.0.SP1
14:55:16,523 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
14:55:16,545 WARN  [Component] Component class should be serializable: sessionInfoAction
14:55:16,564 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
14:56:17,668 INFO  [BootstrapAction] Initializing Administration Console v1.3.2.GA...
14:56:21,204 WARN  [SystemInfoFactory] System info API not accessible on this platform (native shared library not found in java.library.path).
14:56:21,420 INFO  [PluginContainerResourceManager] Discovering Resources...
14:56:21,480 WARN  [JMXDiscoveryComponent] Unable to complete base jmx server discovery (enable DEBUG for stack): java.lang.UnsupportedOperationException: No native library available - Cannot get the process table information without native support

Comment 1 Len DiMaggio 2010-01-13 19:59:40 UTC
Attachment: Added: server.log


Comment 2 Charles Crouch 2010-01-19 17:18:38 UTC
These warnings are currently expected when starting the admin console and can be safely ignored. Some of these care coming from Seam classes

14:55:16,523 WARN [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
14:55:16,564 WARN [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required. 

While others are coming from the console and indicate that its not going to be able to use its native component for doing discovery 

14:56:21,204 WARN [SystemInfoFactory] System info API not accessible on this platform (native shared library not found in java.library.path).
14:56:21,480 WARN [JMXDiscoveryComponent] Unable to complete base jmx server discovery (enable DEBUG for stack): java.lang.UnsupportedOperationException: No native library available - Cannot get the process table information without native support 

Comment 4 Len DiMaggio 2010-02-02 18:20:48 UTC
One to document for 5.0

Comment 5 Len DiMaggio 2010-02-02 18:21:20 UTC
Affects: Added: [Documentation (Ref Guide, User Guide, etc.)]


Comment 6 Jaroslaw Kijanowski 2010-02-17 08:24:03 UTC
Link: Added: This issue is a dependency of SOA-1760


Comment 7 David Le Sage 2010-02-18 04:42:07 UTC
Draft text for the Release Notes:


https://jira.jboss.org/jira/browse/SOA-1825

    Multiple warning messages are written to the server.log file when the Administration
    Console is started. It is safe to ignore these messages, some of which come from Seam classes,
    whilst others emanate from the console, indicating that the native component cannot be utilized to
    perform "discovery" operations.



Note You need to log in before you can comment on or make changes to this bug.