XServer hangs after a few hours

We have been seeing problems recently where our XServer runs a few hours, then stops responding. WHen I look at the console, its black. Keyboard and mouse do not respond. Fans in the server are running at full speed. I have to power cycle the XServer to get it going again. Today I got the following backtrace. Can anyone help me figue out whats going on?
panic(cpu 1 caller 0x0028C364): mget MCHECK: m_type=2 m=3d049f00 Latest stack backtrace for cpu 1:
Backtrace:
0x00095138 0x00095650 0x00026898 0x0028C364 0x00291398 0x000FBD44 0x000F52F0 0x0027EAD4
0x0027E810 0x002AAE28 0x000AB930 0x1CD495DE Proceeding back via exception chain:
Exception state (sv=0x3C538280)
PC=0x900143AC; MSR=0x0200F030; DAR=0xE000F000; DSISR=0x42000000; LR=0x0000F654; R1=0xBFFFFB00; XCP=0x00000030 (0xC00 - System call)
Kernel version:
Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPCModel: RackMac3,1, BootROM 5.1.7f2, 2 processors, PowerPC G5 (3.1), 2.3 GHz, 2 GB
Graphics: ATI VGA, ATY,RV100, PCI, 64 MB Memory Module: DIMM0/J11, 1 GB, DDR SDRAM ECC, PC3200U-30330 Memory Module: DIMM1/J12, 1 GB, DDR SDRAM ECC, PC3200U-30330
Modem: , , , ,
Network Service: Built-in Ethernet 1, Ethernet, en0 PCI Card: ATY,RV100, Display, SLOT-3 PCI Card: bcom5704, network, SLOT-4 PCI Card: bcom5704, network, SLOT-4 Serial ATA Device: Maxtor 6L080M0, 76.69 GB Serial ATA Device: Hitachi HDS725050KLA360, 465.76 GB Serial ATA Device: Hitachi HDS725050KLA360, 465.76 GB Parallel ATA Device: MATSHITACD-RW CW-8124, USB Device: Black Box KV126A, Avocent, Up to 1.5 Mb/sec, 500 mA FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

No 
Solution may be found if you search in the "More Like This" section over in the right column. 

Similar Messages

  • Weblogic hangs after running few hours

    Hi!
    We have encountered the following errors with Oracle when runing weblogic
    for few hours. What should we do in order to identify the problem?
    Wed Feb 14 14:48:19 CST 2001:<I> <VCBOProductMgr::updateTransactionStatus>
    Updating status of transaction TAC2001021411100000350
    Wed Feb 14 14:48:19 CST 2001:<I> <TX> Exception during commit for a single
    resource. Transaction = TxC (1911283416, xid = 982068338574_239, timeout =
    300, txState = Rolledback, root = null
    Wed Feb 14 14:48:19 CST 2001:<E> <Adapter> Exception thrown by rmi server:
    [4151517674918611947S192.168.7.13:[7001,7001,7002,7002,7001,-1]/263]
    Wed Feb 14 15:10:56 CST 2001:<I> <TX> Transaction (TxC (-343122239, xid =
    982068338574_253, timeout = 60, txState = Marked Rollback, root = null)
    rolled back after 60 sec.
    Wed Feb 14 15:10:56 CST 2001:<I> <TX> java.sql.SQLException: Io exception:
    There is no process to read data written to a pipe.
    Wed Feb 14 15:11:10 CST 2001:<I> <TX> Transaction (TxC (1882185409, xid =
    982068338574_254, timeout = 60, txState = Marked Rollback, root = null)
    rolled back after 60 sec.
    Wed Feb 14 15:11:10 CST 2001:<I> <TX> java.sql.SQLException: Io exception:
    There is no process to read data written to a pipe.
    System Configuration:
    AIX 4.3
    IBM JDK 1.2.2
    Oracle JDBC 8.1.6 Thin Driver
    Thanks!
    Regards,
    Yew Yap

    hi!
    If I use DriverManager to get my connection, will it still inherit the
    transaction attributes defined in EJB? Will it auto-commit?
    Thanks!
    Regards
    Yew Yap
    "Rob Woollen" <[email protected]> wrote in message
    news:<[email protected]>...
    You are deadlocking because you are using DriverManager to get your
    database connections. Unfortunately, it is prone to deadlock and should
    be avoided.>
    An easy temporary work-around is to set your initial number of db
    connections equal to your max number of connections. In general, this
    is a good idea for production systems, and it will avoid your deadlock.>
    You should either get the db connection from a DataSource or use
    java.sql.Driver.connect. They are not synchronized like DriverManager.>
    -- Rob>
    Goh Yew Yap wrote:>>
    hi!>>
    here is it.>>
    "Adam Messinger" <[email protected]> wrote in message
    news:[email protected]...
    Goh,>>>
    From the exceptions it appears to me as though the JDBC driver isthrowing
    exceptions, perhaps because the Oracle listener is dying. It is alittle
    hard to tell what is causing the hang without a thread dump though.Could
    you generate one and post it here?>>>
    Regards,>>>
    Adam>>>
    >>>
    >>
    Wed Feb 14 18:07:33 2001>>
    SIGQUIT received at 0 in .
    Current Thread Details
    ---------------------->>
    "Signal dispatcher" (TID:0x800337a8, sys_thread_t:0x300d8c28,state:CW, native ID:0x102) prio=5
    >>
    ----- Native Stack -----
    at 0xd0012264 in pthreadevent_wait
    at 0xd000e2b4 in condwait_local
    at 0xd000e68c in condwait
    at 0xd000f2f4 in pthread_cond_wait
    at 0xd1a20ab8 in condvarWait
    at 0xd1a26720 in sigMonitorWait
    at 0xd1a26ab4 in sysSignalWait
    at 0xd198934c in sigthread
    at 0xd1986fec in xmSaveStackBase
    at 0xd1a20c68 in _start
    at 0xd00081fc in pthreadbody
    unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x301a1110)
    >>
    ----- Monitors Held -----
    Monitor Cache lock
    Monitor Registry lock
    Thread queue lock>
    J2RE 1.2.2 IBM build ca122-20000915>>
    Operating Environment
    Host : sist1:192.168.3.16
    OS Level : AIX 4.3.3.0
    Processors -
    Architecture : POWER_PC (impl: unknown, ver: unknown)
    How Many : 2
    Enabled : 2>>
    User Limits (in bytes except for NOFILE and NPROC) -
    RLIMIT_FSIZE : 1073741312
    RLIMIT_DATA : 1342177280
    RLIMIT_STACK : 33554432
    RLIMIT_CORE : 1073741312
    RLIMIT_NOFILE : 2000
    NPROC(max) : 128>>
    Page Space (in blocks) -
    /dev/hd6: size=131072, free=130351>>
    Application Environment
    Signal Handlers -
    SIGHUP : ignored
    SIGINT : ignored
    SIGQUIT : intrDispatchMD (libhpi.a)
    SIGILL : intrDispatchMD (libhpi.a)
    SIGTRAP : unknown handler (libjitc.a)
    SIGABRT : intrDispatchMD (libhpi.a)
    SIGEMT : intrDispatchMD (libhpi.a)
    SIGFPE : intrDispatchMD (libhpi.a)
    SIGBUS : intrDispatchMD (libhpi.a)
    SIGSEGV : intrDispatchMD (libhpi.a)
    SIGSYS : intrDispatchMD (libhpi.a)
    SIGPIPE : ignored
    SIGUSR1 : sigusr1Handler (libhpi.a)
    SIGUSR2 : unknown handler (libjitc.a)
    Environment Variables -
    _=/usr/java_dev2/jre/sh/../bin/java
    LANG=en_US
    LOGIN=weblogic
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    IMQCONFIGCL=/etc/IMNSearch/dbcshelp>>
    PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/weblogic/bin:/usr/bin/X11:/sbin:
    /weblogic/bin:/oracle/bin:/weblogic:/weblogic/ldap:.
    ORACLE_BASE=/oracle
    LC__FASTMSG=true
    CGI_DIRECTORY=/var/docsearch/cgi-bin
    IMQCONFIGSRV=/etc/IMNSearch
    EDITOR=vi
    LOGNAME=weblogic
    MAIL=/usr/spool/mail/weblogic
    LOCPATH=/usr/lib/nls/loc
    ORACLE_SID=vcheq
    PS1=weblogic$
    DOCUMENT_SERVER_MACHINE_NAME=localhost
    USER=weblogic
    AUTHSTATE=compat
    SHELL=/usr/bin/ksh
    ODMDIR=/etc/objrepos
    JAVAHOME=/usr/java_dev2/jre/sh/..
    DOCUMENT_SERVER_PORT=49213
    XFILESEARCHPATH=/usr/java_dev2/jre/sh/../lib/locale/%L/%T/%N%S:
    HOME=/home/weblogic
    TERM=vt100
    MAILMSG=[YOU HAVE NEW MAIL]
    ORACLE_HOME=/oracle
    PWD=/weblogic
    DOCUMENT_DIRECTORY=/usr/docsearch/html
    TZ=TAIST-8
    AIXTHREAD_SCOPE=S
    A__z=! LOGNAME>>
    LIBPATH=/usr/java_dev2/jre/sh/../bin:/usr/java_dev2/jre/sh/../bin/classic::/
    weblogic/lib/aix:/weblogic/lib/aix
    >>
    Loaded Libraries (sizes in bytes)
    /weblogic/lib/aix/libmuxer.so
    filesize : 18471
    text start : d1c09000
    text size : 2cc7
    data start : 31f44200
    data size : 168
    /usr/java_dev2/jre/bin/libmath.a
    filesize : 65667
    text start : d1bfe000
    text size : aeb3
    data start : 30c42fa8
    data size : 3ac
    /usr/java_dev2/jre/bin/libnet.a
    filesize : 51753
    text start : d1bf6000
    text size : 7b8f
    data start : 30c413a8
    data size : 338
    /usr/java_dev2/jre/bin/libjitc.a
    filesize : 2199966
    text start : d1a3d000
    text size : 1b8600
    data start : 30284580
    data size : c954
    /usr/lib/libiconv.a
    filesize : 377832
    text start : d0034100
    text size : 13f3a
    data start : f011fda0
    data size : a574
    /usr/lib/libi18n.a
    filesize : 122287
    text start : d002c100
    text size : 7834
    data start : f017d440
    data size : 1114
    /usr/lib/nls/loc/en_US
    filesize : 14340
    text start : d0026000
    text size : 2d71
    data start : d0029130
    data size : 2324
    /usr/java_dev2/jre/sh/../bin/libzip.a
    filesize : 102070
    text start : d1a2a000
    text size : 127ec
    data start : 300812f8
    data size : 1ea0
    /usr/java_dev2/jre/sh/../bin/libhpi.a
    filesize : 83039
    text start : d1a1f000
    text size : a38e
    data start : 3003fc98
    data size : b5c
    /usr/java_dev2/jre/sh/../bin/libxhpi.a
    filesize : 8871
    text start : d1a1e000
    text size : f29
    data start : 3003e948
    data size : 1a8
    /usr/java_dev2/jre/sh/../bin/libjava.a
    filesize : 366095
    text start : d19e4000
    text size : 39f86
    data start : 30037508
    data size : 6428
    /usr/java_dev2/jre/sh/../bin/classic/libjvm.a
    filesize : 1295285
    text start : d1906000
    text size : dde9e
    data start : 30011340
    data size : 252e0
    /usr/lib/libdl.a
    filesize : 5248
    text start : d0a7f0f8
    text size : 1e0
    data start : f02560f8
    data size : 0
    /usr/lib/libbsd.a
    filesize : 62186
    text start : d00cf4e0
    text size : 7deb
    data start : f00f6b28
    data size : 1460
    /usr/lpp/xlC/lib/libC.a
    filesize : 2610937
    text start : d07ed360
    text size : 5982
    data start : f01cf760
    data size : a08
    /usr/lpp/xlC/lib/libC.a
    filesize : 2610937
    text start : d0779660
    text size : 5fca
    data start : f01ce460
    data size : 83c
    /usr/lpp/xlC/lib/libC.a
    filesize : 2610937
    text start : d07807c0
    text size : 6c174
    data start : f01bbdc0
    data size : 113c4
    /usr/lpp/xlC/lib/libC.a
    filesize : 2610937
    text start : d076d070
    text size : b756
    data start : f01ba31c
    data size : 1c
    /usr/lib/libpthreads.a
    filesize : 712412
    text start : d0001000
    text size : 2290
    data start : f006f000
    data size : 41004
    /usr/lib/libpthreads.a
    filesize : 712412
    text start : d0004000
    text size : 20174
    data start : f00b1000
    data size : 400c
    /usr/lpp/xlC/lib/libC.a
    filesize : 2610937
    text start : d0739100
    text size : 33653
    data start : f01b5d00
    data size : 411c
    /usr/lib/libcrypt.a
    filesize : 11167
    text start : d00250f8
    text size : 87a
    data start : f006e528
    data size : 13c
    /usr/lib/libc.a
    filesize : 6367431
    text start : d0163720
    text size : 1c0845
    data start : f0000da0
    data size : 6d108>>
    "HighPriority TimeEventGenerator" (TID:0x828c68c0,sys_thread_t:0x31df64d8, state:CW, native ID:0x191d) prio=9
    at java.lang.Object.wait(Native Method)
    atweblogic.time.common.internal.TimeTable.snooze(TimeTable.java(Compiled
    Code))
    atweblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :141)
    at java.lang.Thread.run(Thread.java:481)>>
    ----- Native Stack -----
    at 0xd01f0450 in gettimeofday
    at 0xd0012264 in pthreadevent_wait
    at 0xd000e188 in condwait_local
    at 0xd000e68c in condwait
    at 0xd000f058 in pthread_cond_timedwait
    at 0xd1a20978 in condvarTimedWait
    at 0xd1a230bc in sysMonitorWait
    at 0xd1998e28 in lkMonitorWait
    at 0xd1929d70 in JVM_MonitorWait
    unable to backtrace through native code - iar 0x31f240b8 not intext area (sp is 0x31eb1b9c)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "SSLListenThread" (TID:0x80032d28, sys_thread_t:0x31218bd8, state:R,native ID:0x181c) prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:414)
    at java.net.ServerSocket.implAccept(ServerSocket.java:242)
    at java.net.ServerSocket.accept(ServerSocket.java:226)
    atweblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :121)
    atweblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)>>
    ----- Native Stack -----
    at 0xd1a251b0 in sysAccept
    at 0xd191fb90 in JVM_Accept
    at 0xd1bfafa0 in Java_java_net_PlainSocketImpl_socketAccept
    at 0xd193bda4 in mmisInvoke_O_VHelper
    at 0xd193da88 in entryCmp
    unable to backtrace through native code - iar 0x3000c268 not intext area (sp is 0x3001d818)
    >>
    ----- Monitors Held -----
    (flat) java.net.PlainSocketImpl@8287E490/8287E498>
    ------------------------------------------------------------------------->>
    "ListenThread" (TID:0x80032dd0, sys_thread_t:0x31218958, state:R,native ID:0x171b) prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:414)
    at java.net.ServerSocket.implAccept(ServerSocket.java:242)
    at java.net.ServerSocket.accept(ServerSocket.java:226)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)>>
    ----- Native Stack -----
    at 0xd1a251b0 in sysAccept
    at 0xd191fb90 in JVM_Accept
    at 0xd1bfafa0 in Java_java_net_PlainSocketImpl_socketAccept
    at 0xd193bda4 in mmisInvoke_O_VHelper
    at 0xd193da88 in entryCmp
    unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x3134b120)
    >>
    ----- Monitors Held -----
    (flat) java.net.PlainSocketImpl@8287CC50/8287CC58>
    ------------------------------------------------------------------------->>
    "NBExecuteThread-1" (TID:0x80032e68, sys_thread_t:0x308a3988,state:CW, native ID:0x1617) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
    ----- Native Stack -----
    at 0xd0012264 in pthreadevent_wait
    at 0xd000e2b4 in condwait_local
    at 0xd000e68c in condwait
    at 0xd000f2f4 in pthread_cond_wait
    at 0xd1a20ab8 in condvarWait
    at 0xd1a230a0 in sysMonitorWait
    at 0xd1998e28 in lkMonitorWait
    at 0xd1929d70 in JVM_MonitorWait
    at 0xd193f544 in sysInvokeNative
    at 0xd1939b2c in mmisInvokeJniMethodHelper
    at 0xd19305e8 in ThreadCPUTimeMillis
    unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x30e2e60c)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "NBExecuteThread-0" (TID:0x80032ed8, sys_thread_t:0x308a3478,state:CW, native ID:0x1516) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
    ----- Native Stack -----
    at 0xd0012264 in pthreadevent_wait
    at 0xd000e2b4 in condwait_local
    at 0xd000e68c in condwait
    at 0xd000f2f4 in pthread_cond_wait
    at 0xd1a20ab8 in condvarWait
    at 0xd1a230a0 in sysMonitorWait
    at 0xd1998e28 in lkMonitorWait
    at 0xd1929d70 in JVM_MonitorWait
    at 0xd193f544 in sysInvokeNative
    at 0xd1939b2c in mmisInvokeJniMethodHelper
    at 0xd19305e8 in ThreadCPUTimeMillis
    unable to backtrace through native code - iar 0x0 not in textarea (sp is 0x30de840c)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "ExecuteThread-14" (TID:0x80032f48, sys_thread_t:0x30871a78,state:CW, native ID:0x1415) prio=5
    atjava.sql.DriverManager.getConnection(DriverManager.java(Compiled Code))
    at com.vcheq.tjs.TJSRemove.remove(TJSRemove.java:56)
    atcom.vcheq.transaction.VCDOTransactionEJB.deletePostDatedTransaction(VCDOTran
    sactionEJB.java:1408)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl.deletePostDatedTransaction(VC
    DOTransactionEJBEOImpl.java:155)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLSkel.invoke(VCDOTransaction
    EJBEOImpl_WLSkel.java:75)
    atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
    er.java(Compiled Code))
    atweblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
    atweblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLStub.deletePostDatedTransac
    tion(VCDOTransactionEJBEOImpl_WLStub.java:193)
    atcom.vcheq.transaction.VCBOProductMgrEJB.deletePostDatedTransaction(VCBOProdu
    ctMgrEJB.java:475)
    atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl.deletePostDatedTransaction(VCB
    OProductMgrEJBEOImpl.java:142)
    atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl_WLSkel.invoke(VCBOProductMgrEJ
    BEOImpl_WLSkel.java:75)
    atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java(Compiled Code))
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    5)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
    ----- Native Stack -----
    at 0xd0012264 in pthreadevent_wait
    at 0xd000e2b4 in condwait_local
    at 0xd000e68c in condwait
    at 0xd000f2f4 in pthread_cond_wait
    at 0xd1a20ab8 in condvarWait
    at 0xd1a230a0 in sysMonitorWait
    at 0xd1999500 in lkMonitorEnter
    unable to backtrace through native code - iar 0x30291804 not intext area (sp is 0x30da1cac)
    >>
    ----- Monitors Held ----->>
    ----- Blocked On -----
    java.lang.Class@80016588/80016590>
    ------------------------------------------------------------------------->>
    "ExecuteThread-13" (TID:0x80032fb8, sys_thread_t:0x3085b3b8,state:R, native ID:0x1314) prio=5
    at java.net.SocketInputStream.socketRead(Native Method)
    atjava.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
    atweblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:209)
    atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
    ----- Native Stack -----
    at 0xd1a24ba8 in sysTimeout
    at 0xd191fcc0 in JVM_Timeout
    at 0xd1bfb608 in Java_java_net_SocketInputStream_socketRead
    unable to backtrace through native code - iar 0x311ebec0 not intext area (sp is 0x30d5bf8c)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "ExecuteThread-12" (TID:0x80033028, sys_thread_t:0x3085b158,state:CW, native ID:0x1213) prio=5
    atjava.sql.DriverManager.registerDriver(DriverManager.java(Compiled Code))
    atcom.vcheq.common.VCEnvironment.getProfileConnection(VCEnvironment.java(Compi
    led Code))
    atcom.vcheq.common.VCEnvironment.getBankGMT(VCEnvironment.java:574)
    atcom.vcheq.transaction.VCDOTransactionEJB.submitTransaction(VCDOTransactionEJ
    B.java:690)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl.submitTransaction(VCDOTransac
    tionEJBEOImpl.java:245)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLSkel.invoke(VCDOTransaction
    EJBEOImpl_WLSkel.java:97)
    atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
    er.java(Compiled Code))
    atweblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
    atweblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLStub.submitTransaction(VCDO
    TransactionEJBEOImpl_WLStub.java:252)
    atcom.vcheq.transaction.VCBOProductMgrEJB.submitTransaction(VCBOProductMgrEJB.
    java:123)
    atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl.submitTransaction(VCBOProductM
    grEJBEOImpl.java:99)
    atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl_WLSkel.invoke(VCBOProductMgrEJ
    BEOImpl_WLSkel.java:97)
    atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java(Compiled Code))
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    5)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
    ----- Native Stack -----
    unable to backtrace through native code - iar 0x30d156b4 not intext area (sp is 0x30d154fc)
    >>
    ----- Monitors Held ----->>
    ----- Blocked On -----
    java.lang.Class@80016588/80016590>
    ------------------------------------------------------------------------->>
    "ExecuteThread-11" (TID:0x80033098, sys_thread_t:0x3085aef8,state:CW, native ID:0x1112) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
    ----- Native Stack -----
    unable to backtrace through native code - iar 0x3001c350 not intext area (sp is 0x30ccf8ec)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "ExecuteThread-10" (TID:0x80033108, sys_thread_t:0x3085ac98,state:CW, native ID:0x1011) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
    ----- Native Stack -----
    unable to backtrace through native code - iar 0x3001c350 not intext area (sp is 0x30c896ec)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "ExecuteThread-9" (TID:0x80033178, sys_thread_t:0x30852598, state:R,native ID:0xf10) prio=5
    at java.net.SocketInputStream.socketRead(Native Method)
    atjava.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
    at oracle.net.ns.Packet.receive(Unknown Source)
    at oracle.net.ns.NSProtocol.connect(Unknown Source)
    at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1139)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:199)
    atoracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:200)
    atoracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    atoracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    atjava.sql.DriverManager.getConnection(DriverManager.java(Compiled Code))
    atjava.sql.DriverManager.getConnection(DriverManager.java(Compiled Code))
    at com.vcheq.tjs.TJSRemove.remove(TJSRemove.java:56)
    atcom.vcheq.transaction.VCDOTransactionEJB.deletePostDatedTransaction(VCDOTran
    sactionEJB.java:1408)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl.deletePostDatedTransaction(VC
    DOTransactionEJBEOImpl.java:155)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLSkel.invoke(VCDOTransaction
    EJBEOImpl_WLSkel.java:75)
    atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestDispatcher.dispatch(BasicRequestDispatch
    er.java(Compiled Code))
    atweblogic.rmi.internal.ServerRequest.sendOneWay(ServerRequest.java:73)
    atweblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:77)
    atcom.vcheq.transaction.VCDOTransactionEJBEOImpl_WLStub.deletePostDatedTransac
    tion(VCDOTransactionEJBEOImpl_WLStub.java:193)
    atcom.vcheq.transaction.VCBOProductMgrEJB.deletePostDatedTransaction(VCBOProdu
    ctMgrEJB.java:475)
    atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl.deletePostDatedTransaction(VCB
    OProductMgrEJBEOImpl.java:142)
    atcom.vcheq.transaction.VCBOProductMgrEJBEOImpl_WLSkel.invoke(VCBOProductMgrEJ
    BEOImpl_WLSkel.java:75)
    atweblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAda
    pter.java(Compiled Code))
    atweblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandle
    r.java(Compiled Code))
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    5)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)>>
    ----- Native Stack -----
    at 0xd1a24ddc in sysRecv
    at 0xd191fd8c in JVM_Recv
    at 0xd1bfb714 in Java_java_net_SocketInputStream_socketRead
    unable to backtrace through native code - iar 0x311ebec0 not intext area (sp is 0x30c1f078)
    >>
    ----- Monitors Held -----
    (flat) java.lang.Class@80016588/80016590
    (flat) oracle.jdbc.ttc7.TTC7Protocol@827B72B0/827B72B8>
    ------------------------------------------------------------------------->>
    "ExecuteThread-8" (TID:0x800331e8, sys_thread_t:0x30852338,state:CW, native ID:0xe0f) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    atweblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)>>
    ----- Native Stack -----
    unable to backtrace through native code - iar 0x800331e8 not intext area (sp is 0x30bda3fc)
    >>
    ----- Monitors Held ----->
    ------------------------------------------------------------------------->>
    "ExecuteThread-7" (TID:0x80033258, sys_thread_t:0x308520d8,state:CW, native ID:0xd0e) prio=5
    at java.lang.Object.wait(Native Method)

  • Firefox hangs after a few hours. The task manager shows it using 50% of the time, and I don't see where it's doing anything. What is going on?

    It will not respond to any mouse clicks or key presses. I use the task manager to shut it down. When I restart, I select the option to restart Firefox with the same tabs and it does that and runs fine for a few hours and then it hangs again.

    iPhones are not user servicable.
    Take the device to a competent repair person or buy a new one.

  • Why does it freeze after a few hours? Particularly YT videos won't show.

    If I leave my computer on for a couple of hours and then try using it, many functions freeze like the ability to copy/paste and Youtube videos don't show, it's just a blank screen. This has been going on for a long time and it gets very frustrating having to be restarting my computer every time this issue comes up. Another serious issue is when I want to go directly to any site ex. cpl retail, and instead of taking me there it takes me to a search page. I have to be using other internet options b/c this issues are really getting tiresome to deal with.

    It seems like your computer may be hanging on a process or perhaps even a long running script on the page you're on. If you will, please let me know how much RAM you have available when you start your computer, then how much you have after a few hours. This may be completely irrelevant, but it's worth a shot. :)

  • WRT54G3G/Vodafone connect card - Network loss after a few hours or sometimes days

    I have a Linksys WRT54G3G router with a vodafone mobile connectcard. I did setup the "keep alive" function to the nearest DNS servers to keep the modem alive 24/7. However after a few hours of somtimes after a few days. The modem "hangs" itselves. After a power-up of the modem it's start to work again. This modem is on a project location with no people available to reset the modem. At this moment we use a local timerswitch to reset (power off/on) the modem every 24 hour, but this is not really a solution. We're using the latest firmware. Please advise !

    Re ; WRTG3G-ST Disconnect - I am running 2.00.9 firmware with a Sprint S720 card.
    The Router disconnects from the Internet after a few minutes of operation. 
    I have set 'Auto Connect' to both auto (1000 min)  and manual. and still get the disconnect.
    Once it disconnects I cannot reconnect remotely even if I launch a browser or ping.
    Pressing the Data Card button does reconnect to the Internet.
    Some times it runs for hours.
    My 3G signal in this area is not the geatest but I would expect the router to handle that.
    Any suggestions on how to keep connected. .

  • Unable to boot Z10, stuck on loading screen at 99% after a few hours.

    Hi, I am unable to boot Z10, stuck on loading screen at 99% after a few hours. I did not try to update, nor load any other OS versions.  Running a Bell Canada 10.1.  Tried to pull battery, leave phone boot for 5 hours, still stuck on 99%.  I tried plugging it in BB Link and computer will not recognize it.

    dazedandconfused wrote:
    Every option Im seeing is telling me Im going to lose my data... is this true? I know with other phones ppl are able to mount the device as if it were a hard drive and pull content from it... is this not possible with the Z10? Thanks...
    I understand you are frustrated and seeking solutions, but please don't double and triple post your inquiry.
    I've answered your thread already, here: 
    Re: Z10 stuck on loading logo on starting up
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • A few thoughts and experiences after a few hours using my new ThinkPad E440 with Win 8.1

    After waiting 36 days for my new ThinkPad to arrive, I guess I'm just "eh" about it after using it some. Here are some of my thoughts, opinions, and experiences I've had after using it for a few hours... Hope this helps other people.
    I should not be surprised because I read all the reviews, but the touch pad really sucks. I hate everything about it, the way it clicks - it's so loud and clunky! - and it's insensitivity (and I adjusted this to be more sensitive). Thank goodness for the track point. I love that thing.
    The touchscreen stopped working after a few hours of use. After I rebooted it came back. Is this a bad omen? Or did I inadvertantly turn it off? Is that even possible? I am new to Windows 8 so anything is possible.
    The touch screen, when it's working, is not very responsive. It's MUCH LESS responsive than my Samsung Galaxy Note 2 Android phone or my LG G Pad 8.3 tablet. This is very disappointing.
    I ran the hardware scan that is in the Lenovo Solution Center and got a warning under the category "Local Connection Test". I looked at the list of System Events and it's very long. The first application error event name is MpTelemetry. Response is "Not available". The next one is "PnPRequestAdditionalSoftware". Response is "Not available". And the list goes on and on and on for pages. I have no idea what to do about this or what it means.
    Also in the Lenovo Solution Center, under Software, there is a Critical Alert that says I never updated Windows. But I did when it prompted me to while it was first booting up and it was updating and installing things. Where it says "To update your operating system, you must run Windows Update", I click on the Launch button and it takes me to Windows Update where it says No Updates are Available. Go figure. It also says there have been 9 Windows updates made to the computer. I guess I'll have to just always ignore that Critical Alert.
    In the system tray, it says "ThinkPad OneLink Dock Detached!". I don't have a dock... So, yes, that's true, it is detached.   I'll have to hide that one.
    I realize there is a Lenovo Recovery Partition on the hard drive but I would really like to create a set of recovery disks before I start customizing this thing, installing apps, and moving my files over. I can't find anything that tells me how to do it. Under the control panel, there is the Recovery icon. The only choice there for creating recovery media is to create a Recovery Drive, not disks. I'll post a separate item to get information on this.
    On the positive side, I have had it in my lap the whole time and it's not gotten too hot for my legs. That's a big improvement on my old Toshiba Satellite Pro.
    This locating the Fn key to the left of the CTRL key decision must have been made by someone smoking crack. Why would anyone in their right mind want to do this? We've had the CTRL key on the outer left edge like, FOREVER, why move it now?? This will be something that will take me a long time to adjust to - if I ever do. I use the CTRL a lot for cutting, pasting, and formatting things in Excel and Word. It's going to be a battle. I wonder if any software exists that allows you to redefine the keys? Speaking of location of keys, I keep hitting the Page Down key when I want the Page Up key. I'm used to the Page Up key being above the Page Down key instead of to the left.
    After being told here in the forum that the fingerprint reader was not an option in the US I am pleasantly surprised to see one on my new ThinkPad.
    I use the right-click on my mouse often. For example, to open a link in a new tab instead of switching to the new URL. For some reason, when I click on the right part of the touch pad when the mouse is located over a link, it just opens the new URL instead of giving me options for opening the URL. I'll have to figure this out.
    So anyway, I guess that's more than a few things... hope this is useful to someone...

    You can change FN and CTRL key in the BIOS

  • Iphone 5s - IBM  Notes Traveler 9.01  -Unable to move messages to trash after a few hours

    I have a problem with one of my Iphone 5s users.  Everything was working with his IPhone 4S, but the phone died and so they replaced it with a 5S
    We are using an IBM Lotus Notes 9.01 Server  (latest FP patch) and Traveler 9.01 FP4 with the iphone 5 s.
    On his Iphone 5S  we install  Notes Traveler...  Everything works on it, but after a few hours  we not able  to delete messages on the IPhone.  When he clicks Delete on a message  on his Iphone,  it comes back saying it is "Unable to Move the message" 
    If I remove Traveler and reinstall it, he can delete the messages for  a few minutes or even  a few hours, but then it comes back and says it cannot move the  messages when we try to delete the email on the Iphone 5S.   The Iphone had   7.1.1 OS...  I updated it to latest Apple 7.1.2 OS on it..  Same problem.   We also have an AOL account on the Iphone ....that works fine...      All other Traveler users on Iphones  4S or 5S users are working Fine...  
    I had IBM look at it.  They did some testing and the  email deletions only appeared on the logs when   it synchronized to Traveler, but when the problem occurs...  it never did show anything in the Notes logs, about the Delete request.   They are saying it is an Apple problem.
    I even reset his IPhone 5 S to factory defaults and re-setup Notes Traveler and after a few minutes or a few hours... When he deletes a email he gets the  Cannot move the messages again.   I opened a bug report with Apple by never heard back from them.  All other functions of the email work..   He can send and receive emails...  He just cannot delete after a few hours.  I ran checks on he email database and everything comes up OK...

    That's odd.  You will probably have to contact Apple support on this one.  I'm not sure if their is a problem with your account or a server glitch at their end but in either case, they will probably have to look into it for you.  You can reach them here: http://www.apple.com/support/icloud/contact/.

  • I am trying to do a full Time Machine Backup to a new external disk. The backup starts, and it says "Time remaining about 4 days." That seems like a very long time, but the real problem is that the computer "logs off" after a few hours, and the b.u. stops

    I am trying to do a full Time Machine Backup to a new external disk. The backup starts, and it says "Time remaining about 4 days." That seems like a very long time, but the real problem is that the computer "logs off" after a few hours, and the backup stops. The system preferences are set to "Never" for Computer sleep and Display sleep. The computer does not ordinarily log off automatically, but it has done this twice since I started the Time Machine backup.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message. Clear the text field and scroll back in the log to that time. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the search box.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • After a few hours of inactivity , my screen goes white with a flashing file folder in the centre with a question mark in the centre of said folder. at this point i can only unplug the computer for it to reboot properly, then it is fine till the next go..

    After a few hours of inactivity, I return to find a white screen with a file folder in the center of the screen with a ? mark in the centre of said folder and both are flashing...am i compromised?

    No 
    Solution may be found if you search in the "More Like This" section over in the right column. 

  • Just installed thunderbird on new computer having used it for years on old laptop. Why do my mails disappear from my inbox after a few hours. Can I change this?

    I had Windows Xp on the old laptop and used Thunderbird for ages, but have now installed the same version of Thunderbird on a new laptop with windows 8.1 and it is quite different. How can I stop it removing the contents of my inbox after a few hours. Its very frustrating when you dont want to reply to an e mail immediately but lose it overnight!

    http://kb.mozillazine.org/Disappearing_mail

  • Mac book pro mid 2009 shuts down after a few hour then will only boot after waiting and pressing power button numerous times. I am running mountain lion with most recent updates.

    Mac book pro mid 2009 shuts down after a few hour of use and then is very difficult to reboot. Sometimes I have to wait hours, sometimes I have to repeatedly press the power button and then it will slowly start a little longer each press untill it completely boots. It has done this three times know.  Each time I was watching a video.

    Try running the Apple Hardware Test - sounds as if you've hardware issues.
    Clinton

  • Macbook Air 13" Camera stops working after a few hours. Needs Restart to be functioning again. How do I fix this?

    Hello!
    The camera stops working. Not detected by any program (Facetime, Skype, Hangouts, Zoom). This happens usually after a few hours of work or after the computer sleeps. To make the webcam function again I need to restart.
    Any suggestions?

    Why does that seem likely to be a hardware issue? How did you come to that conclusion? Do you know something about this issue that indicates that? (I realise that this might sound short and rude - I am not trying to be rude here - just to understand) My thought is that conventional troubleshooting would say that this is a software issue because it is fixed with a restart.
    I also have this problem. The camera quits working after some time - I have not been able to make it stop working. Sometimes it is after I suspend the computer (close the lid) other times it still works.
    All I know is that intermittently my camera stops working and it is a big pain to have to reboot whenever I am going have a video chat.
    Anyone got any solutions, I'm not covered by applecare so would rather try and fix it myself if possible?

  • When I make my computer to sleep after a few hour it will light up again and say that The mac have a problem need to be shut down

    I don't know why wne I put my mac to sleep it will light up it self after a few hour and say that the mac have a problem needs to be shut down, does anyone know why?

    Sounds like it's experiencing a kernel panic. Post the latest report. See
    About kernel panics,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • Labview Program always crashs after a few hour' work

    My Labview Program always crashs after a few hour' work. The error report is:
    #Date: 2014年7月30日 4:27:27
    #OSName: Windows 7 Ultimate
    #OSVers: 6.1
    #OSBuild: 7600
    #AppName:
    #Version: 12.0 32-bit
    #AppKind: AppLib
    #AppModDate: 07/29/2014 20:13 GMT
    #LabVIEW Base Address: 0x30000000
    <DEBUG_OUTPUT>
    2014/7/30 8:34:11.006
    DAbort 0xF50EFD7B:
    c:\builds\penguin\labview\components\mgcore\trunk\12.0\source\MemoryManager.cpp(1104) : DAbort 0xF50EFD7B:
    minidump id: 6ebe0400-78d2-41e3-b2fd-858c21e3567b
    $Id: //labview/components/mgcore/trunk/12.0/source/MemoryManager.cpp#13 $
    </DEBUG_OUTPUT>
    0x30076B23 - lvrt <unknown> + 0
    0x307D1F90 - lvrt <unknown> + 0
    0x30605C66 - lvrt <unknown> + 0
    0x6C42A045 - nivissvc <unknown> + 0
    0x075A1F00 - nivision <unknown> + 0
    0x03B0577A - <unknown> <unknown> + 0
    0xE5BA0800 - <unknown> <unknown> + 0
    Who knows what had happened? Thank you for your help.

    Thank you for your reply.
    I don't build array continuously. I just build a few queues. I am sorry the program is too large to show it to you. I have read the dump file. It seems like memory overflow. Do you think so? But it seems like there is no chance for memory overflow in Labview. The dump file is as below:
    Microsoft (R) Windows Debugger Version 6.3.9600.17029 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [D:\LabVIEW Data\LVInternalReports\1.0.0.1\51437f73-aab6-4097-b7e1-3fee8a74e4dd\6ebe0400-78d2-41e3-b2fd-858c21e3567b.dmp]
    User Mini Dump File: Only registers, stack and portions of memory are available
    ************* Symbol Path validation summary **************
    Response Time (ms) Location
    OK C:\Program Files (x86)\Symbols
    Symbol search path is: C:\Program Files (x86)\Symbols
    Executable search path is:
    Windows 7 Version 7600 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: SingleUserTS
    Machine Name:
    Debug session time: Wed Jul 30 08:34:10.000 2014 (UTC + 8:00)
    System Uptime: not available
    Process Uptime: 0 days 4:06:44.000
    This dump file has an exception of interest stored in it.
    The stored exception information can be accessed via .ecxr.
    (dfc.4b8): Unknown exception - code 00000002 (first/second chance not available)
    *** WARNING: Unable to verify timestamp for ntdll.dll
    *** ERROR: Module load completed but symbols could not be loaded for ntdll.dll
    *** WARNING: Unable to verify timestamp for kernel32.dll
    *** ERROR: Module load completed but symbols could not be loaded for kernel32.dll
    eax=13dbec20 ebx=13dbe550 ecx=00000008 edx=00000008 esi=00000003 edi=13dbe570
    eip=77b564f4 esp=13dbe500 ebp=13dbe59c iopl=0 nv up ei pl zr na pe nc
    cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246
    ntdll+0x464f4:
    77b564f4 c3 ret

Maybe you are looking for

  • Imap for iOS is no longer working

    I use imap settings to read my iCloud email on my iOS devices.  I do it instead of standard icloud settings in order to send my mail from a custom address.  It has worked fine until this afternoon some time when I started getting an error message tha

  • Printing out of Adobe Acrobat 9 Pro and CS4 Illustrator

    Hi,  I'm working on a MacBook Pro,  version 10.6.7 Mac OS X, I just hooked  up the HP Photosmart Premiere  C310 Series printer.  It's hooked up via  USB, and will print from all  applications except Adobe Acrobat 9 Pro and Adobe Illustrator - CS4. Fo

  • Lines and Boxes in Pages. Please help!

    I created a poster in Pages and it is printing with all kinds of lines and boxes behind the text and images. When I go into the doc I do not see them there. Where is this coming from and how do I get rid of them? thank you!

  • Upgrading to JSF 1.2,  error: Property Editor not registered

    we have a JSF appliction working well on Jboss 4.0.5GA using myfaces 1.1. Now we are moving to jboss 5.0.1GA that uses jsf ri 1.2. After fixing some issues, finally we got the following error for our custom component at runtime: <x:hello value="#{bea

  • Does The iphone 5s on Virgin Mobile support CDMA or GSM?

    so I'm going on a carnival cruise later this year and theyre talking about how their internet connection requires cdma or gsm to be able to use data and i just want go make sure my phone has it.