RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-09 Thread LAMY Olivier
Hi,

Until the next release, you have to use the following workflow :

Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the new 
installation from list

Here don't use the save button but go the Profile List with the link in the 
left menu. [1]

You will see the profile with the attached installation.

Concerning IE, there is an issue it's fixed in trunk [2].

--
Olivier

[1] http://jira.codehaus.org/browse/CONTINUUM-1361
[2] http://jira.codehaus.org/browse/CONTINUUM-1369

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 9 août 2007 10:15
À : continuum-users@maven.apache.org
Objet : RE: Continuum 1.1-beta-1 profile does not seem to work

Hi, and sorry to disturb you again,
I see you understood my problem, I can't click on the save button, the NPE 
appears before :
Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the new 
installation from list (I try but NPE here)

Am I the only one to have this problem?
I saw that there is a problem with IE, may be I have a problem with Firefox. In 
fact, I have some minor problems with the webapp on Firefox: 
logos don't appear on the right place and the size of the window is not 
optimized whereas it is with IE. I installed Flash Player 8 but nothing has 
changed... May be these problems are linked to the NPE? What do you think about 
that?

Thanks,Rémi.




LAMY Olivier [EMAIL PROTECTED]
08/08/2007 18:36
Veuillez répondre à
continuum-users@maven.apache.org


A
continuum-users@maven.apache.org
cc

Objet
RE: Continuum 1.1-beta-1 profile does not seem to work






Just to be sure 
Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the 
new installation from list

Here you click on save button ? 

If yes the NPE is fixed in trunk and will be in beta-2.

--
Olivier



-Message d'origine-
De : fherrerav [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 8 août 2007 18:30
À : continuum-users@maven.apache.org
Objet : RE: Continuum 1.1-beta-1 profile does not seem to work


I get the same NPE

Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the 
new installation from list - NPE

Server: Red Hat
Client Browser: Opera
Note: Only 1 profile and 1 installation defined


java.lang.NullPointerException
 at
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
 at
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
 at
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
 at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
 at
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
 at
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)







LAMY Olivier wrote:
 
 I think it's due to CONTINUUM-1361.
 
 Rewrite the end of the workflow ;-)
 
 - Edit profile, add an installation, go to Profiles List
 
 --
 Olivier
 
 -Message d'origine-
 De : Stephane Nicoll [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 7 août 2007 12:11
 À : continuum-users@maven.apache.org
 Objet : Re: Continuum 1.1-beta-1 profile does not seem to work
 
 - Firefox
 - Login as admin
 - Profiles, add profiles, give a name, save
 - Edit profile, add an installation, save - NPE
 
 But the profile is there with the installation. Note I never restarted 
 the service so it's maybe not saved at all (and in a transient cache

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread fherrerav

Yes the NPE is when i click the save button. 



LAMY Olivier wrote:
 
 Just to be sure  
 Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the
 new installation from list
 
 Here you click on save button ? 
 
 If yes the NPE is fixed in trunk and will be in beta-2.
 
 --
 Olivier
 
 
 
 -Message d'origine-
 De : fherrerav [mailto:[EMAIL PROTECTED] 
 Envoyé : mercredi 8 août 2007 18:30
 À : continuum-users@maven.apache.org
 Objet : RE: Continuum 1.1-beta-1 profile does not seem to work
 
 
 I get the same NPE
 
 Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the
 new installation from list - NPE
 
 Server: Red Hat
 Client Browser: Opera
 Note: Only 1 profile and 1 installation defined
 
 
 java.lang.NullPointerException
   at
 org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
   at
 com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
   at
 com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at
 com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
   at
 com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at
 org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at
 org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 
 
 
 
 
 
 
 LAMY Olivier wrote:
 
 I think it's due to CONTINUUM-1361.
 
 Rewrite the end of the workflow ;-)
 
 - Edit profile, add an installation, go to Profiles List
 
 --
 Olivier
 
 -Message d'origine-
 De : Stephane Nicoll [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 7 août 2007 12:11
 À : continuum-users@maven.apache.org
 Objet : Re: Continuum 1.1-beta-1 profile does not seem to work
 
 - Firefox
 - Login as admin
 - Profiles, add profiles, give a name, save
 - Edit profile, add an installation, save - NPE
 
 But the profile is there with the installation. Note I never restarted 
 the service so it's maybe not saved at all (and in a transient cache 
 or something).
 
 Stéphane
 
 On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 What is the process to reproduce it?

 Stephane Nicoll a écrit :
  Hey,
 
  I've also a NPE (see below) but I'm able to create the build 
  profile anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.
 
  Cheers,
  Stéphane
 
  12790974 [TP-Processor6] INFO
  com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - 
  Error ocurred during execution java.lang.NullPointerException
  at
 org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerIm
 pl.java:3667)
  at
 org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:
 3646)
  at
 org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPe
 rsistenceManager.java:1202)
  at
 org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenc
 eManager.java:1261)
  at
 org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.ja
 va:160)
  at
 org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoCo
 ntinuumStore.java:843)
  at
 org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoCo
 ntinuumStore.java:835)
  at
 org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoC
 ontinuumStore.java:1226)
  at
 org.apache.maven.continuum.profile.DefaultProfileService.updateProfil
 e(DefaultProfileService.java:62)
  at
  org.apache.maven.continuum.web.action.admin.ProfileAction.save(Prof
  i
  leAction.java:122)
 
 
  On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
  What are your installations? profiles with installations associated

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
When will 1.1-beta-2 be released? 

