You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying use play2-war-plugin (version 1.3-beta3) with Play 2.3.4 version. I also added configuration mention in your link (below is my build.sbt file):
In the ums.conf, I have added configuration below:
# application sub context
application.context=/REST/
I run the "war" command after compiling on my activator cli. War file gets generated. I deploy to JBOSS EAP 6.3. I don't see any errors (it even says "Register web context": /ums-1.0-SNAPSHOT) , but I can't access any of the REST of api methods. However, when I run application as standalone play application through activator it works. Any help would be much appreciated. I have been spending 2 days on this and getting no where. Let me know if I'm missing anymore configuration. Thanks for all your help.
Here is the logs:
12:24:22,613 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-9) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
12:24:22,653 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-9) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)
12:24:22,701 INFO [org.jboss.web] (ServerService Thread Pool -- 54) JBAS018210: Register web context: /ums-1.0-SNAPSHOT
12:24:22,729 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ums-1.0-SNAPSHOT]] (ServerService Thread Pool -- 54) PlayServletWrapper > contextInitialized
12:24:22,875 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.mutable.ArrayOps$ofRef from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,875 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.mutable.ArrayOps$ofRef from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,875 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.mutable.ArrayOps$ofRef locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,876 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.mutable.ArrayOps$ofRef in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,877 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.mutable.ArrayOps$ofRef in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,879 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.mutable.IndexedSeqLike$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,879 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.mutable.IndexedSeqLike$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,880 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.mutable.IndexedSeqLike$class locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,880 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.mutable.IndexedSeqLike$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,880 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.mutable.IndexedSeqLike$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,880 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.mutable.IndexedSeqView from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,880 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.mutable.IndexedSeqView from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,881 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.mutable.IndexedSeqView locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,881 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.mutable.IndexedSeqView in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,882 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.mutable.IndexedSeqView in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,882 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.IndexedSeqOptimized$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,882 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.IndexedSeqOptimized$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,882 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.IndexedSeqOptimized$class locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,883 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.IndexedSeqOptimized$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,883 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.IndexedSeqOptimized$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,884 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.mutable.ArrayLike$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,884 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.mutable.ArrayLike$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,884 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.mutable.ArrayLike$class locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,884 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.mutable.ArrayLike$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,884 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.mutable.ArrayLike$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,885 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.mutable.ArrayOps$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,885 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.mutable.ArrayOps$class from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,885 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.mutable.ArrayOps$class locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,885 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.mutable.ArrayOps$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,886 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.mutable.ArrayOps$class in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,886 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class play.api.Logger$$anonfun$configure$1$$anonfun$apply$1 from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,886 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class play.api.Logger$$anonfun$configure$1$$anonfun$apply$1 from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,886 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class play.api.Logger$$anonfun$configure$1$$anonfun$apply$1 locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,887 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class play.api.Logger$$anonfun$configure$1$$anonfun$apply$1 in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,887 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class play.api.Logger$$anonfun$configure$1$$anonfun$apply$1 in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,887 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding class scala.collection.mutable.ArrayOps$ofRef$ from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,887 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Finding local class scala.collection.mutable.ArrayOps$ofRef$ from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,887 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Loading class scala.collection.mutable.ArrayOps$ofRef$ locally from Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,887 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Attempting to define class scala.collection.mutable.ArrayOps$ofRef$ in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
12:24:22,888 TRACE [org.jboss.modules] (ServerService Thread Pool -- 54) Defined class scala.collection.mutable.ArrayOps$ofRef$ in Module "deployment.ums-1.0-SNAPSHOT.war:main" from Service Module Loader
The text was updated successfully, but these errors were encountered:
I'm trying use play2-war-plugin (version 1.3-beta3) with Play 2.3.4 version. I also added configuration mention in your link (below is my build.sbt file):
In the ums.conf, I have added configuration below:
I run the "war" command after compiling on my activator cli. War file gets generated. I deploy to JBOSS EAP 6.3. I don't see any errors (it even says "Register web context": /ums-1.0-SNAPSHOT) , but I can't access any of the REST of api methods. However, when I run application as standalone play application through activator it works. Any help would be much appreciated. I have been spending 2 days on this and getting no where. Let me know if I'm missing anymore configuration. Thanks for all your help.
Here is the logs:
The text was updated successfully, but these errors were encountered: