Urgent help java security problem

hi,
i am trying to run simple message example in tahiti but all the time i got this error:
java.security.AccessControlException: acces denied (com.ibm.aglets.security.contextPermission atp://mycomputername:4434/@ReplyChild create) java.lang.NullPointerException
please i have to submit this code iknow it is right but what is the problem??why i am getting this error??please help

Well what you are doing is trying to access a local file from an Applet, an operation that won't be permitted by the default applet security model.
I guess what you want is to fetch the file from a directory related to the path of the applet classes. To do this you need to use the URL class and the associated constructors of the ImageIcon class. To form the URL to the image file:
String fileName="warning.gif";
URL codeBase= this.getCodeBase();
URL imageURL= new URL(codeBase, fileName);
ImageIcon warning = new ImageIcon(imageURL);

Similar Messages

  • Sun Java security problems

    Please any one tel me about Sun Java security problems
    with Desktop application

    Hi.
    If you're using SSGD 4.41, please download the Admin guide from here:
    http://docs.sun.com/app/docs/doc/820-4907
    There, at page #41 you'll find useful info concerning "Client Connections and Security Warnings".
    Hope this helps,
    Rob

  • Help : java.security.UnrecoverableKeyException: excess private key

    Hi,
    I require help for the exception "java.security.UnrecoverableKeyException: excess private key"
    When i am trying to generate digital signature using PKCS7 format using bouncyCastle API, it gives the "java.security.UnrecoverableKeyException: excess private key" exception.
    The full stack trace is as follows
    ------------------------------------------------------------------------java.security.UnrecoverableKeyException: excess private key
         at sun.security.provider.KeyProtector.recover(KeyProtector.java:311)
         at sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:120)
         at java.security.KeyStore.getKey(KeyStore.java:289)
         at com.security.Security.generatePKCS7Signature(Security.java:122)
         at com.ibm._jsp._SendSecureDetail._jspService(_SendSecureDetail.java:2282)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:93)
    I had tested the program under following scenarios...
    The Java Program for generating the digital signature independently worked successfully(without any change in policy files or java.security file) I have tested this independently on Sun's JDK 1.4, 1.6
    For IBM JDK 1.4 on Windows machine for WAS(Webshere Application Server) 6.0, The Program for generating the digital signature using PKCS7 works fine, but it required IBM Policy files(local_policy.jar, US_export_policy.jar) and updation in java.security file
    But the problem occurs in Solaris 5.10, WAS 6.0 where Sun JDK 1.4.2_6 is used.
    I copied the unlimited strength policy files for JDK 1.4.2 from Sun's site(because the WAS 6.0 is running on Sun's JDK intead of IBM JDK)...
    I changed the java.security file as follows(only changed content)
    security.provider.1=sun.security.provider.Sun
    security.provider.2=com.ibm.security.jgss.IBMJGSSProvider
    security.provider.3=com.ibm.crypto.fips.provider.IBMJCEFIPS
    security.provider.4=com.ibm.crypto.provider.IBMJCE
    security.provider.5=com.ibm.jsse2.IBMJSSEProvider2
    security.provider.6=com.ibm.jsse.IBMJSSEProvider
    security.provider.7=com.ibm.security.cert.IBMCertPath
    security.provider.8=com.ibm.security.cmskeystore.CMSProvider
    I have used PKCS12(PFX) file for digital signature
    which is same for all environment(i have described as above)
    I copied the PFX file from windows to solaris using WinSCP in binary format so the content of certificate won't get currupted.
    I can not change the certificate because it's given by the company and which is working in other enviroments absolutely fine(just i have described above)
    I have gone though the "http://forums.sun.com/thread.jspa?threadID=408066" and other URLs too. but none of them helped...
    So what could be the problem for such exception?????
    I am on this issue since last one month...
    I know very little about security.
    Thanks in advance
    PLEASE HELP ME(URGENT)
    Edited by: user10935179 on Sep 27, 2010 2:47 AM
    Edited by: user10935179 on Sep 27, 2010 2:54 AM

    user10935179 wrote:
    The Java Program for generating the digital signature independently worked successfully(without any change in policy files or java.security file) If the program was working fine without changing the java.security policy file, why have you changed it to put the IBM Providers ahead of the SunRsaSign provider?
    While I cannot be sure (because I don't have an IBM provider to test this), the error is more than likely related to the fact that the IBM Provider implementations for handling RSA keys internally are different from the SunRsaSign provider. Since you've now forced the IBM provider ahead of the original Sun provider, you're probably running into interpretation issues of the encoded objects inside the keystore.
    Change your java.security policy back to the default order, and put your IBM Providers at the end of the original list and run your application to see what happens.
    Arshad Noor
    StrongAuth, Inc.

  • Urgent Help Reqd: Delta Problem....!!!

    Hi Experts,
    Urgent help reqd regarding follwoing scenario:
    I am getting delta to ODS 1 (infosource : 2LIS_12_VCHDR) from R/3. Now this ODS1 gives delta to Cube1. I got one error record which fails when going to cube (due to master data check).And this record would be edited later.
    So I thought of re loading cube and using error handling to split request in PSA and load valid records in cube.Later when I have coorect info abt error, I would load erroneous record manually using PSA.
    I did following steps:
    1)Failed request is not in cube...(setting is PSA and then into target)....also it has been deleted from PSA.
    2)Remove data status from source ODS1.
    3)Change error handling in infopackage to valid " Valid records update, reporting possible".
    4)start loading of cube.
    But when I did this I got following message :
    <b> "Last delta update is not yet completed.Therefore, no new delta update is possible.You can start the request again if the last delta request is red or green in the monitor"</b>
    But both my requests in cube and ODS are Green...no request is in yellow...!!
    Now the problem is :
    1) I have lost ODS data mart status
    2)how to load valid records to cube, since errorneous record can be edited only after 3- 4 days.
    3)How not to affect delta load of tomorrow.
    Please guide and help me in this.
    Thanks in advance and rest assured I will award points to say thanks to SDNers..
    Regards,
    Sorabh
    Message was edited by: sorabh arora

    Hi Joseph,
    Thanks for replying....
    I apolgize and I have modified the message above..
    I just checked in cube...there is no failed request for today...and neither in PSA....Person who has handed this to me may have deleted this is PSA..and why req is not in failed state in cube...I am not sure..though setting is "PSA and then into data package".....
    So how to go frm here....
    Thanks
    Sorabh

  • Urgent help telnet remote problem

    Hello,
    i have a problem with remote telnet connection to cisco 800 series router
    I can connect via telnet/ssh from my local network when connecting to public ip
    but nobody can connect from outside
    here is my config
    interface FastEthernet4
    ip address 85.xx.xx.xx 255.255.255.252
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    interface Vlan1
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 85.xx.xx.xx
    no ip http server
    no ip http secure-server
    ip nat inside source list 10 interface FastEthernet4 overload
    access-list 10 permit any
    line con 0
    password cisco
    login
    no modem enable
    line aux 0
    line vty 0 4
    password cisco
    login
    transport input all
    transport output all
    HELP

    I have seen problems before with very similar symptoms that telnet did work from inside but did not work from outside. In most of these cases it turned out to be a problem in the way that address translation was configured. I suggest that you change the access list used to select traffic for address translation.
    no access-list 10
    access-list 10 permit 192.168.1.0 0.0.0.255
    Give this a try and let us know if it helps.
    HTH
    Rick

  • Urgent Help:java.lang.ExceptionInInitializerError in JasperReports

    the following is the java code:
    Map params = new HashMap();
    params.put("order_type", "This is Test Print");
    JRXmlDataSource ds = new JRXmlDataSource(outXML, "/Order");
    InputStream is =Class.forName(                    "com.w3c.dom.Document").getResourceAsStream
    "/TestPrint.jasper");
    net.sf.jasperreports.engine.JasperPrint jp =
                   JasperFillManager.fillReport(is, params, ds);
    JasperExportManager.exportReportToPdf(jp);
    i reckon iam getting this error in the above highlighted code...
    i have all the necessary jars in weblogic's classpath!!
    just a thought...is this because of any mismatch in the jar version?
    on refreshing the page the cause becomes java.lang.NoClassDefFoundError
    ANY POINTERS TO WHY THIS IS HAPPENING???
    java.lang.ExceptionInInitializerError
    at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getStaticText(JRFillObjectFactory.java:494)
    at net.sf.jasperreports.engine.base.JRBaseStaticText.getCopy(JRBaseStaticText.java:93)
    at net.sf.jasperreports.engine.fill.JRFillElementGroup.<init>(JRFillElementGroup.java:88)
    at net.sf.jasperreports.engine.fill.JRFillElementContainer.<init>(JRFillElementContainer.java:88)
    at net.sf.jasperreports.engine.fill.JRFillBand.<init>(JRFillBand.java:77)
    at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getBand(JRFillObjectFactory.java:374)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:386)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:92)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:74)
    at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:147)
    at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:83)
    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:601)
    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:582)
    at com.yantra.interop.services.flowcomponents.TestPrint1.testPrint(TestPrint1.java:48)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.yantra.interop.services.api.ApiHelper.invoke(ApiHelper.java:155)
    at com.yantra.interop.services.flowcomponents.ApiFlowComponent.execute(ApiFlowComponent.java:161)
    at com.yantra.interop.services.flowcomponents.ApiFlowComponent.send(ApiFlowComponent.java:200)
    at com.yantra.integration.adapter.FlowExecutor.execute(FlowExecutor.java:359)
    at com.yantra.integration.adapter.SynchronousIntegrationFlow.executeFlow(SynchronousIntegrationFlow.java:215)
    at com.yantra.interop.services.api.ApiRequestDispatcher.executeFlow(ApiRequestDispatcher.java:90)
    at com.yantra.interop.client.InteropHttpServlet.processRequest(InteropHttpServlet.java:156)
    at com.yantra.interop.client.InteropHttpServlet.doPost(InteropHttpServlet.java:80)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.NullPointerException
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.getB64StrProp(PolicyRuntime.java:188)
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.<init>(PolicyRuntime.java:91)
    at com.trend.iwss.jscan.appscan.runtime.MiscPolicyRuntime.<init>(MiscPolicyRuntime.java:132)
    at com.trend.iwss.jscan.appscan.runtime.MiscPolicyRuntime$Factory.make(MiscPolicyRuntime.java:254)
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.accessInstance(PolicyRuntime.java:225)
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.preFilter(PolicyRuntime.java:127)
    at com.trend.iwss.jscan.appscan.runtime.MiscPolicyRuntime.preFilter(MiscPolicyRuntime.java:142)
    at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:277)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:390)
    at net.sf.jasperreports.engine.fill.JRFillTextElement.<clinit>(JRFillTextElement.java:61)
    ... 38 more
    java.lang.ExceptionInInitializerError
    at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getStaticText(JRFillObjectFactory.java:494)
    at net.sf.jasperreports.engine.base.JRBaseStaticText.getCopy(JRBaseStaticText.java:93)
    at net.sf.jasperreports.engine.fill.JRFillElementGroup.<init>(JRFillElementGroup.java:88)
    at net.sf.jasperreports.engine.fill.JRFillElementContainer.<init>(JRFillElementContainer.java:88)
    at net.sf.jasperreports.engine.fill.JRFillBand.<init>(JRFillBand.java:77)
    at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getBand(JRFillObjectFactory.java:374)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:386)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:92)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:74)
    at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:147)
    at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:83)
    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:601)
    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:582)
    at com.yantra.interop.services.flowcomponents.TestPrint1.testPrint(TestPrint1.java:48)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.yantra.interop.services.api.ApiHelper.invoke(ApiHelper.java:155)
    at com.yantra.interop.services.flowcomponents.ApiFlowComponent.execute(ApiFlowComponent.java:161)
    at com.yantra.interop.services.flowcomponents.ApiFlowComponent.send(ApiFlowComponent.java:200)
    at com.yantra.integration.adapter.FlowExecutor.execute(FlowExecutor.java:359)
    at com.yantra.integration.adapter.SynchronousIntegrationFlow.executeFlow(SynchronousIntegrationFlow.java:215)
    at com.yantra.interop.services.api.ApiRequestDispatcher.executeFlow(ApiRequestDispatcher.java:90)
    at com.yantra.interop.client.InteropHttpServlet.processRequest(InteropHttpServlet.java:156)
    at com.yantra.interop.client.InteropHttpServlet.doPost(InteropHttpServlet.java:80)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.NullPointerException
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.getB64StrProp(PolicyRuntime.java:188)
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.<init>(PolicyRuntime.java:91)
    at com.trend.iwss.jscan.appscan.runtime.MiscPolicyRuntime.<init>(MiscPolicyRuntime.java:132)
    at com.trend.iwss.jscan.appscan.runtime.MiscPolicyRuntime$Factory.make(MiscPolicyRuntime.java:254)
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.accessInstance(PolicyRuntime.java:225)
    at com.trend.iwss.jscan.appscan.runtime.PolicyRuntime.preFilter(PolicyRuntime.java:127)
    at com.trend.iwss.jscan.appscan.runtime.MiscPolicyRuntime.preFilter(MiscPolicyRuntime.java:142)
    at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:277)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:390)
    at net.sf.jasperreports.engine.fill.JRFillTextElement.<clinit>(JRFillTextElement.java:61)
    ... 38 more

    Patrick-
    My best guess is that you did not include some required library in the
    runtime "required libraries" for your project. My first guess is that
    you missed the JDO library jar, since missing that would certainly
    result in an ExceptionInInitializerError when loading your persistent
    classes.
    You might also run the program in the debugger and see if you get a more
    telling stack trace.
    In article <bkuuef$9di$[email protected]>, Patrick Pracht wrote:
    Hello all,
    I am currently developing a webapp using Kodo-2.5.3, MySQL-DB, JBuilder9,
    Tomcat4.1.
    Everything worked as expected until I have been running the Metadata tool
    and Schematool from within JBuilder for a new class.
    After doing this , when I attempt to run the webapp from within JBuilder,
    the build process stops with the following message displayed in the
    build-panel of JBuilder: java.lang.ExceptionInInitializerError
    Since I have no further indication of what causes the problem (Filename,
    location, Stacktrace, etc.) I really don't know how to proceed. The only
    thing that I can see by looking at the kodo msg panel is, that Kodo did not
    parse all the persistent classes.
    Can anybody tell me how this problem could be tracked down?
    Is there any log-file I could have a look at?
    Thanks in advance for your help.
    regards
    Patrick
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Asking urgent help for UI problems

    Hope to get any reply and help from you!
    Now, as for the UIs we want to get, we require that when users press one button on UI1 with "Enter" in keyboard(not using mouse), another UI2 would appear in front. Moreover, when users press "ESC" in keyboard, it can also return back from UI2 to UI1.
    However, we have some following problems as below:
    1. Now we use the following way for ui programming. However, we always find that the UI would be dead without any response for any key press. What's wrong with the following porgramming style and way:
    //UI1 class
    dispse();
    UI2 ui2 = new UI2();
    ui2.setVisible(true);
    //UI2 class
    dispse();
    UI1 ui1 = new UI1();
    ui1.setVisible(true); Many thanks for you! I hope it would not cost you much time!
    best wishes for you!

    Sorry if the code is rather long. However most of them are for the design of GUI only.
    Thanks in advance.
    import javax.swing.SwingUtilities;
    import java.awt.Color;
    import java.awt.Font;
    import javax.swing.AbstractAction;
    import javax.swing.Action;
    import javax.swing.JDialog;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    import javax.swing.JButton;
    import javax.swing.KeyStroke;
    import java.awt.Rectangle;
    import java.awt.event.ActionEvent;
    import java.awt.event.KeyEvent;
    import javax.swing.JLabel;
    public class sample extends JFrame
         private static final long serialVersionUID = 1L;
         private JPanel jContentPane = null;
         private JButton[] EntButton = new JButton[3];
         private JLabel jLabel = null;
         int current = 0;
         Font originalfont = new Font("serif", Font.BOLD, 20);
         Font changedfont = new Font("serif", Font.BOLD, 30);
         Color blue = new Color (0,0,255);
         Color violet = new Color (182,122,132);
         Color red = new Color (255,0,0);
         Color black = new Color (0,0,0);
         private JButton getJButton() {
                   EntButton[0] = new JButton();
                   EntButton[0].setText("Movies");
                   EntButton[0].setBounds(new Rectangle(256, 190, 180, 40));
                   EntButton[0].setBackground(blue);
                   EntButton[0].setFont(originalfont);
                   EntButton[0].setForeground(red);
              return EntButton[0];
         private JButton getJButton1() {
                   EntButton[1] = new JButton();
                   EntButton[1].setBackground(violet);
                   EntButton[1].setBounds(new Rectangle(280, 250, 135, 31));
                   EntButton[1].setFont(originalfont);
                   EntButton[1].setText("TV Series");
              return EntButton[1];
         private JButton getJButton2() {
                   EntButton[2] = new JButton();
                   EntButton[2].setBackground(violet);
                   EntButton[2].setBounds(new Rectangle(280, 310, 135, 31));
                   EntButton[2].setFont(originalfont);
                   EntButton[2].setText("News");
              return EntButton[2];
         public static void main(String[] args) {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        sample thisClass = new sample();
                        thisClass.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                        thisClass.setVisible(true);
         public sample() {
              super();
              initialize();
         private void initialize() {
              this.setSize(1024,768);
              this.setContentPane(getJContentPane());
              //this.setUndecorated(true);
              EntButton[0].requestFocus(true);
              EntButton[0].setFocusPainted(false);
         private JPanel getJContentPane() {
              if (jContentPane == null) {
                   jLabel = new JLabel();
                   jLabel.setBounds(new Rectangle(345, 130, 135, 31));
                   jLabel.setText("Video");
                   jContentPane = new JPanel();
                   jContentPane.setLayout(null);
                   jContentPane.add(getJButton(), null);
                   jContentPane.add(getJButton1(), null);
                   jContentPane.add(getJButton2(), null);
                   jContentPane.add(jLabel, null);
                   jContentPane.getInputMap(jContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_DOWN,0), "MoveDown"); //KeyStroke.getKeyStroke("DOWN")
                   Action ActionDown = new AbstractAction() {
                       public void actionPerformed(ActionEvent e)
                            current = current < 2 ? current = current + 1 : (current + 1 > 2 ? 0:1);
                            EntButton[current].setBackground(blue);
                            EntButton[current].setFont(changedfont);
                            EntButton[current].setForeground(red);
                           if (current==1){
                                EntButton[1].setBounds(new Rectangle(256, 250, 180, 40));
                                EntButton[0].setBackground(violet);
                                EntButton[0].setFont(originalfont);
                                EntButton[0].setForeground(black);
                                EntButton[0].setBounds(new Rectangle(280, 190, 135, 31));
                           if (current==2){
                                EntButton[2].setBounds(new Rectangle(256, 310, 180, 40));
                                EntButton[1].setBackground(violet);
                                EntButton[1].setFont(originalfont);
                                EntButton[1].setForeground(black);
                                EntButton[1].setBounds(new Rectangle(280, 250, 135, 31));
                           if (current==0){
                                EntButton[0].setBounds(new Rectangle(256, 190, 180, 40));
                                EntButton[2].setBackground(violet);
                                EntButton[2].setFont(originalfont);
                                EntButton[2].setForeground(black);
                                EntButton[2].setBounds(new Rectangle(280, 310, 135, 31));
                   jContentPane.getActionMap().put("MoveDown", ActionDown);
                   jContentPane.getInputMap(jContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_UP,0), "MoveUp");
                   Action ActionUp = new AbstractAction() {
                       public void actionPerformed(ActionEvent e)
                            current = current < 3 ? current = current - 1 : (current - 1 > 0 ? 1:0);
                          if (current == -1)
                               current = 2;
                          EntButton[current].setBackground(blue);
                          EntButton[current].setFont(changedfont);
                          EntButton[current].setForeground(red);
                           if (current==0){
                                EntButton[0].setBounds(new Rectangle(256, 190, 180, 40));
                                EntButton[1].setBackground(violet);
                                EntButton[1].setFont(originalfont);
                                EntButton[1].setForeground(black);
                                EntButton[1].setBounds(new Rectangle(280, 250, 135, 31));
                           if (current==1){
                                EntButton[1].setBounds(new Rectangle(256, 250, 180, 40));
                                EntButton[2].setBackground(violet);
                                EntButton[2].setFont(originalfont);
                                EntButton[2].setForeground(black);
                                EntButton[2].setBounds(new Rectangle(280, 310, 135, 31));
                           if (current==2){
                                EntButton[2].setBounds(new Rectangle(256, 310, 180, 40));
                                EntButton[0].setBackground(violet);
                                EntButton[0].setFont(originalfont);
                                EntButton[0].setForeground(black);
                                EntButton[0].setBounds(new Rectangle(280, 190, 135, 31));
                   jContentPane.getActionMap().put("MoveUp", ActionUp);
                   jContentPane.getInputMap(jContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke("ESCAPE"), "MoveESC");
                   Action ActionESC = new AbstractAction() {
                       public void actionPerformed(ActionEvent e)
                            System.exit(0);
                   jContentPane.getActionMap().put("MoveESC", ActionESC);
                   jContentPane.getInputMap(jContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER,0), "MoveEnter");
                   Action ActionEnter = new AbstractAction() {
                       public void actionPerformed(ActionEvent e)
                            if(current==0)
                                 dispose();
                                //JDialog MoviesMenu = new MoviesMenu();
                                MoviesMenu MoviesMenu = new MoviesMenu();
                                MoviesMenu.show();
                                //MoviesMenu.setVisible(true);
                   jContentPane.getActionMap().put("MoveEnter", ActionEnter);
              return jContentPane;
         //second UI start
         public class MoviesMenu extends JDialog {
              private static final long serialVersionUID = 1L;
              private JPanel jMovieContentPane;
              private JButton[] MoviesButton = new JButton[3];
              private JLabel jLabel,jLabel1;
              private int current1 = 0;
              private JButton getJButton() {
                        MoviesButton[0] = new JButton();
                        MoviesButton[0].setBounds(new Rectangle(110, 230, 450, 40));
                        MoviesButton[0].setText("Vid 1");
                        MoviesButton[0].setBackground(blue);
                        MoviesButton[0].setFont(changedfont);
                        MoviesButton[0].setForeground(red);
                   return MoviesButton[0];
              private JButton getJButton1() {
                        MoviesButton[1] = new JButton();
                        MoviesButton[1].setBounds(new Rectangle(135, 320, 400, 46));
                        MoviesButton[1].setText("Vid 2");
                        MoviesButton[1].setBackground(violet);
                        MoviesButton[1].setFont(originalfont);
                   return MoviesButton[1];
              private JButton getJButton2() {
                        MoviesButton[2] = new JButton();
                        MoviesButton[2].setBounds(new Rectangle(135, 410, 400, 46));
                        MoviesButton[2].setText("Vid 3");
                        MoviesButton[2].setBackground(violet);
                        MoviesButton[2].setFont(originalfont);
                   return MoviesButton[2];
              public MoviesMenu() {
                   super();
                   initialize();
              private void initialize() {
                   this.setSize(1024,768);
                   this.setContentPane(getjMovieContentPane());
                   this.setTitle("JFrame");
                   this.setUndecorated(true);
                   MoviesButton[0].requestFocus(true);
                   MoviesButton[0].setFocusPainted(false);
              private JPanel getjMovieContentPane() {
                   if (jMovieContentPane == null) {
                        jLabel1 = new JLabel();
                        jLabel1.setBounds(new Rectangle(650, 270, 361, 226));
                        jLabel1.setText("Text Introduction");
                        jLabel = new JLabel();
                        jLabel.setBounds(new Rectangle(650, 105, 226, 136));
                        jLabel.setText("VIDEO IMAGE");
                        jMovieContentPane = new JPanel();
                        jMovieContentPane.setLayout(null);
                        jMovieContentPane.add(getJButton(), null);
                        jMovieContentPane.add(getJButton1(), null);
                        jMovieContentPane.add(getJButton2(), null);
                        jMovieContentPane.add(jLabel, null);
                        jMovieContentPane.add(jLabel1, null);
                        jMovieContentPane.getInputMap(jMovieContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_DOWN,0), "MoveDown"); //KeyStroke.getKeyStroke("DOWN")
                        Action ActionDown = new AbstractAction() {
                            public void actionPerformed(ActionEvent e)
                                 current1++;
                                 if (current1==0){
                                      MoviesButton[0].setBounds(new Rectangle(110, 230, 450, 40));
                                      MoviesButton[2].setBackground(violet);
                                      MoviesButton[2].setFont(originalfont);
                                      MoviesButton[2].setForeground(black);
                                      MoviesButton[2].setBounds(new Rectangle(135, 410, 400, 46));
                                      MoviesButton[2].repaint();
                                if (current1==1){
                                     MoviesButton[1].setBounds(new Rectangle(110, 320, 450, 46));
                                     MoviesButton[0].setBackground(violet);
                                     MoviesButton[0].setFont(originalfont);
                                     MoviesButton[0].setForeground(black);
                                     MoviesButton[0].setBounds(new Rectangle(135, 230, 400, 40));
                                     MoviesButton[0].repaint();
                                if (current1==2){
                                     MoviesButton[2].setBounds(new Rectangle(110, 410, 450, 46));
                                     MoviesButton[1].setBackground(violet);
                                     MoviesButton[1].setFont(originalfont);
                                     MoviesButton[1].setForeground(black);
                                     MoviesButton[1].setBounds(new Rectangle(135, 320, 400, 46));
                                     MoviesButton[1].repaint();
                                if(current1>2){
                                current1=0;
                                MoviesButton[0].setBounds(new Rectangle(110, 230, 450, 40));
                                MoviesButton[2].setBackground(violet);
                                 MoviesButton[2].setFont(originalfont);
                                 MoviesButton[2].setForeground(black);
                                 MoviesButton[2].setBounds(new Rectangle(135, 410, 400, 46));
                                 MoviesButton[2].repaint();
                                 MoviesButton[current1].setBackground(blue);
                                 MoviesButton[current1].setFont(changedfont);
                                 MoviesButton[current1].setForeground(red);
                                 MoviesButton[current1].repaint();
                        jMovieContentPane.getActionMap().put("MoveDown", ActionDown);
                        jMovieContentPane.getInputMap(jMovieContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke(KeyEvent.VK_UP,0), "MoveUp");
                        Action ActionUp = new AbstractAction() {
                            public void actionPerformed(ActionEvent e)
                                current1--;
                               if (current1==2){
                                    MoviesButton[2].setBounds(new Rectangle(110, 410, 450, 46));
                                    MoviesButton[0].setBackground(violet);
                                    MoviesButton[0].setFont(originalfont);
                                    MoviesButton[0].setForeground(black);
                                    MoviesButton[0].setBounds(new Rectangle(135, 230, 400, 40));
                                    MoviesButton[0].repaint();
                                if (current1==0){
                                     MoviesButton[0].setBounds(new Rectangle(110, 230, 450, 40));
                                     MoviesButton[1].setBackground(violet);
                                     MoviesButton[1].setFont(originalfont);
                                     MoviesButton[1].setForeground(black);
                                     MoviesButton[1].setBounds(new Rectangle(135, 320, 400, 46));
                                     MoviesButton[1].repaint();
                                if (current1==1){
                                     MoviesButton[1].setBounds(new Rectangle(110, 320, 450, 46));
                                     MoviesButton[2].setBackground(violet);
                                     MoviesButton[2].setFont(originalfont);
                                     MoviesButton[2].setForeground(black);
                                     MoviesButton[2].setBounds(new Rectangle(135, 410, 400, 46));
                                     MoviesButton[2].repaint();
                                if(current1==-1){
                                     current1=2;
                                     MoviesButton[2].setBounds(new Rectangle(110, 410, 450, 46));
                                     MoviesButton[0].setBackground(violet);
                                    MoviesButton[0].setFont(originalfont);
                                    MoviesButton[0].setForeground(black);
                                    MoviesButton[0].setBounds(new Rectangle(135, 230, 400, 40));
                                    MoviesButton[0].repaint();
                               MoviesButton[current1].setBackground(blue);
                               MoviesButton[current1].setFont(changedfont);
                               MoviesButton[current1].setForeground(red);
                               MoviesButton[current1].repaint();
                        jMovieContentPane.getActionMap().put("MoveUp", ActionUp);
                        jMovieContentPane.getInputMap(jMovieContentPane.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).put(KeyStroke.getKeyStroke("ESCAPE"), "MoveESC");
                        Action ActionESC = new AbstractAction() {
                            public void actionPerformed(ActionEvent e)
                                 dispose();
                                 JFrame sample = new sample();
                                 //sample.validate();
                                 sample.show();
                        jMovieContentPane.getActionMap().put("MoveESC", ActionESC);
                   return jMovieContentPane;
    }

  • HELP JAVA LAGGING PROBLEM

    help... whenever i try to load any java applets.. it'll lag and have 100% CPU usage... and i cant move at all..
    i followed the intructions on how to install java and when trying to test the java...
    the same problems came.. lagging came where 100% CPU usage is happening...
    now i cant use any java applets.. not even my limewire..
    help??
    anyone?

    Same problem here. Installed their latest JRE 1.5.0_5 Update but verification/detection of Java Environment was negative on my machine. Obviously applets failed to load, it's quite annoying. I didn't find a fix for the 1.5.0 Update but at least I got applets loading again.
    The following is what I did in Win XP Pro to get
    a) applets running again
    b) OK verification of the JRE:
    1. Make a System Restore with private label
    2. uninstall the Google toolbar in Control Panel->Settings->Add/Remove Programs
    2. uninstall the 1.5.0_05 JRE in Control Panel->Settings->Add/Remove Programs
    3. Install the j2re-1_4_2_10-windows-i586-p-iftw.exe
    http://java.sun.com/j2se/1.4.2/download.html
    Click on 'Download J2SE JRE' further down the page.
    Now go to java.com, click 'Verify Installation', new screen pops up click on yellow tab. Your installation should be verified which enables your applet loads again.
    4. Make another private label System Restore
    This should get you going again until Sun has sorted out the problems. I am in contact with them and they are trying to resolve this bugeroo(s). Until then just steer clear from reinstalling the 1.5.0 JRE.
    Good luck!
    layaguara

  • WRT54GS Need help, interesting security problem

    Hi All,
    New to this community, so I hope that my description is understandable. Plus, I've been reading with ernest, am totally confused and wish someone could just tell me "this is how you fix this: Step 1..." but it never seems to happen that way.
    1. WRT54GS Wireless Router, (not sure of the version because my setup page says one thing and the bottom says different) was originally setup with a Gateway Desktop, longer than 5 yrs ago.
    2. Currently the host computer is a Dell. We have 1 wireless laptop, 2 netbooks, 1 iPod, and 2 wireless printers in a home network.
    The main problem is getting online (I never know how many devices will try to do something at the same time) with the router (keeps saying that the "Security" is Open"). I've tried to setup new networks, resulting in the same problem. Is it possible to just remove the Dell from the network or could the wireless laptop become the host computer? And could someone explain to me how to do that? The last time I tried to change the security on the router, (I believe that WEP is what the Dell set it at and I was trying to change it to a higher level), I got a notification that not all the devices were the same, security could not be changed. Help, I just want us all to be able to use a secure network!!  

    Melinda613 wrote:
    1. WRT54GS Wireless Router, (not sure of the version because my setup page says one thing and the bottom says different) was originally setup with a Gateway Desktop, longer than 5 yrs ago.
    If you are not sure of the version why don't you post what is printed on the bottom and what is shown on the setup page?
    Melinda613 wrote:
    2. Currently the host computer is a Dell. We have 1 wireless laptop, 2 netbooks, 1 iPod, and 2 wireless printers in a home network.The main problem is getting online (I never know how many devices will try to do something at the same time) with the router (keeps saying that the "Security" is Open"). I've tried to setup new networks, resulting in the same problem. Is it possible to just remove the Dell from the network or could the wireless laptop become the host computer? And could someone explain to me how to do that? The last time I tried to change the security on the router, (I believe that WEP is what the Dell set it at and I was trying to change it to a higher level), I got a notification that not all the devices were the same, security could not be changed. Help, I just want us all to be able to use a secure network!!  
    Where does it say "security is open" exactly? What page? Where? When?
    Go to the setup page of the router. Wireless and Wireless Security. Post your current settings on those two pages. That will show how your wireless is configured.
    We'll take it from there...

  • Urgent Help Needed: Installation problem on Win2K

    My j2sdk1.4.1_01 folder got deleted, I tried to reinstall J2SDK1.4.1_01 but everytime I try I get a dialog box that pops-up saying:
    You already have the Java 2 SDK , SE v1.4.1_01installed on this machine. Would you like to uninstall it?
    Clicking OK runs a very brief uninstall, but apparently doesn't actually uninstall, Win Add/Remove Programs does the same thing, it runs, says it uninstalled it, but doesn't. Anyone have any ideas?

    Same problem here. The installer crashed at the very end of the installer procedure, so I attempted to uninstall. I failed, so I manually deleted files and attempted to reinstall.
    The system claims that the software is still installed and when I instruct it to uninstall, it immediately terminates.
    I've even deleted the HKLM\SOFTWARE\JavaSoft\Java Development Kit\1.4.1_01 key. The installer puts it back when you tell it to uninstall the software!!
    Anyway, the work around is to go into RegEdit and delete the two keys that contain mention of version 1.4.1_01. There are two, one in
    HKLM\SOFTWARE\Microsoft\Code Store Database\Distribution Units
    and the other in
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
    Both has long hexadecimal string names (CSIDs?)
    I was then able to reinstall...

  • URGENT HELP NEEDED: Sorting problems

    I am trying to sort large document of around 1,000,000 records into file but I can't do it.
    I receive the following message:
    Cputime limit exceeded
    52.760u 8.240s 1:46.94 57.0% 0+0k 0+0io 2098pf+0w
    Is this fixable? Do you know what's the cause of the problem?

    There should be a limit placed by UNIX systems administrator.
    Is there any other way? I looked in the man pages for some way of setting and changing the resource limits from the command line, but couldn't find anything. Perhaps someone who understands *nix better might know.
    java -Xmx10m ...This switch sets memory rather than cpu time.
    How long is the sort taking any way?

  • Urgent Help - Redo Log problem

    Hi,
    I have an implementation of Oracle 9i. Presently I have got 3 redo log groups with 2 members each. There are lot of updation and insertion of records going on with few tables. When the load increases the DB lands in a hang state and in the Log I get this message
    Thread 1 cannot allocate new log, sequence 234
    All online logs needed archiving
    Current log# 1 seq# 233 mem# 0: D:\ORACLE\ORADATA\ORCL\REDO01.LOG
    Current log# 1 seq# 233 mem# 1: D:\ORACLE\ORADATA\ORCL\REDO04.LOG
    Can any one help me in solving this problem. I tried to Switch the log files but as they already are waiting for archiving so no use.
    Any help on this will be highly helpfull to me as I am in Live environment.
    Arvind

    The way the log groups work is.
    Log Writer(lgwr) starts writing to group 1. When group 1 fills up, it switches to group 2. When lgwr starts writing to group 2, the Archiver (arc) wakes up and starts writing group 1 to the archive file. When group 2 fills up lgwr start writing group 3 and arc archives group 2 once it has finished writing group 1. When group 3 fills up, lgwr starts writing to group 1 again, assuming that arc has finished writing group 1 to the archive.
    In your case, it appears that arc is still writing group 1 when lgwr wants to use it again, so the database stalls until arc is finished writing group 1.
    Fundamentally you have two choices. You can increase the size of each file in each log group, so they will fill up less often. However, this will also make arc take longer to archive the group. If you can gain enough time based on slower filling to offset the slower writing you should be ok.
    The other option is to add a few more groups of the same size as the existing groups. This will give lgwr more groups to use before needing to start re-using earlier groups.
    Typically, in our systems we run between 4 and 6 64M log groups and never see these hangs.
    HTH
    John

  • I need urgent help in that problem

    Hi All,
    first I have project in forms 6i and I migrate it to 10g successfully after that I make deploying for forms locally on my machine (without installing oracle application server ) and it works good (forms , reports , icons) everything is good after that I want to move to the production stage then I installed oracle application server 10.2 on the machine (the same machine which I have the oracle database on it ) and after installation successfully I make the changes for deploying forms in forsweb.cfg and default.env files as I made it locally on my machine and write the url like that
    http://computer name/forms/frmservlet?config= sepwin&form=login_ncs.fmx
    The login screen appears but I cannot make any action on it like login, exit or close. on the contrary it was working very good locally and all the projects forms also.
    I searched for that problem allots but I didn't get any answer.
    Note:
    The OS for oracle Database and application server machine is XP
    So can anyone help?
    Regards,
    Nasser

    Hi:
    I recompile the forms again with forms compiler tool in application server and the forms now works fine,
    But the problem is I can't open the reports from the forms.
    Note:
    The reports open successfully from forms locale,and that is my code
    ------------------------------------ PROCEDURE -----------------------------------------
    PROCEDURE VIEW_PRINT_REPORT (v_p_dest varchar2) IS
         RO_Report_ID REPORT_OBJECT;
         Str_Report_Server_Job VARCHAR2(200);
         Str_Job_ID VARCHAR2(200);
         Str_URL VARCHAR2(200);
         PL_ID PARAMLIST ;
         rep_status VARCHAR2(50);
    BEGIN
         PL_ID := GET_PARAMETER_LIST('report_parameter');
         IF NOT ID_NULL(PL_ID) THEN
              DESTROY_PARAMETER_LIST(PL_ID);
         END IF;
         PL_ID := CREATE_PARAMETER_LIST('report_parameter');
         RO_Report_ID := FIND_REPORT_OBJECT('PROJECTS_REP');
    IF v_p_dest = 'P' THEN
                   add_parameter(PL_ID,'DESTYPE',TEXT_PARAMETER,'PRINTER');
              END IF ;     
              add_parameter(PL_ID,'PARAMFORM',text_parameter,'NO');
              add_parameter(PL_ID,'ORIENTATION',TEXT_PARAMETER,'PORTRAIT');
         add_parameter(PL_ID,'MAXIMIZE',TEXT_PARAMETER,'YES');
         add_parameter(PL_ID,'H_USER',text_parameter,:PARAMETER.user_id);     
         if :ctrl.customer_id is not null then
              add_parameter(PL_ID,'p_customer_id',text_parameter,:ctrl.customer_id);
         end if;
         if :ctrl.mgr_id is not null then
              add_parameter(PL_ID,'p_mgr_id',text_parameter,:ctrl.mgr_id);
         end if;
         if :ctrl.pr_status is not null then
              add_parameter(PL_ID,'p_pr_status',text_parameter,:ctrl.pr_status);
         end if;
         add_parameter(PL_ID,'ORACLE_SHUTDOWN',text_parameter,'YES');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, CACHE);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'PDF');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_autoserve_mt');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID,REPORT_OTHER, 'jobname='||'projects.RDF');
         Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
    rep_status := REPORT_OBJECT_STATUS(Str_Report_Server_Job);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(Str_Report_Server_Job);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT('/reports/rwservlet/'||'getjobid'||
    substr(Str_Report_Server_Job ,instr(Str_Report_Server_Job ,'_',-1)+1)||'?'||'server=rep_autoserve_mt','_blank');
    ELSE
    message('Error when running report');
    END IF;
    END;
    ------------------- and when WHEN-BUTTON-PRESSED trigger
    view_print_report('V');
    and i great report object in object navigator
    So any help or idea about what I do or change to open reports from forms on application server.
    Regards,
    Nasser.
    Edited by: eng nasser on Apr 29, 2010 8:00 AM

  • Urgent help in following problem

    Hi..all of u.
        sir, when m installing addon on client machine , i have face d problem of "SAP B1.EXE-APPLICATION ERROR"
        Click ok to terminate the program.
        click cancel to debug the program.
          so please how resolve the above problem.
          thanks.
    regards
    sudhir pawar

    Hi,
    What's the user account type for your client machine when you're installing the addon? Try to user an administrator account to install the addon instead of using power or standard user account. I've the same problem last time, and it's solved once I've change the user account to administrator for the installation. Hope's it help.
    cheers,
    serene

  • URGENT help please. Problem creating Chinese language text field in Adobe LiveCycle.

    A client requested to create an employee details form in which few text fields has to be in Chinese language. I selected "Arial Unicode MS" for that fields. In final PDF I am able to insert text in Chinese text fields in Acrobat. But I cant insert text when i opened the final PDF in Adobe Reader. (only these Arial Unicode MS fields are disabled). All other fields (English) are in Arial font., they are working in both (Acrobat and Reader). As these forms will be distributed to people who may don't have Acrobat and only the Free Adobe Reader. Can someone please advice me how to solve this problem.
    Thank you
    - Amal

    Make sure the format of the date strings provided by the calendar is what you are expecting. Or use the "formattedValue" for the input strings.

Maybe you are looking for

  • MDT 0xc0000098 The windows boot configuration data file does not contain a valid OS entry

    hello, i installed WDS+MDT for OS deployment. all was working fine. Now i need our branch office to be able to deploy OS as well. I installed a new Win 2008R2 server, and installed the WDS service on it. When reading about this on the internet i saw

  • HP P1006 driver for windows 7 (32-bit) not working

    Hello. I have a problem with my printer P1006. It works fine before with  windows vista but when I upgrade it windows 7 professional last month. The printer doesn't work. I tried to download the driver for windows 7 using IE and Firefox. The driver i

  • Weather is Wrong

    The weather icon that shows in the Notification Center is wrong, and I have no idea how to fix it. It shows a Sun icon, but it's actually raining here, plus the detailed hour-by-hour weather report shows that it's also raining. So, why is the sun ico

  • Database security using VPD

    Hi, I am trying to implement Virtual Private Database policy to restrict the user data access. I am creating this with Scott schema with 11g R1. While accessing DBMS_RLS package I am getting below error. SQL> begin   2  dbms_rls.add_policy  (   3   

  • Where can I find a replacement motherboard for MB 2.16 intel core 2 duo?

    Hi, One of my bosses has a macbook 2.16 GHz that's been diagnosed with a fried motherboard. He'll have to get a new one. And he asked me to shop around for a replacement. I don't see anything out there other than one on ifixit.com site. How can this