Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
18 replies
Answers
1 answer
Subscribers
8 subscribers
Views
10516 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hi All, I have installed 7.9 version and updated other configurations
madhubindug
over 9 years ago
Hi All,
I have installed 7.9 version and updated other configurations following the instructions given in installation guide using configure script.
Am getting below error on starting JBoss.
"deployment" => "suite.ear")]) - failure description: "JBAS014803: Duplicate resource [(\\"deployment\\" => \\"suite.ear\\")]"
11:14:05,854 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "JBAS014784: Failed executing subsystem deployment-scanner
boot operations"
11:14:05,856 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("parallel-subsystem-boot") failed -
address: ([]) - failure description: "\\"JBAS014784: Failed executing subsystem deployment-scanner boot operations\\""
11:14:05,860 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous
messages for details.
11:14:05,877 INFO [org....
error.txt
OriginalPostID-151290
OriginalPostID-151290
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Excellent it seems we are making progress this error makes more sense. In standalone.xml you have
<drivers>
<driver name="oracle.jdbc" module="oracle.jdbc">
<xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
</driver>
</drivers>
which means you need a file called module.xml inside <JBOSS_HOME>\\modules\\oracle\\jdbc\\main\\ as well as the driver you specified inside that module.xml. Please attach screenshots showing the content of this file and that it's in the right location.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Excellent it seems we are making progress this error makes more sense. In standalone.xml you have
<drivers>
<driver name="oracle.jdbc" module="oracle.jdbc">
<xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
</driver>
</drivers>
which means you need a file called module.xml inside <JBOSS_HOME>\\modules\\oracle\\jdbc\\main\\ as well as the driver you specified inside that module.xml. Please attach screenshots showing the content of this file and that it's in the right location.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data