Server hangs up when tryin to read object Urgent Help Plz

Hi,
I've been working on a client-server model for a while, I've tested my applicaction a thousand of times locally (I mean, server and serveral clients running on the same machine) and it's ok, now I finally run server in a remote host and I find it rarely works fine, most of the times server hangs up when tryin to read objects I dont know why.
this is the part of the server-code where the problem begins:
public int EscucharSocket(){
        Socket cliente = null;
        System.out.println("Servidor en escucha...\n");
        while(true){
            try{
                cliente = SocketS.accept();
                //I get client's ip and port
                String ip = cliente.getInetAddress().getHostAddress();
                int puerto = cliente.getPort();
                //After the conexion is made, server reads a signature to
                //identify the client
               //in function process I check if the signature is valid
               //SignedData is a class where I wrap the signiture (obviously
               //it implements Serializable interface
               process((SignedData)le.LeerObject(cliente));
               //Other things done here
            catch (Exception e) { }
}le is a class I use to read,write data to the socket, this is the code of the LeerObject function
public Object LeerObject(Socket c) throws Exception {
       //Here Is where the server hangs up
        ObjectInputStream b = new ObjectInputStream(c.getInputStream());
        return b.readObject();
}As I wrote when running locally, there is no problem, but when I have a remote host, that happens
Any help or idea?

Hi again, thnx for your help
I modified my LE class so I just create a couple of Input/Output Streams per client (on server n client program), this is now the complete code of the class:
import java.net.*;
import java.io.*;
public class LE {
    DataOutputStream     dos;
    ObjectOutputStream  oos;
    DataInputStream        dis;
    ObjectInputStream     ois;
    //Streams are created just once in the constructor
    public LE (Socket s) throws Exception {
        dos = new DataOutputStream(s.getOutputStream());
         //I'm not sure if this flush has any sense
        dos.flush();
        oos = new ObjectOutputStream (s.getOutputStream());
        oos.flush();
        dis = new DataInputStream(s.getInputStream());
        ois = new ObjectInputStream (s.getInputStream());
    public void EscribirByte(byte datos[],int len) throws Exception {
        dos.write(datos,0,len);
        dos.flush();
    public void EscribirString(String dato) throws Exception {
        dos.writeUTF(dato);
        dos.flush();
    public void EscribirChar(char dato) throws Exception {
        dos.writeChar(dato);
        dos.flush();       
    public void EscribirInt(int dato) throws Exception {
        dos.writeInt(dato);
        dos.flush();
    public void EscribirLong(long dato) throws Exception {
        dos.writeLong(dato);
        dos.flush();
    public void EscribirObject(Object dato) throws Exception {
        oos.writeObject(dato);
        oos.flush();
    public String LeerString() throws Exception {       
        return dis.readUTF();
    public int LeerInt() throws Exception {       
        return dis.readInt();
    public char LeerChar() throws Exception {       
        return dis.readChar();
    public long LeerLong() throws Exception {       
        return dis.readLong();
    public Object LeerObject() throws Exception {       
        return ois.readObject();
}part of code of server and client, where the conexion is made and the LE object is created
Server:
try{
       cliente = SocketS.accept();               
       //After accepting the conexion the LE object is created
        le = new LE(cliente);
        //I get client's ip and port
        String ip = cliente.getInetAddress().getHostAddress();
        int puerto = cliente.getPort();
        //Object wraping signature is read        
        process((SignedData)le.LeerObject());
        //other control operations doing here
        //A thread is created to receive requests from client
        //(reference to LE object is passed to the thread
       ConexionCliente c = new ConexionCliente (cliente,id_persona,id_grupo,tipo_usuario,backup,le);                               
        //thread is started
        c.start();
catch (Exception e) {
    try {
        cliente.close();
    catch(Exception e2){}
}Cliente code:
try{
   //it connects to the server
   c=new Socket(host,puerto);
   //After accepting the conexion the LE object is created         
   le = new LE(c);
   //other things made here to genarate SignedData Object
  //It sends signed data object
  le.EscribirObject(Data);          
  //A thread is created and started to receive messages from server
  //reference to object LE is sent to the thread to avoid the need of
  //creating another
  new ConexionServidorClient(c,id_persona,ci,le).start();
  return 1;
catch(Exception e) {
   return -1;
}after the change, itworks a little better, but still most of the times server hangs up, I can't make server operational yet and I dont have any idea for solving this issue

Similar Messages

  • IPhone 3G 8GB Crashes when syncing with iTunes. URGENT HELP NEEDED.

    I have latest iTunes and OS on my iPhone 3G...
    Every time i plug my iPhone in it begins to sync and then iTunes will freeze and not respond..
    I have tried re installing iTunes.. I can't reset my iPhone as i can't create a backup..
    URGENT HELP NEEDED PLEASE!

    I don't have an iphone, but if it's anything like my click-wheel ipod, a reset doesn't delete anything.
    It just resets the ipod's operating system, kind of like a PC restart. Did you try this Sleep/Wake button thing mentioned here?
    http://support.apple.com/kb/HT1737
    Maybe it's a podcast of voice memo causing the problem like it did for this person
    http://discussions.apple.com/message.jspa?messageID=10907809#10907809
    That's all I got. You might have better luck on an iPhone forum. Everyone there would probably have one. Like I said, I don't.

  • Snow leopard server hangs macs when on.

    So I am experiencing a weird problem. All my macs get the spinning pinwheel when my server is turned on.
    If I turn off the server or unplug it from the network then every other computer works fine.
    I am running Snow Leopard on everything else with all the latest updates.
    I have a a mb and mbp late 2010 that this happens.
    I did some dns changes a few weeks back. Other than updates that is the only change.
    The dns update consisted of renaming my host name on the server and doing a changeip to update everything.
    Thanks

    You might want to look at this thread.
    http://discussions.apple.com/thread.jspa?threadID=2465599&tstart=15
    Several of us have tried with varying success to go the other direction. (Putting SL CLient on the new mini Server).

  • What happens when you click SUBMIT ? URGENT HELP

    Hi,
    I have a requirement where I want to know all the records that are submitted this year.
    Can anybody tell me which column gets auto populated (Vanilla funcationality) in S_EVT_ACT when we click the Submit button ??
    Thanks :-)

    Hi,
    Thanks for the help.
    I am using Siebel ePharma 7.7.2.6.
    No I will not be able to use the Start Date. I want the records submitted this year because of which I cannot use Start Date.
    In S_EVT_ACT, there is a column Call_Submit_Date. But that dosent get populated by default. I wanted to know is there any column which get populated by default (Vanilla functionality) when you click Submit button.
    Thanks :)

  • Windows 2003 R2 Server hangs when starting Oracle 9.2 service

    Hi,
    I've been having an error with an Oracle 9.2.0.7 installation where the server will hang to the point where it needs to be powered off as it is completely unresponsive. It hangs when I start the Oracle service.
    I've tried installing the system from scratch a few times(OS, OS patches, Oracle 9.2, Oracle 9.2.0.7 Patch set, Database) a few times however I keep having this same issue issue. I had the system running properly up until yesterday and I thought the issue was SP2 for Windows 2003 as I didn't patch the OS before installing everything however it is happening again now.
    The listener is started and I can't even connect to an Idle instance through SQLPlus when this happens. I just get a TNS Listener error which I will list below. SInce this keeps happening, I'm wondering if it may be a hardware issue (Installed on an HP ML350) but I'm also wondering if it may be SP2 for WIndows 2003 server and was wondering if anyone else has seen this issue. I havne't found anything in the forum nor on Google so I thought I'd post here.
    Here are the last entries in the DB log when it hangs;
    ARC1: Archival started
    Mon Mar 10 14:18:59 2008
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Mon Mar 10 14:18:59 2008
    ARC0: Becoming the 'no FAL' ARCH
    Mon Mar 10 14:18:59 2008
    ARC1: Becoming the heartbeat ARCH
    Mon Mar 10 14:18:59 2008
    ARC0: Becoming the 'no FAL' ARCHARC0: Thread not mounted
    Mon Mar 10 14:18:59 2008
    ARC1: Becoming the heartbeat ARCHARC1: Thread not mounted
    Mon Mar 10 14:19:00 2008
    Oracle Data Guard is not available in this edition of Oracle.
    Mon Mar 10 14:19:00 2008
    alter database mount exclusive

    Hi,
    Since the server locks up when the service is starting, it's hard to determine how high it gets but after it starts, it quickly gets up to around 277MB and just stays there.
    I was thinking it may be a memory issue as well as it displays the symptoms of a "light speed" memory leak. I had 4GB of memory in the server and realized that WIndows 2003 only saw 3.5GB so I decided to remove 1 GB but that didn't make a difference.
    How would I go about ensuring that the memory consumption on my DB server does not get swapped much?

  • Server Hangs when I tried to Access web Application that deployed in Managed Server

              Hai All!
              Here is my problem ! I started Admin Server and Managed server in a same machine.
              I deployed HttpClusterServlet in web.xml of Managed server. When i started servers
              they start fine and says Clustering started.... But when i tried to Access index.jsp
              that is in Managed Server default web application ..Nothing happens. It neither
              throws exception nor shows the desired page.. Seems to be Browser hang and server
              hang. At this stage i am unable to access Admin console also.(I can access before
              i tried index.jsp of managed server).. It seems to be Hang Allover..
              Pls suggest me how to come out of this hanging...
              Rgds
              Manohar
              

    See my answer to your last post. The short answer is that the HttpClusterServlet is
              likely to be the problem and not the cluster. You can try one of the web server plugins
              or a hardware load balancer as a temporary workaround. You should file a case with
              support too...
              Manu Kar wrote:
              > Hai All!
              >
              > Here is my problem ! I started Admin Server and Managed server in a same machine.
              > I deployed HttpClusterServlet in web.xml of Managed server. When i started servers
              > they start fine and says Clustering started.... But when i tried to Access index.jsp
              > that is in Managed Server default web application ..Nothing happens. It neither
              > throws exception nor shows the desired page.. Seems to be Browser hang and server
              > hang. At this stage i am unable to access Admin console also.(I can access before
              > i tried index.jsp of managed server).. It seems to be Hang Allover..
              >
              > Pls suggest me how to come out of this hanging...
              >
              > Rgds
              > Manohar
              

  • Weblogic 6.0 : Server hangs while reading a https request

    Hi,
    I'm running WLS6.0 on Win2000. The server hangs for some requests sent over https,
    unless it times out. It seems that the server is not able to read the complete request
    from the socket. It somehow thinks that there is more data available and keeps on
    waiting. Is this a bug?
    Also, it works fine if i change the url from a https to a http one. So, is this
    related to SSL implementation of weblogic?
    Has any of faced a similar problem? Thanks in advance for any ideas/thoughts on this
    problem,
    Thakur.
    The stacktrace is as follows :
    Full thread dump Classic VM (1.3.0-C, native threads):
    "tavant.bus.PurgeStaleDataTask" (TID:0x10ce268, sys_thread_t:0x9e73fc0, state:CW,
    native ID:0
    x728) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgHistTask" (TID:0x10cd3a0, sys_thread_t:0x9e73de8, state:CW, native
    ID:0x10c) p
    rio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgNotificationTask" (TID:0x10cd158, sys_thread_t:0x9fbda70, state:CW,
    native ID:
    0x514) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "SSLListenThread" (TID:0xc68510, sys_thread_t:0x9dc3b20, state:R, native ID:0x408)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:123)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:114)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "ListenThread" (TID:0xc65ce0, sys_thread_t:0x9dc3960, state:R, native ID:0x2d8)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "Application Manager Thread" (TID:0xfaf738, sys_thread_t:0x9dd07a8, state:CW,
    native ID:0x5a4
    ) prio=5
    at java.lang.Thread.sleep(Native Method)
    at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(Application
    Manager.java:643)
    "TimeEventGenerator" (TID:0xa68020, sys_thread_t:0x9070890, state:CW, native
    ID:0x4e0) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "TimeEventGenerator" (TID:0xa3e480, sys_thread_t:0x9071c10, state:CW, native
    ID:0x138) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "SpinnerRandomSource" (TID:0xa37340, sys_thread_t:0x9050ba0, state:CW, native
    ID:0x594) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread-14" (TID:0xa316e0, sys_thread_t:0x90502f0, state:CW, native ID:0x658)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-13" (TID:0xa317c0, sys_thread_t:0x9050180, state:CW, native ID:0x564)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-12" (TID:0xa315f0, sys_thread_t:0x9050010, state:R, native ID:0x52c)
    prio=5
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:42)
    at java.net.SocketInputStream.read(SocketInputStream.java:59)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:130)
    at weblogic.security.SSL.SSLSocket$WLPushbackInputStream.read(SSLSocket$WLPushbackInputStream.java:35)
    at weblogic.security.Utils.inputByte(Utils.java:131)
    at weblogic.security.SSL.ContentType.input(ContentType.java:50)
    at weblogic.security.SSL.SSLCiphertext.input(SSLCiphertext.java:61)
    at weblogic.security.SSL.SSLSocket.getRecord(SSLSocket.java:1002)
    at weblogic.security.SSL.RecordInputStream.getData(RecordInputStream.java:109)
    at weblogic.security.SSL.RecordInputStream.available(RecordInputStream.java:166)
    at weblogic.servlet.internal.PostInputStream.available(PostInputStream.java:146)
    at weblogic.servlet.internal.ServletInputStreamImpl.available(ServletInputStreamImpl.java:21)
    at java.io.InputStreamReader.inReady(InputStreamReader.java:199)
    at java.io.InputStreamReader.fill(InputStreamReader.java:171)
    at java.io.InputStreamReader.read(InputStreamReader.java:249)
    at java.io.BufferedReader.fill(BufferedReader.java:139)
    at java.io.BufferedReader.read1(BufferedReader.java:187)
    at java.io.BufferedReader.read(BufferedReader.java:261)
    at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestImpl.java:596)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:501)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:494)
    at weblogic.servlet.internal.ServletRequestImpl.getParameterNames(ServletRequestImpl.java:649)
    at tavant.web.URLGen.<init>(URLGen.java:51)
    at tavant.web.MainServlet.processRequest(MainServlet.java:189)
    at tavant.web.MainServlet.doPost(MainServlet.java:172)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1127)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-11" (TID:0xa31520, sys_thread_t:0x9060b48, state:CW, native ID:0x718)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-10" (TID:0xa31500, sys_thread_t:0x90609d8, state:CW, native ID:0x768)
    prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:246)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-9" (TID:0xa31330, sys_thread_t:0x9060868, state:CW, native ID:0x460)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-8" (TID:0xa31170, sys_thread_t:0x90606f8, state:CW, native ID:0x3a8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-7" (TID:0xa31250, sys_thread_t:0x9060588, state:CW, native ID:0x754)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-6" (TID:0xa31080, sys_thread_t:0x90604a0, state:CW, native ID:0x600)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-5" (TID:0xa30eb0, sys_thread_t:0x8fd1638, state:CW, native ID:0x500)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-4" (TID:0xa30f98, sys_thread_t:0x8fd14c8, state:CW, native ID:0x5b8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-3" (TID:0xa30dc8, sys_thread_t:0x8fd1358, state:CW, native ID:0x4b4)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-2" (TID:0xa30c00, sys_thread_t:0x901f8c8, state:CW, native ID:0x798)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-1" (TID:0xa30ce0, sys_thread_t:0x901f758, state:CW, native ID:0x88)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-0" (TID:0xa308d0, sys_thread_t:0x901f670, state:CW, native ID:0x3a0)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" (TID:0x85a238, sys_thread_t:0x8fb5088, state:CW, native ID:0x744)
    prio=10
    at java.lang.Thread.sleep(Native Method)
    at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:737)
    at java.lang.Thread.run(Thread.java:484)
    "Finalizer" (TID:0x7b0528, sys_thread_t:0x89fa088, state:CW, native ID:0x5c4)
    prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
    "Reference Handler" (TID:0x7b0300, sys_thread_t:0x89f6148, state:CW, native ID:0x690)
    prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
    "Signal dispatcher" (TID:0x7b0330, sys_thread_t:0x89ef5f8, state:R, native ID:0x5ac)
    prio=5
    "main" (TID:0x7b01a0, sys_thread_t:0x235328, state:CW, native ID:0x788) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:498)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@A316E0/22C7E48: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x90502f0)
    weblogic.kernel.ExecuteThread@A30CE0/22C5268: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x901f758)
    weblogic.kernel.ExecuteThread@A308D0/22C4DD0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x901f670)
    weblogic.kernel.ExecuteThread@A30EB0/22C6028: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x8fd1638)
    weblogic.kernel.ExecuteThread@A31080/22C6398: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x90604a0)
    weblogic.kernel.ExecuteThread@A31250/22C6708: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x9060588)
    java.io.InputStreamReader@FEAB90/3DD57C8: owner "ExecuteThread-12" (0x9050010)
    1 entry
    weblogic.kernel.ExecuteThread@A30C00/22C55D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x901f8c8)
    java.net.PlainSocketImpl@FB1FE8/25A91C0: owner "SSLListenThread" (0x9dc3b20)
    1 entry
    weblogic.time.common.internal.TimeTable@A68270/22FF4B0: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9070890)
    weblogic.kernel.ExecuteThread@A317C0/22C7B38: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x9050180)
    weblogic.time.common.internal.TimeTable@A3E730/22CDA60: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9071c10)
    java.net.PlainSocketImpl@FB1DD0/25A9110: owner "ListenThread" (0x9dc3960) 1 entry
    weblogic.kernel.ExecuteThread@A30DC8/22C5948: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x8fd1358)
    weblogic.kernel.ExecuteThread@A30F98/22C5CB8: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x8fd14c8)
    weblogic.common.internal.DynaQueue@FB97F8/25AB878: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x90609d8)
    weblogic.kernel.ExecuteThread@A31170/22C6A78: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x90606f8)
    java.lang.ref.ReferenceQueue$Lock@7B0540/214CA40: <unowned>
    Waiting to be notified:
    "Finalizer" (0x89fa088)
    weblogic.t3.srvr.T3Srvr@7C4C08/2185000: <unowned>
    Waiting to be notified:
    "main" (0x235328)
    weblogic.kernel.ExecuteThread@A31520/22C74C8: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x9060b48)
    weblogic.security.SpinnerThread@A37340/22CAB60: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x9050ba0)
    weblogic.servlet.internal.ServletInputStreamImpl@FEB090/3DD28C8: owner "ExecuteThread-12"
    (0x9050010) 1 entry
    weblogic.kernel.ExecuteThread@A31330/22C6DE8: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x9060868)
    java.lang.ref.Reference$Lock@7B0310/214C560: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x89f6148)
    Registered Monitor Dump:
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x89ef5f8) 1 entry

    Hi,
    I'm running WLS6.0 on Win2000. The server hangs for some requests sent over https,
    unless it times out. It seems that the server is not able to read the complete request
    from the socket. It somehow thinks that there is more data available and keeps on
    waiting. Is this a bug?
    Also, it works fine if i change the url from a https to a http one. So, is this
    related to SSL implementation of weblogic?
    Has any of faced a similar problem? Thanks in advance for any ideas/thoughts on this
    problem,
    Thakur.
    The stacktrace is as follows :
    Full thread dump Classic VM (1.3.0-C, native threads):
    "tavant.bus.PurgeStaleDataTask" (TID:0x10ce268, sys_thread_t:0x9e73fc0, state:CW,
    native ID:0
    x728) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgHistTask" (TID:0x10cd3a0, sys_thread_t:0x9e73de8, state:CW, native
    ID:0x10c) p
    rio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgNotificationTask" (TID:0x10cd158, sys_thread_t:0x9fbda70, state:CW,
    native ID:
    0x514) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "SSLListenThread" (TID:0xc68510, sys_thread_t:0x9dc3b20, state:R, native ID:0x408)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:123)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:114)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "ListenThread" (TID:0xc65ce0, sys_thread_t:0x9dc3960, state:R, native ID:0x2d8)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "Application Manager Thread" (TID:0xfaf738, sys_thread_t:0x9dd07a8, state:CW,
    native ID:0x5a4
    ) prio=5
    at java.lang.Thread.sleep(Native Method)
    at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(Application
    Manager.java:643)
    "TimeEventGenerator" (TID:0xa68020, sys_thread_t:0x9070890, state:CW, native
    ID:0x4e0) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "TimeEventGenerator" (TID:0xa3e480, sys_thread_t:0x9071c10, state:CW, native
    ID:0x138) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "SpinnerRandomSource" (TID:0xa37340, sys_thread_t:0x9050ba0, state:CW, native
    ID:0x594) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread-14" (TID:0xa316e0, sys_thread_t:0x90502f0, state:CW, native ID:0x658)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-13" (TID:0xa317c0, sys_thread_t:0x9050180, state:CW, native ID:0x564)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-12" (TID:0xa315f0, sys_thread_t:0x9050010, state:R, native ID:0x52c)
    prio=5
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:42)
    at java.net.SocketInputStream.read(SocketInputStream.java:59)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:130)
    at weblogic.security.SSL.SSLSocket$WLPushbackInputStream.read(SSLSocket$WLPushbackInputStream.java:35)
    at weblogic.security.Utils.inputByte(Utils.java:131)
    at weblogic.security.SSL.ContentType.input(ContentType.java:50)
    at weblogic.security.SSL.SSLCiphertext.input(SSLCiphertext.java:61)
    at weblogic.security.SSL.SSLSocket.getRecord(SSLSocket.java:1002)
    at weblogic.security.SSL.RecordInputStream.getData(RecordInputStream.java:109)
    at weblogic.security.SSL.RecordInputStream.available(RecordInputStream.java:166)
    at weblogic.servlet.internal.PostInputStream.available(PostInputStream.java:146)
    at weblogic.servlet.internal.ServletInputStreamImpl.available(ServletInputStreamImpl.java:21)
    at java.io.InputStreamReader.inReady(InputStreamReader.java:199)
    at java.io.InputStreamReader.fill(InputStreamReader.java:171)
    at java.io.InputStreamReader.read(InputStreamReader.java:249)
    at java.io.BufferedReader.fill(BufferedReader.java:139)
    at java.io.BufferedReader.read1(BufferedReader.java:187)
    at java.io.BufferedReader.read(BufferedReader.java:261)
    at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestImpl.java:596)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:501)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:494)
    at weblogic.servlet.internal.ServletRequestImpl.getParameterNames(ServletRequestImpl.java:649)
    at tavant.web.URLGen.<init>(URLGen.java:51)
    at tavant.web.MainServlet.processRequest(MainServlet.java:189)
    at tavant.web.MainServlet.doPost(MainServlet.java:172)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1127)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-11" (TID:0xa31520, sys_thread_t:0x9060b48, state:CW, native ID:0x718)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-10" (TID:0xa31500, sys_thread_t:0x90609d8, state:CW, native ID:0x768)
    prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:246)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-9" (TID:0xa31330, sys_thread_t:0x9060868, state:CW, native ID:0x460)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-8" (TID:0xa31170, sys_thread_t:0x90606f8, state:CW, native ID:0x3a8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-7" (TID:0xa31250, sys_thread_t:0x9060588, state:CW, native ID:0x754)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-6" (TID:0xa31080, sys_thread_t:0x90604a0, state:CW, native ID:0x600)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-5" (TID:0xa30eb0, sys_thread_t:0x8fd1638, state:CW, native ID:0x500)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-4" (TID:0xa30f98, sys_thread_t:0x8fd14c8, state:CW, native ID:0x5b8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-3" (TID:0xa30dc8, sys_thread_t:0x8fd1358, state:CW, native ID:0x4b4)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-2" (TID:0xa30c00, sys_thread_t:0x901f8c8, state:CW, native ID:0x798)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-1" (TID:0xa30ce0, sys_thread_t:0x901f758, state:CW, native ID:0x88)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-0" (TID:0xa308d0, sys_thread_t:0x901f670, state:CW, native ID:0x3a0)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" (TID:0x85a238, sys_thread_t:0x8fb5088, state:CW, native ID:0x744)
    prio=10
    at java.lang.Thread.sleep(Native Method)
    at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:737)
    at java.lang.Thread.run(Thread.java:484)
    "Finalizer" (TID:0x7b0528, sys_thread_t:0x89fa088, state:CW, native ID:0x5c4)
    prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
    "Reference Handler" (TID:0x7b0300, sys_thread_t:0x89f6148, state:CW, native ID:0x690)
    prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
    "Signal dispatcher" (TID:0x7b0330, sys_thread_t:0x89ef5f8, state:R, native ID:0x5ac)
    prio=5
    "main" (TID:0x7b01a0, sys_thread_t:0x235328, state:CW, native ID:0x788) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:498)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@A316E0/22C7E48: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x90502f0)
    weblogic.kernel.ExecuteThread@A30CE0/22C5268: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x901f758)
    weblogic.kernel.ExecuteThread@A308D0/22C4DD0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x901f670)
    weblogic.kernel.ExecuteThread@A30EB0/22C6028: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x8fd1638)
    weblogic.kernel.ExecuteThread@A31080/22C6398: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x90604a0)
    weblogic.kernel.ExecuteThread@A31250/22C6708: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x9060588)
    java.io.InputStreamReader@FEAB90/3DD57C8: owner "ExecuteThread-12" (0x9050010)
    1 entry
    weblogic.kernel.ExecuteThread@A30C00/22C55D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x901f8c8)
    java.net.PlainSocketImpl@FB1FE8/25A91C0: owner "SSLListenThread" (0x9dc3b20)
    1 entry
    weblogic.time.common.internal.TimeTable@A68270/22FF4B0: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9070890)
    weblogic.kernel.ExecuteThread@A317C0/22C7B38: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x9050180)
    weblogic.time.common.internal.TimeTable@A3E730/22CDA60: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9071c10)
    java.net.PlainSocketImpl@FB1DD0/25A9110: owner "ListenThread" (0x9dc3960) 1 entry
    weblogic.kernel.ExecuteThread@A30DC8/22C5948: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x8fd1358)
    weblogic.kernel.ExecuteThread@A30F98/22C5CB8: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x8fd14c8)
    weblogic.common.internal.DynaQueue@FB97F8/25AB878: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x90609d8)
    weblogic.kernel.ExecuteThread@A31170/22C6A78: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x90606f8)
    java.lang.ref.ReferenceQueue$Lock@7B0540/214CA40: <unowned>
    Waiting to be notified:
    "Finalizer" (0x89fa088)
    weblogic.t3.srvr.T3Srvr@7C4C08/2185000: <unowned>
    Waiting to be notified:
    "main" (0x235328)
    weblogic.kernel.ExecuteThread@A31520/22C74C8: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x9060b48)
    weblogic.security.SpinnerThread@A37340/22CAB60: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x9050ba0)
    weblogic.servlet.internal.ServletInputStreamImpl@FEB090/3DD28C8: owner "ExecuteThread-12"
    (0x9050010) 1 entry
    weblogic.kernel.ExecuteThread@A31330/22C6DE8: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x9060868)
    java.lang.ref.Reference$Lock@7B0310/214C560: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x89f6148)
    Registered Monitor Dump:
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x89ef5f8) 1 entry

  • IE 5.0 hanging when one is reading HTML from Weblogic 6.0

    I have following configuration:
    Local network (TCP/IP, Wins server)
    SERVER: NT 2000 AdvServer & Weblogic Eval 6.0 Sp2 & Oracle 8.1.7
    CLIENTS
    1) Win 2000Pro & IE 5.0
    2) Win 98 & IE 5.0
    Quite often IE (client one) is hanging when one is reading static HTML pages.
    Also IE (client two) says that there is fail in Kernel and display dump of memory.
    In last case it is occured less often.
    I located these static HTML pages in Webdefault catalog.
    Also I have two simple JSP pages, one of them is genering current time and is
    working constantly.
    This situation was not changed when I did the following:
    1. Disable Java Plugin
    2. Set Weblogic Sp1.
    What did I wrong?
    Thanks in advance
    Eugenia
    [email protected]

    I play the mp3 files as sprites in the score that are
    streaming from the web server. If you selecr "Insert->Media
    Element->Shockwave Audio" from the menu in Director you can
    choose to import a mp3/swa file. This file will import as a cast
    member which will have an external link address. (e.g.
    http://www.adobe.com/mysound/myfile.mp3)
    I have then dragged this cast member onto channel 1 in the score
    spanning for instance 10 frames.
    It does not make a difference wether the soundfile is of type
    mp3 or swa, I have tried both.

  • Error in IB (When trying to import objects into ESR from SLD or from server

    Hi Experts,
    We are facing an error with the Integration builder recently. When we open Enterprise Services Repository of PI 7.1, we are able to see the GUI with objects perfectly. When we try to import an object into the repository from the server ( In ESR, choose Tools -> Import Design objects -> From Server), we are thrown with an exception...
    Error when exectuting search (QUERY_ERROR)
    & java.lang.NullPointerException
    The server throws the above two exceptions. I have pasted the logs of the error when trying to import an object from the server and also from the sld, below.
    Have any of you experieced the issue? Request you to please check this out and suggest what the problem could be. Thanks in advance.
    Regards,
    Basker
    Log of the error received when trying to import an object from the server...
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException: null
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    ====================================================================
    == Content from the LogHandler =====================================
    ====================================================================
    #12 13:44:56 AWT-EventQueue-2 ERROR com.sap.aii.utilxi.swing.toolkit.ExceptionDialog: Throwable
    Thrown:
    com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException: null
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    #11 13:44:55 Pool-Thread-0 FINE AutoLog.created.java.lang.NullPointerException: java.lang.NullPointerException
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    #10 13:44:55 Pool-Thread-0 DEBUG AutoLog.created.java.lang.NullPointerException: null
    #9 13:44:55 Pool-Thread-0 FINE AutoLog.created.com.sap.aii.utilxi.swing.framework.ExecuteException: com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:582)
    at com.sap.aii.ib.gui.shelp.QueryPanel.startQuery(QueryPanel.java:595)
    at com.sap.aii.ib.gui.shelp.QueryPanel$1.run(QueryPanel.java:218)
    at com.sap.aii.utilxi.misc.thread.ThreadPool$ThreadPoolThread.run(ThreadPool.java:392)
    Caused by: java.lang.NullPointerException
    at com.sap.aii.utilxi.core.collections.ArrayUtil.appendArrays(ArrayUtil.java:331)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:273)
    at com.sap.aii.ib.gui.xiitem.services.XiItemServiceProvider.queryXiItems(XiItemServiceProvider.java:241)
    at com.sap.aii.ib.gui.shelp.StandardQueryAccessor.executeQuery(StandardQueryAccessor.java:68)
    at com.sap.aii.ib.gui.shelp.QueryPanel.executeQuery(QueryPanel.java:567)
    ... 3 more
    #8 13:44:55 Pool-Thread-0 DEBUG AutoLog.created.com.sap.aii.utilxi.swing.framework.ExecuteException: Error when executing search
    #7 13:43:52 AWT-EventQueue-2 FINE AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    predecessor system
    com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    #6 13:43:52 AWT-EventQueue-2 DEBUG AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    #5 13:43:52 AWT-EventQueue-2 FINE AutoLog.created.com.sap.engine.services.security.exceptions.BaseLoginException: com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:175)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    ... 13 more
    predecessor system
    com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:175)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:218)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImpl.login(RemoteLoginContextHelperImpl.java:78)
    at com.sap.engine.services.security.remoteimpl.login.RemoteLoginContextHelperImplp4_Skel.dispatch(RemoteLoginContextHelperImplp4_Skel.java:64)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
    at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
    at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
    at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
    at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
    at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
    at com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule.login(BasicPasswordLoginModule.java:149)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:220)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    ... 13 more

    Hi Rajeev,
    Thanks for your inputs. I myself am a basis guy. I ve already checked all the authorizations given to the user - PISUPER, and have found it to be fine. Can't understand why this security issue crops up still. anyways, i m getting this error when trying to import an object from the server. If i try to create a new object and during the process, try to import the SCV from SLD, i m facing with an error again, of a different sort. The log says...
    ====================================================================
    = Root Exception ===================================================
    ====================================================================
    Thrown:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Internal error during bean lookup for bean SldAccessServiceBean
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.handleRuntimeExInBusinessMethod(BeanAccessHandler.java:113)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:55)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.aii.utilxi.misc.api.BaseRuntimeException: Internal error during bean lookup for bean SldAccessServiceBean
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:460)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         ... 6 more
    Caused by: com.sap.aii.ib.core.ejbutil.HomeFactoryException: Exception during lookup operation of object with name sap.com/com.sap.xi.repository/SldAccessServiceBean, cannot resolve object reference.
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:381)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         ... 10 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during lookup operation of object with name sap.com/com.sap.xi.repository/SldAccessServiceBean, cannot resolve object reference.
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:528)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         ... 11 more
    Caused by: javax.naming.NamingException: Error occurs while the EJB Object Factory trying to resolve JNDI reference Reference Class Name:
    Type: clientAppName
    Content: sap.com/com.sap.xi.repository
    Type: interfaceType
    Content: remote
    Type: home
    Content: com.sap.aii.ib.sbeans.sldAccess.SldAccessServiceHome
    Type: ejb-link
    Content: SldAccessServiceBean
    Type: remote
    Content: com.sap.aii.ib.sbeans.sldAccess.SldAccessServiceRemote
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext.
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:73)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: Can't get Socket. Reason:Connection timed out: connect
         at com.sap.engine.interfaces.cross.io.transport.PortManager.getRealSocket(PortManager.java:284)
         at com.sap.engine.interfaces.cross.LoadBalancerImpl.getAllAccessPoints(LoadBalancerImpl.java:97)
         at com.sap.engine.interfaces.cross.CrossObjectBroker.getDestination(CrossObjectBroker.java:142)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:347)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:73)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(Unknown Source)
         at com.sap.aii.ib.clsif.login.EJBHomeFactory.lookUpHome(EJBHomeFactory.java:353)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getHomeInterface(LoginServiceImpl.java:456)
         at com.sap.aii.ib.clsif.login.LoginServiceImpl.getBusinessInterface(LoginServiceImpl.java:425)
         at com.sap.aii.ib.clsif.gen.BeanAccessHandler.getBean(BeanAccessHandler.java:60)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getBean(SldAccessServiceDelegate.java:79)
         at com.sap.aii.ib.client.sldAccess.impl.SldAccessServiceDelegate.getSwcvLinks(SldAccessServiceDelegate.java:49)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.getSwcvLinksAdapter(WorkspaceCreatePanel.java:520)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel.access$000(WorkspaceCreatePanel.java:75)
         at com.sap.aii.ibrep.gui.workspace.WorkspaceCreatePanel$4.getResult(WorkspaceCreatePanel.java:449)
         at com.sap.aii.utilxi.swing.toolkit.InterruptableProgressDialog$1.construct(InterruptableProgressDialog.java:190)
         at com.sap.aii.utilxi.swing.toolkit.SwingWorker$2.run(SwingWorker.java:126)
         at java.lang.Thread.run(Unknown Source)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:140)
         at com.sap.engine.services.ejb3.runtime.impl.EJBObjectFactory.getObjectInstance(EJBObjectFactory.java:58)
         at javax.naming.spi.NamingManager.getObjectInstance(Unknown Source)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:521)
         ... 14 more
    Any clues what might be the issue?
    thanks in advance,
    Regards,
    Basker

  • GUI locks up when trying to read output from server

    I have a client built in MVC fashion and have two GUI views. One view is for output from the server and input from the keyboard. The other view is for changing connection settings and starting the conection. The problem is when I make the call to connect from the connection GUI it is able to connect and set up the streams but both GUIs lock up once I start trying to output the text received from the server. The strange thing is that when I call these methods just from the Model and not via the GUI and its actionListener the whole thing works. I think it may have something to do with the loop locking up the GUI but don't how to resolve this.
    public void monitorServer()
    try
    char inputChar = (char)fromServer.read();
    while (socket.isConnected()==true && inputChar >-1 )
    inputChar = (char)fromServer.read();
    if ( ( (inputChar >= '0') && (inputChar <= 'z') )
    ||(inputChar == '\n')||(inputChar == '\r')
    ||(inputChar == ' ') )
    String tempString = (""+inputChar);
    mv.addText(tempString);
    catch(IOException ioException)
    JOptionPane.showMessageDialog(null,
    "Error: Failed to read message. Corrupt data sent by server",
    "Connection Error", JOptionPane.ERROR_MESSAGE);
    mv.addText("\nMessage not read.\n");
    The code above is the bot that screws it all up. mv is the other view that it is outputting the text to.
    Please help! I'm gonna fail my degree. :)

    you need to run your server connection part in another thread.

  • Illustrator hanging or hesitating when I select an object

    Hey guys, I've got a question and I know that I can't be alone on this.
    I've been having an issue for the last few months with Illustrator CC hesitating when I select an object. It happens randomly. I could be selecting text, an image, a shape, an anchor point, anything.
    Here's what happens:
    I'll select an object with the direct selection tool and (without holding down the mouse button) move my cursor on to the next object.
    Instead of being selected, there will be a noticeable delay, and after about half a second, the object that I just selected will follow my cursor as if I had clicked and dragged and then released.
    Mostly it happens when I'm selecting multiple objects to do a move or a group or just something to a few things, but it doesn't only happen with multiple objects. Every time it does happen, I have to cmd+z, and reselect everything. This is super annoying when I've just spent a good amount of time direct selecting some anchor points and I have to go all the way back and do it over. This is absolutely destroying my workflow.
    Also, I know it's not hardware related.
    I have a brand spanking new 2014 MBP 15 inch retina. 16gigs ram, core i7, the whole shebang. Apple recently (yesterday) gave me this machine in replacement for one of identical specs, because I and they determined that some other things shouldn't be happening that were happening. Now, I don't believe this is the case anymore as I've just opened up illustrator for the first time and whaddya know. I was having a bunch of other problems with that other computer, and I thought this was just another symptom.
    I use illustrator all day. I've been using it for years, on much less powerful machines. I have a 2011 dell at home that I prefer using now because of this problem. I'm not doing anything ram intensive, and it doesn't only happen on large illustrator documents. It happens in Mavericks and Yosemite. I'm all the way updated in everything. I'm not using a fancy mouse or wacom, and it happens with the trackpad as well.

    It's a Mac retina display issue. Adobe seem to have been unable to optimise their products for retina displays yet...
    See this thread also: Illustrator CC 2014 extremely choppy. Please help.

  • Adobe Reader XI (11.0.08) doesn't create thumbnail (bitmap) using Microsoft Interface IExtractImage -- Extract on Windows Server 2008 R2, when exe to generate thumbnail is launched from Windows service.

    Adobe Reader XI (11.0.08) doesn't create thumbnail (bitmap) using Microsoft Interface IExtractImage --> Extract on Windows Server 2008 R2, when exe to generate thumbnail is launched from Windows service.
    But if exe is launched as standalone, then interface IExtractImage --> Extract, gives Bitmap to generate thumbnail of PDF document.
    Above problem occurs only for PDF documents, if we tried same with other software like CAD -CATIA it works without any problem.
    Is there any security concerns form PDF side, which doesn't allow to generate Bitmaps, if exe to generate it is launched form Windows service.

    It might be deliberate, Acrobat and Reader software is not intended to run in a service environment.

  • When installing adobe reader on my mac it states that the installation is complete, but on same screen it states the there is an internal server error and reader will not work

    when installing adobe reader on my mac it states that the install is complete, but on same screen its sets thaw an internal server error has occurred and reader will not work

    Hi,
    I have exactly the same problem on one of my Macs (MBP 15 Mid-2010 / OS X Yosemite): Both reader and Acrobat Pro download without a hitch. Both also install with no problem.
    But once you click the program to open, they both return "an internal error occurred".  
    I tried downloading three separate copies, and still get the same error message when I install and launch.  I've also uninstalled the previous installations via CleanMyMac2 to make sure it's no longer in the SSD.  Same results.
    Am using a new SSD as internal boot drive, with fresh / clean installation of OS X and Apps (previous internal HDD crashed) -- And am seeing errors not only with Acrobat, but also with LR5 which always comes up with a "An error occurred when attempting to change modules" -- inspite or uninstall, download and reinstall.  Not sure if it's a registry issue? (Not even sure if that's the case with OS X).
    Do I need to reformat the whole SSD? I hope not!
    Thanks
    Edwin

  • N WIKI: 'A failure on the server has appeared when reading the settings'

    Hallo,
    I get the following notice of failure after opening Server WIKI: 'A failure on the server has appeared when reading the settings'. I've no idea WHY, WHAT, HOW, and WHERE - is there somebody who can help me? Anything else is working.
    Regards Jergan

    What OS are you running? Is it 10.5 as noted in your profile? Also, is it the Server version?
    If so, try these forums: Mac OS X v10.5 Leopard, Mac OS X Server v10.5

  • Macbook (black) first edition hangs when trying to read Serial-ATA

    My Macbook recently died on me. In thinking it was my hard disc I have installed a new one. It did find it briefly when trying to install Snow Leopard again this failed since it could not communicate with the hard disc. Now I am stuck, using the System Profiler it just hangs when trying to read the Serial-ATA device tree.
    Any idea of what is wrong and if it is worth repairing it?
    with kind regards,
    Christian

    Turns out that the brand new Seagate that I got was faulty. Have now installed yet another drive and this seems to have done the trick.

Maybe you are looking for