-Original Message-
From: fherrerav [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 08, 2007 2:39 PM
To: continuum-users@maven.apache.org
Subject: RE: Continuum 1.1-beta-1 profile does not seem to work


Yes the NPE is when i click the save button. 



LAMY Olivier wrote:
 
 Just to be sure  
 Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the
 new installation from list
 
 Here you click on save button ? 
 
 If yes the NPE is fixed in trunk and will be in beta-2.
 
 --
 Olivier
 
 
 
 -Message d'origine-
 De : fherrerav [mailto:[EMAIL PROTECTED] 
 Envoyé : mercredi 8 août 2007 18:30
 À : continuum-users@maven.apache.org
 Objet : RE: Continuum 1.1-beta-1 profile does not seem to work
 
 
 I get the same NPE
 
 Add installation (jdk1.6.0) - Add profile (JDK1.6)-Edit profile-Add the
 new installation from list - NPE
 
 Server: Red Hat
 Client Browser: Opera
 Note: Only 1 profile and 1 installation defined
 
 
 java.lang.NullPointerException
   at
 org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
   at
 com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
   at
 com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at
 com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
   at
 com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at
 org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at
 org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
   at
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 
 
 
 
 
 
 
 LAMY Olivier wrote:
 
 I think it's due to CONTINUUM-1361.
 
 Rewrite the end of the workflow ;-)
 
 - Edit profile, add an installation, go to Profiles List
 
 --
 Olivier
 
 -Message d'origine-
 De : Stephane Nicoll [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 7 août 2007 12:11
 À : continuum-users@maven.apache.org
 Objet : Re: Continuum 1.1-beta-1 profile does not seem to work
 
 - Firefox
 - Login as admin
 - Profiles, add profiles, give a name, save
 - Edit profile, add an installation, save - NPE
 
 But the profile is there with the installation. Note I never restarted 
 the service so it's maybe not saved at all (and in a transient cache 
 or something).
 
 Stéphane
 
 On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 What is the process to reproduce it?

 Stephane Nicoll a écrit :
  Hey,
 
  I've also a NPE (see below) but I'm able to create the build 
  profile anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.
 
  Cheers,
  Stéphane
 
  12790974 [TP-Processor6] INFO
  com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - 
  Error ocurred during execution java.lang.NullPointerException
  at
 org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerIm
 pl.java:3667)
  at
 org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:
 3646)
  at
 org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPe
 rsistenceManager.java:1202)
  at
 org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenc
 eManager.java:1261)
  at
 org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.ja
 va:160)
  at
 org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoCo
 ntinuumStore.java:843)
  at
 org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoCo
 ntinuumStore.java:835)
  at
 org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoC
 ontinuumStore.java:1226)
  at
 org.apache.maven.continuum.profile.DefaultProfileService.updateProfil
 e

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
Afert adding installations to a profile don't use save but go to the profile 
list page.
In fact, the workflow is a litte bit confusing here.

