Problem in creating Jtree instance when X server is down

I am facing this problem while trying to build JTree object when X Server is down
I am using Redhat 8 and jdk1.3.1
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Problem creating javax.swing.plaf.metal.MetalLookAndFeel with method getSystemTextFont and args { : java.lang.reflec
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:993)
at javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:670)
at javax.swing.UIDefaults.get(UIDefaults.java:145)
at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:46)
at javax.swing.UIDefaults.getFont(UIDefaults.java:223)
at javax.swing.UIManager.getFont(UIManager.java:456)
at javax.swing.plaf.basic.BasicTreeUI.installDefaults(BasicTreeUI.java:5Xlib: No protocol specified
Problem creating javax.swing.plaf.metal.MetalLookAndFeel with method getSystemTextFont and args { : java.lang.reflec
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:993)
at javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:670)
at javax.swing.UIDefaults.get(UIDefaults.java:145)
at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:46)
at javax.swing.UIDefaults.getFont(UIDefaults.java:223)
at javax.swing.UIManager.getFont(UIManager.java:456)
at javax.swing.plaf.basic.BasicTreeUI.installDefaults(BasicTreeUI.java:591)
at javax.swing.plaf.basic.BasicTreeUI.installUI(BasicTreeUI.java:525)
at javax.swing.plaf.metal.MetalTreeUI.installUI(MetalTreeUI.java:83)
at javax.swing.JComponent.setUI(JComponent.java:322)
at javax.swing.JTree.setUI(JTree.java:537)
at javax.swing.JTree.updateUI(JTree.java:553)
at javax.swing.JTree.<init>(JTree.java:513)
at javax.swing.JTree.<init>(JTree.java:489)
at javax.swing.JTree.<init>(JTree.java:472)
at com.cygnet.constel.cygSdk.cygJS.CygTree.<init>(CygTree.java:15)
at com.cygnet.constel.cservs.cygManageIpInit.StringCreator.getDetails(StringCreator.java:54)
SampleTree.java Source code .
import javax.swing.tree.* ;
import javax.swing.* ;
public class SampleTree extends JTree
     public SampleTree() {
          super() ;
     public SampleTree( Object[] value ) {
          super( value ) ;
     public SampleTree( TreeModel newModel ) {
          super( newModel ) ;
this is the line creating problem
when my class is trying to call super( root )
     public SampleTree( TreeNode root ) {
          super( root ) ;
     public SampleTree( TreeNode root, boolean asksAllowsChildren ) {
          super( root , asksAllowsChildren ) ;
NOTE : when i log in to X server JTree object gets constructed properly
My requirment is it should also get constructed properly , even if X is down.
i tried hard and i am frusted
any help is appreciated
thank in advance
-- Nilesh

thanks thomas for your reply
but i think , we need to find out the point where it actually gets environment settings
there must be 2 things done before creation is done.
1]
Actual Construction of the Tree
2]
then getting look and feel of the underlaying OS
if we can find out step between 1 and 2 , we will get the problem ...
what say ??
dont think i am giving any suggestions to you . this is just what i think.
Please let me know if any of ur friends are facing the same problem.
-- Nilesh

Similar Messages

  • Problem while creating JCA connection to MDM server

    Hi All,
    I have restarted my mdm connector(com.sap.mdm.tech.connector) along with the applications related to Enrichment Controller. All applications restarted successfully. After that I tried accessing the URL
    http://MDMSERVER:50000/MDM_EnrichmentController/WorkflowPolling?process=Monitor
    but I am getting following exception in this page
    Polling Repository
        name=Vijaybabu_Repo_on_MDMSERVER, status=No repository connection, error description=com.sap.mdm.net.ConnectionException: Problem while creating JCA connection to MDM server MDMSERVER
            Enrichment Request Threads
    Could somebody help me pointing if something I have missed..
    Thanks and Regards,
    Manoj

    hi Swarna,
    I have verified the repository and found 0 fatal errors, 0 non-fatal erros and 0 warnings. I also checked the MDM Factory and Connector service is running fine.
    The detailed exception is
    Sep 2, 2008 12:49:40 PM com.sap.mdm.logging.MdmLogger error
    SEVERE: Problem while creating JCA connection to MDM server 'KOLAPON'
    com.sap.mdm.net.ConnectionException: Can not resolve JCA connection
         at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnection(JcaConnectionUtil.java:119)
         at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnectionAccessor(JcaConnectionUtil.java:62)
         at com.sap.mdm.internal.session.JcaConnectionAccessor.reserveConnection(JcaConnectionAccessor.java:70)
         at com.sap.mdm.internal.session.JcaConnectionAccessor.reserveConnection(JcaConnectionAccessor.java:59)
         at com.sap.mdm.repository.commands.GetRepositoryStatusCommand.execute(GetRepositoryStatusCommand.java:67)
         at com.sap.mdm.enrichment.common.ECAdminUtils.getRepositoryStatus(ECAdminUtils.java:125)
         at com.sap.mdm.enrichment.common.EnrichmentUtils.validateRepostiryConfiguration(EnrichmentUtils.java:889)
         at com.sap.mdm.enrichment.common.EnrichmentUtils.getCatalogManager(EnrichmentUtils.java:144)
         at com.sap.mdm.enrichment.workflowpolling.PollingThread.getCatalogManager(PollingThread.java:166)
         at com.sap.mdm.enrichment.workflowpolling.PollingThread.run(PollingThread.java:102)
    Caused by: com.sapportals.connector.connection.ConnectionFailedException: Connection Failed: "ConnectionManager" is closed. Possible reasons: 1) connector "MDM Factory" is stopped or not started, 2) Connector service is stopped or has not been started.
         at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:223)
         at com.sap.mdm.internal.session.JcaConnectionUtil.getJcaConnection(JcaConnectionUtil.java:108)
         ... 9 more
    Caused by: com.sap.engine.services.connector.exceptions.BaseResourceException: "ConnectionManager" is closed. Possible reasons: 1) connector "MDM Factory" is stopped or not started, 2) Connector service is stopped or has not been started.
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:122)
         at com.sap.mdm.connector.connection.MdmConnectionFactory.getConnectionEx(MdmConnectionFactory.java:213)
         ... 10 more
    Regards,
    Manoj
    Edited by: Manoj Kumar Nanda on Sep 2, 2008 9:21 AM

  • How to show  an error Page in Weblogic when the server is down

    Hi ,
    I heard that every container has the facility to show an error page when the server is down and (when the request has arrived at that time ).
    Please tell me how to configure this in BEA weblogic ??
    Thanks .

    Hi,
    From my understanding weblogic dose not provide the thing which you are asking for, reason is given below.
    - An application is deployed only on managed server one (MS-1)
    - Now if the request comes to the server (MS-1) when it was running and then for some reason MS-1 goes down then weblogic server would be able to send any response back to the client as its down.
    - Hence nothing can be done as the request object is been lost when the server goes down or even cant redirect to an error page as for doing that too the server has to be up and running.
    However there are other way round which can help you overcome this issue as shown below
    - Use Clusters with few managed servers in it which gives you high availability and load-balancing.
    - Use any web servers like Apache in front of weblogic servers.
    Using the above things you can also use customized HTTP Error Responses with error-page element in web.xml and create your own error pages which can be re-directed for the web server side also. For more information go through the below links
    Topic: Customizing HTTP Error Responses
    http://download.oracle.com/docs/cd/E13222_01/wls/docs92/webapp/configurejsp.html#wp157884
    Topic: error-page
    http://download.oracle.com/docs/cd/E13222_01/wls/docs81/webapp/web_xml.html#1017571
    Topic: ErrorPage
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/plugins/plugin_params.html#wp1155425
    Hope above information helps you.
    Regards,
    Ravish

  • Shouldn't ACE 4710 ignore cookie stickiness when the server is down?

    Hello,
    I have implemented sticky load balancing with cookies. The problem is that if one of my two servers in the server farm is down (and even if the ace recognizes it as down via a probe) it keeps sending the requests to the server that is down, obviously because it has set a cookie for this server,
    Shouldn't the ACE ignore the cookie when the server is down?
    Is there a command to ignore cookie stickiness if the server is down? Is there another workaround?
    an example of my config is
    serverfarm host SF_Ebanking
      rserver RS_IAS_1 XXXX
        conn-limit max 4000000 min 4000000
        probe http_probe_ebanking
        inservice
      rserver RS_IAS_2 XXXX
        conn-limit max 4000000 min 4000000
        probe http_probe_ebanking
        inservice
    sticky http-cookie ACE_COOKIE ebanking_sticky
      cookie insert
      replicate sticky
      serverfarm SF_Ebanking
      16 static cookie-value "server01" rserver RS_IAS_1
      24 static cookie-value "server02" rserver RS_IAS_2
    thanks,
    george

    This is not as obvious as you seem to believe.
    ACE will not select a server that is down !!!! Even if the cookie points to that server.
    What might be happening is that the connection from the browser to the ACE has not been killed, so when client sends a new request it reuses the existing connection and ACE does allow an existing connection to be maintain with a dead server by default.
    Try the command 'failaction purge' under the serverfarm.
    This should kill the active connections with the dead server and allow a new connection to be open with the other server even if the cookie points to the dead one.
    Regards,
    Gilles.

  • Controlling Broadcasts Attempts when PreCalc Server is down

    In BI 7.X, is there a way to control the number of attempt that the BIBCAST jobs make when Precalculation Server is down.  We would prefer that it failed after a reasonable number of attempts instead of just trying over again every 30 seconds.
    Any ideas?
    Mitchell

    Dan,
    Try to append the LOCAL key word to your authentication-server-group statement in your tunnel group or group policy.
    http://www.cisco.com/en/US/docs/security/asa/asa90/command/reference/a3.html#wp1719328
    Thanks,
    Sent from Cisco Technical Support iPad App

  • OCILogon returns success when TimesTen server is down which causes app core

    In our failover testing, when the primary TimesTen server was brought down, the OCILogon call returned OCI_SUCCESS with a service handler. However the OCIServerVersion call which immediately follows the OCILogon call caused the application to core with signal 11.
    Below is the stack trace in the core:
    #4 0x00000001001e7ab0 in crash_handler (sig=11) at Main.cpp:1632
    #5 <signal handler called>
    #6 0xffffffff7ccc736c in lsfp ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #7 0xffffffff7c5ecc70 in x10verVersion ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #8 0xffffffff7c5e42d4 in x10odr ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #9 0xffffffff7c31df94 in upirtrc ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #10 0xffffffff7c31d63c in upirtr ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #11 0xffffffff7c5dfcf8 in upiver ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #12 0xffffffff7c461a98 in kpuvers ()
    from /tools/timesten-11.2.1.5-64bit/TimesTen/ttclnt/ttoracle_home/instantclient_11_1/libclntsh.so.11.1
    #13 0x00000001002451e4 in COCISession::get_server_version (this=0x1029b6ad0) at ocisess.cpp:270
    Does anyone know why OCILogon returns success when the server is down? And how can I tell if the server is down?
    Thanks!
    Cathy

    Hi Cathy,
    I'm not in a position to check this out right now but it certainly looks like a bug. Are you able to log an SR on this so we can get it into the system?
    Thanks,
    Chris

  • Cant able to create new instance on app.server ?

    The configuration files for this Oracle Application Server instance are inconsistent with the
    configuration stored in the repository. In order to protect the repository,
    Hi ,
    we are having oracle-app.server version :10.1.2.0.2
    since this evening when we are trying to create the instance it throws the below error.
    i tried dcmctl update confg also but there also this same error. need ur help.
    no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem is resolved. This condition arises when a prior operation was unsuccessful. The exception associated with this failed operation is:
    {0}
    . Please also check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk. Some possible causes are:
    * permissions on files
    * file contention issues on Windows NT
    * internal Oracle error
    After resolving the problem that prevented DCM from updating the configuration
    files, you may use the dcmctl resyncInstance command to resolve the problem.
    Alternatively, you can stop and then restart the active dcmctl or EMD
    process and resyncInstance will automatically be performed.
    Thanks..

    Go to
    http://download.cnet.com/EaseUS-Partition-Master-Free-Edition/3000-2248_4-10863346.html and download the Partition Magic utility.
    This problem is caused by Windows not recognizing the Ubuntu partitions.  Windows is not designed to work with foreign partitions so this problem is caused by Ubuntu.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Problems when the server is down

    When the server is restarted after a task is assigned, this task saves its state
    (claimed). After that, when I try to mark that task as completed, the server says
    that the conversation id is not found. Is that a Bug? or how can I fix that problem?
    Thank you

    The process doesn't finish because it's waiting for a task complete event.
    "Raja" <[email protected]> wrote:
    >
    i face this problem frequently. I believe the archival and Purging process
    of the
    WL integration archives and purges the Process Instance Info for those
    instances
    that are completed or Terminated. But i could see the tasks created by
    these instances
    left behind. If a user does any operation on these tasks result is the
    "Conversion
    Id not found exception". Iam not sure if this is a bug or is it by design.
    "David Uribe" <[email protected]> wrote:
    When the server is restarted after a task is assigned, this task saves
    its state
    (claimed). After that, when I try to mark that task as completed, the
    server says
    that the conversation id is not found. Is that a Bug? or how can I fix
    that problem?
    Thank you

  • Problem in creating DATA Model from SQL SERVER 2008 in BI PUBLISHER

    Dear Team,
    I connect BI Publisher with SQL SERVER 2008 But On creating Report on BI,when we create data model...dataset,
    i select the tables but when i click on RESULT i am geting this error.
    error--
    [Hyperion][SQLServer JDBC Driver][SQLServer]Invalid object name 'DBNAME.DBO.TABLE'.
    please resolve this problem...
    Thanks,
    Him
    Edited by: h on Aug 22, 2011 6:31 PM

    Hi David,
    The things I said are not a fix for this problem.
    If your RCU installation worked, then you do not have to worry about modifying the createfr.sql.
    Edit:
    I've just tracked the problem. It appears that when using the query builder, BI forgets to add the " sign.
    For example:
    This query will give the hyperion error.
    select     "table"."field"
    from     "database.user"."table"
    To correct it write it like this:
    select     "table"."field"
    from     "database"."user"."table"
    Edited by: EBA on Nov 14, 2011 10:21 AM

  • Problem in creating database instance in linux through webtool

    Dear sir
    i got sql erroe ,when i mam trying to creat database instance.i am decrbing steps here from point of start.
    Initially i invke two command
    1:/opt/sdb/programs/bin/x_server
    2:/etc/rc.d/init.d/maxdbweb start
    then i invoke web application as:http://localhost:9999/webdbm
    then i m trying to create DATABASE Instance
    1:specify Database/servaername
         Name     : Test12
         Server   : localhost
         Username : dbm
         Password : dbm
    2:the fill the authetication form as(dbm,dbm,dbm),(dba,dba,dba)
    3:use default and specify data and log space
    4:Then i click "Install" button
    then i got error: "-24988 sql error:"
    plz tell me where i m wrong and tell me any another component ,should i start.

    hi Roland
    the output ofthese command is given
    1. Command: dbmcli db_enum
    <b>OUTPUT</b>
    OK
    TEST12  /opt/sdb/7500   7.5.0.23        fast    offline
    TEST12  /opt/sdb/7500   7.5.0.23        quick   offline
    TEST12  /opt/sdb/7500   7.5.0.23        slow    offline
    2.Command: dbcmli -d Test12 -u dbm,dbm db_state
    <b>OUTPUT</b>
    OK
    State
    OFFLINE
    3.Command: dbcmli -d Test12 -u dbm,dbm db_online
    <b>OUTPUT</b>
    ERR
    -24988,ERR_SQL: sql error
    -8888,connection broken server state 4
    <b>Last Some lines of file :Knldiang.err</b>
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE  
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE   -
    > Symbolic Stack Back Trace <----
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      0: 0x0877601a eo670_CTraceStack +0x001e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd20] (0x0,0x0,0x1,0x8776008)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      1: 0x0879448d vabort +0x0039
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd50] (0x8add904,0x89282a0,0x89282c2,0x40b9cd78)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      2: 0x08701813 RTE_Crash__FRC20SAPDBErr_MessageList +0x010f
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cd80] (0x40100001,0x2e5,0x40b9cdc0,0x8701796)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      3: 0x0856eec5 ReadRestartPage__13IOMan_ManageriR18Kernel_RestartPage +0x0261
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9cdc0] (0x40b9d0ec,0x40b9d130,0x0,0x1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      4: 0x08576e89 bd999ReadRestartPage +0x0075
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d100] (0x408ad608,0x25,0x40b9d130,0x8576e21)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      5: 0x083cbc16 kb57RestoreRestartRecord +0x003e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d140] (0x25,0x8bb5bac,0x40b9d180,0x83cbc06)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      6: 0x08570f5e OpenAllDataVolumes__13IOMan_Manageri +0x003a
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d180] (0x25,0x25,0x0,0x8570f32)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      7: 0x08576b39 bd999AttachAllDataVolumes +0x0029
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d1b0] (0x408ad608,0x25,0x1,0x8576b1d)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      8: 0x08408e8b b01restart_filesystem +0x0057
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d1e0] (0x25,0x40ba5976,0x40b9d220,0x8408e74)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE      9: 0x086bd8b5 RestartFilesystem__21Kernel_AdministrationR18tgg00_TransContextb +0x0025
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d220] (0x40ba5954,0x1,0x0,0x86bd89e)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     10: 0x086a86fc RestartPrepare__21Kernel_AdministrationR18tgg00_TransContextQ221Kernel_Administration11RestartKind
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    R20SAPDBErr_MessageList +0x0038
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d250] (0x8b473e0,0x40ba5954,0x40b90001,0x86a86e0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     11: 0x086a8e59 RestartIntern__21Kernel_AdministrationR18tgg00_TransContextQ221Kernel_Administration11RestartKindG
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    t19SAPDB_Invalidatable2ZUiUi0T3G16Log_IOSequenceNo +0x0061
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d3f0] (0x8b473e0,0x40ba5954,0x0,0x40b9d50c)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     12: 0x086a85ab Restart__21Kernel_AdministrationR18tgg00_TransContextGt19SAPDB_Invalidatable2ZUiUi0T2G16Log_IOSequ
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE                    enceNo +0x0197
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d520] (0x8b473e0,0x40ba5954,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     13: 0x0853391a gg999Restart +0x004e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d580] (0x8b473e0,0x40ba5954,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     14: 0x081fd618 ak36restart +0x00e0
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9d5d0] (0x40ba5954,0x40b9f6f8,0x40b9f700,0xffffffff)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     15: 0x081fe9cc a36_call_semantic +0x05fc
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40b9f740] (0x40ba499c,0x40ba3774,0x0,0x81fe3e1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     16: 0x081efb0f ak35call_semantik +0x0503
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba39b0] (0x40ba499c,0x40ba3a08,0x40ba39ef,0x40ba3a08)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     17: 0x081ef137 a35_asql_statement +0x07d3
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3a30] (0x40ba499c,0x176,0x0,0x81ee972)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     18: 0x083146bc ak92not_only_execute +0x0858
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3ab0] (0x40ba499c,0x40ba52d4,0x0,0x8313e75)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     19: 0x08315516 ak92analyze_messagetype +0x07ce
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3c70] (0x40ba499c,0x40ba3cc8,0x40ba3ccc,0x40ba3dd4)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     20: 0x083161ed a92_mode_analyzer +0x01cd
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3de0] (0x40ba499c,0x0,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     21: 0x0831aa85 ak93one_command +0x0779
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba3ee0] (0x40ba499c,0x0,0x0,0x831a6b4)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     22: 0x0831967d a93_user_commands +0x047d
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4020] (0x40ba499c,0x1,0x40ba4088,0x1)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     23: 0x0813d9ee ak91run_sql_process +0x00ee
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba40c0] (0x40ba499c,0x40ba40fe,0x40ba40ff,0x813d911)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     24: 0x0813d6c1 ak91run_non_sql_process +0x00bd
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4510] (0x40ba499c,0x0,0x1,0x813d620)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     25: 0x0813d760 ak91run_user_process +0x0064
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba4550] (0x40ba499c,0x816d2c8,0x0,0x813d70d)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     26: 0x0813dac5 a91mainprogam_with_allocator +0x0041
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5e20] (0x40ba5f14,0x1,0x400e17f0,0x813da91)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     27: 0x0852e6a9 gg941CreateAllocatorAndCallMainprog +0x01e5
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5e50] (0x40ba5f14,0x2,0xffffffff,0x25)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     28: 0x0813da68 a91mainprogram +0x003c
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5ee0] (0x40ba5f14,0x0,0x0,0x813da3c)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     29: 0x087b7b82 en88_CallKernelTaskMain__FP9TASK_TYPE +0x016e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5f80] (0x8add904,0x400d4da0,0x87b8080,0x87b8080)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE     30: 0x087b80ae en88_CallCoroutineKernelTaskMain +0x002e
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE          /opt/sdb/7500/pgm/kernel
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE         Frameinfo [0x40ba5fb0] (0x50016be0,0x8b93d80,0x0,0x0)
    2005-03-04 16:07:50  4138 ERR 11599 BTRACE   -
    > End of Stack Back Trace <----
    2005-03-04 16:07:50  4138 ERR 11196 DBCRASH  vabort:Emergency Shutdown, Task: 37

  • Problem in creating multiple instance of Jboss running on same machine  ???

    Hi all
    Please tell me steps to create multiple instance of Jboss with diffrent port number.
    Actually i want multiple instance of Jboss with different port number running on same machine.
    I tried with this steps, but it does not work for me.
    In conf/jboss-service.xml i added
       <mbean code="org.jboss.services.binding.ServiceBindingManager"
         name="jboss.system:service=ServiceBindingManager">
         <attribute name="ServerName">ports-01</attribute>
         <attribute name="StoreURL">D:/dev/jboss-4.0.2/docs/examples/binding-manager/sample-indings.xml</attribute>
         <attribute name="StoreFactoryClassName">
           org.jboss.services.binding.XMLServicesStoreFactory
         </attribute>
       </mbean>
       <mbean code="org.jboss.services.binding.ServiceBindingManager"
         name="jboss.system:service=ServiceBindingManager">
         <attribute name="ServerName">ports-02</attribute>
         <attribute name="StoreURL">D:/dev/jboss-4.0.2/docs/examples/binding-manager/sample-bindings.xml</attribute>
         <attribute name="StoreFactoryClassName">
           org.jboss.services.binding.XMLServicesStoreFactory
         </attribute>
       </mbean>But i am getting an exception when i am trying to run jboss server
    16:49:04,656 INFO  [ServiceBindingManager] Using StoreURL: file:/D:/dev/jboss-4.0.2/docs/examples/binding-manager/sample-binding
    16:49:04,750 ERROR [MainDeployer] could not create deployment: file:/D:/dev/jboss-4.0.2/server/default/conf/jboss-service.xml
    org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.system:service=ServiceBindingMana
            at org.jboss.system.ServiceCreator.install(ServiceCreator.java:70)
            at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:153)
            at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118)
            at org.jboss.system.ServiceController.install(ServiceController.java:202)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
            at $Proxy4.install(Unknown Source)
            at org.jboss.deployment.SARDeployer.create(SARDeployer.java:220)
            at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
            at $Proxy5.deploy(Unknown Source)
            at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
            at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
            at org.jboss.Main.boot(Main.java:195)
            at org.jboss.Main$1.run(Main.java:463)
            at java.lang.Thread.run(Thread.java:595)
    Failed to boot JBoss:
    org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.system:service=ServiceBindingMana
            at org.jboss.system.ServiceCreator.install(ServiceCreator.java:70)
            at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:153)
            at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118)
            at org.jboss.system.ServiceController.install(ServiceController.java:202)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
            at $Proxy4.install(Unknown Source)
            at org.jboss.deployment.SARDeployer.create(SARDeployer.java:220)
            at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
            at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
            at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
            at $Proxy5.deploy(Unknown Source)
            at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
            at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
            at org.jboss.Main.boot(Main.java:195)
            at org.jboss.Main$1.run(Main.java:463)
            at java.lang.Thread.run(Thread.java:595)
    16:49:05,125 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
    Shutting down
    16:49:05,156 INFO  [Server] Shutdown complete
    Shutdown complete
    Halting VM
    Press any key to continue . . .Please help me on this.
    Thanks in advance

    Then you haven't followed the method correctly. That error is
    addressed specifcally on that site, as that error is the main
    reason for the site. Did you read the note about the "known
    bug" because of the one port that is not included in the
    sample file?
    If you had tried the first method (set up a second IP and
    started both servers with the command line option providing
    an IP) there is no way this error could happen.
    If you followed the second method, and specified a different
    port for every port listed (including the one that is not in the
    sample file per default) then there is, once again, no way that
    this error could happen.
    The error happens on the second server because it is trying
    to bind the same port, using the same address, as the first
    server, which is impossible if you fully implement one of the
    two methods described there.

  • Problem in Creating a JDBC System - SQL Server

    Hi All
    I failed in creating a JDBC System(SQL Server).  I am using SAP EP 7.0 SP 9.  I tried to create the JDBC system with the following properties:
    I am listing them Category wise:
    Connection Properties:
    1. Connection Timeout: 300
    2. Connection URL: jdbc:sap.sqlserver://<server name> : <port name>; DatabaseName=master
    3. Driver Class Name: com.sap.portals.jdbc.sqlserver.SQLServerDriver
    4. Validate Connection: Yes
    UserManagement Properties:
    5. User Mapping Type: admin;user
    Please help me out in making this work. And let me know if any changes to incorporated.
    Regards,
    Vijay.

    Hi vijay,
    I have tried this thing sometime back. But when i create a JDBC system, I never give the <b>Connection Timeout</b> and change the<b> Validate Connection</b> from No to Yes. I just give the <b>Connection URL</b> and the <b>Driver Class Name</b> in the Connection Properties dropdown.
    Try making these changes and check whether the user mapping is done correctly. Also check whether the Connection URL and the Driver Class Name are correct or not. Have a look at the following link:
    <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/VC/JDBC%2bConnection%2bSetup">https://www.sdn.sap.com/irj/sdn/wiki?path=/display/VC/JDBC%2bConnection%2bSetup</a>
    Let me know if this works.
    Bye
    Ankur
    Reward points if it helps!!

  • Problems while creating Web Services in development server

    Hello,
    We are facing problems while creating Web services . The transaction like WSADMIN, WSCONFIG are not there in development server. Its gives message u2018This transaction is obsoleteu2019.
    Due to this while creating Webservice, there is and error message . Kindly guide me whats needs to be done.
    We have also tried the transaction WSADMIN2 as suggested by SAP, but didnu2019t know wat needs to be done.
    Regards,
    Rachel
    Edited by: Rachel on Feb 3, 2009 9:15 AM

    Hi,
    With your help, we were configuring WEB Service through soamanger.Due to some problem, we couldn't proceed further.Kindly guide us with the further steps.
    *steps followed *
    Step 1 : Entered Service Registry Parameters in WSPARAM .
    Step 2 : In transaction SOAMANAGER->Technical Configuration -->System Global settings
    Step3 : From u2018SE80u2019 transaction, selected the package ZHR and then right clicked to create the enterprise service -> Client Proxy (Service Producer)
    We have followed steps in se80.Don't know how to proceed further.
    We are unable to find the service in soamanger .How to find the service name in soamanager?
    Regards,
    Rachel
    Edited by: Rachel on Feb 3, 2009 12:38 PM
    Edited by: Rachel on Feb 3, 2009 12:48 PM

  • How forms know when Report Server is down

    Environment: Oracle Developer Suite 10g 10.1.2.0.2 R2
    os :windows xp
    I have button to call a report object :when-button-pressed
    declare
    v_report_name VARCHAR2(30):='REQ010';----report name without .rdf
              v_repid REPORT_OBJECT;
              vc_rep VARCHAR2(20);
              vc_rep_status VARCHAR2(20);
              vc_URL VARCHAR2(100);
              vc_rep_job VARCHAR2(10);
              Plist ParamList;
              dummy NUMBER;
              Report_Plist_name VARCHAR2(30) := 'REPORT_PARAM_LIST';
              REPORT_NOT_GENERATED EXCEPTION;
              PARAMETER_LIST_SECTION_PROBLEM EXCEPTION;
    BEGIN
    --=========================================================================          
    BEGIN     
                        --prepare the list of parameters to be sent to the report
                        Plist := Get_Parameter_List(Report_Plist_name);
                        IF NOT Id_Null(Plist) THEN
                             Destroy_Parameter_List(Report_Plist_name);
                        END IF;     
                        Plist := Create_Parameter_List(Report_Plist_name);      
                        IF Id_Null(Plist) THEN
                             dummy := Show_Alert('PARAM_LIST_CREATION_PROBLEM');
                             RAISE Form_Trigger_Failure;
                        END IF;
                        --Add parameter(s) to list just created
                        Add_Parameter(Plist, 'P_REQUEST_ID', TEXT_PARAMETER, :CUSTOMER_REQUESTS.CR_REQUEST_ID);
         EXCEPTION
    WHEN OTHERS THEN
    raise PARAMETER_LIST_SECTION_PROBLEM;
    END;
    --=============================================================================
              --START THE REPORT     
              v_repid := FIND_REPORT_OBJECT(v_report_name);
              vc_rep := RUN_REPORT_OBJECT(v_repid,Plist);
              vc_rep_status := REPORT_OBJECT_STATUS(vc_rep);
    --=============================================================================
    BEGIN          
                        IF vc_rep is NOT NULL THEN
                                  -- Wait until report finishes or produces an error
                                  WHILE vc_rep_status in
                                  ('RUNNING', 'OPENING_REPORT', 'ENQUEUED')
                                  LOOP
                                       vc_rep_status := REPORT_OBJECT_STATUS(vc_rep);
                                  END LOOP;
                                  -- Display the report if it is finished
                                  if vc_rep_status = 'FINISHED' then
                                                      vc_rep_job := substr(vc_rep,instr(vc_rep,'_')+1);
                                                      message('Report Completed');
                                                      vc_URL := '/reports/rwservlet/getjobid' ||vc_rep_job||
                                                      '?server='||get_report_object_property
                                                      (v_repid,report_server);
                                                      Web.show_document(vc_URL,'_blank');
                                                      -- Display an error if the report errored
                             END IF;
                        END IF;                              
    EXCEPTION
    WHEN OTHERS THEN
    raise REPORT_NOT_GENERATED;
    END;
    --=============================================================================
    Destroy_Parameter_List('REPORT_PARAM_LIST');
    EXCEPTION
    WHEN REPORT_NOT_GENERATED THEN
    msgbox('Error Calling Report');
    --Causes: 1-Report file name is incorrect,check report name and existance.
    -- 2-Or, Report Server is Down.
    WHEN PARAMETER_LIST_SECTION_PROBLEM THEN
    msgbox('CHECK PARAMETER SECTION ');
    WHEN OTHERS THEN
    msgbox(SQLERRM);
    END;
    Problem:
    ======
    How can I distingwish among these conditions:
    IF Report cannot run :
    when the problem is from the report file object itself.
    and IF the problem is the Report Server is Down.
    and the report file is not exist.
    Tries:
    I try to but many exception to differenciate between these conditions but I fail
    how can I display a message to the user,Inform him the problem ,
    So the support personnel know if the problem from the Report object or the application Server
    .

    Hi Krishan,
    If you want to check if local cache service is running, you can do something like this:
    NamedCache cache = CacheFactory.getCache(sCacheName);
    boolean isRunning = cache.getCacheService().isRunning();If you want to check if any storage enabled nodes (cache servers) are available in the cluster:
    NamedCache cache = CacheFactory.getCache(sCacheName);
    DistributedCacheService service = (DistributedCacheService) cache.getCacheService();
    Set storageEnabledMembers = service.getStorageEnabledMembers();
    if(storageEnabledMembers.isEmpty())
        // no cache servers available ...
        }Regards,
    Dimitri

  • Urgent - Handle error when mail server is down

    Hi,
    Can anyone assist on how we can handle the case when the mail server is down? For instance is it going to be implemented like
    exception when +???+
    Or is there any other way to handle this in order not to get frm-error in oracle forms?
    Thank you
    Edited by: MrProud on Mar 26, 2009 12:32 AM
    Edited by: MrProud on Mar 26, 2009 12:33 AM

    I think OP's problem doesn't related with FORMS. He should CATCH that error code and return normal readable error to user
    Moreover, I advice to OP to read briefly documentation related with [UTL_SMTP |http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_smtp.htm#CHDCFFDI] package
    And also to take a look at default [Exceptions |http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_smtp.htm#i1006659] which can be raised when using UTL_SMTP package
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

Maybe you are looking for