JJ-Marcel wrote:Great, unfortunately I'm now having an issue running Mage.Server. I can run Mage.Client, but I can't get the local server up as it's throwing some maven exceptions at me.
I guess you set parameter like shown two post earlier and start it in debug mode?
Is the code you showed the full output if you try to start debug for the server project? If not can you please show the complete log.
Here is the start of the output if I start it on my system.
- Code: Select all
NetBeans: JPDA Listening Start...
JPDA Address: Notebook:60180
Port:60180
cd C:\Users\Developer\Documents\NetBeansProjects\mageNew\Mage.Server; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_11" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=60180 -Xverify:none -client -Xss2m -Xms128m -Xmx512m -XX:PermSize=256m -classpath %classpath mage.server.Main -testMode=true -adminPassword=chef\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk1.8.0_11\\bin\\java.exe\" -Dexec.classpathScope=runtime -Djpda.listen=true -Djpda.address=60180 -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.0\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 process-classes org.codehaus.mojo:exec-maven-plugin:1.2:exec\""
Scanning for projects...
------------------------------------------------------------------------
Building Mage Server 1.3.0
------------------------------------------------------------------------
--- maven-jaxb2-plugin:0.7.4:generate (default) @ mage-server ---
Cannot find CatalogManager.properties
Skipped XJC execution. Generated sources were up-to-date.
--- maven-resources-plugin:2.5:resources (default-resources) @ mage-server ---
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 2 resources
Copying 0 resource
Copying 1 resource
--- maven-compiler-plugin:2.0.2:compile (default-compile) @ mage-server ---
Nothing to compile - all classes are up to date
JJ-Marcel wrote:Some problems were encountered while building the effective model for org.mage:mage-stats:war:1.3.0
You can ignore this, It comes from a new project not finished yet and has no influence on XMage server or client.