While installing 7.5 got this below error in JBOSS. Attached is the log file.

While installing 7.5 got this below error in JBOSS. Attached is the log file.

06:16:33,609 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 52) Root WebApplicationContext: initialization completed in 749 ms
06:16:46,183 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015960: Class Path entry slf4j-api-1.6.4.jar in /Z:/Appian/ear/suite.ear/lib/atlassian-plugins-main-2.12.3.jar does not point to a valid jar for a Class-Path reference.
06:16:46,183 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015960: Class Path entry dom4j-1.4.jar in /Z:/Appian/ear/suite.ear/lib/atlassian-plugins-main-2.12.3.jar does not point to a valid jar for a Class-Path reference....

server.log

OriginalPostID-109313

OriginalPostID-109313

  Discussion posts and replies are publicly visible

Parents
  • Can you verify if you have unzipped the contents of the file and rather do not have the zip file at that location? Your path to the commonj jar should look like:
    <JBOSS_HOME>\\modules\\system\\layers\\base\\com\\springsource\\commonj\\main

    The error present in your logs that is causing the problems with start up stems to the fact that the system cannot find the commonj jar which is within the springsource.zip file that needs to be installed.
    Caused by: org.jboss.modules.ModuleNotFoundException: com.springsource.commonj:main
              at org.jboss.modules.Module.addExportedPaths(Module.java:1181) [jboss-modules.jar:1.3.0.Final-redhat-2]
Reply
  • Can you verify if you have unzipped the contents of the file and rather do not have the zip file at that location? Your path to the commonj jar should look like:
    <JBOSS_HOME>\\modules\\system\\layers\\base\\com\\springsource\\commonj\\main

    The error present in your logs that is causing the problems with start up stems to the fact that the system cannot find the commonj jar which is within the springsource.zip file that needs to be installed.
    Caused by: org.jboss.modules.ModuleNotFoundException: com.springsource.commonj:main
              at org.jboss.modules.Module.addExportedPaths(Module.java:1181) [jboss-modules.jar:1.3.0.Final-redhat-2]
Children
No Data