You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Merwin Yap <my...@exist.com> on 2005/05/26 08:32:05 UTC

URL format

Hi! I have downloaded the alpha2 version of Continuum and I am testing it
out. I am trying to setup a M2 project in a SVN with Continuum. 

I am getting a “You must provide a valid url” error. Could anyone give me an
example?  

 

Regards,

Merwin


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 

State error

Posted by Merwin Yap <my...@exist.com>.
Hi!  I encountered an error regarding the state of a M2 project. The project
gets an error saying that it is updating, but it doesn't seem to be in that
state. What could me the cause of it? I have not done any update the code in
the server to cause it to rebuild. I am using the alpha2 release of
Continuum. 


2005-05-27 13:47:04,742 [PoolThread-1] INFO  ContinuumCore
- Enqueuing 'Merwin'.
target = Summary.vm
Build event for project 'Merwin':Build started.
2005-05-27 13:47:04,782 [Thread-4] WARN  ContinuumStore                 -
Rolling back transaction.
Build event for project 'Merwin':Checkout complete.
2005-05-27 13:47:04,822 [Thread-4] ERROR BuildController                -
Internal error while build
ing the project.
org.apache.maven.continuum.store.ContinuumStoreException: Error while
setting build state.
        at
org.apache.maven.continuum.store.ModelloJPoxContinuumStore.setIsUpdating(Mod
elloJPoxConti
nuumStore.java:693)
        at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.update(Def
aultBuildCont
roller.java:190)
        at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(Defa
ultBuildContr
oller.java:139)
        at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeT
ask(BuildProj
ectTaskExecutor.java:50)
        at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRu
nnable.run(Th
readedTaskQueueExecutor.java:100)
        at java.lang.Thread.run(Thread.java:534)
Caused by:
org.apache.maven.continuum.project.state.ContinuumProjectStateGuardException
: To be able
to go into the state 'updating', the project as to be in one of the states
in ['new', 'error', 'ok',
 'failed'] but the project was in the 'updating' state.
        at
org.apache.maven.continuum.project.state.DefaultContinuumProjectStateGuard.a
ssertInStates
(DefaultContinuumProjectStateGuard.java:206)
        at
org.apache.maven.continuum.project.state.DefaultContinuumProjectStateGuard.a
ssertTransiti
on(DefaultContinuumProjectStateGuard.java:114)
        at
org.apache.maven.continuum.store.ModelloJPoxContinuumStore.setIsUpdating(Mod
elloJPoxConti
nuumStore.java:683)
        ... 5 more
Build event for project 'Merwin':Build complete.
2005-05-27 13:47:04,832 [PoolThread-1] ERROR VelocityComponent
- RHS of #set statement
is null. Context will not be modified. screens/Summary.vm [line 1, column 1]


Regards,
Merwin

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 


RE: URL format

Posted by Jason van Zyl <ja...@maven.org>.
On Thu, 2005-05-26 at 16:17 +0800, Merwin Yap wrote:
> I have tried doing that but I still get the errors. I am just trying it out
> for now. What would a typical URL look like? I just want to see it run with
> the basic configuration for now.  Should I file a JIRA issue? 

There are some examples on the getting started page:

http://maven.apache.org/continuum/getting-started.html

> Thanks!
> 
> Regards,
> Merwin
> 
> 
> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org] 
> Sent: Thursday, May 26, 2005 3:35 PM
> To: continuum-users@maven.apache.org
> Subject: Re: URL format
> 
> You would need to file a JIRA issue to support authenticated access. 
> perhaps https://user:pass@host/... might work already - but you'd need 
> to try.
> 
> - Brett
> 
> Merwin Yap wrote:
> 
> >I am using https. So I am entering something like 
> >
> >https://host/directory/pom.xml
> >
> >How about the username and password? 
> >
> >I tried accessing the url address at the browser and I do get the pop
> window
> >for the password and do get to see the content of the directory. 
> >
> >Thanks!
> >
> >Regards,
> >Merwin 
> >
> >-----Original Message-----
> >From: Brett Porter [mailto:brett@apache.org] 
> >Sent: Thursday, May 26, 2005 2:34 PM
> >To: continuum-users@maven.apache.org
> >Subject: Re: URL format
> >
> >What URL are you attempting to use? Any HTTP, HTTPS or FTP URL should work.
> >
> >- Brett
> >
> >Merwin Yap wrote:
> >
> >  
> >
> >>Hi! I have downloaded the alpha2 version of Continuum and I am testing it
> >>out. I am trying to setup a M2 project in a SVN with Continuum. 
> >>
> >>I am getting a “You must provide a valid url” error. Could anyone give me
> >>    
> >>
> >an
> >  
> >
> >>example?  
> >>
> >>
> >>
> >>Regards,
> >>
> >>Merwin
> >>
> >>
> >> 
> >>
> >>    
> >>
> >
> >  
> >
> 
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
>  
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Our achievements speak for themselves. What we have to keep track
of are our failures, discouragements and doubts. We tend to forget
the past difficulties, the many false starts, and the painful
groping. We see our past achievements as the end result of a
clean forward thrust, and our present difficulties as
signs of decline and decay.

 -- Eric Hoffer, Reflections on the Human Condition


