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
10 replies
Subscribers
6 subscribers
Views
3928 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I'm trying to do an upgrade from 7.8 to 7.9. I got a clean install of 7.9 ru
dsmithgxp
Certified Associate Developer
over 10 years ago
I'm trying to do an upgrade from 7.8 to 7.9. I got a clean install of 7.9 running using the Configure Script then I tried migrating the data from our 7.8 instance into the 7.9 install. I followed the migration guide (
forum.appian.com/.../Migration_Guide.html
. I got through starting up the engines and the search-sever but can't seem to successfully start the application server. Jboss seems to blow up after it installs the plugins and consistently breaking with the following error.
13:01:56,670 INFO [stdout] (ServerService Thread Pool -- 78) 2015-05-06 13:01:56,670 [ServerService Thread Pool -- 78] ERROR com.appiancorp.suiteapi.common.TypedValueReturnConverter - Error converting value of type 1780
13:01:56,683 INFO [stdout] (ServerService Thread Pool -- 78) 2015-05-06 13:01:56,674 [ServerService Thread Pool -- 78] ERROR com.appiancorp.kougar.mapper.returns.MapReturnConverter - MapR...
server.log
OriginalPostID-148090
OriginalPostID-148090
Discussion posts and replies are publicly visible
Parents
0
Alok Mohare
Appian Employee
over 10 years ago
The App-server should still have started despite those Errors.
It seems like the App-server deployment failed due to the following error.
############################################
13:02:56,900 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 first updated the service container was 'add' at address '[
("core-service" => "management"),
("management-interface" => "native-interface")
]'
############################################
In order to fix this, can you please do the following?
Can you temporarily 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"
Let me know if this fixes the issue.
If it doesn't, can you re-upload the server.log?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Alok Mohare
Appian Employee
over 10 years ago
The App-server should still have started despite those Errors.
It seems like the App-server deployment failed due to the following error.
############################################
13:02:56,900 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 first updated the service container was 'add' at address '[
("core-service" => "management"),
("management-interface" => "native-interface")
]'
############################################
In order to fix this, can you please do the following?
Can you temporarily 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"
Let me know if this fixes the issue.
If it doesn't, can you re-upload the server.log?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data