When I try to create a new application (File/New/Application, enter directory and
file.ear, press "new application", press "OK"), the following exception message
appears in the console window:
Error: java.lang.SecurityException: sealing violation
(For more detail, see file
'C:\DOCUME~1\randall\LOCALS~1\Temp\.j2eeDeploytoolExceptionLog.out')
I'm using JDC 1.3.1 (build 1.3.1-b24)
and J2sdkEE1.3_01 (FCS) (installer j2sdkee-1_3_01-win.exe)
Running on Win2k professional.
The contents of that file are (hoping the author of deploytool just looks at the
source and finds the problem in a jiffy):
--------------------------------------------------------------------------------
---------------- Exception -----------------------------------------------------
ERROR: [utils.UIBusyCursor.dispatchEvent:135]
java.lang.SecurityException: sealing violation
--------------------------------------------------------------------------------
java.lang.SecurityException: sealing violation
at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at
com.sun.enterprise.deployment.ApplicationArchivist.writeApplicationDeploymentInfo(ApplicationArchivist.java:888)
at
com.sun.enterprise.deployment.ApplicationArchivist.save(ApplicationArchivist.java:762)
at
com.sun.enterprise.tools.deployment.main.ApplicationManager.saveApplication(ApplicationManager.java:207)
at
com.sun.enterprise.tools.deployment.main.ApplicationManager.newApplication(ApplicationManager.java:195)
at
com.sun.enterprise.tools.deployment.ui.NewAppDialog.okAction(NewAppDialog.java:296)
at
com.sun.enterprise.tools.deployment.ui.NewAppDialog.access$100(NewAppDialog.java:25)
at
com.sun.enterprise.tools.deployment.ui.NewAppDialog$2.actionPerformed(NewAppDialog.java:147)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at
com.sun.enterprise.tools.deployment.ui.utils.UIBusyCursor.dispatchEvent(UIBusyCursor.java:132)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.Dialog.show(Dialog.java:380)
at
com.sun.enterprise.tools.deployment.ui.utils.UIDialog._showDialog(UIDialog.java:174)
at
com.sun.enterprise.tools.deployment.ui.utils.UIDialog.show(UIDialog.java:217)
at
com.sun.enterprise.tools.deployment.ui.utils.UIDialog.setVisible(UIDialog.java:199)
at
com.sun.enterprise.tools.deployment.ui.DeployToolWindow.newApplicationAction(DeployToolWindow.java:2406)
at java.lang.reflect.Method.invoke(Native Method)
at
com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.invoke(UIActionDispatcher.java:158)
at
com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.invoke(UIActionDispatcher.java:179)
at
com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.actionPerformed(UIActionDispatcher.java:199)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:886)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at
com.sun.enterprise.tools.deployment.ui.utils.UIBusyCursor.dispatchEvent(UIBusyCursor.java:132)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
--------------------------------------------------------------------------------
==========================================================================To
unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".