Error while running Java service wrapper for JBoss AS 7

后端 未结 2 848
余生分开走
余生分开走 2021-01-25 03:25

I\'m trying to make Jboss Application Server 7.1.0 run as a service using the Java service wrapper, I already solved many problems but for each one I solve I get a new one. Curr

2条回答
  •  野性不改
    2021-01-25 03:35

    I'm not sure which post to answer on since it's been asked 3 times, but I'll do it on this one :-)

    First of all that class path doesn't look right. None of those log4j libraries should be in your class path. In fact in future releases those are going away and will be pointed to different libraries in jboss-modules. The server class path should be figured out by jboss-modules.

    Also this bit -Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.logmanager.LoggerPluginImpl isn't needed and could cause a problem.

    Where did you come up with this configuration BTW?

提交回复
热议问题