Solaris 8 - Motif, Xbae apps ZPR with purify or Bus error

The application runs under 5.6 but after compiling and running on 5.8, I receive a Bus Error or when running purify receive a ZPR & COR. The c program is receiving the error during widget creation:
tbl = XtVaCreateManagedWidget
("tbl",
xbaeMatrixWidgetClass, parent, ...... etc.)
Purify outputs this message:
ZPR: This is occurring while in:
_XtCompileCallbackList [Callback.c]
CompileCallbacks [Create.c]
xtCreate [Create.c]
_XtVaCreateWidget [VarCreate.c]
XtVaCreateManagedWidget [VarCreate.c]
Reading 4 bytes from 0x12
I have tended to think I have a versioning problem with Solaris 8 but I need some help.
Thank you very much, Joanne

The application runs under 5.6 but after compilingand
running on 5.8, I receive a Bus Error or whenrunning
purify receive a ZPR & COR. The c program is
receiving the error during widget creation:
tbl = XtVaCreateManagedWidget
("tbl",
xbaeMatrixWidgetClass, parent, ......
, parent, ...... etc.)
Purify outputs this message:
ZPR: This is occurring while in:
_XtCompileCallbackList[Callback.c]
CompileCallbacks [Create.c]
xtCreate [Create.c]
_XtVaCreateWidget [VarCreate.c]
XtVaCreateManagedWidget
ateManagedWidget [VarCreate.c]
Reading 4 bytes from 0x12
I have tended to think I have a versioning problem
with Solaris 8 but I need some help.
Thank you very much, Joanne

