Trouble with applet tutorial about servers

I downloaded the sources of this (http://java.sun.com/docs/books/tutorial/deployment/applet/clientExample.html) example and am trying to make them work. However I'm having trouble with the server program.It compiles fine but when I run it I get NullPointerException in QuoteServerThread class on this line:
packet = new DatagramPacket(buf, 256);buf is a byte array and it's set to null.
I don't have any experience with networking in java so if the problem is something really simple you'll know why I didn't find it.
Oh, and the code of the thread is here http://java.sun.com/docs/books/tutorial/deployment/applet/examples/QuoteServerThread.java

Replace
byte[] buf = null;with
byte[] buf = new byte[ 256 ];Other problems may happen if this sample was not tested properly.
The problem is that the DatagramPacket requires you to supply a non-null buffer, as per:
DatagramPacket
public DatagramPacket(byte[] buf, int length)
Constructs a DatagramPacket for receiving packets of length length.
The length argument must be less than or equal to buf.length.
Parameters:
buf - buffer for holding the incoming datagram.
length - the number of bytes to read.
Edited by: baftos on Jul 18, 2008 3:38 PM

Similar Messages

  • I have trouble with swing tutorial demos

    I 'm trying swing tutorial. I already have downloaded the IconDemo in zip format. Compilation and execution are Ok but the application hasn't show anyimage.
    I have done with other appplication about Icon image, and it occur the same. Can anybody help me?

    in IconDemoApp change this
    private String imagedir = "images/";
    to
    private String imagedir = "../images/";recompile/rerun

  • Trouble with Applet loading

    hi, new to java; after a mind-boggling and frustrating exercise of finally getting the 'Hello World' application to execute using DOS command, I am now stuck with the applet version/
    The html file written in note pad is saved in the same directory as the HelloWorldApp.java and the HelloWorldApp.class which I had initially used when running from DOS/
    from what I understand, I have to include the "HelloWorldApp.class" file within the applet as tag/
    after i execute the html file in the browser(Internet Explorer), all I get is a greyish square with no writing inside of it/
    please keep in mind i'm new at this and not very technicaly inclined at times, so don't say anything like, "the exe. file tags within the path of the ini. is a variable inside the memory location x0x0x0x0x which has to over-written with a command...."
    please help, appreciated :)

    from what I understand, I have to include the
    "HelloWorldApp.class" file within the applet as tag/
    after i execute the html file in the browser(Internet
    Explorer), all I get is a greyish square with no
    writing inside of it/Look in the taskbar or control panel for Java console. Open it and see the exception messages you are getting.
    please keep in mind i'm new at this and not very
    technicaly inclined at times, so don't say anything
    like, "the exe. file tags within the path of the ini.
    is a variable inside the memory location x0x0x0x0x
    which has to over-written with a command...."
    please help, appreciated :)Read the applet tutorial and verify that you have correctly followed all the steps
    http://java.sun.com/docs/books/tutorial/applet/

  • Trouble with JDeveloper tutorial

    I am using JDev 10.1.3 and trying to finish the 'Home Page and Menus' hands on in Oracle JDeveloper for Forms and PL/SQL Developers, chapter11. I have gotten to the section where I am suppossed to create the application module but it is not generating the sources directory with the files *.xml, *.java and bc4j.xcfg. Does anyone have an idea about why these files are not being created? Thanks.

    Sand3 wrote:
    > I have been trying to make a loading bar using this
    tutorial:
    >
    http://www.m0interactive.com/archives/2006/06/20/flash_preloa.html
    >
    > I've checked it over several times and I've done
    everything it says and
    > copy-pasted all the action script right, but it's still
    not working properly.
    > When I 'test movie' it sticks on the first frame and
    won't move onto the second
    > scene (off the loading screen) and also the loading bar
    doesn't move. This is
    > the error report I'm getting:
    >
    > **Error** Symbol=loading, layer=Layer 1, frame=24:Line
    1: ')' or ',' expected
    > gotoAndPlay(frame 1);
    >
    > **Error** Scene=main, layer=Layer 26, frame=851:Line 1:
    Statement must appear
    > within on handler
    > gotoAndPlay("Main", 1);
    >
    > Total ActionScript Errors: 2 Reported Errors: 2
    The error basically state that the way you type the action is
    incorrect
    so can't tel you much based on it.
    You need to upload your FLA and let us check it out, the
    actual file, not
    paste error.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Trouble with all outgoing mail servers

    Was there an update that would have knocked out my ability to send outgoing mail?  I can still receive mail from gmail.com, live.com and a business email account that had all been working fine till about a week ago.  I had not made any changes, but have since changed the outgoing port to 587, to no avail.  I have also tried to Repair Disk Permissions using the Disk Utility.  However, I still am not able to get the smtp servers to connect. 
    Any ideas?

    I have cleared my outbox and resent a test email from one account to the other, which I know is receiving emails.  I am using the Apple Mail application, which had been working just fine with all 3 accounts for the past 2 years. 

  • Trouble with DW tutorial

    I'm new to Dreamweaver--this week in fact--and I signed up
    for
    Lynda.com
    mdia library. I was in the midst of making my way through the
    DW essential tutorial when all the videos on the site stopped
    loading. I've tried rebooting the computer, signing out and then
    signing back in, different browser, etc. No luck. I wonder if it's
    their server that's having a problem or whether it's something I
    could correct so I could finish the tutorial (I'm on a deadline and
    should be working through the weekend).
    Is there someone who could do me a favor and check this out?
    The first dozen or two of chapters for each of their tutorials are
    free to view, so no need to be signed up to view them; all the
    videos, even the free ones, are only loading a question mark,
    center of the quicktime logo. (Not sure, but is this is the
    equivalent of a broken link?)
    Thanks in advance for any help checking on this for me. Paul,
    newbie for sure.

    I works for me. I just viewed the new interface for CS3
    (looks good BTW)
    so I guees you have the problem.
    Have you contacted them?
    HNY
    pmbooks skrev:
    > I'm new to Dreamweaver--this week in fact--and I signed
    up for Lynda.com media
    > library. I was in the midst of making my way through the
    DW essential tutorial
    > when all the videos on the site stopped loading. I've
    tried rebooting the
    > computer, signing out and then signing back in,
    different browser, etc. No
    > luck. I wonder if it's their server that's having a
    problem or whether it's
    > something I could correct so I could finish the tutorial
    (I'm on a deadline and
    > should be working through the weekend).
    >
    > Is there someone who could do me a favor and check this
    out? The first dozen
    > or two of chapters for each of their tutorials are free
    to view, so no need to
    > be signed up to view them; all the videos, even the free
    ones, are only loading
    > a question mark, center of the quicktime logo. (Not
    sure, but is this is the
    > equivalent of a broken link?)
    >
    > Thanks in advance for any help checking on this for me.
    Paul, newbie for sure.
    >
    Kim
    http://www.geekministry.com

  • Trouble with CFLOCATION and Proxy Servers

    Hi,
    Trying to troubleshoot an annoying issue and wondering if
    anyone has had any experience with this - haven't had much luck
    Googling for info. Using up-to-date CF 6.1 and current version of
    Apache 2.0. Client is accessing our CF webapps via a clustered
    proxy server/firewall archicture. Each time client users HTTP POST
    through one of our applications, the page they are redirected to
    only displays a small portion of unprocessed raw source page
    content, the remaining page content never seems to make it to the
    client's browser. The only way they can a valid version of the page
    is to refresh the browser. I verified that small portion of raw
    source content is returned by the application during these
    redirects using an HTTP sniffer, however my office PC still
    redirects to the correct page. We are using <CFLOCATION> tags
    to move users between pages after submitting.
    I suspect this problem has to do with their proxy server(s)
    holding HTTP 302 responses to the literal standard, which
    (paraphrasing) basically states that while the URI has been moved,
    it is up to the client to continue the actual redirect. I believe
    HTTP 303 responses would be the "correct" implementation. Having
    said that, we've never run into this issue with any other client
    users before.
    Has anyone ever run into similar issues before? Any help is
    greatly appreciated.
    Thanks,
    DTS

    Replace
    byte[] buf = null;with
    byte[] buf = new byte[ 256 ];Other problems may happen if this sample was not tested properly.
    The problem is that the DatagramPacket requires you to supply a non-null buffer, as per:
    DatagramPacket
    public DatagramPacket(byte[] buf, int length)
    Constructs a DatagramPacket for receiving packets of length length.
    The length argument must be less than or equal to buf.length.
    Parameters:
    buf - buffer for holding the incoming datagram.
    length - the number of bytes to read.
    Edited by: baftos on Jul 18, 2008 3:38 PM

  • Trouble with applet

    here is my problem. i am trying to make an apllet, specifically AnimateMultiple from the book Instant Java, to work on my computer. i have tried using ie 5.5 and netscape 6.1 with no avail. all i get is 4 pictures without any animation. please help.

    without morecode sample, we can't help you very much !!
    your animation probably uses a Thread. So are you starting the thread with the start() method.
    Do you have any error messages?

  • Troubles with DHCP-supplied LDAP servers

    Hello,
    this feature does'nt work at all in my environment....
    I've a openldap server (RFC 2307) and a couple of macs (newest leopard) which are working quite nice together for a while now.
    It's a closed Network and want to get rid of the following commands, which I have to enter on each new mac:
    sudo dsconfigldap -x -e -v -s -a ldap.mydomain.de -n "MYLDAP"
    sudo dscl -q localhost -create /Search SearchPolicy dsAttrTypeStandard:CSPSearchPath
    sudo dscl -q localhost -merge /Search CSPSearchPath /LDAPv3/ldap.mydomain.de
    Instead i want to use the possibility to transmit the needed ldap-data using DHCP.
    Therefore I've added the following lines to my dhcpd.conf-Server
    option ldap-server code 95 = text;
    option ldap-server “ldaps://ldap.mydomain.de:636/dc=mydomain,dc=de”;
    Booting a mac I've got the following results:
    bo-dhcp-228:~ sysadm$ ipconfig getpacket en1
    op = BOOTREPLY
    htype = 1
    flags = 0
    hlen = 6
    hops = 0
    xid = 276885973
    secs = 0
    ciaddr = 10.0.0.228
    yiaddr = 10.0.0.228
    siaddr = 10.0.0.78
    giaddr = 0.0.0.0
    chaddr = 0:1c:b3:b0:e2:d5
    sname =
    file =
    options:
    Options count is 9
    dhcpmessagetype (uint8): ACK 0x5
    server_identifier (ip): 10.0.0.78
    lease_time (uint32): 0x5a0
    subnet_mask (ip): 255.255.255.0
    router (ip_mult): {10.0.0.1}
    domainnameserver (ip_mult): {10.0.0.9}
    domain_name (string): mydomain.de
    ldap_url (string): ldaps://ldap.mydomain.de:636/dc=mydomain,dc=de
    end (none):
    So far so good.
    But the ldap-server never got used.
    dscl localhost list /LDAPv3 on the mac-client shows emtpy results, and
    on the wire there is absolutely no traffic to ldap.mydomain.de.
    In fact the mac-client completely
    ignores the dhcp-provided settings. Of course I've enabled the
    Setting "Add DHCP-supplied LDAP servers to automatic search policies" on
    the client.
    I've tried to trace the problem on the client-side by doing
    sudo ipconfig setverbose 1
    touch /Library/Preferences/DirectoryService/.DSLogAtStart
    and looking into /Library/Logs/DirectoryService/DirectoryService.debug.log , /var/log/system.log
    and /var/log/com.apple.IPConfiguration.bootp but there is no hint why the client is not using the published ldap-settings.
    It must be some problem on the mac-side.
    Can anybody give a hint howto solve this problem?
    Thanks
    Christian

    I have not tried to set this up using the command line (as you described), but have in the past done it using "Server Manager" (on the server) and "Directory Access" on a Mac OS X 10.4.x client.
    When I did this I found that Macs after booting would not show a list of network login acocunts (as they should have) and typically trying to login using 'other' would fail. Also typically after a minute or two (and several attempts) it usually did work. AppleCare's suggested workaround at the time was to not use DHCP to advertise the OpenDirectory but to instead manually define it on the clients (using Directory Access).
    My belief as to why it did not work is that when a Mac boots, it enables its network interface, asks the DHCP server for an address (and the LDAP details) and then in theory should continue to boot and connect to the LDAP server. However I believe that the timing of these events is such that the Mac goes past the LDAP stage before it has finished the DHCP stage and as a result does not have the LDAP information in time. By manually defining the LDAP (OpenDirectory) server in Directory Access it is already known in advance and you avoid this problem.
    I have seen nothing to suggest that Leopard is any different in this area (although my recollection is that Panther - Mac OS X 10.3) did not have this problem.
    So I use a manually defined entry on all our computers, and I have incorporated this in to the standard disk image I use to build all the new computers.

  • [RESOLVED] Trouble with NTP Sync between servers

    Hello everybody,
    I need your help to get my infrastructure back to normal.
    Since this week (change on time to winter time), my whole infrastructure  (2 DC and 6 Windows servers) is disynchronised !
    I mean, they have all the same time but it is 20min in late from real time...
    and i don't know why !!!
    My DCs are set up to external NTP (ntp0.oleane.net & ntp1.oleane.net) and the other servers are set up to internal NTP
    (DC1 & DC2).
    Can someone help me to resynchronise the whole thing in order to have all my servers on the exact same timing ?
    And maybe recheck if everything is OK in my configuration...
    Thanks for your help
    Best

    Hi nvlopp,
    Your case usually caused the public external time resource not response your server request, please first confirm your network firewall settings was not blocked the port 123
    (TCP/UDP), or you can enable the time service debug logging on your PDC then post the failure part.
    Enable Windows Time Service Debug Logging
    http://technet.microsoft.com/en-us/library/cc816838%28v=ws.10%29.aspx
    How to turn on debug logging in the Windows Time Service
    http://support.microsoft.com/kb/816043
    Restore Windows Time service on local computer to default settings-http://technet.microsoft.com/en-us/library/cc738995(v=WS.10).aspx
    How to configure an authoritative time server in Windows Server - http://support.microsoft.com/kb/816042
    http://technet.microsoft.com/en-us/library/cc779560(v=WS.10).aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store.

    I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store. I have already had to have a technician to look at it and really couldn't figure out what the deal was.  I was told that the APP store software should give me no problems but the truth is that it locks up on the software. This machine is only 4 weeks old and I am using 37 g on a 1 T hard drive. There is no reason for it to be locking up. Also, when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that. I successfully used the help program on my pc lots of times. I did not need a $2000. plus machine to just get email. I just wanted to unload on somebody that might understand my pain and after checking out this site...I think there is a few of you out there.

    I was told that the APP store software should give me no problems but the truth is that it locks up on the software.
    The apps downloaded from the Mac App Store are written by third party developers, not Apple. If you have problems  with those apps you need to visit the support area for their websites. Launch the App Store, locate the app name. You should see a support link.
    when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that
    Go to ~/Library/Preferences. Move the com.apple.helpviewer.plist file from the Preferences folder to the Trash. Restart your Mac, try the Help menu.
    If you need help finding that file, hold down the Finder icon in the Dock then click: New Finder Window. From the menu bar top of your screen click: Go > Go to Folder. Type this in exactly as you see it here:   ~/Library/Preferences/com.apple.helpviewer.plist    That will take you right to that file.
    (.plist) files stores information about a particular app or in this case, the Help viewer. Often times deleting the .plist file resolves the issue.
    It's fine to "unload"... we understand that you expect your iMac to be stable but there are times when things go awry. That's why we have these forums so that you can you get help.
    You may want to read up on how to repair the disk if necessary or reintsall Lion >  OS X Lion: About Lion Recovery
    Apple - Find Out How - Mac Basics
    How to "switch" from PC to Mac >  Apple - Support - Switch 101
    I'm sorry you feel, "ripped off", but you are using the world's most advanced operating system and it may take some time to adjust to a new OS.   http://developer.apple.com/technologies/mac/

  • Trouble with Server 9.2 Avitek Tutorial 10

    I'm running through the WebLogic Server 9.2 Tutorial,
    "Avitek Medical Records Development Tutorials".
    In Tutorial 10, "Using EJBGen to Generate EJB Deployment
    Descriptors", Step 4, "Use the EJBGen utility to regenerate the
    deployment descriptor and EJB files.", Sub-step 9, I have
    trouble. It says
    . . enter the commands to execute the build script:
    prompt> ant -f ejbgen.xml
    When I do this the build fails:
    C:\medrec_tutorial\src\physicianEar>ant -f ejbgen.xml
    Buildfile: ejbgen.xml
    BUILD FAILED
    C:\medrec_tutorial\src\physicianEar\ejbgen.xml:3: taskdef
    class com.bea.wls.ejbgen.ant.EJBGenAntTask cannot be
    found
    Total time: 0 seconds
    Trying the build-file packaged with the tutorial doesn't work
    any better:
    C:\medrec_tutorial\src\physicianEar>ant -f
    ejbgen_tutorial.xml
    Buildfile: ejbgen_tutorial.xml
    BUILD FAILED
    C:\medrec_tutorial\src\physicianEar\ejbgen_tutorial.xml:4:
    taskdef class com.bea.wls.ejbgen.ant.EJBGenAntTask
    cannot be found
    Total time: 0 seconds
    Can anybody clue me in on what I'm doing wrong?

    After the initial install I needed to edit the port being used by opmn because the process would not start.
    As I started retracing my steps I reverted this change and the process was able to start. Apparently, whatever was
    using the port was not longer running.
    Overall, lots of pre-reqs that were required were not available. This included a gcc linux patch, XML DB, Oracle Text, etc.
    After these were all in place the install finally resulted in a working Apex environment. Wasn't easy, but was able to work through
    the issues.

  • Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore.

    Im having trouble with error 13019 I have read the previous discussions about this matter and have tried to do them except for the fact that under the music tab when clicking on my ipod every thing is frozen. It s not my comp. and i dont wish to restore. Please help!

    If you are wondering why you are not getting any responses, it is because you have vented a complaint without any details that make any sense or give anyone something to work on.
    If you want help, I suggest actually detailing what has happened, with versions of software etc. Anything that would let us assist.
    As a start I am guessing that you have not really got the hang of "How it all works". Firstly download the Pages09_UserGuide.pdf from under the Help menu. Read that and view the Video Tutorials in the same place. A good addition would be the iWork 09 Missing manual book and something to help you learn how to use your Mac.
    If there are specific tasks you need help with:
    http://www.freeforum101.com/iworktipsntrick/index.php?mforum=iworktipsntrick
    Is a good resource.
    Peter

  • Having trouble with my signed applet(if it's properly signed that is)

    hi
    I'm having trouble with my supposedly signed applet. I'm trying to execute a specific program in this case trilian from my browser. i'm using firefox
    first my java code
    package applet;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    public class RunApplet extends JApplet {
        JButton jButton = new JButton();
        FlowLayout flowLayout1 = new FlowLayout();
        public RunApplet() {
            try {
                init();
            } catch (Exception ex) {
                ex.printStackTrace();
        private void init() throws Exception {
            try {
                this.getContentPane().setLayout(flowLayout1);
                this.setSize(new Dimension(100, 200));
                jButton.setText("Trillian");
                jButton.addActionListener(new RunApplet_jButton_actionAdapter(this,
                        "\"C:\\Program Files\\Trillian\\trillian.exe\""));
                this.getContentPane().add(jButton, null);
            } catch (Exception e) {
                e.printStackTrace();
    class RunApplet_jButton_actionAdapter implements ActionListener {
        private RunApplet adaptee;
        private String programPath;
        RunApplet_jButton_actionAdapter(RunApplet adaptee, String programPath) {
            this.adaptee = adaptee;
            this.programPath = programPath;
        public void actionPerformed(ActionEvent e) {
            try {
                Runtime.getRuntime().exec(this.programPath);
            } catch (IOException ex) {
    }And my applet code
    <html>
    <body>
    <!--"CONVERTED_APPLET"-->
    <!-- HTML CONVERTER -->
    <object
        classid = "clsid:CAFEEFAC-0015-0000-0005-ABCDEFFEDCBA"
        codebase = "http://java.sun.com/update/1.5.0/jinstall-1_5_0_05-windows-i586.cab#Version=5,0,50,5"
        >
        <PARAM NAME = CODE VALUE = "applet.RunApplet.class" >
        <PARAM NAME = ARCHIVE VALUE = "myfile.jar" >
        <param name = "type" value = "application/x-java-applet;jpi-version=1.5.0_05">
        <param name = "scriptable" value = "false">
        <comment>
         <embed
                type = "application/x-java-applet;jpi-version=1.5.0_05" \
                CODE = "applet.RunApplet.class" \
                ARCHIVE = "myfile.jar"
             scriptable = false
             pluginspage = "http://java.sun.com/products/plugin/index.html#download">
             <noembed>
                </noembed>
         </embed>
        </comment>
    </object>
    <!--
    <applet CODE = "applet.RunApplet.class" ARCHIVE = "myfile.jar">
    </applet>
    -->
    <!--"END_CONVERTED_APPLET"-->
    </body>
    </html>Creating my key:
    keytool -genkey -alias sitekey -keystore "C:\Program Files\Java\jdk1.5.0_05\jre\lib\security\cacerts"Now the process of creating the jar file and signing it:
    1. jar cf myfile.jar *.class
    2. jarsigner -keystore "C:\Program Files\Java\
    jdk1.5.0_05\jre\lib\security\cacerts" myfile.jar sitekeyNow this is the way i've been using then and the first time i get the "do you want to trust" screen but still i get a security exception.
    Exception in thread "AWT-EventQueue-10" java.security.AccessControlException: access denied (java.io.FilePermission <<ALL FILES>> execute)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkExec(Unknown Source)
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at applet.RunApplet_jButton_actionAdapter.actionPerformed(RunApplet.java:73)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)Is there anybody who have an idea what can be wrong?
    regards
    thallish

    ok i solved i myself. i assigned a different and thereby correct keystore and now it works like it should
    regards
    thallish

  • I am having trouble with my JAVA Applet. It isn't functioning on SAFARI.    It seems to have stopped working and I used it on SAFARI last year. Any suggestions ?

    I am having trouble with my JAVA Applet. It isn't functioning on SAFARI.    It seems to have stopped working and I used it on SAFARI last year. Any suggestions?

    Post in the Safari forum area.

Maybe you are looking for

  • CmcApp don't work after deployment on SAP Netweaver 7.0

    Hello, I've installed BOE XI3.1sp3 and after installation deployed Web Components to SAP Netweaver 7.0Ehp1. After deployment, I've try to launch CMC application in web browser. The url is http://<j2ee_server>:<j2ee_port>/CmcApp. Logon screen looks go

  • Step 2 of verification is impossible to complete

    I was migrated yesterday but I can't finish setting up my BT ID. Step 1 is ok, it happily uses my btinternet email address. At step 2 I get a message 'We can see that the BT ID username you have chosen is also a myBT username. Enter your password to

  • BO XI R2 - Showing decimal places

    Post Author: Vorax CA Forum: WebIntelligence Reporting Good afternoon all, I am using BO XI R2 (Webi), and have created multiple variables. The issue is that the variables are showing the cents of the figure even though I have formatted the cell. I a

  • Optional parameter in method

    if i have a method public void execute(boolean usePool) {} how would I specify this parameter as optionl and defaults to true?

  • VST instruments causing Premiere Pro not to load

    I just ordered the Native instruments Komplete 9 vst instruments and now since that is loaded on the computer I cant even start PP. I use CS5 and I don't want Adobe premiere pro to load my vst instruments because I will NEVER use them in this program