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
3 replies
Subscribers
7 subscribers
Views
1738 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Have setup the following: Appian 7.7 w/ JBoss EAP 6.3 + Oracle 11G database
Nicholas Wurster
over 10 years ago
Have setup the following: Appian 7.7 w/ JBoss EAP 6.3 + Oracle 11G database
Cleared most of the connection/config related hurdles through basic understanding and troubleshooting but stumped on this one:
21:54:37,959 INFO [stdout] (ServerService Thread Pool -- 80) Caused by: com.appiancorp.type.model.DatatypeModelNotFoundException: Type definitions could not be found in the primary data source for the following type ids: 34 (APNX-1-4047-008)
It seems to be missing something when it initializes the DB for the first time which I have no control over.
This repeats everytime and is repeatable after performing the following steps to simulate a fresh install (at least think this works!):
1. Delete _appian\\shared, _appian\\search-local folders
2. Delete <jboss>\\standalone\ mp folders
3. (optional) stop and re-start appian engines - doesn't seem to make a difference...
4. Removed the oracle user and added back in as follows:
*****
DROP U...
application-server.log
OriginalPostID-129672
OriginalPostID-129672
Discussion posts and replies are publicly visible
Parents
0
Nicholas Wurster
over 10 years ago
...SER appian7user CASCADE;
create user appian7user identified by <my pwd>
default tablespace USERS temporary tablespace temp;
grant connect, resource, dba, create session to appian7user;
GRANT UNLIMITED TABLESPACE TO appian7user;
******
Have attached full server log.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Nicholas Wurster
over 10 years ago
...SER appian7user CASCADE;
create user appian7user identified by <my pwd>
default tablespace USERS temporary tablespace temp;
grant connect, resource, dba, create session to appian7user;
GRANT UNLIMITED TABLESPACE TO appian7user;
******
Have attached full server log.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data