Re: Continuum Uninstall

2006-11-07 Thread jacob thomas

i removed the registry entries and restarted the machine,i am able to
reinstall now and it works fine for me, thanks.
~jacob


Emmanuel Venisse wrote:
 
 You have a quote in your PATH, remove it and all will work fine.
 
 Emmanuel
 
 jacob thomas a écrit :
 Hi, I am facing an issue, I am very new to the Continuum Tool. 
 
 The issues is, I removed continuum from the box, and even clear the
 registry
 also for conitinuum service. I tried to 
 reinstall, unpacked it under the C://... and i ran the command run.bat. 
 JAVA_HOME, M2_HOME is also set in both system  user environment.
 
 Here is the error log I am getting:
 ---
 C:\continuum-1.0.3\bin\win32run.bat
 
 wrapper  | -- Wrapper Started as Console
 wrapper  | Launching a JVM...
 jvm 1  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 1  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 2  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 2  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 3  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 3  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 4  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 4  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | Launching a JVM...
 jvm 5  | java.lang.NoClassDefFoundError: Files\Crimson
 jvm 5  | Exception in thread main
 wrapper  | JVM exited while loading the application.
 wrapper  | There were 5 failed launches in a row, each lasting less than
 300
 seconds.  Giving up.
 wrapper  |   There may be a configuration problem: please check the logs.
 wrapper  | -- Wrapper Stopped
 Press any key to continue . . .
 --
 
 I got stuck at this point, let me know if anybody knows the solution how
 to
 unInstall  reInstall.
 
 Thanks  Regards
 
 Jacob Thomas
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Continuum-Uninstall-tf2567514.html#a7216893
Sent from the Continuum - Users mailing list archive at Nabble.com.



PROPFIND + authorization failed

2006-11-07 Thread jacob thomas

Hi group,
I  am also facing same kind of an issue
when i try to use the http://.. protocol url, I am getting an error saying 
---
Provider message: The svn command failed.
Command output: 
---
svn: PROPFIND request failed on '/xxx/yyy/zzz'
svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
(http://ipaddress:port)
---
please let me know how to get out of from.
regards
~jacob

-- 
View this message in context: 
http://www.nabble.com/PROPFIND-%2B-authorization-failed-tf2588075.html#a7216485
Sent from the Continuum - Users mailing list archive at Nabble.com.



Re: PROPFIND + authorization failed

2006-11-07 Thread jacob thomas

I tried this option also by giving the username and password directly to the
project Edit screen.
result remain the same.
~jacob


Emmanuel Venisse wrote:
 
 You can define user/password to use in Project Edit screen
 
 Emmanuel
 
 jacob thomas a écrit :
 Hi group,
 I  am also facing same kind of an issue
 when i try to use the http://.. protocol url, I am getting an error
 saying 
 ---
 Provider message: The svn command failed.
 Command output: 
 ---
 svn: PROPFIND request failed on '/xxx/yyy/zzz'
 svn: PROPFIND of '/xxx/yyy/zzz': authorization failed
 (http://ipaddress:port)
 ---
 please let me know how to get out of from.
 regards
 ~jacob
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/PROPFIND-%2B-authorization-failed-tf2588075.html#a7220684
Sent from the Continuum - Users mailing list archive at Nabble.com.



Continuum Uninstall

2006-11-03 Thread jacob thomas

Hi, I am facing an issue, I am very new to the Continuum Tool. 

The issues is, I removed continuum from the box, and even clear the registry
also for conitinuum service. I tried to 
reinstall, unpacked it under the C://... and i ran the command run.bat. 
JAVA_HOME, M2_HOME is also set in both system  user environment.

Here is the error log I am getting:
---
C:\continuum-1.0.3\bin\win32run.bat

wrapper  | -- Wrapper Started as Console
wrapper  | Launching a JVM...
jvm 1  | java.lang.NoClassDefFoundError: Files\Crimson
jvm 1  | Exception in thread main
wrapper  | JVM exited while loading the application.
wrapper  | Launching a JVM...
jvm 2  | java.lang.NoClassDefFoundError: Files\Crimson
jvm 2  | Exception in thread main
wrapper  | JVM exited while loading the application.
wrapper  | Launching a JVM...
jvm 3  | java.lang.NoClassDefFoundError: Files\Crimson
jvm 3  | Exception in thread main
wrapper  | JVM exited while loading the application.
wrapper  | Launching a JVM...
jvm 4  | java.lang.NoClassDefFoundError: Files\Crimson
jvm 4  | Exception in thread main
wrapper  | JVM exited while loading the application.
wrapper  | Launching a JVM...
jvm 5  | java.lang.NoClassDefFoundError: Files\Crimson
jvm 5  | Exception in thread main
wrapper  | JVM exited while loading the application.
wrapper  | There were 5 failed launches in a row, each lasting less than 300
seconds.  Giving up.
wrapper  |   There may be a configuration problem: please check the logs.
wrapper  | -- Wrapper Stopped
Press any key to continue . . .
--

I got stuck at this point, let me know if anybody knows the solution how to
unInstall  reInstall.

Thanks  Regards

Jacob Thomas


-- 
View this message in context: 
http://www.nabble.com/Continuum-Uninstall-tf2567514.html#a7156301
Sent from the Continuum - Users mailing list archive at Nabble.com.



SCM:Checkout using mavenEmbedder

2006-10-10 Thread jacob thomas

Hi Group,

I am facing a problem while creating my custiomised plugin for checkout the
code from SVN repo.

I am trying to call the scm:checkout plugin from mavenEmbedder. but while
executing the plugin, i am facing error.

here is the sample piece of code i am trying to use:

embedder.execute(reactorProjects, 
Collections.singletonList(scm:checkout), new DefaultEventMonitor(new
PlexusLoggerAdapter( embedder.getLogger())), new ConsoleDownloadMonitor(), 
null,targetDirectory);

Please let me know, if this piece of code is correct or not? if anybody
knows this solution, how to call a scm:checkout from mavenEmbedder using
maven2.


thanks,

Jacob Thomas

-- 
View this message in context: 
http://www.nabble.com/SCM%3ACheckout-using-mavenEmbedder-tf2415942.html#a6734378
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]