It will be fixed in beta-2 ( you have patch here : 
http://jira.codehaus.org/browse/CONTINUUM-1361 )

Concerning IE, it's an issue (I have only tested with Firefox ;-) ), could you 
add an issue ?



--
Olivier

-Message d'origine-
De : L. J. [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 02:24
À : continuum-users
Objet : Continuum 1.1-beta-1 profile does not seem to work

Hi,

When using IE 6, I click the add button to add the installation in the profile, 
it does not do anything.
When using Firefox, the add button works, but after save the profile and go 
back to check the profile, the installation isn't included in the profile.
I am running in AIX, Is this because of my OS or has this happened to anyone 
else?

Thanks.

LJ


This e-mail, any attachments and the information contained therein (this 
message) are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
** 
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après le message ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
** 



Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread Emmanuel Venisse

What are your installations? profiles with installations associated?

[EMAIL PROTECTED] a écrit :


Hi,
I already wrote a message about that. I can't add any installation to a 
profile : with IE the add button doesn't work and with Firefox, when I 
click on the add button I obtain a java.lang.NullPointerException (with 
this stack trace : ).
My problem is a little different, I can't access anything after adding 
installations seeing that I can't add these installations. Does anyone 
have the same problem?

Any suggestion or idea?

Thanks in advance,
Rémi.



*LAMY Olivier [EMAIL PROTECTED]*

07/08/2007 08:23
Veuillez répondre à
continuum-users@maven.apache.org



A
continuum-users@maven.apache.org
cc

Objet
RE: Continuum 1.1-beta-1 profile does not seem to work








Afert adding installations to a profile don't use save but go to the 
profile list page.

In fact, the workflow is a litte bit confusing here.

It will be fixed in beta-2 ( you have patch here : 
http://jira.codehaus.org/browse/CONTINUUM-1361 )


Concerning IE, it's an issue (I have only tested with Firefox ;-) ), 
could you add an issue ?




--
Olivier

-Message d'origine-
De : L. J. [mailto:[EMAIL PROTECTED]
Envoyé : mardi 7 août 2007 02:24
À : continuum-users
Objet : Continuum 1.1-beta-1 profile does not seem to work

Hi,

When using IE 6, I click the add button to add the installation in the 
profile, it does not do anything.
When using Firefox, the add button works, but after save the profile and 
go back to check the profile, the installation isn't included in the 
profile.
I am running in AIX, Is this because of my OS or has this happened to 
anyone else?


Thanks.

LJ


This e-mail, any attachments and the information contained therein 
(this message) are confidential and intended solely for the use of the 
addressee(s). If you have received this message in error please send it 
back to the sender and delete it. Unauthorized publication, use, 
dissemination or disclosure of this message, either in whole or in part 
is strictly prohibited.

**
Ce message électronique et tous les fichiers joints ainsi que  les 
informations contenues dans ce message ( ci après le message ), sont 
confidentiels et destinés exclusivement à l'usage de la  personne à 
laquelle ils sont adressés. Si vous avez reçu ce message par erreur, 
merci  de le renvoyer à son émetteur et de le détruire. Toutes 
diffusion, publication, totale ou partielle ou divulgation sous quelque 
forme que se soit non expressément autorisées de ce message, sont 
interdites.

**





java.lang.NullPointerException
at 
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:178)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188

Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread Emmanuel Venisse

What is the process to reproduce it?

Stephane Nicoll a écrit :

Hey,

I've also a NPE (see below) but I'm able to create the build profile
anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.

Cheers,
Stéphane

12790974 [TP-Processor6] INFO
com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  -
Error ocurred during execution
java.lang.NullPointerException
at 
org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667)
at 
org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646)
at 
org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202)
at 
org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261)
at 
org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160)
at 
org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:843)
at 
org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:835)
at 
org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoContinuumStore.java:1226)
at 
org.apache.maven.continuum.profile.DefaultProfileService.updateProfile(DefaultProfileService.java:62)
at 
org.apache.maven.continuum.web.action.admin.ProfileAction.save(ProfileAction.java:122)


