Hide Forgot
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
Attachment: Added: server.log
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
One to document for 5.0
Affects: Added: [Documentation (Ref Guide, User Guide, etc.)]
Link: Added: This issue is a dependency of SOA-1760
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.