Bug 779440 (SOA-1825)

Summary: Multiple warning messages written to server.log when admin console started
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Len DiMaggio <ldimaggi>
Component: Documentation, ToolingAssignee: Len DiMaggio <ldimaggi>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0.0 ER7   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1825
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
ER7
Last Closed: 2010-02-18 20:56:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 779370    
Attachments:
Description Flags
server.log none

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.