On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:

What are your installations? profiles with installations associated?

[EMAIL PROTECTED] a écrit :

Hi,
I already wrote a message about that. I can't add any installation to a
profile : with IE the add button doesn't work and with Firefox, when I
click on the add button I obtain a java.lang.NullPointerException (with
this stack trace : ).
My problem is a little different, I can't access anything after adding
installations seeing that I can't add these installations. Does anyone
have the same problem?
Any suggestion or idea?

Thanks in advance,
Rémi.



*LAMY Olivier [EMAIL PROTECTED]*

07/08/2007 08:23
Veuillez répondre à
continuum-users@maven.apache.org



A
  continuum-users@maven.apache.org
cc

Objet
  RE: Continuum 1.1-beta-1 profile does not seem to work








Afert adding installations to a profile don't use save but go to the
profile list page.
In fact, the workflow is a litte bit confusing here.

It will be fixed in beta-2 ( you have patch here :
http://jira.codehaus.org/browse/CONTINUUM-1361 )

Concerning IE, it's an issue (I have only tested with Firefox ;-) ),
could you add an issue ?



--
Olivier

-Message d'origine-
De : L. J. [mailto:[EMAIL PROTECTED]
Envoyé : mardi 7 août 2007 02:24
À : continuum-users
Objet : Continuum 1.1-beta-1 profile does not seem to work

Hi,

When using IE 6, I click the add button to add the installation in the
profile, it does not do anything.
When using Firefox, the add button works, but after save the profile and
go back to check the profile, the installation isn't included in the
profile.
I am running in AIX, Is this because of my OS or has this happened to
anyone else?

Thanks.

LJ


This e-mail, any attachments and the information contained therein
(this message) are confidential and intended solely for the use of the
addressee(s). If you have received this message in error please send it
back to the sender and delete it. Unauthorized publication, use,
dissemination or disclosure of this message, either in whole or in part
is strictly prohibited.
**
Ce message électronique et tous les fichiers joints ainsi que  les
informations contenues dans ce message ( ci après le message ), sont
confidentiels et destinés exclusivement à l'usage de la  personne à
laquelle ils sont adressés. Si vous avez reçu ce message par erreur,
merci  de le renvoyer à son émetteur et de le détruire. Toutes
diffusion, publication, totale ou partielle ou divulgation sous quelque
forme que se soit non expressément autorisées de ce message, sont
interdites.
**





java.lang.NullPointerException
  at 
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at 
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
  at 
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
  at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
Hi,
For IE, there is an issue (CONTINUUM-1369).

For the other point, I need the exact workflow.
I aggree profile/installation workflow was not correct (I have send some patchs 
concerning this).

--
Olivier

-Message d'origine-
De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 11:46
À : continuum-users@maven.apache.org
Objet : Re: Continuum 1.1-beta-1 profile does not seem to work

What are your installations? profiles with installations associated?

[EMAIL PROTECTED] a écrit :
 
 Hi,
 I already wrote a message about that. I can't add any installation to 
 a profile : with IE the add button doesn't work and with Firefox, when 
 I click on the add button I obtain a java.lang.NullPointerException 
 (with this stack trace : ).
 My problem is a little different, I can't access anything after adding 
 installations seeing that I can't add these installations. Does anyone 
 have the same problem?
 Any suggestion or idea?
 
 Thanks in advance,
 Rémi.
 
 
 
 *LAMY Olivier [EMAIL PROTECTED]*
 
 07/08/2007 08:23
 Veuillez répondre à
 continuum-users@maven.apache.org
 
 
   
 A
   continuum-users@maven.apache.org
 cc
   
 Objet
   RE: Continuum 1.1-beta-1 profile does not seem to work
 
 
   
 
 
 
 
 
 Afert adding installations to a profile don't use save but go to the 
 profile list page.
 In fact, the workflow is a litte bit confusing here.
 
 It will be fixed in beta-2 ( you have patch here : 
 http://jira.codehaus.org/browse/CONTINUUM-1361 )
 
 Concerning IE, it's an issue (I have only tested with Firefox ;-) ), 
 could you add an issue ?
 
 
 
 --
 Olivier
 
 -Message d'origine-
 De : L. J. [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 7 août 2007 02:24
 À : continuum-users
 Objet : Continuum 1.1-beta-1 profile does not seem to work
 
 Hi,
 
 When using IE 6, I click the add button to add the installation in the 
 profile, it does not do anything.
 When using Firefox, the add button works, but after save the profile 
 and go back to check the profile, the installation isn't included in 
 the profile.
 I am running in AIX, Is this because of my OS or has this happened to 
 anyone else?
 
 Thanks.
 
 LJ
 
 
 This e-mail, any attachments and the information contained therein 
 (this message) are confidential and intended solely for the use of 
 the addressee(s). If you have received this message in error please 
 send it back to the sender and delete it. Unauthorized publication, 
 use, dissemination or disclosure of this message, either in whole or 
 in part is strictly prohibited.
 **
 Ce message électronique et tous les fichiers joints ainsi que  les 
 informations contenues dans ce message ( ci après le message ), sont 
 confidentiels et destinés exclusivement à l'usage de la  personne à 
 laquelle ils sont adressés. Si vous avez reçu ce message par erreur, 
 merci  de le renvoyer à son émetteur et de le détruire. Toutes 
 diffusion, publication, totale ou partielle ou divulgation sous 
 quelque forme que se soit non expressément autorisées de ce message, 
 sont interdites.
 **
 
 
 
 --
 --
 
 java.lang.NullPointerException
   at 
 org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
 com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
   at 
 com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
   at 
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
   at 
 com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
   at 
 com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
   at 
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at 
 com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
   at 
 com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
   at 
 com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
   at 
 org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
   at 
 com.opensymphony.xwork.DefaultActionInvocation.invoke

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
Do you have an error message or something in the log ?


--
Olivier 

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 11:59
À : continuum-users@maven.apache.org
Cc : continuum-users@maven.apache.org
Objet : Re: Continuum 1.1-beta-1 profile does not seem to work

I have only one installation :
Name : JDK 1.5.0_01
Type : jdk
Env Var Name : JAVA_HOME
Value/Path : C:\Program Files\Java\jdk1.5.0_01

I tried several profiles, the last one was a test with Firefox : 
testFirefox.




Emmanuel Venisse [EMAIL PROTECTED]
07/08/2007 11:45
Veuillez répondre à
continuum-users@maven.apache.org


A
continuum-users@maven.apache.org
cc

Objet
Re: Continuum 1.1-beta-1 profile does not seem to work






What are your installations? profiles with installations associated?

[EMAIL PROTECTED] a écrit :
 
 Hi,
 I already wrote a message about that. I can't add any installation to a 
 profile : with IE the add button doesn't work and with Firefox, when I 
 click on the add button I obtain a java.lang.NullPointerException (with 
 this stack trace : ).
 My problem is a little different, I can't access anything after adding 
 installations seeing that I can't add these installations. Does anyone 
 have the same problem?
 Any suggestion or idea?
 
 Thanks in advance,
 Rémi.
 
 
 
 *LAMY Olivier [EMAIL PROTECTED]*
 
 07/08/2007 08:23
 Veuillez répondre à
 continuum-users@maven.apache.org
 
 
 
 A
continuum-users@maven.apache.org
 cc
 
 Objet
RE: Continuum 1.1-beta-1 profile does not seem to work
 
 
 
 
 
 
 
 
 Afert adding installations to a profile don't use save but go to the 
 profile list page.
 In fact, the workflow is a litte bit confusing here.
 
 It will be fixed in beta-2 ( you have patch here : 
 http://jira.codehaus.org/browse/CONTINUUM-1361 )
 
 Concerning IE, it's an issue (I have only tested with Firefox ;-) ), 
 could you add an issue ?
 
 
 
 --
 Olivier
 
 -Message d'origine-
 De : L. J. [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 7 août 2007 02:24
 À : continuum-users
 Objet : Continuum 1.1-beta-1 profile does not seem to work
 
 Hi,
 
 When using IE 6, I click the add button to add the installation in the 
 profile, it does not do anything.
 When using Firefox, the add button works, but after save the profile and 

 go back to check the profile, the installation isn't included in the 
 profile.
 I am running in AIX, Is this because of my OS or has this happened to 
 anyone else?
 
 Thanks.
 
 LJ
 
 
 This e-mail, any attachments and the information contained therein 
 (this message) are confidential and intended solely for the use of the 

 addressee(s). If you have received this message in error please send it 
 back to the sender and delete it. Unauthorized publication, use, 
 dissemination or disclosure of this message, either in whole or in part 
 is strictly prohibited.
 **
 Ce message électronique et tous les fichiers joints ainsi que  les 
 informations contenues dans ce message ( ci après le message ), sont 
 confidentiels et destinés exclusivement à l'usage de la  personne à 
 laquelle ils sont adressés. Si vous avez reçu ce message par erreur, 
 merci  de le renvoyer à son émetteur et de le détruire. Toutes 
 diffusion, publication, totale ou partielle ou divulgation sous quelque 
 forme que se soit non expressément autorisées de ce message, sont 
 interdites.
 **
 
 
 
 
 
 java.lang.NullPointerException
at 
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115

Re: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread Stephane Nicoll
- Firefox
- Login as admin
- Profiles, add profiles, give a name, save
- Edit profile, add an installation, save - NPE

But the profile is there with the installation. Note I never restarted
the service so it's maybe not saved at all (and in a transient cache
or something).

Stéphane

On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 What is the process to reproduce it?

 Stephane Nicoll a écrit :
  Hey,
 
  I've also a NPE (see below) but I'm able to create the build profile
  anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.
 
  Cheers,
  Stéphane
 
  12790974 [TP-Processor6] INFO
  com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  -
  Error ocurred during execution
  java.lang.NullPointerException
  at 
  org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667)
  at 
  org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646)
  at 
  org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202)
  at 
  org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261)
  at 
  org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160)
  at 
  org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:843)
  at 
  org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:835)
  at 
  org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoContinuumStore.java:1226)
  at 
  org.apache.maven.continuum.profile.DefaultProfileService.updateProfile(DefaultProfileService.java:62)
  at 
  org.apache.maven.continuum.web.action.admin.ProfileAction.save(ProfileAction.java:122)
 
 
  On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
  What are your installations? profiles with installations associated?
 
  [EMAIL PROTECTED] a écrit :
  Hi,
  I already wrote a message about that. I can't add any installation to a
  profile : with IE the add button doesn't work and with Firefox, when I
  click on the add button I obtain a java.lang.NullPointerException (with
  this stack trace : ).
  My problem is a little different, I can't access anything after adding
  installations seeing that I can't add these installations. Does anyone
  have the same problem?
  Any suggestion or idea?
 
  Thanks in advance,
  Rémi.
 
 
 
  *LAMY Olivier [EMAIL PROTECTED]*
 
  07/08/2007 08:23
  Veuillez répondre à
  continuum-users@maven.apache.org
 
 
 
  A
continuum-users@maven.apache.org
  cc
 
  Objet
RE: Continuum 1.1-beta-1 profile does not seem to work
 
 
 
 
 
 
 
 
  Afert adding installations to a profile don't use save but go to the
  profile list page.
  In fact, the workflow is a litte bit confusing here.
 
  It will be fixed in beta-2 ( you have patch here :
  http://jira.codehaus.org/browse/CONTINUUM-1361 )
 
  Concerning IE, it's an issue (I have only tested with Firefox ;-) ),
  could you add an issue ?
 
 
 
  --
  Olivier
 
  -Message d'origine-
  De : L. J. [mailto:[EMAIL PROTECTED]
  Envoyé : mardi 7 août 2007 02:24
  À : continuum-users
  Objet : Continuum 1.1-beta-1 profile does not seem to work
 
  Hi,
 
  When using IE 6, I click the add button to add the installation in the
  profile, it does not do anything.
  When using Firefox, the add button works, but after save the profile and
  go back to check the profile, the installation isn't included in the
  profile.
  I am running in AIX, Is this because of my OS or has this happened to
  anyone else?
 
  Thanks.
 
  LJ
 
 
  This e-mail, any attachments and the information contained therein
  (this message) are confidential and intended solely for the use of the
  addressee(s). If you have received this message in error please send it
  back to the sender and delete it. Unauthorized publication, use,
  dissemination or disclosure of this message, either in whole or in part
  is strictly prohibited.
  **
  Ce message électronique et tous les fichiers joints ainsi que  les
  informations contenues dans ce message ( ci après le message ), sont
  confidentiels et destinés exclusivement à l'usage de la  personne à
  laquelle ils sont adressés. Si vous avez reçu ce message par erreur,
  merci  de le renvoyer à son émetteur et de le détruire. Toutes
  diffusion, publication, totale ou partielle ou divulgation sous quelque
  forme que se soit non expressément autorisées de ce message, sont
  interdites.
  **
 
 
 
  
 
  java.lang.NullPointerException
at 
  org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread LAMY Olivier
I think it's due to CONTINUUM-1361.

Rewrite the end of the workflow ;-)

- Edit profile, add an installation, go to Profiles List

--
Olivier

-Message d'origine-
De : Stephane Nicoll [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 7 août 2007 12:11
À : continuum-users@maven.apache.org
Objet : Re: Continuum 1.1-beta-1 profile does not seem to work

- Firefox
- Login as admin
- Profiles, add profiles, give a name, save
- Edit profile, add an installation, save - NPE

But the profile is there with the installation. Note I never restarted the 
service so it's maybe not saved at all (and in a transient cache or something).

Stéphane

On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 What is the process to reproduce it?

 Stephane Nicoll a écrit :
  Hey,
 
  I've also a NPE (see below) but I'm able to create the build profile 
  anyway. I'm on 1.1-beta-1, war version on tomcat 5.5.23/JDK5.
 
  Cheers,
  Stéphane
 
  12790974 [TP-Processor6] INFO
  com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - 
  Error ocurred during execution java.lang.NullPointerException
  at 
  org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667)
  at 
  org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646)
  at 
  org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202)
  at 
  org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261)
  at 
  org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160)
  at 
  org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:843)
  at 
  org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:835)
  at 
  org.apache.maven.continuum.store.JdoContinuumStore.updateProfile(JdoContinuumStore.java:1226)
  at 
  org.apache.maven.continuum.profile.DefaultProfileService.updateProfile(DefaultProfileService.java:62)
  at 
  org.apache.maven.continuum.web.action.admin.ProfileAction.save(Profi
  leAction.java:122)
 
 
  On 8/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
  What are your installations? profiles with installations associated?
 
  [EMAIL PROTECTED] a écrit :
  Hi,
  I already wrote a message about that. I can't add any installation 
  to a profile : with IE the add button doesn't work and with 
  Firefox, when I click on the add button I obtain a 
  java.lang.NullPointerException (with this stack trace : ).
  My problem is a little different, I can't access anything after 
  adding installations seeing that I can't add these installations. 
  Does anyone have the same problem?
  Any suggestion or idea?
 
  Thanks in advance,
  Rémi.
 
 
 
  *LAMY Olivier [EMAIL PROTECTED]*
 
  07/08/2007 08:23
  Veuillez répondre à
  continuum-users@maven.apache.org
 
 
 
  A