Similar Messages

  • Weblogic core dumps with "SIGBUS    10*  bus error"

    I am getting a core dump when starting up my WL server. It seems to be
    timing related. The WL startup class is causing the error.
    The error does not occur if I do not deploy any EJBs. If I deploy one EJB
    the error occurrs. If I deploy two or more EJBs the error does not occur.
    The startup class is accessing the database.
    Has anyone seen a similar error or know of a solution. Is this a supported
    platform?
    Environment info and the error dump follow. Thanks in advance.
    Bryan Bugliari
    [email protected]
    Some info on the environment:
    Solaris 2.6
    jdk1.2.2
    WL 5.1.0 sp2
    Oracle 8.0.5 client
    WL PROPERTIES FILE:
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver, \
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=25,\
    capacityIncrement=5,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=esteel;password=esteel;server=esteel
    # Add a TXDataSource for the connection pool:
    weblogic.jdbc.TXDataSource.oracleDataSource=oraclePool
    WL LOG FILE:
    Fri Jun 30 12:10:21 EDT 2000:<I> <System Props> java.class.path =
    /opt/app/weblogic/lib/weblogic510sp2boot.jar:/opt/app/weblogic/classes/boot:
    /opt/app/weblogic/license:/opt/app/weblogic/oci/classes
    java.class.version = 46.0
    java.compiler = sunwjit
    java.ext.dirs = /usr/local/jdk1.2.2/jre/lib/ext
    java.home = /usr/local/jdk1.2.2/jre
    java.io.tmpdir = /var/tmp/
    java.library.path =
    /usr/local/jdk1.2.2/bin/../jre/lib/sparc/native_threads:/usr/local/jdk1.2.2/
    bin/../jre/lib/sparc/classic:/usr/local/jdk1.2.2/bin/../jre/lib/sparc:/opt/a
    pp/weblogic/oci/lib/solaris/oci805_8:/opt/app/oracle/products/8.0.5/lib:/usr
    /lib
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils
    java.security.manager =
    java.security.policy = =/opt/app/weblogic/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.2
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.version = 1.2.2
    java.vm.info = build JDK-1.2.2-001, native threads, sunwjit
    java.vm.name = Classic VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.2.2
    ERROR BEGINS HERE:
    Fri Jun 30 12:10:25 EDT 2000:<I> <EJB> Enterprise JavaBeans initializing
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB JAR deployment
    /local/home/weblogic/bbugliar/myserver/ActivityManager.jar> EJB home
    interface: 'com.esteel.exchange.domain.activitymanager.ActivityManagerHome'
    deployed bound to the JNDI name: 'ActivityManagerHome'
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 EJB jar files loaded, containing 1
    EJBs
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 deployed, 0 failed to deploy.
    Fri Jun 30 12:10:28 EDT 2000:<I> <ZAC> ZAC disabled
    Fri Jun 30 12:10:28 EDT 2000:<I> <WebLogicServer> Invoking T3StartupDef
    ReferenceDataWLStartup com.esteel.referencedata.ReferenceDataWLStartup with
    SIGBUS 10* bus error
    si_signo [10]: SIGBUS 10* bus error
    si_errno [0]: Error 0
    si_code [1]: BUS_ADRALN [addr: 0xB]
    stackpointer=e7f0be04
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x51a840)
    weblogic.kernel.ExecuteThread@EA4F4100/EB91C478: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x525998)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Thread queue lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Monitor registry: owner "StartupThread" (0x2e82ab0) 1 entry
    SIGABRT 6* abort (generated by abort(3) routine)
    si_signo [6]: SIGABRT 6* abort (generated by abort(3) routine)
    si_errno [0]: Error 0
    si_code [-1]: SI_LWP [pid: 11078, uid: 3058]
    stackpointer=e7f0b55c
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x51a840)
    weblogic.kernel.ExecuteThread@EA4F4100/EB91C478: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x525998)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Thread queue lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Monitor registry: owner "StartupThread" (0x2e82ab0) 1 entry
    Abort (core dumped)

    Weblogic does not dump core. The Java virtual machine does.
    As for your problem, I would be willing to bet that this is a 122_05a
    JVM. I would recommend downgrading to the versions that we certify.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/docs51/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Bryan Bugliari wrote:
    >
    I am getting a core dump when starting up my WL server. It seems to be
    timing related. The WL startup class is causing the error.
    The error does not occur if I do not deploy any EJBs. If I deploy one EJB
    the error occurrs. If I deploy two or more EJBs the error does not occur.
    The startup class is accessing the database.
    Has anyone seen a similar error or know of a solution. Is this a supported
    platform?
    Environment info and the error dump follow. Thanks in advance.
    Bryan Bugliari
    [email protected]
    Some info on the environment:
    Solaris 2.6
    jdk1.2.2
    WL 5.1.0 sp2
    Oracle 8.0.5 client
    WL PROPERTIES FILE:
    weblogic.jdbc.connectionPool.oraclePool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver, \
    loginDelaySecs=1,\
    initialCapacity=4,\
    maxCapacity=25,\
    capacityIncrement=5,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=esteel;password=esteel;server=esteel
    # Add a TXDataSource for the connection pool:
    weblogic.jdbc.TXDataSource.oracleDataSource=oraclePool
    WL LOG FILE:
    Fri Jun 30 12:10:21 EDT 2000:<I> <System Props> java.class.path =
    /opt/app/weblogic/lib/weblogic510sp2boot.jar:/opt/app/weblogic/classes/boot:
    /opt/app/weblogic/license:/opt/app/weblogic/oci/classes
    java.class.version = 46.0
    java.compiler = sunwjit
    java.ext.dirs = /usr/local/jdk1.2.2/jre/lib/ext
    java.home = /usr/local/jdk1.2.2/jre
    java.io.tmpdir = /var/tmp/
    java.library.path =
    /usr/local/jdk1.2.2/bin/../jre/lib/sparc/native_threads:/usr/local/jdk1.2.2/
    bin/../jre/lib/sparc/classic:/usr/local/jdk1.2.2/bin/../jre/lib/sparc:/opt/a
    pp/weblogic/oci/lib/solaris/oci805_8:/opt/app/oracle/products/8.0.5/lib:/usr
    /lib
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils
    java.security.manager =
    java.security.policy = =/opt/app/weblogic/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.2
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.version = 1.2.2
    java.vm.info = build JDK-1.2.2-001, native threads, sunwjit
    java.vm.name = Classic VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.2.2
    ERROR BEGINS HERE:
    Fri Jun 30 12:10:25 EDT 2000:<I> <EJB> Enterprise JavaBeans initializing
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB JAR deployment
    /local/home/weblogic/bbugliar/myserver/ActivityManager.jar> EJB home
    interface: 'com.esteel.exchange.domain.activitymanager.ActivityManagerHome'
    deployed bound to the JNDI name: 'ActivityManagerHome'
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 EJB jar files loaded, containing 1
    EJBs
    Fri Jun 30 12:10:27 EDT 2000:<I> <EJB> 1 deployed, 0 failed to deploy.
    Fri Jun 30 12:10:28 EDT 2000:<I> <ZAC> ZAC disabled
    Fri Jun 30 12:10:28 EDT 2000:<I> <WebLogicServer> Invoking T3StartupDef
    ReferenceDataWLStartup com.esteel.referencedata.ReferenceDataWLStartup with
    SIGBUS 10* bus error
    si_signo [10]: SIGBUS 10* bus error
    si_errno [0]: Error 0
    si_code [1]: BUS_ADRALN [addr: 0xB]
    stackpointer=e7f0be04
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x51a840)
    weblogic.kernel.ExecuteThread@EA4F4100/EB91C478: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x525998)
    Registered Monitor Dump:
    PCMap lock: <unowned>
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Thread queue lock: owner "StartupThread" (0x2e82ab0) 1 entry
    Monitor registry: owner "StartupThread" (0x2e82ab0) 1 entry
    SIGABRT 6* abort (generated by abort(3) routine)
    si_signo [6]: SIGABRT 6* abort (generated by abort(3) routine)
    si_errno [0]: Error 0
    si_code [-1]: SI_LWP [pid: 11078, uid: 3058]
    stackpointer=e7f0b55c
    Full thread dump Classic VM (JDK-1.2.2-001, native threads):
    "StartupThread" (TID:0xea673398, sys_thread_t:0x2e82ab0, state:R, native
    ID:0x1b) prio=5
    at
    weblogic.jdbc20.rmi.internal.ConnectionImpl.createStatement(ConnectionImpl.j
    ava, Compiled Code)
    at
    weblogic.jdbc20.rmi.SerialConnection.createStatement(SerialConnection.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._loadRDBase1FromId(RDMeta.java,
    Compiled Code)
    at com.esteel.referencedata.RDMeta._load(RDMeta.java, Compiled Code)
    at com.esteel.referencedata.RDMeta.loadData(RDMeta.java, Compiled
    Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.loadData(ReferenceDataServe
    rImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.<init>(ReferenceDataServerI
    mpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataServerImpl.getInstance(ReferenceDataSe
    rverImpl.java, Compiled Code)
    at
    com.esteel.referencedata.ReferenceDataWLStartup.startup(ReferenceDataWLStart
    up.java, Compiled Code)
    at weblogic.t3.srvr.StartupThread.runStartup(StartupThread.java,
    Compiled Code)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java,
    Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java,
    Compiled Code)
    "ExecuteThread-14" (TID:0xea4f4100, sys_thread_t:0x525998, state:CW,
    native ID:0x18) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-13" (TID:0xea4f3fa0, sys_thread_t:0x51c648, state:CW,
    native ID:0x17) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-12" (TID:0xea4f3e48, sys_thread_t:0x51c530, state:CW,
    native ID:0x16) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-11" (TID:0xea4f3cf0, sys_thread_t:0x51c418, state:CW,
    native ID:0x15) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-10" (TID:0xea4f3b90, sys_thread_t:0x51c300, state:CW,
    native ID:0x14) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-9" (TID:0xea4f3a38, sys_thread_t:0x51c1e8, state:CW,
    native ID:0x13) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-8" (TID:0xea4f38e8, sys_thread_t:0x51c0d0, state:CW,
    native ID:0x12) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-7" (TID:0xea4f3788, sys_thread_t:0x51bfb8, state:CW,
    native ID:0x11) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-6" (TID:0xea4f3630, sys_thread_t:0x51a570, state:CW,
    native ID:0x10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-5" (TID:0xea4f34d8, sys_thread_t:0x51a458, state:CW,
    native ID:0xf) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-4" (TID:0xea4f3380, sys_thread_t:0x51bea0, state:CW,
    native ID:0xe) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-3" (TID:0xea4f32c0, sys_thread_t:0x51ba30, state:CW,
    native ID:0xd) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-2" (TID:0xea4f30d0, sys_thread_t:0x51b918, state:CW,
    native ID:0xc) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-1" (TID:0xea4f2f70, sys_thread_t:0x51a840, state:CW,
    native ID:0xb) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "ExecuteThread-0" (TID:0xea4f2868, sys_thread_t:0x51a728, state:CW,
    native ID:0xa) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
    Compiled Code)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    "TimeEventGenerator" (TID:0xea4e2e38, sys_thread_t:0x4e11a8, state:CW,
    native ID:0x9) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,
    Compiled Code)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    , Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    "SpinnerRandomSource" (TID:0xea4e19f0, sys_thread_t:0x4d3018, state:CW,
    native ID:0x7) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
    Compiled Code)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
    Compiled Code)
    "Finalizer" (TID:0xea400320, sys_thread_t:0x6e4f8, state:CW, native
    ID:0x6) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
    "Reference Handler" (TID:0xea4003b0, sys_thread_t:0x3ca80, state:CW,
    native ID:0x5) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:424)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
    "Signal dispatcher" (TID:0xea4003e0, sys_thread_t:0x65460, state:CW,
    native ID:0x4) prio=5
    "main" (TID:0xea4001e0, sys_thread_t:0x2ef60, state:CW, native ID:0x1)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java, Compiled Code)
    at
    weblogic.t3.srvr.PropertyExecuteThread.waitForCompletion(PropertyExecuteThre
    ad.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java, Compiled Code)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@EA4F32C0/EB9188F0: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x51ba30)
    weblogic.kernel.ExecuteThread@EA4F34D8/EB9193D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x51a458)
    weblogic.security.SpinnerThread@EA4E19F0/EB870528: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x4d3018)
    weblogic.kernel.ExecuteThread@EA4F30D0/EB918348: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x51b918)
    weblogic.kernel.ExecuteThread@EA4F38E8/EB91A3E0: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x51c0d0)
    weblogic.kernel.ExecuteThread@EA4F3CF0/EB91B458: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x51c418)
    java.lang.ref.Reference$Lock@EA4003C0/EB0CF4B8: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x3ca80)
    weblogic.kernel.ExecuteThread@EA4F3E48/EB91B9B8: <unowned>
    Waiting to be notified:
    "ExecuteThread-12" (0x51c530)
    weblogic.kernel.ExecuteThread@EA4F2868/EB913FC0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x51a728)
    java.lang.ref.ReferenceQueue$Lock@EA400338/EB0CF9C0: <unowned>
    Waiting to be notified:
    "Finalizer" (0x6e4f8)
    java.lang.Object@EA675248/EC4A6D18: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3630/EB919930: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x51a570)
    weblogic.kernel.ExecuteThread@EA4F3A38/EB91A998: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x51c1e8)
    weblogic.kernel.ExecuteThread@EA4F3788/EB919E80: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x51bfb8)
    weblogic.kernel.ExecuteThread@EA4F3380/EB918E60: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x51bea0)
    weblogic.t3.srvr.StartupThread@EA673398/EC48C990: <unowned>
    Waiting to be notified:
    "main" (0x2ef60)
    weblogic.kernel.ExecuteThread@EA4F3B90/EB91AF00: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x51c300)
    java.lang.Class@EA68B010/EC5668C8: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F3FA0/EB91BF20: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x51c648)
    weblogic.time.common.internal.TimeTable@EA4E38A8/EB881130: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x4e11a8)
    java.lang.Object@EA676D30/EC4B9378: owner "StartupThread" (0x2e82ab0) 1
    entry
    weblogic.kernel.ExecuteThread@EA4F2F70/EB917DC0: <unowned>
    Waiting to be notified:

  • Problems with the Xserver Bus error

    I think this problem started when I updated to 10.4.10, but I'm not entirely sure.
    All of the sudden, I lost the Windows Login, the first problem I found was that the "crashreport" couldn't write on file and exited with signal 1 and 10.
    Following up on the system.log the application crashing was Spotlight damon.
    I remove it from the boot process and now it's not crashing (because is not running )
    But I still cannot login, when I restart the server, the screen stays on the part where the "bar" estimate the time to boot, although some of the services are up.
    Like LDAP, AFP, DHCP, etc.
    I cannot connect with the "Server Admin" remotely, although the "Workgroup Mannager" DOES connect.
    I CAN login ssh, but if I try any privileged commands, like "systemsetup", "networksetup", "softwareupdate", I get "Bus error" and there's nothing I can do.
    From the system.log I get
    Jul 10 21:20:34 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 10 21:20:34 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 10 21:20:35 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 10 21:20:35 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 10 21:21:05 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    "ps xl" gives me this:
    UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND
    0 1 0 0 32 -1 28348 212 - S<s ?? 0:47.20 /sbin/launchd
    0 27 1 0 63 0 27264 108 - Ss ?? 0:00.00 /sbin/dynamic_pager -F /private/var/vm/swapfil
    0 31 1 0 31 0 28216 940 - Ss ?? 0:01.20 kextd
    0 35 1 0 31 0 27752 568 - Ss ?? 0:05.62 /usr/sbin/kdcmond -n -a
    0 36 1 0 31 0 27844 400 - Ss ?? 0:00.03 /usr/sbin/KernelEventAgent
    0 37 1 0 31 0 28612 984 - Ss ?? 0:04.22 /usr/sbin/mDNSResponder -launchdaemon
    0 38 1 0 31 0 27592 412 - Ss ?? 0:06.12 /usr/sbin/netinfod -s local
    0 39 1 0 31 0 34464 2380 - Ss ?? 0:11.64 /usr/sbin/PasswordService -n
    0 41 1 0 31 0 27772 620 - Ss ?? 0:00.02 vpnd -x -i com.apple.ppp.pptp
    0 43 1 0 31 0 27284 236 - Ss ?? 0:22.46 /usr/sbin/syslogd
    0 45 1 0 31 0 28580 920 - Ss ?? 0:00.26 /usr/sbin/kadmind -passwordserver -nofork
    0 46 1 0 31 0 86292 3112 - Ss ?? 0:17.80 /usr/sbin/named -f
    0 49 1 0 31 0 118008 3584 - Ss ?? 1:18.70 /usr/libexec/slapd -d 0 -h ldap:/// ldapi://%2
    0 50 1 0 31 0 27348 460 - Ss ?? 0:01.59 master
    0 52 1 0 31 0 28872 756 - Ss ?? 0:00.25 /usr/sbin/coreaudiod
    0 53 1 0 31 0 27780 820 - Ss ?? 0:46.80 /usr/sbin/diskarbitrationd
    0 54 1 0 31 0 28340 520 - Ss ?? 0:00.58 /usr/sbin/memberd -x
    0 55 1 0 31 0 30368 2856 - Ss ?? 0:22.12 /usr/sbin/securityd
    0 57 1 0 31 0 27864 308 - Ss ?? 0:33.99 /usr/sbin/notifyd
    0 63 1 0 31 0 27672 520 - Ss ?? 0:06.20 /usr/sbin/distnoted
    0 64 1 0 31 0 34644 3616 - Ss ?? 0:10.24 /usr/sbin/DirectoryService
    0 66 1 0 31 0 27248 168 - Ss ?? 0:58.58 /usr/sbin/update
    0 81 1 0 31 0 29896 1052 - Ss ?? 0:28.71 /System/Library/CoreServices/coreservicesd
    0 130 1 0 31 0 27768 212 - Ss ?? 1:41.87 /usr/libexec/crashreporterd
    0 177 1 0 31 0 28992 1016 - Ss ?? 0:01.44 /usr/sbin/serialnumberd
    0 179 1 0 31 0 28512 1264 - Ss ?? 0:01.66 /usr/sbin/cupsd -L
    0 180 1 0 31 0 29308 128 - Ss ?? 0:00.00 nfsiod -n 4
    0 191 1 0 31 0 29080 160 - Ss ?? 0:00.00 /usr/sbin/AppleFileServer
    0 192 191 0 31 0 81588 9656 - S ?? 2:54.72 /usr/sbin/AppleFileServer
    0 193 1 0 31 0 27812 504 - S ?? 0:00.04 /bin/sh ./bin/mysqld_safe --datadir=/usr/local
    0 199 1 0 31 0 30224 528 - Ss ?? 0:00.41 /usr/sbin/smbd -D
    0 202 199 0 31 0 30224 208 - S ?? 0:00.00 /usr/sbin/smbd -D
    0 204 1 0 31 0 27308 128 - Ss ?? 0:00.00 rpc.lockd -w
    0 207 1 0 31 0 29716 904 - Ss ?? 0:00.06 /usr/sbin/automount -f -m /Network -nsl -mnt /
    0 209 1 0 31 0 28456 688 - Ss ?? 0:11.09 /usr/sbin/nmbd -D
    0 210 209 0 31 0 28440 172 - S ?? 0:00.01 /usr/sbin/nmbd -D
    0 213 1 0 31 0 29420 868 - Ss ?? 0:00.06 /usr/sbin/automount -f -m /automount/Servers -
    0 216 35 0 31 0 28848 1592 - S ?? 0:12.35 /usr/sbin/krb5kdc -n -a
    0 219 1 0 31 0 27508 316 - Ss ?? 0:08.14 ntpd -f /var/run/ntp.drift -p /var/run/ntpd.pi
    0 348 1 0 31 0 30936 772 - Ss ?? 0:00.46 slpd -f /etc/slpsa.conf
    0 402 1 0 31 0 27328 76 - Ss ?? 0:00.00 /usr/sbin/webperfcache
    0 19558 1 0 31 0 30292 1064 - S ?? 0:00.36 /usr/sbin/sshd -i
    0 23027 1 0 31 0 27844 904 - Ss ?? 0:00.05 /usr/libexec/bootpd -q
    0 23341 1 0 32 -1 28352 232 - S< ?? 0:00.00 /sbin/launchd
    0 26365 1 0 31 0 29928 1508 - Ss ?? 0:31.98 /usr/sbin/configd
    0 26375 1 0 31 0 30268 1056 - Ss ?? 0:06.97 /usr/sbin/lookupd
    0 19562 19558 0 31 0 27812 864 - Ss p0 0:00.25 -sh
    0 23342 19562 0 31 0 27288 396 - R+ p0 0:00.01 ps xl
    G5   Mac OS X (10.4.9)   2 512Gb Mirror Disks

    OK, I put the things back before my changes.
    I run the "privilages", install the Combo package, but everithing stays the same.
    Here's the system.log
    Jul 11 16:31:30 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jul 11 16:31:27 localhost mDNSResponder-108.5 (May 9 2007 16: 57:18)[37]: starting
    Jul 11 16:31:30 localhost kernel[0]: vmpagebootstrap: 124261 free pages
    Jul 11 16:31:27 localhost memberd[50]: memberd starting up
    Jul 11 16:31:30 localhost kernel[0]: migtable_maxdispl = 70
    Jul 11 16:31:28 localhost named[44]: starting BIND 9.3.4 -f
    Jul 11 16:31:31 localhost kernel[0]: 91 prelinked modules
    Jul 11 16:31:29 localhost lookupd[54]: lookupd (version 369.5) starting - Wed Jul 11 16:31:29 2007
    Jul 11 16:31:31 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 11 16:31:31 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jul 11 16:31:31 localhost kernel[0]: using 1310 buffer headers and 1310 cluster IO buffer headers
    Jul 11 16:31:31 localhost kernel[0]: AppleKauaiATA shasta-ata features enabled
    Jul 11 16:31:31 localhost kernel[0]: DART enabled
    Jul 11 16:31:31 localhost kernel[0]: FireWire (OHCI) Apple ID 52 built-in now active, GUID 001451ff fe42198e; max speed s800.
    Jul 11 16:31:31 localhost kernel[0]: Security auditing service present
    Jul 11 16:31:31 localhost kernel[0]: BSM auditing present
    Jul 11 16:31:31 localhost kernel[0]: disabled
    Jul 11 16:31:31 localhost kernel[0]: rooting via boot-uuid from /chosen: 1FFA9A97-D6DE-3E6F-8EAD-9C7D29C054DB
    Jul 11 16:31:31 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jul 11 16:31:31 localhost kernel[0]: AppleSMU -- shutdown cause = 2
    Jul 11 16:31:31 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@9/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3500630AS Media/IOApplePartitionScheme/AppleRAID_OfflineV2_Untitled2@3/AppleRAIDMember/AppleRAIDMirrorSet/IMER Server Disk@0
    Jul 11 16:31:31 localhost kernel[0]: BSD root: disk2, major 14, minor 8
    Jul 11 16:31:31 localhost kernel[0]: AppleSMU::PMU vers = 0x000d00a0, SPU vers = 0x69, SDB vers = 0x01,
    Jul 11 16:31:31 localhost kernel[0]: Jettisoning kernel linker.
    Jul 11 16:31:31 localhost kernel[0]: Resetting IOCatalogue.
    Jul 11 16:31:31 localhost kernel[0]: Matching service count = 1
    Jul 11 16:31:31 localhost kernel[0]: Matching service count = 3
    Jul 11 16:31:31 localhost kernel[0]: Matching service count = 3
    Jul 11 16:31:31 localhost kernel[0]: Matching service count = 3
    Jul 11 16:31:31 localhost kernel[0]: Matching service count = 3
    Jul 11 16:31:31 localhost kernel[0]: Matching service count = 3
    Jul 11 16:31:31 localhost kernel[0]: NVDANV40HAL loaded and registered.
    Jul 11 16:31:31 localhost kernel[0]: PowerMac112ThermalProfile::start 1
    Jul 11 16:31:31 localhost kernel[0]: PowerMac112ThermalProfile::end 1
    Jul 11 16:31:31 localhost kernel[0]: SMUNeo2PlatformPlugin::initThermalProfile - entry
    Jul 11 16:31:31 localhost kernel[0]: SMUNeo2PlatformPlugin::initThermalProfile - calling adjust
    Jul 11 16:31:31 localhost kernel[0]: PowerMac112ThermalProfile::adjustThermalProfile start
    Jul 11 16:31:31 localhost named[44]: command channel listening on 127.0.0.1#54
    Jul 11 16:31:33 localhost diskarbitrationd[49]: disk2 hfs 1FFA9A97-D6DE-3E6F-8EAD-9C7D29C054DB IMER Server Disk /
    Jul 11 16:31:33 localhost DirectoryService[58]: Launched version 2.1 (v353.6)
    Jul 11 16:31:34 localhost launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:31:34 localhost launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:31:34 localhost launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:31:34 localhost launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:31:35 localhost kernel[0]: BCM5701Enet: Ethernet address 00:16:cb:3a:f0:88
    Jul 11 16:31:35 localhost launchd: Server 351b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[54]: exited abnormally: Hangup
    Jul 11 16:31:35 localhost kernel[0]: BCM5701Enet: Ethernet address 00:16:cb:3a:f0:89
    Jul 11 16:31:36 localhost lookupd[73]: lookupd (version 369.5) starting - Wed Jul 11 16:31:36 2007
    Jul 11 16:31:36 localhost mDNSResponder: Adding browse domain local.
    Jul 11 16:31:37 imerserver configd[47]: setting hostname to "imerserver.intranet.imeronline.com"
    Jul 11 16:31:40 imerserver kernel[0]: NVDA,Display-B: vram [98020000:08000000]
    Jul 11 16:31:40 imerserver kernel[0]: NVDA,Display-A: vram [00000000:01000000]
    Jul 11 16:31:40 imerserver kernel[0]: AppleBCM5701Ethernet - en0 link active, 1000-Mbit, full duplex, symmetric flow control enabled
    Jul 11 16:31:40 imerserver configd[47]: AppleTalk startup
    Jul 11 16:31:42 imerserver configd[47]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 11 16:31:42 imerserver configd[47]: posting notification com.apple.system.config.network_change
    Jul 11 16:31:42 imerserver lookupd[81]: lookupd (version 369.5) starting - Wed Jul 11 16:31:42 2007
    Jul 11 16:31:44 imerserver configd[47]: AppleTalk startup complete
    Jul 11 16:31:48 imerserver DirectoryService[58]: LDAPv3: [127.0.0.1] Updated Security Policies from Directory.
    Jul 11 16:31:52 imerserver kernel[0]: nmbd[207] uses send/recv on a pipe
    Jul 11 16:31:52 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:31:52 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:31:52 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:31:52 imerserver launchd: com.apple.servermgrd: 8 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:31:52 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:31:53 imerserver /usr/sbin/serialnumberd[179]: serialnumberd: Firewall rule #1 added to allow port 626.
    Jul 11 16:31:55 imerserver automount[192]: Failed request for Finder notification; result = -1.
    Jul 11 16:31:55 imerserver automount[192]: Failed request for Finder notification; result = -1.
    Jul 11 16:31:55 imerserver ntpdate[94]: getnetnum: "time.apple.com" invalid host number, line ignored
    Jul 11 16:31:55 imerserver ntpdate[94]: no servers can be used, exiting
    Jul 11 16:31:55 imerserver configd[47]: target=enable-network: disabled
    Jul 11 16:31:56 imerserver automount[192]: Failed request for Finder notification; result = -1.
    Jul 11 16:31:56 imerserver automount[192]: Failed request for Finder notification; result = -1.
    Jul 11 16:31:56 imerserver automount[192]: Failed request for Finder notification; result = -1.
    Jul 11 16:31:56 imerserver automount[192]: Failed request for Finder notification; result = -1.
    Jul 11 16:31:57 imerserver ntpd_initres[258]: couldn't resolve `time.apple.com', giving up on it
    Jul 11 16:32:01 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:32:01 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:32:02 imerserver netinfod local[38]: cannot lookup child
    Jul 11 16:32:02 imerserver netinfod local[38]: cannot lookup child
    Jul 11 16:32:02 imerserver netinfod local[38]: cannot lookup child
    Jul 11 16:32:02 imerserver netinfod local[38]: cannot lookup child
    Jul 11 16:32:03 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:32:03 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:32:03 imerserver launchd: com.apple.servermgrd: 7 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:32:03 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:32:05 imerserver mDNSResponder: Update kerberos.udp.IMERSERVER.INTRANET.IMERONLINE.COM. refused
    Jul 11 16:32:05 imerserver mDNSResponder: Registration of record kerberos.udp.IMERSERVER.INTRANET.IMERONLINE.COM. type 33 failed with error -65553
    Jul 11 16:32:05 imerserver mDNSResponder: ERROR: hndlLookupSOA - recursed to root label of _kerberos.imerserver. without finding SOA
    Jul 11 16:32:05 imerserver mDNSResponder: RecordRegistrationCallback: error -65537
    Jul 11 16:32:05 imerserver mDNSResponder: Update kerberos.tcp.IMERSERVER.INTRANET.IMERONLINE.COM. refused
    Jul 11 16:32:05 imerserver mDNSResponder: Registration of record kerberos.tcp.IMERSERVER.INTRANET.IMERONLINE.COM. type 33 failed with error -65553
    Jul 11 16:32:13 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:32:13 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:32:13 imerserver launchd: com.apple.servermgrd: 6 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:32:13 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:32:24 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:32:24 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:32:24 imerserver launchd: com.apple.servermgrd: 5 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:32:24 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:32:31 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:32:31 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:32:31 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:32:32 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:32:34 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:32:34 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:32:34 imerserver launchd: com.apple.servermgrd: 4 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:32:34 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:32:44 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:32:44 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:32:44 imerserver launchd: com.apple.servermgrd: 3 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:32:44 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:32:55 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:32:55 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:32:55 imerserver launchd: com.apple.servermgrd: 2 more failures without living at least 60 seconds will cause job removal
    Jul 11 16:32:55 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:33:02 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:02 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:02 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:02 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:03 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:33:05 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:33:05 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:33:05 imerserver launchd: com.apple.servermgrd: 1 more failure without living at least 60 seconds will cause job removal
    Jul 11 16:33:05 imerserver launchd: com.apple.servermgrd: will restart in 10 seconds
    Jul 11 16:33:15 imerserver launchd: com.apple.servermgrd: exited abnormally: Bus error
    Jul 11 16:33:15 imerserver launchd: com.apple.servermgrd: respawning too quickly! throttling
    Jul 11 16:33:15 imerserver launchd: com.apple.servermgrd: too many failures in succession
    Jul 11 16:33:33 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:33 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:33 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:33 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:33:34 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:34:04 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:04 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:04 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:04 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:05 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:34:35 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:35 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:35 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:35 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:34:36 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:35:06 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:06 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:06 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:06 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:07 imerserver launchd: getty repeating too quickly on port /dev/console, sleeping
    Jul 11 16:35:37 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:37 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:37 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 11 16:35:37 imerserver /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started

  • ADF Mobile App integration with webservices, connection refused error

    I created an ADF application for department search with business components and exposed this as a webservice. I can access the WSDL locally from a browser. Then created an ADF mobile application and deployed it to android emulator. I am able to deploy the application to emulator and I can see the app on Android emulator. When I try to search for any department, I am getting "cannot connect to localhost on port 7101 : connection refused". My server is started already and the port number is also correct. Did any one came across this issue before? Even the WSDL URL is not accessible from the browser of android emulator.
    Edited by: adf_forum on Nov 16, 2012 2:16 PM

    Hi,
    One more thing to keep in mind is that Android emulator is itself a network host, and localhost will likely loop back into itself, i.e. emulator. Please try to set up the WLS to listen on an actual IP address for your development machine, create your WS DC using this real IP address, and then try to deploy/run the app.
    If you need to retrofit your app with an new IP address, please keep in mind there are several places you would need to manually fix up, including the connections.xml file.
    In general, if the device emulator's browser cannot hit a web service, then the ADF Mobile app will also not be able to hit a web service.
    The most reliable way is to treat the emulator like an actual device, then work out your application's connection accordingly.
    Thanks,
    Joe Huang

  • [SOLVED] Gnome 3.8 apps crash with X Window System Error

    So far this applications are affected:
    - gnome-terminal (when clicking on menu)
    - gnome-control-center (when choosing Users or Date & Time and some other tiles, choosing account in GOA)
    - epiphany (when clicking on new tab button)
    They crash with following error in console:
    (gnome-control-center:12717): Gdk-ERROR **: The program 'gnome-control-center' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadImplementation (server does not implement operation)'.
    (Details: serial 3583 error_code 17 request_code 148 minor_code 46)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the GDK_SYNCHRONIZE environment
    variable to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    dmesg show only this line:
    [14505.289265] traps: gnome-control-c[12717] trap int3 ip:7fc494139ead sp:7fff3986e5e0 error:0
    Running with gdb:
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0x00007ffff13caead in g_logv () from /usr/lib/libglib-2.0.so.0
    (gdb) backtrace
    #0 0x00007ffff13caead in g_logv () from /usr/lib/libglib-2.0.so.0
    #1 0x00007ffff13cb092 in g_log () from /usr/lib/libglib-2.0.so.0
    #2 0x00007ffff2825e60 in ?? () from /usr/lib/libgdk-3.so.0
    #3 0x00007ffff2830801 in ?? () from /usr/lib/libgdk-3.so.0
    #4 0x00007ffff5332976 in _XError () from /usr/lib/libX11.so.6
    #5 0x00007ffff532fbc1 in ?? () from /usr/lib/libX11.so.6
    #6 0x00007ffff532fc05 in ?? () from /usr/lib/libX11.so.6
    #7 0x00007ffff5330495 in _XEventsQueued () from /usr/lib/libX11.so.6
    #8 0x00007ffff5332f28 in _XData32 () from /usr/lib/libX11.so.6
    #9 0x00007ffff530d46e in XChangeProperty () from /usr/lib/libX11.so.6
    #10 0x00007ffff283bcfb in ?? () from /usr/lib/libgdk-3.so.0
    #11 0x00007ffff2d4609c in ?? () from /usr/lib/libgtk-3.so.0
    #12 0x00007ffff2d4a8ca in gtk_window_set_icon_name () from /usr/lib/libgtk-3.so.0
    #13 0x000000000044ba23 in ?? ()
    #14 0x00007fffe3358eb8 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    #15 0x00007fffe3358820 in ffi_call () from /usr/lib/libffi.so.6
    #16 0x00007ffff168ac98 in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    #17 0x00007ffff168a458 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    #18 0x00007ffff169b40d in ?? () from /usr/lib/libgobject-2.0.so.0
    #19 0x00007ffff16a3219 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    #20 0x00007ffff16a3462 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    #21 0x000000000044d3bc in ?? ()
    #22 0x00007ffff168d2b0 in g_cclosure_marshal_VOID__BOXEDv () from /usr/lib/libgobject-2.0.so.0
    #23 0x00007ffff168a687 in ?? () from /usr/lib/libgobject-2.0.so.0
    #24 0x00007ffff16a2778 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    #25 0x00007ffff16a3462 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    #26 0x00007ffff2bf293c in ?? () from /usr/lib/libgtk-3.so.0
    My graphic card (iI guess this has something to do with xorg):
    AMD Mobility Radeon HD 4550 (using catalyst legacy driver 13.1 with Xorg 1.12)
    Last edited by szorti (2013-04-24 08:40:26)

    I did a little test:
    - upgraded to xorg 1.14
    - switched from catalyst to xf86-video-ati drive
    Most of the errors dissappeared (GOA still crashes).
    But now i can only see message tray using keyboard shortcut (super + m). I read that I need to move my mouse fast to the botton edge of my screen - does not work - instead it show up randomly when i moved mouse near the bottom edge.
    I don't want to use the open source drivers (slow and laggy with multi monitor setup I'm using). I hope gnome devs will fix this bugs soon.
    SOLUTION (to still use catalyst):
    I found out that this is an Xorg 1.12 bug.
    Bug: http://lists.debian.org/debian-x/2012/12/msg00133.html
    To solve this use patch from this bugreport to compile xorg 1.12
    I used this aur packages:
    1. https://aur.archlinux.org/packages/xf86 … evdev1.12/
    2. https://aur.archlinux.org/packages/xorg-server1.12/ - I have edited PKGBUILD to include patch from bug report above
    PKGBUILD and patch:
    https://gist.github.com/winglot/5450630
    Last edited by szorti (2013-04-24 08:40:10)

  • Core Dump on Solaris 10 (Signal 10 - Bus Error), but not on Solaris 8?

    Hi,
    We just moved our product from Solaris 8 to Solaris 10. It runs for months on Solaris 8 without any problems, while core dumped after running about 2 weeks on Solaris 10.
    Any clue on what could be wrong is apprecaited.
    pam

    Hi Andrew,
    Appreciate your answer very much. I am very new to Solaris and UNIX in general. Would you please let me know what kind of info would help diagnose the
    problem? I have stack pointer, output of "where" from gdb. frme pointer, etc.
    pam
    ===================
    GNU gdb 6.3
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "sparc-sun-solaris2.8"...(no debugging symbols found)
    Core was generated by `./warnsrvr'.
    Program terminated with signal 10, Bus error.
    #0 0x001a3ca8 in __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__ ()
    (gdb) where
    #0 0x001a3ca8 in __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__ ()
    #1 0x001a3ca8 in __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__ ()
    Previous frame identical to this frame (corrupt stack?)
    ======================================
    (gdb) disassemble 0x001a3ca8
    Dump of assembler code for function __1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__:
    0x001a3c24 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+0>: cmp %o0, 1
    0x001a3c28 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+4>: be,pn %icc, 0x1a3c38 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+20>
    0x001a3c2c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+8>: sethi %hi(0x572000), %l6
    0x001a3c30 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+12>: ret
    0x001a3c34 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+16>: restore %g0, 0, %o0
    0x001a3c38 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+20>: ld [ %l6 + 0x358 ], %l5
    0x001a3c3c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+24>: cmp %l5, 0
    0x001a3c40 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+28>: bne,pn %icc, 0x1a3c50 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+44>
    0x001a3c44 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+32>: cmp %l5, 1
    0x001a3c48 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+36>: ret
    0x001a3c4c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+40>: restore %g0, 1, %o0
    0x001a3c50 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+44>: bne,pn %icc, 0x1a3cb0 <__1cSWPReferenceManagerOInputIonoModel6MrknKIONO_MODEL_khki_nGRESULT__+4>
    0x001a3c54 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+48>: sethi %hi(0x1a3c00), %l7
    0x001a3c58 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+52>: mov -1, %i1
    0x001a3c5c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+56>: sth %i1, [ %fp + -1864 ]
    0x001a3c60 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+60>: add %fp, -1824, %o0
    0x001a3c64 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+64>: ldd [ %l7 + 8 ], %f0
    0x001a3c68 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+68>: call 0x1c87f0 <___const_seg_900001301+16>
    0x001a3c6c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+72>: std %f0, [ %fp + -1856 ]
    0x001a3c70 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+76>: call 0x1cf888 <__1cKIono2Ascii6FrknKIONO_MODEL_pcki_v_+100>
    0x001a3c74 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+80>: add %fp, -1864, %o0
    0x001a3c78 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+84>: sllx %i2, 0x30, %o1
    0x001a3c7c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+88>: mov %i0, %o0
    0x001a3c80 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+92>: srax %o1, 0x30, %o1
    0x001a3c84 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+96>: call 0x182cb0 <__1cTGenReferenceManagerOGetCorrections6MrknKCLSGpsTime_rknICLSCoord_rnOCORRECTION_SET__nGRESULT__+3504>
    0x001a3c88 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+100>: add %fp, -1864, %o2
    0x001a3c8c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+104>: cmp %o0, 1
    0x001a3c90 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+108>: be,pn %icc, 0x1a3ca0 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+124>
    0x001a3c94 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+112>: mov %i0, %o0
    0x001a3c98 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+116>: ret
    0x001a3c9c <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+120>: restore %g0, 0, %o0
    0x001a3ca0 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+124>: call 0x1a7068 <__1cSWPReferenceManagerPAdjustXTRATimes6MpnZCLSGnssSatellitePredictor_khrnKCLSGpsTime_rd_nGRESULT__+3584>
    0x001a3ca4 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+128>: add %fp, -1864, %o1
    0x001a3ca8 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+132>: ret
    End of assembler dump.
    =====================================
    (gdb) info registers
    g0 0x0 0
    g1 0xfd77ecb8 -42472264
    g2 0x11 17
    g3 0xecf0 60656
    g4 0xfd77e304 -42474748
    g5 0xfc 252
    g6 0x0 0
    g7 0xfeda4200 -19250688
    o0 0x1 1
    o1 0x20 32
    o2 0x693500 6894848
    o3 0xecf0 60656
    o4 0x6a21f0 6955504
    o5 0x1 1
    sp 0xfd77ec38 0xfd77ec38
    o7 0x1a3ca0 1719456
    l0 0x1b000021 452984865
    l1 0x2ca2a40 46803520
    l2 0x40173076 1075261558
    l3 0x57d22e16 1473392150
    l4 0x3fa80492 1067975826
    l5 0x3c06fe49 1007091273
    l6 0x4072b4a5 1081259173
    l7 0x410d711d 1091399965
    i0 0x421c0000 1109131264
    i1 0xffffffff -1
    i2 0x1d000018 486539288
    i3 0x2ca2808 46802952
    i4 0x40138e4a 1075023434
    i5 0x8b122e16 -1961742826
    fp 0xbfb17c3b 0xbfb17c3b
    i7 0xa817f0db -1474826021
    y 0x3 3
    psr 0xfe401007 -29356025
    wim 0x0 0
    tbr 0x0 0
    pc 0x1a3ca8 0x1a3ca8 <__1cSWPReferenceManagerMInputUtcInfo6MrknIUTC_INFO_khki_nGRESULT__+132>
    npc 0x1a3cac 0x1a3cac <__1cSWPReferenceManagerOInputIonoModel6MrknKIONO_MODEL_khki_nGRESULT__>
    fsr 0x400420 4195360
    csr 0x0 0

  • Compiling perl on Solaris x86 in 64bit mode with libperl.so

    Hello,
    I am trying to compile perl 5.10.0 on solaris 10/x86 in 64bit mode, some basic infos are:
    System: SunOS oven 5.10 Generic_120012-14 i86pc i386 i86pc
    Compiler: gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) which comes with SUNWgcc
    To compile in 64bit I add the -m64 to linker and compiler flag.
    I also point the Configure to appropriate 64bit library directories.
    Static compilation without libperl.so build works like a charm, with libperl.so it compiles as well but execution of perl or miniperl results in:
    ld.so.1: miniperl: fatal: relocation error: R_AMD64_PC32: file /export/home/keeper/build/perl-5.10.0/libperl.so: symbol main: value 0x2800117364c does not fit
    Same happens with perl 5.8.8 btw.
    I have tried to add / remove -fPIC flag, result is the same.
    I am also 100% sure that the correct libperl.so is taken.
    Anyone had success in this?

    Hi,
    I have tried that option and I did get some information. After dlopen when I am trying to close using dlclose, the application is crashing. The log is given below.
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; dlclose()
    21694:
    21694: handle=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; collected for possible removal [ GPH_INITIAL ]
    21694:
    21694: handle=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; deleting:
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; object deleting
    21694: file=/usr/lib/sparcv9/libCrun.so.1; object removed from handle [ NODELETE ]
    21694: file=/usr/lib/64/libc.so.1; object removed from handle [ GLOBAL  NODELETE ]
    Bus error
    21694: file=/usr/lib/64/libdl.so.1; object removed from handle [ GLOBAL  NODELETE ]
    21694: file=/usr/lib/sparcv9/libCstd.so.1; object deleting
    21694:
    21694:
    21694: notify debugger: event: RD_DLACTIVITY state: RT_DELETE
    21694:
    21694:
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; deleting
    21694:
    21694: file=/usr/lib/sparcv9/libCstd.so.1; deleting
    21694:
    21694: notify debugger: event: RD_DLACTIVITY state: RT_CONSISTENT
    21694:
    21694:
    21694: file=/tmp/test/lib/app/bin/sparcv9/STD; add binding to:
    21694: file=/usr/lib/64/libsocket.so.1 [ NEEDED  REFERENCED ]
    Fault signal: SIGBUS (10), invalid address alignment.
    At instruction address 0xffffffff7dd4f4a8, faulting access address is 0x4e5352532eb264cc
    Symbolic location: "realloc + 0x474 [usr/lib/sparcv9/libc.so.1]"
    21694:
    21694: ld.so.1: app: fatal: address 0x4e5352532eb264cc does not fall within any mapped object
    21694:
    ------ Concluding frames leaf call (n=1) ------
    # 0 0x7dd4f4a8 realloc + 0x474 [usr/lib/sparcv9/libc.so.1]
    [0x1,0x1f3620,0x1,0x1f3620,0x1,....]
    # 1 0x7dd4f444 realloc + 0x410 [usr/lib/sparcv9/libc.so.1]
    Does this mean that there is a problem with the library /usr/lib/sparcv9/libc.so.1 or /usr/lib/sparcv9/libCstd.so.1 or any other library ??
    Thanks in advance

  • UMR with PURIFY

    Hi All,
    I am using a multi-threaded application to execute database
    queries. The Oracle version in use is 9.0.1.0.0 on Sun Solaris
    platform. A single environment handle along with connection
    pooling is used.
    I am running the application with PURIFY and have a couple
    of questions :
    1. When I run the application with PURIFY, I get many UMR's
    (Uninitialized Memory Reads) in OCI system calls like
    OCIEnvCreate and OCIConnectionPoolCreate (a couple are shown
    below). Are these known issues in OCI, or is it something to
    do with our usage of the OCI system calls in our application :
    UMR: Uninitialized memory read
    This is occurring while in:
    LdiDateRoundFS [ldirfs.c]
    LdiDateConstruct [ldidcon.c]
    sLdiGetDate [sldiget.c]
    kpu_get_ldi_ostz [kpuzln.c]
    kpuinit0 [kpuini.c]
    kpuenvcr [kpuini.c]
    OCIEnvCreate [oci8.c]
    => (void)OCIEnvCreate((OCIEnv **)&(this->pEnvHandle), (ub4)(OCI_DEFAULT),\
    (dvoid*)0,NULL,NULL,NULL,\
    (size_t)0, (dvoid **)0);
    UMR: Uninitialized memory read
    This is occurring while in:
    nlnvews [nlnv.c]
    nlnvmsc [nlnv.c]
    nlnvpds [nlnv.c]
    nlnvcrb [nlnv.c]
    nlnvcpb [nlnvcpb.c]
    nlnvibb [nlnvibb.c]
    nlad_use_node [nlad.c]
    nscall1 [nscall.c]
    nscall [nscall.c]
    niotns [nio.c]
    nigcall [nig.c]
    osncon [nigcon.c]
    kpuadef [kpu.c]
    upiini [upiprv.c]
    upiah0 [upicdc.c]
    kpuatch [kpu.c]
    kpucpcrecons [kpucp.c]
    kpucpcreate [kpucp.c]
    OCIConnectionPoolCreate [oci8.c]
         retStatus = OCIConnectionPoolCreate((this->pEnvHandle),\
    pErrorHandle, (this->pCPoolHandle), &(this->pPoolName),\
    &(this->dPoolNameLen), this->pDatabase, \
    (sb4)strlen((const char *)this->pDatabase), 1,\
    this->dTotalConn, 1, (text*)this->pDbUserName,\
    (sb4)strlen((const char*)this->pDbUserName),\
    (text*)this->pDbPasswd, (sb4)strlen(\
    (const char*)this->pDbPasswd), OCI_DEFAULT);
    2. I also get a memory dump/core dump in OCI system calls
    (OCILogOff(), OCIStmtExecute()) after some time when I run
    multiple simultaneous queries. The dump is shown below.
    Are there some memory space initializations that need to be
    done when initializing OCI/PURIFY for this ?
    ********** Internal heap ERROR 17112 addr=0x4d998c *********
    ***** Dump of memory around addr 4d998c:
    4D9780 00000000 [....]
    4D9790 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    4D97C0 00000000 00000000 00000000 00069DE4 [................]
    4D97D0 FED147B8 FEDD5114 FCBCE788 FCBD93D4 [..G...Q.........]
    4D97E0 FCE7D960 FCE84118 FCE86F14 FDDB8F10 [...`..A...o.....]
    Chunk 546f18 sz= 4144 free " "
    Chunk 55a2d8 sz= 4144 free " "
    Total free space = 729940
    UNPINNED RECREATABLE CHUNKS (lru first):
    PERMANENT CHUNKS:
    Chunk 573f00 sz= 76 perm "perm " alo=76
    Permanent space = 76
    Hla: 0
    Thanks in advance for any help
    Subhash Nayak.

    Hello,
    I found also a lot of UMR when I purified it on HP-UX. Looks like they don't hurt.
    But your application should not crash. AFAICS you didn't initialize OCI in threaded mode, thats might be the cause for the crash.
    Regards,
    Kai

  • How do I use the App store with macbook pro and mac pro

    I currently use the app store with the mac book, but want to buy (share?) apps and music with the mac pro.
    I can't find anything that specifically outlines how this works.
    I use SplashID with the macbook and an iPhone, and want to use it (and sync it) on the mac pro as well.
    If you buy apps for a macbook, can you use them on a second machine, or do you need to buy it a second time?

    Your license from the MAS allows you to download and install the apps on as many Macs as you own or have under your control (institutional or employer supplied Macs.) The Mac should to be running Mac OS X 10.6.8 Snow Leopard or Mac OS X 10.7.2 Lion. Open the MAS app on the Mac Pro and sign into your account to have access to download all of your previous purchases in the Purchased pane.
    Simple apps can also be dragged & dropped over a network connection from the MacBook to the Mac Pro.

  • How do I delete an app installed with an old iTunes account?

    How do I delete an app installed with an old iTunes account? After syncing my iPhone with iTunes, the app is not listed in the App section.

    To delete an app from your iphone, press and hold any icon until they all start wiggling. Apps that you can delete will have a circled x in the top left corner of the icon. Tap that circled x to delete. Tap home button to stop the wiggling.

  • Office Web Apps Server 2013 - Word Web App - Problem with Tab space

    Hello We have Office Web Apps Server 2013 running with SharePoint 2013.  Users Editing a Word document with Office Web Apps, can't use "Tabs", any Word document with Tabs; the tabs are replaced with a single space.
    Has anyone noticed this?  Is this a bug?
    -thanks
    thomas
    -Tom

    Yes, currently the Word Web App does not support
    Tab Keyboard shortcut for editing document content .
    For more information, you can have a look at
    the article:
    http://office.microsoft.com/en-us/office-online-help/keyboard-shortcuts-in-word-online-HA010378332.aspx?CTT=5&origin=HA010380212
    http://social.technet.microsoft.com/Forums/en-US/3f5978d3-67a1-4c8c-981f-32493d72610b/office-web-apps-server-2013-word-web-app-problem-with-tab-space?forum=sharepointgeneral

  • Help!Can't access iCloud (pics apps) even with correct password. Won't download my stored info on my new phone

    Help!Can't access iCloud (pics apps) even with correct password. Won't download my stored info on my new phone

    That happens because photo stream photos only remain in iCloud for 30 days, even though your last 1000 photo stream photos remain on your devices until deleted.  When you enabled photo stream on your iPod 4, you only received photo stream photos from the last 30 days as older photos are no longer in iCloud.  If you want to stream these older photos to your new iPod, you will have to create a shared photo stream on your old one that contains these photos (requires iOS 6 or higher) and invite yourself as a subscriber, as explained here: http://help.apple.com/icloud/#/mmc0cd7e99.

  • I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have my Calendar app syncing with iCloud.  Every time I open it it says, "Moving Calendars to Server Account..."  It runs and runs and does not stop.  As a result, I cannot access my calendars.  Please help.

    I have the same problem, I tried the solution of Dr Cox but that didn't work as he said go to system preference then mail, contacts etc. but I don't have that.  Can someone help?
    Elaine

  • Crystal xi app terminates with no errors

    I've installed Crystal XI Professional on a Windows 2003 R2 SP1 server.  I am migrating reports from Crystal Reports 8.5 to Crystal XI on this server.  I only have Crystal XI installed on the server, though.  When I first attempted to open the reports the detail screen of the reports came up, but when I attempted to preview the reports the app closed with no errors.  I have very few reports that were visible without being rebuilt.  So this is what I've done to determine the problem:
    1.  I rebuilt a report from scratch in XI.  The report had 3 subreports in it.  Still not able to preview.
    2.  I applied Service Packs 1-4 and 2 hot fixes to the app.  Now I was able to preview the main report and one very simple subreport.  If I tried previewing the other 2 subreports the app would close.  If I tried navigating to the subreport within the main report by paging over the app closed once it got to the page containing the subreport.
    3.  I separated the subreport and began to dissect it one piece at a time to see where it could be failing.  I didn't get anywhere closer to the answer this way.
    4.  I created the subreport from scratch one field, etc. at a time.  I first added a field and a simple formula to report expert.  The report ran fine, and the correct data was viewable.  Then I saved.  Then I added another field and a date factor to the report expert formula, refreshed, and it was perfect.  I saved it.  Then I added 2 more fields, refreshed, perfect, so I saved.  Then I added to the report expert formula a phrase that basically says to look for this particular field if 0.00 is not in it.  The field is a number field, and this is how it is set up on the report in 8.5.  After I added this and refreshed, the application closed.  I didn't save the report before I refreshed it, so that portion wasn't saved with the report when it crashed.  I reopened the report after the app closed on me, but I couldn't view the preview section just the detail section.  The app continued to close each time I clicked on preview.  This was the same report I was just previewing.  This is what I discovered...
    5.  I was able bring up the details section of the report, just not able to preview it without the app closing.  So, I deleted all the fields and started from scratch again.  This time I saved & closed the app between each change.  What I discovered is that once I save and close the app, I am not able to view the report in the preview section.  The app closes each time. 
    Since I've applied all Service Packs and fixes, I'm not sure what else to do.  I know this is lengthy, but I wanted you to fully understand what was going on.  Please help, if you can.
    Ellisa

    Hi
    Please provide the following information:
    1)Did you manually un-install and then install Crystal reports again.
    If no,then please try that first.
    To manually un-install remove CR from Add and Remove and then remove the keys(if any) from the registry editor which are related to CR.
    2)Are you able to open/create and preview the reports on any other machine except this one.
    If yes, then would suggest you to copy all the set-up files from that machine to this machine and then try again to preview the reports.
    3)What are the other softwares/packages instaleed on this machine.I mean any .Net dev environment kind of thing.
    4)Are you able to preview the reports properly on the machine where 8.5 was installed(in CR 8.5).If not tried then could you please try to install CR XI on this machine and check.
    Thanks

  • Interactive PDF on IPad app created with Digital Publishing Suite

    Can someone tell me why I can create an Interactive PDF in InDesign, send it to Adobe Forms but not be able to have an Interactive PDF form on an IPad App built with InDesign? Is having an Interactive (by that I mean, adding a name and address and answering questions in the form of text and checkboxes and submitting) form on an IPad at all possible using InDesign? Aaarrrrgggghhh!
    Barb

    I have a 5 part questionnaire which is included in an IPad app built with InDesign. The recipients of the questionnaire answer the questions, add their name etc. They will visit this questionnaire on a monthly basis for 6 months, and each month a copy of the questionnaire is to be submitted to 3 different people. The responses of the questionnaire will need to be maintained for editing and updating each month.

