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
7 replies
Subscribers
7 subscribers
Views
3459 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
We are doing a fresh installation of Appian7.11. Appian engines & search ser
girikumard
over 9 years ago
We are doing a fresh installation of Appian7.11. Appian engines & search server was started & running.
But We are facing the below error while trying to start jboss
FYI, We have created a new primary & Business schema in my sql & corresponding configurations are made in appian-mysql-ds.xml but while trying to start jboss corresponding automated tables are not created in the primary schema.
09:10:02,591 INFO [stdout] (ServerService Thread Pool -- 102) 2015-11-04 09:10:02,589 [ServerService Thread Pool -- 102] ERROR com.atlassian.plugin.manager.DefaultPluginManager - There was an error loading the descriptor 'HttpKeyValuePair' of plugin 'appian.integration.httpclient'. Disabling.
09:10:02,596 INFO [stdout] (ServerService Thread Pool -- 102) com.atlassian.plugin.PluginException: com.appiancorp.type.config.pojo.PojoTypeImportException: Could not create types for [class com.appian.integration.httpcore.HttpKeyValuePair]. Cause: An error ...
server.log
OriginalPostID-176967
OriginalPostID-176967
Discussion posts and replies are publicly visible
0
girikumard
over 9 years ago
...occurred while trying to save the type information to the primary data source. No types have been imported. Cause: Type definitions could not be found in the primary data source for the following type ids: 1028 (APNX-1-4166-003)
Attached server log. Thanks in Advance!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
The problem seems to be you created a new primary DS, therefore Appian cannot longer find the system data type with ID 1028 in the primary DS.
If this is a fresh installation you better re-install both Appian and start with a blank Primary DS.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
girikumard
over 9 years ago
Thanks Eduardo for replying..... Yeah will do a fresh installation, but before that can you please confirm the below .....
1) While doing a fresh installation, do we need to create a new schema in DB (or) can we use the existing schema ?
2) If we need to create a new schema again, After that only do we have to follow the Appian & JBoss installation steps ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
girikumard
over 9 years ago
Issue has been resolved after the fresh installation of V7.11. But I'm not able to login for first time with Administrator/admin credentials. facing "JBWEB000065: HTTP Status 401 -"
My configuration are
1) conf.suite.SCHEME=https
2) conf.suite.SERVER_AND_PORT=abc.domain.com:443
In application server logs.. below error is getting logged.
ERROR com.appiancorp.security.cors.CorsFilter - CORS request rejected; invalid request from 10.237.213.19 to /auth
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Did you really configured SSL? If this is a new installation you might not have SSL. I'd suggest you change those settings to
conf.suite.SCHEME=http
conf.suite.SERVER_AND_PORT=abc.domain.com:8080
restart and access the environment using a link of type
abc.domain.com:8080/suite
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
girikumard
over 9 years ago
Thanks Eduardo.... I changed it to http. Now its working good. :)
now able to hit by
abc.domain.com:8080/suite
.
but what are the configurations to be done to hit by
http://abc.domain.com/suite
. ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Simply putting "https" in custom.properties DOES NOT enable SSL. SSL is enabled at the Web Server level:
forum.appian.com/.../Configuring_Apache_Web_Server_with_JBoss.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel