It's all about the answers!

Ask a question

RTC Extension Workshop not working


Rafael Rodriguez Montes (23013126247) | asked Apr 19 '19, 7:43 p.m.

 Hello, 

I'm trying to develop an extension, I'm using the workshop for  version 6.x,(https://jazz.net/library-content/wp-content/uploads/2014/11/RTC603ExtPoT.pdf)  I'm currently Using the version 6.0.5, but I'm getting this error when I run the bat file. 
C:\RTC605Dev\downloads\WorkshopSetup-V6-20161207\WorkshopSetup>C:\IBM\CLM605\ser
ver\jre\bin\java -cp C:\RTC605Dev\downloads\RTC-Client-plainJavaLib-6.0.5/;./
com.ibm.js.rtcext.serversetup.ServerSetup "**" "user" "*"
Starting Team Platform
log4j:WARN No appenders could be found for logger (com.ibm.team.repository.commo
n.internal.util.InternalTeamPlatform).
log4j:WARN Please initialize the log4j system properly.
Team Platform started
Trying to log into repository: https://localhost/ccm
Login succeeded.
Trying to find or deploy template: scrum2.process.ibm.com
Template found...
Trying to find or create Project Area: RTC Extension Workshop
Project Area found: RTC Extension Workshop
Trying to add members with roles: ScrumMaster to Project AreaRTC Extension Works
hop
Users with Roles added to RTC Extension Workshop
Found Component: RTC Extension Lab Code License
Found Component: RTC Extension Workshop Configuration - Server
Found Component: RTC Extension Lab Code - Server
RTC Extension Lab Code - Common Not found.... ,create or re-use component
RTC Extension Lab Code - Client Not found.... ,create or re-use component
RTC Extension Launches - Server Not found.... ,create or re-use component
RTC Extension Launches - Client Not found.... ,create or re-use component
Renamig Component: Test_Move_Folder Default Component to RTC Extension Launches
- Server
Rename component to: RTC Extension Launches - Server
com.ibm.team.repository.common.PermissionDeniedException: CRJAZ6053E To complete
the 'Save Component' task, you need these permissions: 'You don't have permissi
on to perform the following actions:
Modify the component name (modify/component/attributes/name)'
at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.d
ecodeExceptions(MarshallerUtil.java:377)
at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.d
ecodeExceptions(MarshallerUtil.java:347)
at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.d
ecodeFault(MarshallerUtil.java:312)
at com.ibm.team.repository.transport.client.RemoteTeamService.constructE
xceptionFromFault(RemoteTeamService.java:717)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMet
hod(RemoteTeamService.java:560)
at com.ibm.team.repository.transport.client.RemoteTeamService.invoke(Rem
oteTeamService.java:202)
at com.ibm.team.repository.transport.client.ServiceInvocationHandler.inv
oke(ServiceInvocationHandler.java:43)
at com.sun.proxy.$Proxy25.renameComponent(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invokeS
erviceCall(ServiceInterfaceProxy.java:254)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(
ServiceInterfaceProxy.java:110)
at com.sun.proxy.$Proxy25.renameComponent(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at com.ibm.team.scm.client.internal.ScmServiceInterfaceProxy$2.run(ScmSe
rviceInterfaceProxy.java:170)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepo
sitory.java:1355)
at com.ibm.team.repository.common.transport.CancelableCaller.call(Cancel
ableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelable
Service(TeamRepository.java:1350)
at com.ibm.team.scm.client.internal.ScmClientLibraryContext.callCancelab
leService(ScmClientLibraryContext.java:71)
at com.ibm.team.scm.client.internal.ScmServiceInterfaceProxy.invokeCance
lableService(ScmServiceInterfaceProxy.java:166)
at com.ibm.team.scm.client.internal.ScmServiceInterfaceProxy.invoke(ScmS
erviceInterfaceProxy.java:94)
at com.sun.proxy.$Proxy25.renameComponent(Unknown Source)
at com.ibm.team.scm.client.internal.WorkspaceManager.renameComponent(Wor
kspaceManager.java:2415)
at com.ibm.team.scm.client.internal.WorkspaceManager.renameComponent(Wor
kspaceManager.java:2392)
at com.ibm.js.rtcext.serversetup.ServerSetup.renameOrCreateComponent(Ser
verSetup.java:780)
at com.ibm.js.rtcext.serversetup.ServerSetup.manageComponents(ServerSetu
p.java:705)
at com.ibm.js.rtcext.serversetup.ServerSetup.run(ServerSetup.java:170)
at com.ibm.js.rtcext.serversetup.ServerSetup.main(ServerSetup.java:110)

C:\RTC605Dev\downloads\WorkshopSetup-V6-20161207\WorkshopSetup>pause

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Apr 20 '19, 8:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The project area should not be there, the server empty. The default user is myadmin and in the past this user had all permissions needed.

The problem seems to be

Rename component to: RTC Extension Launches - Server
com.ibm.team.repository.common.PermissionDeniedException: CRJAZ6053E
To complete the 'Save Component' task, you need these permissions: 'You don't have permissi
on to perform the following actions: Modify the component name (modify/component/attributes/name)'

Make sure the user used in WorkshopSetup has the permission mentioned above.
Rafael Rodriguez Montes selected this answer as the correct answer

One other answer



permanent link
Ralph Schoon (63.1k33645) | answered Apr 20 '19, 8:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The project area should not be there, the server empty. The default user is myadmin and in the past this user had all permissions needed.

The problem seems to be

Rename component to: RTC Extension Launches - Server
com.ibm.team.repository.common.PermissionDeniedException: CRJAZ6053E
To complete the 'Save Component' task, you need these permissions: 'You don't have permissi
on to perform the following actions: Modify the component name (modify/component/attributes/name)'

Make sure the user used in WorkshopSetup has the permission mentioned above.

Your answer


Register or to post your answer.