cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Room Directory Discussion

peressin_giorgio
Explorer
0 Kudos

I am using EP6 SP4.

If I try to access the discussion page within a room I obtain a NullPointerException.

I am longged on with a user with admin role and the discussion page within the personal documents works fine.

-


java.lang.NullPointerException

at java.util.Hashtable.put(Hashtable.java:375)

at com.sapportals.wcm.repository.service.discussion.wcm.DiscussionAppPropertiesService.getAppPropService(DiscussionAppPropertiesService.java:42)

at com.sapportals.wcm.repository.service.discussion.wcm.Discussion.getNumberOfTopics(Discussion.java:552)

...........

com.sapportals.wcm.repository.ResourceException

at com.sapportals.wcm.repository.ResourceException.fillInStackTrace(ResourceException.java:401)

at java.lang.Throwable.(Throwable.java:85)

at java.lang.Exception.(Exception.java:33)

at com.sapportals.wcm.WcmException.(WcmException.java:107)

at com.sapportals.wcm.WcmException.(WcmException.java:103)

at com.sapportals.wcm.util.content.ContentException.(ContentException.java:46)

at com.sapportals.wcm.repository.ResourceException.(ResourceException.java:274)

at com.sapportals.wcm.repository.service.discussion.wcm.Discussion.getNumberOfTopics(Discussion.java:561)

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Peressin,

this sounds heavily like a bug, but:

> I am using EP6 SP4

Patch it! Really... If you are on NW04, SP11 is the actual version, still full of bugs, but at least some less than SP4...

Hope it helps

Detlev

peressin_giorgio
Explorer
0 Kudos

I wrote to OSS about this problem.

The reply:

Please try the following to resolve the issue:

Go to System Administartion > System Configuration > Knowledgemanagement> Configuration > Content Management > Repository Managers >

CM Repository > roomStructures.

Edit roomStructures and enable the repository service 'properties'.

Restart the J2EE after changing this.

SOLVED THE PROBLEM

Thanks.