Maybe you are looking for

  • RFC Trace in SAP R/3

    Hello everybody, I would like to know how to log a RFC Call on SAP R/3 and the data flow from a RFC. Thanks for your helps,

  • Creative Cloud "application"

    WINDOWS 7 (CC) A few issues. Desktop - Creative Cloud  (I guess this is generally called the "installer".) I noticed there was an update to 'Creative Cloud'  which I duly did . This then advised various updates including 'Premiere CS6 Family' Did thi

  • Print Smartforms in Inventory Management

    Dear Sappers, My client requires a lot of samrtform in INventory Management including SC DC, Stock Transfer DC, GR etc.GR Smartform is coming as per my configuration.But other smartforms are not coming as per y configuration. When I see the material

  • Palm Desktop calendar 6.2.2 won't allow me to go past Dec 2011

    I'm running 6.2.2 with Windows 7.  Noticed a few months ago that it crashes every time I try to look at January 2012 on the desktop software.  I was hoping there would be a fix but I can't seem to find anything.  Anyone else have this problem?  I tri

  • Connect a single Discoverer server to multiple applications?

    I am using a standalone Discoverer server, originally configured to connect to a test database/eBusiness application. I would now like to connect it to another database/eBusiness application. Is this possible to have 1 Discoverer server configured to