users@glassfish.java.net

issue running glassfish-embedded from maven

From: Cyril Auburtin <cyril.auburtin_at_gmail.com>
Date: Wed, 26 Mar 2014 16:46:26 +0100

here's the relevant part of my pom.xml

<build> <pluginManagement> <plugins>
<plugin> <groupId>org.glassfish.embedded</groupId>

<artifactId>maven-embedded-glassfish-plugin</artifactId>
     <version>4.0</version> </plugin> </plugins>
       </pluginManagement> <plugins> <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
<configuration> <source>1.7</source>
    <target>1.7</target> </configuration>
</plugin> <plugin>
<groupId>org.glassfish.embedded</groupId>
<artifactId>maven-embedded-glassfish-plugin</artifactId>
 <version>4.0</version> <configuration>
   <goalPrefix>embedded-glassfish</goalPrefix>
<app>target/${artifactId}-${version}.war</app>
<port>8080</port> <contextRoot>/</contextRoot>
              <autoDelete>true</autoDelete>
</configuration> </plugin>


here's what I get after mvn clean package and mvn -X embdeed-glassfish:run

...

mars 26, 2014 4:28:10 PM com.sun.enterprise.v3.server.AppServerStartup
postStartupJob
INFOS: Undefined Product Name - define product and version info in
config/brandi
ng 0.0.0 (0) startup time : Embedded (822ms), startup services(821ms),
total(1
á643ms)

mars 26, 2014 4:28:10 PM org.glassfish.jersey.server.ApplicationHandler
initiali
ze INFOS: Initiating Jersey application, version Jersey: 2.0 2013-05-03
14:50:15...

mars 26, 2014 4:28:10 PM
org.glassfish.admin.mbeanserver.JMXStartupService$JMXConnectorsStarterThread
run
INFOS: JMXStartupService has disabled JMXConnector system

mars 26, 2014 4:28:10 PM com.sun.enterprise.connectors.jms.util.JmsRaUtil
getIns
talledMqVersion AVERTISSEMENT: RAR7000 : Check for a new version of MQ
installation failed :
C:\Users\pit\AppData\Local\Temp\gfembed4824149722639171259tmp\lib\install\applic
ations\jmsra\..\imqjmsra.rar (Le fichier spÚcifiÚ est
introuvable):C:\Users\pit\AppData\Local\Temp\gfembed4824149722639171259tmp\lib\install\applications\jmsra\imqjmsra.rar

mars 26, 2014 4:28:10 PM PluginUtil startGlassFish
INFOS: Started GlassFish ServerId = maven, GlassFish =
com.sun.enterprise.glassf
ish.bootstrap.StaticGlassFishRuntime$1_at_546e61d5, TimeTaken = 1á065 ms
Hit ENTER to redeploy, X to exit


[image: Images intégrées 1]

any idea, what it the issue?




image.png
(image/png attachment: image.png)