Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1070 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I am trying to upgrade Appian version from 7.6 to 7.9 and encounter following er
shaoyongw
over 9 years ago
I am trying to upgrade Appian version from 7.6 to 7.9 and encounter following errors when starting Jboss. Could anyone give a suggestion?
[Appian Timer - 0] ERROR com.appiancorp.core.timer.timers.TransientTopicHeartbeat - No acknowledgement from TransientTopic, forcing rules cache to be cleared now.
07:12:18,644 INFO [stdout] (Appian Timer - 1) 2015-05-22 07:12:18,643 [Appian Timer - 1] WARN com.appiancorp.common.sigar.SigarLoader - Sigar native library not found at /native/sigar/sigar-amd64-winnt.dll
07:12:18,699 INFO [stdout] (Appian Timer - 1) 2015-05-22 07:12:18,699 [Appian Timer - 1] WARN com.appiancorp.common.sigar.SigarLoader - Sigar native library not available. Some system metrics are not available on Windows.
07:13:01,688 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS013412: Timeout after [300] seconds waiting for service container stability. Operation will roll back. Step that fir...
OriginalPostID-150012
OriginalPostID-150012
Discussion posts and replies are publicly visible
0
shaoyongw
over 9 years ago
...st updated the service container was 'add' at address '[
("core-service" => "management"),
("management-interface" => "native-interface")
]'
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
akshayan
Certified Lead Developer
over 9 years ago
Refer to the post
forum.appian.com/.../e-148090.
You have to increase the "jboss.as.management.blocking.timeout" timeout from 300 to 1000 and restart Jboss?
(A) File:
<JBOSS_HOME>\\bin\\standalone.conf.bat
(B) Property:
FROM:
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.as.management.blocking.timeout=300"
TO:
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.as.management.blocking.timeout=1000"
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel