You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2015/03/11 19:19:38 UTC

[jira] [Comment Edited] (DIRSTUDIO-993) Directory studio stops after a few commands issued

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357322#comment-14357322 ] 

Emmanuel Lecharny edited comment on DIRSTUDIO-993 at 3/11/15 6:18 PM:
----------------------------------------------------------------------

Frédéric, seems like the issue is really the NPE in 
	 {{org.apache.directory.studio.ldapbrowser.ui.editors.entry.EntryEditorOutlinePage.refresh(EntryEditorOutlinePage.java:232)}}

which has been fixed in trunk.

Although I found this error :
{code}
java.lang.Exception: [LDAP: error code 80 - no structuralObjectClass operational attribute]
	at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.checkResponse(DirectoryApiConnectionWrapper.java:1280)
{code}

which is weird : that means you are getting an entry which is not correct (it does not have a Structural ObjectClass). Do you have a copy of this entry ?


was (Author: elecharny):
Frédéric, seems like the issue is really the NPE in 
	at org.apache.directory.studio.ldapbrowser.ui.editors.entry.EntryEditorOutlinePage.refresh(EntryEditorOutlinePage.java:232)

which has been fixed in trunk.

Although I found this error :
{code}
java.lang.Exception: [LDAP: error code 80 - no structuralObjectClass operational attribute]
	at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.checkResponse(DirectoryApiConnectionWrapper.java:1280)
{code}

which is weird : that means you are getting an entry which is not correct (it does not have a Structural ObjectClass). Do you have a copy of this entry ?

> Directory studio stops after a few commands issued
> --------------------------------------------------
>
>                 Key: DIRSTUDIO-993
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-993
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M8 (2.0.0.v20130628)
>         Environment: Mac OSX Mavericks, java build 1.7.0_65-b17
>            Reporter: Fredéric Goudal
>            Priority: Critical
>         Attachments: LogApache, apachedsstudio.bak_0.log, apachedsstudio.configuration.log, apachedsstudio.log
>
>
> After a few command (change, listing) app stop responding and rainbow ball turns... only way is to force application to quit.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)