You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Ryan X.Wong (JIRA)" <ji...@apache.org> on 2007/10/12 09:15:51 UTC

[jira] Created: (DIRSTUDIO-224) Can't Open Schema View

Can't Open Schema View
----------------------

                 Key: DIRSTUDIO-224
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
             Project: Directory Studio
          Issue Type: Bug
          Components: studio-schemaeditor
    Affects Versions: 1.0.1
            Reporter: Ryan X.Wong


!ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
!MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
!STACK 0
java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.apache.directory.studio.Application.run(Unknown Source)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)


=============== Configuration Details ========================

*** Date: Fri Oct 12 15:13:14 CST 2007

*** Platform Details:

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
-name
Apache Directory Studio
-showsplash
600
-exitdata
9d0_84
-vm
C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
eclipse.ee.install.verify=false
eclipse.product=org.apache.directory.studio.product
eclipse.startTime=1192172048265
eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
eclipse.vmargs=-jar
C:\Program Files\Apache Directory Studio\startup.jar
file.encoding=GB18030
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
java.class.version=50.0
java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
java.home=C:\Program Files\Java\jre1.6.0_03
java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_03-b05
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0_03
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.6.0_03-b05
line.separator=

org.osgi.framework.bootdelegation=*
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=zh
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1
org.osgi.framework.processor=x86
org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.3.0
org.osgi.supports.framework.extension=true
os.arch=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
osgi.framework.beginningstartlevel=1
osgi.framework.shape=jar
osgi.framework.version=3.2.1.R32x_v20060919
osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
osgi.nl=zh_CN
osgi.os=win32
osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=GB18030
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 2
user.country=CN
user.dir=C:\Program Files\Apache Directory Studio
user.home=C:\Documents and Settings\Ryan
user.language=zh
user.name=Ryan
user.timezone=Asia/Shanghai
user.variant=

*** Features:
org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"

*** Plug-in Registry:
com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]

*** User Preferences:
#Fri Oct 12 15:13:14 CST 2007
/instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
/instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/instance/org.eclipse.help.ui/browser.h=738
@org.apache.directory.studio.ldifeditor=1.0.1
/instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
@org.eclipse.update.core=3.2.1.v20092006
/instance/org.eclipse.ui/showIntro=false
@org.eclipse.ui=3.2.1.M20060913-0800
/instance/org.eclipse.help.ui/browser.maximized=true
\!/=
@org.apache.directory.studio.ldapbrowser.common=1.0.1
/instance/org.eclipse.core.resources/version=1
@org.eclipse.help.ui=3.2.0.v20060602
/instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
@org.eclipse.core.resources=3.2.1.R32x_v20060914
/instance/org.eclipse.help.ui/browser.y=30
/instance/org.eclipse.help.ui/browser.x=0
/instance/org.eclipse.help.ui/browser.w=1024
/instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
/instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
file_export_version=3.0
@org.eclipse.ui.editors=3.2.1.r321_v20060721


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552740 ] 

Ryan X.Wong commented on DIRSTUDIO-224:
---------------------------------------

Thanks a lot, Marcelot

It shows an error each time when I switch to Schema View with Jdk6

Looking forward to the next release.

Ryan X. Wong

On Dec 18, 2007 2:09 AM, Pierre-Arnaud Marcelot (JIRA) <ji...@apache.org>



-- 
Lazing@gmail.com
www.ave7.net


> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535484 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-224:
--------------------------------------------------

Thanks Ryan for these investigations.

I need to install a JDK 6 to see what's going on with this version.

I'll get back to you as soon as possible.

> Can't Open Schema View
> ----------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-224.
----------------------------------------------

    Resolution: Fixed

This issue should be fixed, I was not able to reproduce it with the latest trunk.

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535483 ] 

Ryan X.Wong commented on DIRSTUDIO-224:
---------------------------------------

I have test it under JRE 1.5.12 and it's ok

here is my configuration


*** Date: Wed Oct 17 17:02:20 CST 2007

*** Platform Details:

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.commands=eclipse.ee.install.verify=false
eclipse.product=org.apache.directory.studio.product
eclipse.startTime=1192611660593
file.encoding=GB18030
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
java.class.version=49.0
java.endorsed.dirs=C:\Program Files\Java\jre1.5.0_12\lib\endorsed
java.ext.dirs=C:\Program Files\Java\jre1.5.0_12\lib\ext
java.home=C:\Program Files\Java\jre1.5.0_12
java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
java.library.path=C:\Program Files\Java\jre1.5.0_12\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.6.0_01;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_12-b04
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.5.0_12
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.5.0_12-b04
line.separator=

