Did anyone faced this kind of exception? I am getting this error while creating the relational data programatically for a CI and commit.
Exception :04/09/2012 20:04:16:489, Error 13 (MOCommitError), Message 026-133-0009: A content item cannot be moved to the root folder.
com.vignette.as.client.exception.ValidationException : 04/09/2012 20:04:16:489, Error 13 (MOCommitError), Message 026-133-0009: A content item cannot be moved to the root folder.
at weblogic.rjvm.ResponseImpl.unmarshalReturn( ResponseImpl.java:234 )
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke( ClusterableRemoteRef.java:348 )
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke( ClusterableRemoteRef.java:259 )
at com.vignette.as.server.logic.cm.ContentInstanceOps_w9v3qu_IContentInstanceOpsRemoteImpl_1033_WLStub.commit(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0( Native Method )
at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:39 )
at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:37 )
at java.lang.reflect.Method.invoke( Method.java:599 )
at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke( RemoteBusinessIntfProxy.java:84 )
at $Proxy3.commit(Unknown Source)
at com.vignette.as.client.javabean.ManagedObject.commitImpl( ManagedObject.java:1467 )
at com.vignette.as.client.javabean.ManagedObject.commit( ManagedObject.java:1423 )
at com.vignette.as.client.javabean.ContentInstance.commit( ContentInstance.java:671 )
at com.metlife.rpp.createci.VCMUtil.createCI( VCMUtil.java:206 )
at com.metlife.rpp.createci.VCMUtil.loginToVCMMgmt( VCMUtil.java:139 )
at com.metlife.rpp.createci.VCMUtil.main( VCMUtil.java:114 )