Re: Surefire port in use error

2015-07-08 Thread Kristian Rosenvold
Reboot & retry. K 9. jul. 2015 3.16 a.m. skrev "Benson Margulies" : > Port 5005 is NOT in use, but I get the following. What's up? > > SUREFIRE-859: FATAL ERROR in native method: JDWP No transports > initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) > ERROR: transport error 202: bind failed

RE: Help with a pathing jar creation

2015-07-08 Thread Gandikota, Murthy
Sorry for top posting I could generate a pathing jar with space as the classpath separator and most importantly with relative paths. I am able to print out the jars using the following code: import java.io.*; import java.util.jar.*; public class Helloworld { public static void main(String[] a

Surefire port in use error

2015-07-08 Thread Benson Margulies
Port 5005 is NOT in use, but I get the following. What's up? SUREFIRE-859: FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) ERROR: transport error 202: bind failed: Address already in use SUREFIRE-859: ERROR: JDWP Transport dt_socket failed t

RE: Help with a pathing jar creation

2015-07-08 Thread Gandikota, Murthy
Sorry for the top posting I created a jar with manifest by giving the absolute paths of the jars. I called it pathing.jar. Now Maven is using that jar as seen in the debug log (-X option) [DEBUG] -d C:\eclipseworkspace\westech-iws\target\classes -classpath C:\eclipseworkspace\westech-iws\targ

Re: Maven Shad Plugin with AWS Java SDK

2015-07-08 Thread mmccar...@tribloom.com
Curtis, I was able to get it working. Here is the final pom.xml. Thanks for all of your help. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";>

Re: Help with a pathing jar creation

2015-07-08 Thread Francois-Xavier Bonnet
Hi, As a simple workaround, you could move your local repository to somewhere with a shorter path, for example "C:\r\" instead of " C:\Users\mgandikota\.m2\repository\". You will just have to move the folder and update your configuration file (it should be C:\Users\mgandikota\.m2\settings.xml) by