Can applet load own security class, class loader

i tried this own security class extends SecurityManager class but exception thrown as applet cannot initate new security manager class.
i have done throw policy file entry to allow applet to write file in client machine.
i feel this extra burden novice user...
what is alternative way....
plz..

An applet should never be allowed to install its own security manager. That is why it is burdensome.

Similar Messages

  • Can i load a class in subdirectoy  inside a jar file using applet tag?

    hi every one.. thank you for reading ... i am really in dire need for the solution..
    my problem is that i have a jar file contianing a package which inturn contains my applet class...
    i am trying to access this applet class using a applet tag in html file. this html file is in same directory as the jar file. i am having no problems in windows but when i am doing this in linux apache server i was getting class not found exception. (already checked the file permissions). and when i am successful when using simple package directory instead of jar file . so gist of my quesition is "can i load a class in subdirectoy inside a jar file using applet tag in a html file"?

    When you tested in Windows were you using Internet Explorer? On Linux you will be using a different browser, usually Mozilla of some version, or Firefox. Note that the HTML tags for applets will be different between the browsers if you are using the object tag. Principally the classid value for the object tag will differ between Firefox and Internet Explorer.

  • Can't load class problems migrating from PE 8.1 to PE 8.2

    Hi. I'm in the process of migrating an application from an old server that runs PE 8.1_02 to a new server that runs PE 8.2.
    The application is coded and built in Creator 2.0; the resulting .war file deploys alright into both servers, and operates correctly on the 8.1 server, but throws various "Can't load class" errors on my 8.2 server. One of them looks like this:
    exception
    javax.servlet.ServletException: Missing Class: Can't load class 'com.talentmap.talentexitadmintool.fields.TextBoxField'.
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         java.security.AccessController.doPrivileged(Native Method)
         com.talentmap.talentexitadmintool.utils.security.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:91)
    root cause
    javax.faces.FacesException: Missing Class: Can't load class 'com.talentmap.talentexitadmintool.fields.TextBoxField'.
         com.sun.faces.util.TreeStructure.createComponent(TreeStructure.java:130)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:464)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:314)
         com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:230)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:337)
         com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:157)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:225)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:193)
         sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         java.security.AccessController.doPrivileged(Native Method)
         com.talentmap.talentexitadmintool.utils.security.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:91)
    The class that is "missing" (TextBoxField) is very definitely there in the usual place under WEB-INF/classes. I can't figure out why it can't be loaded. The weird part is that a lot of the code still works, but these errrors have broken many of the major functions of our software.
    On a hunch I realized that perhaps Creator 2.0 was using some 8.1 specific libraries to build, so I replaced the following libraries with versions found in my appserv tree:
    activation.jar
    appserv-jstl.jar
    appserv-tags.jar
    commons-logging.jar
    j2ee.jar
    jax-qname.jar
    jaxr-api.jar
    jaxr-impl.jar
    jaxrpc-api.jar
    jaxrpc-impl.jar
    jsf-api.jar
    jsf-impl.jar
    mail.jar
    saaj-api.jar
    saaj-impl.jar
    Rebuilding with those copied libraries made no difference.
    Anyone know what could be causing this? Is there a workaround or fix? Do I need to update Creator with something? Should I revert to 8.1? Should I try moving to 9.0?

    I solve this problem by doing a remote deployment via creator2 remote deployment server.. first you must take care of JNDI stuff..
    I hope this help.. give me feedback

  • Can't load class: _dasadmin_3._index - Unable to Start Dyn Admin

    16:22:03,248 ERROR [STDERR] java.lang.UnsupportedClassVersionError: Bad version number in .class file
    16:22:03,248 ERROR [STDERR]      at java.lang.ClassLoader.defineClass1(Native Method)
    16:22:03,248 ERROR [STDERR]      at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:274)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:231)
    16:22:03,248 ERROR [STDERR]      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.ReusableClassLoader.loadClass(ReusableClassLoader.java:526)
    16:22:03,248 ERROR [STDERR]      at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2678)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2579)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2453)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1764)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:302)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:131)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:280)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.DynamoServlet.service(DynamoServlet.java:123)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:119)
    16:22:03,248 ERROR [STDERR]      at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:226)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:185)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:206)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:707)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:202)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:186)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:290)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:491)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:227)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1100)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:782)
    16:22:03,248 ERROR [STDERR]      at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:231)
    16:22:03,264 ERROR [STDERR]      at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:215)
    16:22:03,264 ERROR [STDERR]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    16:22:03,264 ERROR [STDERR]      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    16:22:03,264 ERROR [STDERR]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    16:22:03,264 ERROR [STDERR]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    16:22:03,264 ERROR [STDERR]      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    16:22:03,264 ERROR [STDERR]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    16:22:03,264 ERROR [STDERR]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    16:22:03,264 ERROR [STDERR]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    16:22:03,264 ERROR [STDERR]      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    16:22:03,264 ERROR [STDERR]      at java.lang.Thread.run(Thread.java:595)
    16:22:03,295 INFO [STDOUT] /atg/dynamo/servlet/pagecompile/PageCompileServlet
    16:22:03,295 INFO [STDOUT]      
    16:22:03,295 INFO [STDOUT] Error compiling page: /index.jhtml : can't load class: dasadmin3._index
    16:22:03,295 INFO [STDOUT]      
    16:22:03,295 INFO [STDOUT] atg.servlet.pagecompile.PageCompileException: can't load class: dasadmin3._index
         at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2456)
         at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1764)
         at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:302)
         at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:131)
         at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:280)
         at atg.servlet.DynamoServlet.service(DynamoServlet.java:123)
         at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:119)
         at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
         at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:226)
    ....stack trace CROPPED after 10 lines.
    Caused by :java.lang.ClassNotFoundException: Can't read class file: dasadmin3\_index.class
         at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:309)
         at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:231)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at atg.servlet.pagecompile.ReusableClassLoader.loadClass(ReusableClassLoader.java:526)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2678)
         at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2579)
         at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2453)
         at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1764)
    ....stack trace CROPPED after 10 lines.

    Can you verify if you are using correct jdk supported version?
    Try deleting C:\ATG\ATG9.1\home\pagebuild directory and restart the server.
    Peace
    Shaik

  • Can't load JavaMail classes

    Hi,
    I'm new to Aurora and having trouble getting a set of source files (javamail 1.1.3) to load into jserver properly.
    I'm not sure if i should load the mail.jar into Oracle using loadjava first, or simply set the classpath to point to mail.jar?
    I tried it both ways
    When I try to load the mail.jar file using loadjava the javax package fails to load because of a 'privilege error' yet the com packages load ok.
    When I try to load my own class with the mail.jar file in the classpath on a client, it can't find several of the classes needed in the mail.jar archive....
    Does the classpath need to be set on the server for mail.jar, or can i load them using loadljava. Not sure what to do...
    Thanks,
    Bill Wheeler

    Ken,
    I tried extracting and re-jarring the javamail source files without compression.
    Here is what i get when trying to load them using loadjava as 'system':
    identical: com/sun/mail/handlers/text_html is unchanged from previously loaded file
    identical: com/sun/mail/handlers/multipart_mixed is unchanged from previously loaded file
    identical: com/sun/mail/smtp/SMTPOutputStream is unchanged from previously loaded file
    loading : javax/mail/event/StoreEvent
    creating : javax/mail/event/StoreEvent
    Error while creating class javax/mail/event/StoreEvent
    ORA-01031: insufficient privileges
    Any idea why the com package is loading successfully and the javax is not?
    Thanks,
    Bill Wheeler

  • I am having difficulties loading pages. For example: I am on the powerschool web site looking at my child's grades. I want to get into a specific class and the page either takes many minutes to load or I get the error message that the page can't load. He

    Can't get into specific class grades. It's not just here though; many pages load and load and load taking an extremely long time only to get an error message.
    == URL of affected sites ==
    http://ps.hibbing.k12.mn.us/public/home.html

    Hello, could this be it?
    Java for OS X 2012-006: How to re-enable the Apple-provided Java SE 6 applet plug-in and Web Start functionality
    http://support.apple.com/kb/HT5559

  • Applet loading classes in client machine

    I want my Applet load a class that is stored in the client machine, but not in the server.
    Is this possible?
    In which directory i must place the class file?
    The applet must be signed?
    Thanks in advance, el tano. <aguante boca, che>

    One way to load a class from a file on a client's machine would be to read the class file bytecodes into your own ClassLoader and have it convert them to a JVM class. Your applet would have to have FilePermission to read files on the client machine. To keep the plugin from trying to get the class from the server, you would probably have to use reflection.
    I don't know how to tell the java plugin to do it.

  • Getting atg.servlet.pagecompile.PageCompileException: can't load class: _dasadmin_3__UTF_s8._index Exception while accessing merch server dynamo

    Hi Experts,
    I am getting following error while accessing merch server dynamo,
    18:10:17,334 ERROR [STDERR] java.lang.UnsupportedClassVersionError: _dasadmin_3__UTF_s8/_index : Unsupported major.minor version 51.0
    18:10:17,335 ERROR [STDERR]     at java.lang.ClassLoader.defineClass1(Native Method)
    18:10:17,335 ERROR [STDERR]     at java.lang.ClassLoader.defineClassCond(Unknown Source)
    18:10:17,335 ERROR [STDERR]     at java.lang.ClassLoader.defineClass(Unknown Source)
    18:10:17,335 ERROR [STDERR]     at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:330)
    18:10:17,335 ERROR [STDERR]     at atg.servlet.pagecompile.ReusableClassLoader.findClass(ReusableClassLoader.java:286)
    18:10:17,335 ERROR [STDERR]     at java.lang.ClassLoader.loadClass(Unknown Source)
    18:10:17,335 ERROR [STDERR]     at atg.servlet.pagecompile.ReusableClassLoader.loadClass(ReusableClassLoader.java:602)
    18:10:17,335 ERROR [STDERR]     at java.lang.ClassLoader.loadClass(Unknown Source)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2704)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pagecompile.PageProcessor.loadClass(PageProcessor.java:2605)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2479)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1787)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:324)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:153)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:303)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.DynamoServlet.service(DynamoServlet.java:148)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:160)
    18:10:17,336 ERROR [STDERR]     at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    18:10:17,336 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:729)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,337 ERROR [STDERR]     at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
    18:10:17,337 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,338 ERROR [STDERR]     at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    18:10:17,338 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,338 ERROR [STDERR]     at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
    18:10:17,338 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    18:10:17,338 ERROR [STDERR]     at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    18:10:17,338 ERROR [STDERR]     at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    18:10:17,338 ERROR [STDERR]     at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    18:10:17,338 ERROR [STDERR]     at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
    18:10:17,338 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    18:10:17,338 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    18:10:17,338 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    18:10:17,338 ERROR [STDERR]     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    18:10:17,338 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    18:10:17,339 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    18:10:17,339 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    18:10:17,339 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    18:10:17,339 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
    18:10:17,339 ERROR [STDERR]     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
    18:10:17,339 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    18:10:17,339 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    18:10:17,339 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    18:10:17,339 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    18:10:17,339 ERROR [STDERR]     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    18:10:17,339 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    18:10:17,339 ERROR [STDERR]     at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
    18:10:17,340 ERROR [STDERR]     at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
    18:10:17,340 ERROR [STDERR]     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    18:10:17,340 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    18:10:17,340 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)
    18:10:17,340 ERROR [STDERR]     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
    18:10:17,340 ERROR [STDERR]     at java.lang.Thread.run(Unknown Source)
    18:10:17,340 ERROR [PageCompileServlet] Error compiling page: /index.jhtml : can't load class: _dasadmin_3__UTF_s8._index
    atg.servlet.pagecompile.PageCompileException: can't load class: _dasadmin_3__UTF_s8._index
    Can You please suggest me to fix this issue.
    Thanks & Regards,
    Murali

    I cleanedup pagebuild in both merch1 server and home path,
    Even I'm getting same error.
    10:50:40,098 ERROR [PageCompileServlet] Error compiling page: /index.jhtml : can't load class: _dasadmin_3__UTF_s8._index
    atg.servlet.pagecompile.PageCompileException: can't load class: _dasadmin_3__UTF_s8._index
      at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2482)
      at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1787)
      at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:324)
      at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:153)
      at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:303)
      at atg.servlet.DynamoServlet.service(DynamoServlet.java:148)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:160)
      at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:657)
      at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:267)
      at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:228)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:729)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:275)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
      at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
      at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
      at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
      at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
      at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
      at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
      at java.lang.Thread.run(Unknown Source)
    Can You please suggest any other solution.
    I'm using JBOSS version : jboss-eap-5.1.2
                  JDK version      : jdk1.6.0_31
    Thanks & Regards,
    Murali

  • Can't load class 'mx.transitions.BroadcasterMX'

    I have a flash piece that I programmed last year in CS4 and now I had to change a little bit of the content, nothing code related, just modify an image. Now I'm using CS5 but when I try to publish the movie, I get an error: Can't load class or interface 'mx.transitions.BroadcasterMX' (I'm translating fom spanish)
    I have reduced the fla to the minimal expression. just a frame with the following AS:
    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    new Tween(MCcore, "_y", None.easeNone, MCcore._y, 0, 2, true);
    stop();
    Where MCcore is just a square in the bottom of the screen that should move to the top.
    I've checked that BroadcasterMX is in the correct path of the hard drive and is not corrupted.
    I've tried with several publishing options from flash player 6 to flash player 10 but always the same error.
    As I said, the movie compiled correctly in CS4. What is going wrong?

    As I said, this movie was compiling correctly in Flash CS4 using ActionScript 2
    BroadcasterMX.as is called from Tween.as. If you have Flash installed in your machine you can go to your user files path and then to Adobe\Flash CS5\es_ES\Configuration\Classes\mx\transitions and you will find it there (maybe you have to replace es_ES by en_US or whatever your install language is)
    any other more helpful answer?
    Anyhow, I would be insterested in any other code that moves the clip from the bottom of the screen where it is to the top in two seconds while the rest of the movie keeps running. (the original code did more things and also moved the clip in the x coordinates and changed size and opacity, so there were 4 tweens and several other objects that also Tweened in and by the stage)

  • Javax.faces.FacesException: Missing Class: Can't load class

    Hi,
    I want to implement in process wizard using JSF. I have created a button panel which have "Back", "Next","Finish","Cancel" and "Help" button and also have create a process indicator which indicate the current page by highlighting.
    Both Buttonbar class and ProcessBar are interacting with a Model.
    I have declared a static variable to indicate the current page no, default value is zero. This static variable is getting updated by "Back" (-1) and "Next"(+1) button action.
    For the first time wizardPage is loaded fine but in pressijng of "Next" button, it throws me
    javax.faces.FacesException: Missing Class: Can't load class
    'com.cassiopae.framework.demo.faces.uicomponent.WizardProcessTrain'
    But WizardProcessTrain class and WizardButtonBar class are loading properly when screen is loading.
    Any one know the reason, please help me out.
    Thanks in advance.

    I solve this problem by doing a remote deployment via creator2 remote deployment server.. first you must take care of JNDI stuff..
    I hope this help.. give me feedback

  • I can't load applets...

    I have the "red x problem"... I have the latest updates of the JVM and I use the IE browser. The problem is I can't load ANY applets, I even tried it with my firewall turned off and all the suggestions on the Java help pages. Here's the dump from the Java-console when trying to open a game on the Java homepage: (sorry that some of it is in swedish)
    Java Plug-in 1.5.0_06
    Anv�nder JRE-version 1.5.0_06 Java HotSpot(TM) Client VM
    Anv�ndarens hemkatalog = C:\Documents and Settings\Tomas
    inl�sning: klassen Game.class finns inte.
    java.lang.ClassNotFoundException: Game.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-12" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Any solutions would be greatly appreciated...

    I've got the exact same problem and I've been trying everything for monthes, clean installs, firefow, opera, ie, ie7.. Unsuccessfully, and I installed java just after a fresh win xp sp2 install, and it's up to date.
    I really don't know what to do and I hope it will be corrected in future releases.

  • Can't load applet

    i am new to java applet. i wrote a small applet with japplet. but i can't load it by open html file locally. the html looks like:
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE>
    HTML Test Page
    </TITLE>
    </HEAD>
    <BODY>
    url.Applet1 will appear below in a Java enabled browser.<BR>
    <APPLET CODE = "TestApplet1.class" CODEBASE = "./" WIDTH = 500 HEIGHT = 500 NAME = "TestApplet" ALIGN = top VSPACE = 0 HSPACE = 0>
    </APPLET>
    </BODY>
    </HTML>
    and TestApplet1.class is sitting at the same directory as the html. what did i miss? thanks for help.

    Don't use the applet tag, it's been depreciated. Use the object tag.
    For IE it will download the appropriate jre or you download and install it yourselve at this site.
    For Mozilla check "about plugin" in the main menu.
    <DIV id="dvObjectHolder">Applet comes here</DIV>
    <script>
    // using xhtml works but javascript to java doesn't work anymore so here is the scripted version on how
    // to set the object tag
    if(window.navigator.appName.toLowerCase().indexOf("netscape")!=-1){ // set object for Netscape:
         document.getElementById('dvObjectHolder').innerHTML = "        <object ID='jsApplet' classid=\"java:someApplet.class\"" +
                    "height=\"100\" width=\"100\" onError=\"changeObject();\"" +
              ">" +
                    "<param name=\"mayscript\" value=\"Y\">" +
            "</object>";
    }else if(window.navigator.appName.toLowerCase().indexOf('internet explorer')!=-1){ //set object for IE
         document.getElementById('dvObjectHolder').innerHTML =      "<object ID='jsApplet' classid=\"clsid:8AD9C840-044E-11D1-B3E9-00805F499D93\"" +
                   "         height=\"100\" width=\"100\" >" +
                   "   <param name=\"code\" value=\"someApplet.class\" />" +
                   " </object>"
    </script>

  • When loading applet, how can show loading bar?

    Hi, everybody.
    I have one applet including one class extended from Applet and several sub classes of it.
    Now I want to show loading bar when web browser is loading this applet, how can I do?
    Give me some tips or advise.
    Thank you.

    >
    ..I want to show loading bar when web browser is loading this applet, how can I do?>See my reply to this thread, for some tips.
    <http://forum.java.sun.com/thread.jspa?messageID=10031386>
    >
    Give me some tips or advise.>Sure. One tip I have is.. Adding Dukes shows interest, but 1 Duke indicates 'not much interest'. ;-)

  • Applet loading through browser, but showing in its own window

    Hello,
    I have created an applet, which talks to a servlet.
    This servlet then talks to a DB, and returns information to the applet to process and display.
    Everything works fine, except that the applet loads it's own window, instead of displaying in the browser.
    Any ideas?
    Haig

    The answer is probably somewhere in your applet source code.
    Can you post the code here, so I can have a look at it? Otherwise it's difficult to answer.
    BTW - it's nothing to do with the fact that it connects to a servlet. If you don't want to post the whole applet, maybe I can tell from just the init() method.
    Also - what browser are you using?
    Yours, Mike H..

  • Can't load applet from a kerberized server

    Hi there,
    I have the following problem:
    There's a java applet served as part of a web application. The User accessing the java applet should be authenticated by the web application. When this is done with basic authentication - the applet works fine.
    However when a kerberos authentication is configured on the webserver(using spnego module) - the applet can't be loaded.
    I log in to Windows XP using my user and pass. Then using IE I am automatically logged into the web application. I open the page on which the applet is embed, but the JRE can't load it(saying a ClassNotFoundException) The server's access log reveal that the jar can't be loaded because of authentication error:
    - - [05/Oct/2011:15:19:54 +0200] "GET /peria/Grid.jar HTTP/1.1" 401 490
    - - [05/Oct/2011:15:19:54 +0200] "GET /peria/Grid.jar HTTP/1.1" 401 490
    - - [05/Oct/2011:15:19:54 +0200] "GET /peria/Grid.jar HTTP/1.1" 401 490
    It seems as if the JRE is having problems authentication itself in front of the server? Could it be that or it is another issue?
    Note that I can access the jar file directly via the browser. But when I open the page that has it embed - the applet could not be loaded due to ClassNotFound
    Would anyone be so kind as to point me in the right direction?

    One more question:
    Do I need to configure the JRE on the Client side in order to open the Applet on the kerberized server?
    Currently the JRE can't authenticate and the applet is not loaded due to Not authenticated (401) error.
    Any advice is greatly appreciated!

Maybe you are looking for

  • VS2012 Wont Connect to SQL 2012 Server Location

    When I attempt to connect to a SQL 2012 Instance, VS2012 crashes. I can connect fine using SQL Management Studio to the SQL 2012 instance, and my VS2012 connects no problem to my SQL 2008 R2 Instances. Any suggestions?

  • Clearing period in FI-AP Cube

    Hi I have a requirement where i need bring a new feild called clearing period to the FI-AP trasaction cube. There is a standard SAP delivered Posting period infoobject. But none for clearing period. So what can be done to bring a new clearing period

  • PO purchase order non MRP relevant

    Hi, Is it possible to create a document type which is non MRP relevant? For instance, if we place an article XXXXXX in a NB purchase order, the article XXXXXX is MRP relevant and will be listed in MD04. Is it now possible to create the article XXXXXX

  • Windows MPG's or WMV files help

    How can I add the above files types to my iPod Touch? Message was edited by: WFMA for spelling

  • How to Create LSO Follow Up after Course Creation adn Booking.

    Dear All, I Created a Course and Booking to the attendants is done. I want to follow up the attendants Pass / Fail and i have to update their Proficiency. I am unable to do it through BDC. I am using LSO_PV15 T-Code. Could any one suggest the process