continuum-users@maven.apache.org
  cc
 
  Objet
RE: Continuum 1.1-beta-1 profile does not seem to work
 
 
 
 
 
 
 
 
  Afert adding installations to a profile don't use save but go to 
  the profile list page.
  In fact, the workflow is a litte bit confusing here.
 
  It will be fixed in beta-2 ( you have patch here :
  http://jira.codehaus.org/browse/CONTINUUM-1361 )
 
  Concerning IE, it's an issue (I have only tested with Firefox ;-) 
  ), could you add an issue ?
 
 
 
  --
  Olivier
 
  -Message d'origine-
  De : L. J. [mailto:[EMAIL PROTECTED]
  Envoyé : mardi 7 août 2007 02:24
  À : continuum-users
  Objet : Continuum 1.1-beta-1 profile does not seem to work
 
  Hi,
 
  When using IE 6, I click the add button to add the installation in 
  the profile, it does not do anything.
  When using Firefox, the add button works, but after save the 
  profile and go back to check the profile, the installation isn't 
  included in the profile.
  I am running in AIX, Is this because of my OS or has this happened 
  to anyone else?
 
  Thanks.
 
  LJ
 
 
  This e-mail, any attachments and the information contained therein 
  (this message) are confidential and intended solely for the use 
  of the addressee(s). If you have received this message in error 
  please send it back to the sender and delete it. Unauthorized 
  publication, use, dissemination or disclosure of this message, 
  either in whole or in part is strictly prohibited.
  **
   Ce message électronique et tous les fichiers joints ainsi que  
  les informations contenues dans ce message ( ci après le message 
  ), sont confidentiels et destinés exclusivement à l'usage de la  
  personne à laquelle ils sont adressés. Si vous avez reçu ce 
  message par erreur, merci  de le renvoyer à son émetteur et de le 
  détruire. Toutes diffusion, publication, totale ou partielle ou 
  divulgation sous quelque forme que se soit non expressément 
  autorisées de ce message, sont interdites

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-07 Thread remi . chevalier
Sorry, I forgot the workflow, fro me, the error appears earlier than 
Stéphane :
- Firefox
- Login as admin
- Profiles, add profiles, give a name, save
- Edit profile, add an installation -- java.lang.NullPointerException



[EMAIL PROTECTED] 
07/08/2007 12:17
Veuillez répondre à
continuum-users@maven.apache.org


A
continuum-users@maven.apache.org
cc
continuum-users@maven.apache.org
Objet
RE: Continuum 1.1-beta-1 profile does not seem to work






Here is my log (in continuum.log):
[SocketListener0-1] INFO 
com.opensymphony.xwork.interceptor.Interceptor:exceptionLogging  - Error 
ocurred during execution
java.lang.NullPointerException
 at 
org.apache.maven.continuum.web.action.admin.ProfileAction.addInstallation(ProfileAction.java:140)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
 at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
 at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
 at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:178)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:58)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
 at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
 at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:171)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
 at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
 at 
com.opensymphony.xwork.DefaultActionInvocation.invoke