RE: URL format

Posted by Merwin Yap <my...@exist.com>.
I have tried doing that but I still get the errors. I am just trying it out
for now. What would a typical URL look like? I just want to see it run with
the basic configuration for now.  Should I file a JIRA issue? 

Thanks!

Regards,
Merwin


-----Original Message-----
From: Brett Porter [mailto:brett@apache.org] 
Sent: Thursday, May 26, 2005 3:35 PM
To: continuum-users@maven.apache.org
Subject: Re: URL format

You would need to file a JIRA issue to support authenticated access. 
perhaps https://user:pass@host/... might work already - but you'd need 
to try.

- Brett

Merwin Yap wrote:

>I am using https. So I am entering something like 
>
>https://host/directory/pom.xml
>
>How about the username and password? 
>
>I tried accessing the url address at the browser and I do get the pop
window
>for the password and do get to see the content of the directory. 
>
>Thanks!
>
>Regards,
>Merwin 
>
>-----Original Message-----
>From: Brett Porter [mailto:brett@apache.org] 
>Sent: Thursday, May 26, 2005 2:34 PM
>To: continuum-users@maven.apache.org
>Subject: Re: URL format
>
>What URL are you attempting to use? Any HTTP, HTTPS or FTP URL should work.
>
>- Brett
>
>Merwin Yap wrote:
>
>  
>
>>Hi! I have downloaded the alpha2 version of Continuum and I am testing it
>>out. I am trying to setup a M2 project in a SVN with Continuum. 
>>
>>I am getting a “You must provide a valid url” error. Could anyone give me
>>    
>>
>an
>  
>
>>example?  
>>
>>
>>
>>Regards,
>>
>>Merwin
>>
>>
>> 
>>
>>    
>>
>
>  
>

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 


Re: URL format

Posted by Brett Porter <br...@apache.org>.
You would need to file a JIRA issue to support authenticated access. 
perhaps https://user:pass@host/... might work already - but you'd need 
to try.

- Brett

Merwin Yap wrote:

>I am using https. So I am entering something like 
>
>https://host/directory/pom.xml
>
>How about the username and password? 
>
>I tried accessing the url address at the browser and I do get the pop window
>for the password and do get to see the content of the directory. 
>
>Thanks!
>
>Regards,
>Merwin 
>
>-----Original Message-----
>From: Brett Porter [mailto:brett@apache.org] 
>Sent: Thursday, May 26, 2005 2:34 PM
>To: continuum-users@maven.apache.org
>Subject: Re: URL format
>
>What URL are you attempting to use? Any HTTP, HTTPS or FTP URL should work.
>
>- Brett
>
>Merwin Yap wrote:
>
>  
>
>>Hi! I have downloaded the alpha2 version of Continuum and I am testing it
>>out. I am trying to setup a M2 project in a SVN with Continuum. 
>>
>>I am getting a “You must provide a valid url” error. Could anyone give me
>>    
>>
>an
>  
>
>>example?  
>>
>>
>>
>>Regards,
>>
>>Merwin
>>
>>
>> 
>>
>>    
>>
>
>  
>


RE: URL format

Posted by Merwin Yap <my...@exist.com>.
I am using https. So I am entering something like 

https://host/directory/pom.xml

How about the username and password? 

I tried accessing the url address at the browser and I do get the pop window
for the password and do get to see the content of the directory. 

Thanks!

Regards,
Merwin 

-----Original Message-----
From: Brett Porter [mailto:brett@apache.org] 
Sent: Thursday, May 26, 2005 2:34 PM
To: continuum-users@maven.apache.org
Subject: Re: URL format

What URL are you attempting to use? Any HTTP, HTTPS or FTP URL should work.

- Brett

Merwin Yap wrote:

>Hi! I have downloaded the alpha2 version of Continuum and I am testing it
>out. I am trying to setup a M2 project in a SVN with Continuum. 
>
>I am getting a “You must provide a valid url” error. Could anyone give me
an
>example?  
>
> 
>
>Regards,
>
>Merwin
>
>
>  
>

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.17 - Release Date: 5/25/2005
 


Re: URL format

Posted by Brett Porter <br...@apache.org>.
What URL are you attempting to use? Any HTTP, HTTPS or FTP URL should work.

- Brett

Merwin Yap wrote:

>Hi! I have downloaded the alpha2 version of Continuum and I am testing it
>out. I am trying to setup a M2 project in a SVN with Continuum. 
>
>I am getting a “You must provide a valid url” error. Could anyone give me an
>example?  
>
> 
>
>Regards,
>
>Merwin
>
>
>  
>