org.osgi.framework.bootdelegation=*
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
org.osgi.framework.language=zh
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1
org.osgi.framework.processor=x86
org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.3.0
org.osgi.supports.framework.extension=true
os.arch=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
osgi.framework.beginningstartlevel=1
osgi.framework.shape=jar
osgi.framework.version=3.2.1.R32x_v20060919
osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
osgi.nl=zh_CN
osgi.os=win32
osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Program Files\Java\jre1.5.0_12\lib\rt.jar;C:\Program Files\Java\jre1.5.0_12\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_12\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_12\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_12\lib\jce.jar;C:\Program Files\Java\jre1.5.0_12\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_12\classes
sun.boot.library.path=C:\Program Files\Java\jre1.5.0_12\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=GB18030
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 2
user.country=CN
user.dir=C:\Program Files\Java\jre1.5.0_12\bin
user.home=C:\Documents and Settings\Ryan
user.language=zh
user.name=Ryan
user.timezone=Asia/Shanghai
user.variant=

*** Features:
org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"

*** Plug-in Registry:
com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Active]
org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Active]
org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Active]
org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]

*** User Preferences:
#Wed Oct 17 17:02:20 CST 2007
/instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
/instance/org.eclipse.help.ui/browser.h=738
@org.apache.directory.studio.ldifeditor=1.0.1
/instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
@org.eclipse.update.core=3.2.1.v20092006
/instance/org.eclipse.ui/showIntro=false
@org.eclipse.ui=3.2.1.M20060913-0800
/instance/org.eclipse.help.ui/browser.maximized=true
\!/=
@org.apache.directory.studio.ldapbrowser.common=1.0.1
/instance/org.eclipse.core.resources/version=1
@org.eclipse.help.ui=3.2.0.v20060602
/instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
@org.eclipse.core.resources=3.2.1.R32x_v20060914
/instance/org.eclipse.help.ui/browser.y=30
/instance/org.eclipse.help.ui/browser.x=0
/instance/org.eclipse.help.ui/browser.w=1024
/instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
/instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
file_export_version=3.0
@org.eclipse.ui.editors=3.2.1.r321_v20060721


> Can't Open Schema View
> ----------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-224:
---------------------------------------------

         Priority: Blocker  (was: Major)
    Fix Version/s: 1.1.0
          Summary: Can't Open Schema View with JDK 6.0  (was: Can't Open Schema View)

Modified the title to match the investigations made by Ryan.
Fix version for 1.1.0
Raised priority to "Blocker".

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan X.Wong closed DIRSTUDIO-224.
---------------------------------


> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552485 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-224:
--------------------------------------------------

It looks like the use of the getAbsolutePath() method of the class File (java.io.File) was the cause of our problems.

The returning string of this method was not accepted in the Dom4J SAX parser when using JDK/JRE 6.0 on Windows. I updated the classes to not use this method anymore and use InputStreams instead of file path (as strings or URLs).

I'll look a little further but I think this should fix this issue.

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535487 ] 

Ryan X.Wong commented on DIRSTUDIO-224:
---------------------------------------

My Pleasure. Good luck..  Seems a bug of SUN MicroSystem

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558614#action_12558614 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-224:
--------------------------------------------------

Here's a snapshot of the latest version of Apache Directory Studio for Windows -> http://people.apache.org/~pamarcelot/ApacheDirectoryStudio_Trunk_20080114_1500.zip

Could you please try to reproduce the bug on this version ?

Thanks,
Pierre-Arnaud

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560915#action_12560915 ] 

Ryan X.Wong commented on DIRSTUDIO-224:
---------------------------------------

Thank you very much for your hard working.
I have tasted in my machine with jdk6
It works quite well...

On Jan 18, 2008 11:01 PM, Pierre-Arnaud Marcelot (JIRA) <ji...@apache.org>



-- 
Lazing@gmail.com
www.ave7.net


> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535455 ] 

Ryan X.Wong commented on DIRSTUDIO-224:
---------------------------------------

Well, a fresh install.
Whenever I try to open Schema View Perspective, it happens.

And I haven't test it UNDER jdk5
Since it's not suitable for me to replace jdk6 with 5 for system default, Is there any method to configure the starting JVM?

> Can't Open Schema View
> ----------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Ryan X.Wong (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552742 ] 

Ryan X.Wong commented on DIRSTUDIO-224:
---------------------------------------

Thanks a lot, Pierre

