I need a bit more detail in order to follow up on this suggestion, please.
Thanks in advance. -----Original Message----- From: Alvaro Mota Goncalves [mailto:[EMAIL PROTECTED]] Sent: Thu 22 November 2001 11:15 To: Randall Britten Subject: Re: Deploytool (1.3 FCS) cannot create new application: Security Exception Look by java-policy. Randall Britten wrote: >No, definitely not a file permission problem, for example in the browse dialogue can >happily create new folders. > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Wed 21 November 2001 08:40 >To: Randall Britten >Subject: Re: Deploytool (1.3 FCS) cannot create new application: >Security Exception > > >cannot write to disk I suppose >----- Original Message ----- >From: "Randall Britten" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, November 21, 2001 1:05 AM >Subject: Deploytool (1.3 FCS) cannot create new application: Security >Exception > > >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.writeApplicationDeploymen >tInfo(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(A >pplicationManager.java:195) > at >com.sun.enterprise.tools.deployment.ui.NewAppDialog.okAction(NewAppDialog.ja >va:296) > at >com.sun.enterprise.tools.deployment.ui.NewAppDialog.access$100(NewAppDialog. >java:25) > at >com.sun.enterprise.tools.deployment.ui.NewAppDialog$2.actionPerformed(NewApp >Dialog.java:147) > at >javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450) > at >javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto >n.java:1504) > at >javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:3 >78) > 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(UIBu >syCursor.java:132) > at >java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja >va: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.j >ava: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.ja >va: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(UIAct >ionDispatcher.java:158) > at >com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.invoke(UIAct >ionDispatcher.java:179) > at >com.sun.enterprise.tools.deployment.ui.utils.UIActionDispatcher.actionPerfor >med(UIActionDispatcher.java:199) > at >javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450) > at >javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto >n.java:1504) > at >javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:3 >78) > at >javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250) > at javax.swing.AbstractButton.doClick(AbstractButton.java:279) > at >javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Basic >MenuItemUI.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(UIBu >syCursor.java:132) > at >java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja >va: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". > >==========================================================================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". > -- Alvaro Mota Goncalves ------------------------------------- "Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic." ==========================================================================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".