It shows an error each time I switch to Schema View with Jdk6

Looking forward to the next release.

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot reassigned DIRSTUDIO-224:
------------------------------------------------

    Assignee: Pierre-Arnaud Marcelot

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552445 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-224:
--------------------------------------------------

Hi Ryan,

I'm working on this issue right now.

I need additional information about it.

Did you ever succeed in launching the Schema Editor Perspective (at least once) or did that appear on your first try?

Thanks.

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View with JDK 6.0

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561009#action_12561009 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-224:
--------------------------------------------------

Thanks a lot Ryan for our help and testing.

> Can't Open Schema View with JDK 6.0
> -----------------------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-224) Can't Open Schema View

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534236 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-224:
--------------------------------------------------

Hi Ryan.

Thanks for the report.

I tried to reproduce the bug, but I couldn't.

Could you please tell me how you get this bug ? Were you trying to open the Schema Editor perspective or only the Schema View ?

Is your Directory Studio application a fresh install of the 1.0.1 version or a 1.0.0 version updated to 1.0.1 ?

I also see you're running Java 6, just in case, could you try reproducing the bug with Java 5 ?

Thanks

> Can't Open Schema View
> ----------------------
>
>                 Key: DIRSTUDIO-224
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-224
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.0.1
>            Reporter: Ryan X.Wong
>
> !ENTRY org.eclipse.equinox.registry 4 1 2007-10-12 14:54:16.234
> !MESSAGE Unable to create view ID org.apache.directory.studio.schemaeditor.view.SchemaView: Plug-in org.apache.directory.studio.schemaeditor was unable to load class org.apache.directory.studio.schemaeditor.view.views.SchemaView.
> !STACK 0
> java.lang.ClassNotFoundException: org.apache.directory.studio.schemaeditor.view.views.SchemaView
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
> 	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
> 	at java.lang.ClassLoader.loadClass(Unknown Source)
> 	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)
> 	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
> 	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
> 	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
> 	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
> 	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
> 	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
> 	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
> 	at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69)
> 	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292)
> 	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
> 	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
> 	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
> 	at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
> 	at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
> 	at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
> 	at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
> 	at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:620)
> 	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:532)
> 	at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:562)
> 	at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:244)
> 	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:815)
> 	at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2436)
> 	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2616)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2597)
> 	at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1982)
> 	at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
> 	at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
> 	at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
> 	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
> 	at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
> 	at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
> 	at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
> 	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
> 	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.apache.directory.studio.Application.run(Unknown Source)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)
> =============== Configuration Details ========================
> *** Date: Fri Oct 12 15:13:14 CST 2007
> *** Platform Details:
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -launcher
> C:\Program Files\Apache Directory Studio\Apache Directory Studio.exe
> -name
> Apache Directory Studio
> -showsplash
> 600
> -exitdata
> 9d0_84
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.ee.install.verify=false
> eclipse.product=org.apache.directory.studio.product
> eclipse.startTime=1192172048265
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\javaw.exe
> eclipse.vmargs=-jar
> C:\Program Files\Apache Directory Studio\startup.jar
> file.encoding=GB18030
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=C:\Program Files\Apache Directory Studio\startup.jar
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Ryan\LOCALS~1\Temp\
> java.library.path=C:\Program Files\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;F:\dev\maven-2.0.6\bin;C:\Program Files\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HPQ\IAM\bin;C:\Program Files\Subversion\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\CVSNT\
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.6
> java.vendor=Sun Microsystems Inc.
> java.vendor.url=http://java.sun.com/
> java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
> java.version=1.6.0_03
> java.vm.info=mixed mode, sharing
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Sun Microsystems Inc.
> java.vm.version=1.6.0_03-b05
> line.separator=
> org.osgi.framework.bootdelegation=*
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
> org.osgi.framework.language=zh
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.3.0
> org.osgi.supports.framework.extension=true
> os.arch=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\bundles
> osgi.configuration.area=file:/C:/Program Files/Apache Directory Studio/configuration/
> osgi.framework=file:/c:/Program Files/Apache Directory Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.2.1.R32x_v20060919
> osgi.install.area=file:/C:/Program Files/Apache Directory Studio/
> osgi.instance.area=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.instance.area.default=file:/C:/Documents and Settings/Ryan/.ApacheDirectoryStudio/
> osgi.logfile=C:\Documents and Settings\Ryan\.ApacheDirectoryStudio\.metadata\.log
> osgi.manifest.cache=C:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\manifests
> osgi.nl=zh_CN
> osgi.os=win32
> osgi.splashLocation=c:\Program Files\Apache Directory Studio\configuration\org.eclipse.osgi\splash.bmp
> osgi.splashPath=platform:/base/plugins/org.apache.directory.studio
> osgi.syspath=c:\Program Files\Apache Directory Studio\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\bin
> sun.cpu.endian=little
> sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
> sun.desktop=windows
> sun.io.unicode.encoding=UnicodeLittle
> sun.java.launcher=SUN_STANDARD
> sun.jnu.encoding=GB18030
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=Service Pack 2
> user.country=CN
> user.dir=C:\Program Files\Apache Directory Studio
> user.home=C:\Documents and Settings\Ryan
> user.language=zh
> user.name=Ryan
> user.timezone=Asia/Shanghai
> user.variant=
> *** Features:
> org.apache.directory.studio.apacheds.configuration.feature (1.0.0) "Apache Directory Studio Apache DS Configuration"
> org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio RCP"
> org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache Directory Studio LDAP Browser UI"
> org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory Studio LDIF Editor"
> org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache Directory Studio Schema Editor"
> *** Plug-in Registry:
> com.ibm.icu (3.4.5) "International Components for Unicode for Java (ICU4J)" [Active]
> org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" [Active]
> org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory Studio ACI Item Editor" [Resolved]
> org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache Directory Studio Apache DS Configuration" [Resolved]
> org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache Directory Studio Apache DS Configuration Help" [Resolved]
> org.apache.directory.studio.connection.core (1.0.1) "Apache Directory Studio Connection Core" [Active]
> org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory Studio Connection UI" [Active]
> org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP Help" [Resolved]
> org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" [Resolved]
> org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory Studio LDAP Browser Common" [Active]
> org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory Studio LDAP Browser Core" [Active]
> org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory Studio LDAP Browser Help" [Resolved]
> org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory Studio LDAP Browser UI" [Active]
> org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio LDIF Editor" [Active]
> org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory Studio LDIF Editor Help" [Resolved]
> org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory Studio Schema Editor" [Resolved]
> org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory Studio Schema Editor Help" [Resolved]
> org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory Studio Value Editors" [Resolved]
> org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved]
> org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content Mechanism" [Active]
> org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression Language" [Active]
> org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" [Active]
> org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" [Resolved]
> org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" [Active]
> org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource Management" [Active]
> org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime Plug-in Compatibility" [Active]
> org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) "Authorization Compatibility Plug-in" [Active]
> org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" [Active]
> org.eclipse.equinox.preferences (3.2.1.R32x_v20060717) "Eclipse Preferences Mechanism" [Active]
> org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry Support" [Active]
> org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" [Resolved]
> org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" [Resolved]
> org.eclipse.help.ui (3.2.0.v20060602) "Help System UI" [Resolved]
> org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" [Resolved]
> org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved]
> org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data Binding" [Resolved]
> org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved]
> org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved]
> org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed]
> org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active]
> org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit for Windows" [Resolved]
> org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved]
> org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved]
> org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active]
> org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" [Active]
> org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved]
> org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved]
> org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" [Resolved]
> org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active]
> org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active]
> org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor Framework" [Active]
> org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" [Resolved]
> org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved]
> system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active]
> *** User Preferences:
> #Fri Oct 12 15:13:14 CST 2007
> /instance/org.apache.directory.studio.ldapbrowser.common/showRawValues=true
> /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.help.ui/browser.h=738
> @org.apache.directory.studio.ldifeditor=1.0.1
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.host=128.64.191.238
> @org.eclipse.update.core=3.2.1.v20092006
> /instance/org.eclipse.ui/showIntro=false
> @org.eclipse.ui=3.2.1.M20060913-0800
> /instance/org.eclipse.help.ui/browser.maximized=true
> \!/=
> @org.apache.directory.studio.ldapbrowser.common=1.0.1
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.help.ui=3.2.0.v20060602
> /instance/org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
> @org.eclipse.core.resources=3.2.1.R32x_v20060914
> /instance/org.eclipse.help.ui/browser.y=30
> /instance/org.eclipse.help.ui/browser.x=0
> /instance/org.eclipse.help.ui/browser.w=1024
> /instance/org.apache.directory.studio.ldifeditor/templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.enable=true
> /instance/org.eclipse.update.core/org.eclipse.update.core.proxy.port=8080
> /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
> file_export_version=3.0
> @org.eclipse.ui.editors=3.2.1.r321_v20060721

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.