Convention for application specific initialization under an App. server ?

 

Hi,
Weblogic provides startup class facility in 6.0.0.1. I think you can use it for
the same.
Thanks
Jignesh Patel

Similar Messages

  • Create Application specific Log under NetWeaver 7.1 SP3

    Hi
    I want to create application specific Log and read the following article https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f361cbea-0c01-0010-a3a0-8948bebb0a23
    But I use the NetWeaver 7.1 SP3 and I cannot find the Log-configuration.xml. Please tell me how i can create the application specific log under NetWeaver 7.1 SP3?
    And I find out the documents are not updated for Netweaver 7.1 SP3... It costs more time for me to find out a solution.
    Thanks in advance
    Kind Regards!
    Ping

    Hallo
    I think I find the solution
    start <SAP_install_dir>/<system_name>/<instance_name>/j2ee/configtool  and use the log configuration to change the settings..
    Please read http://help.sap.com/saphelp_nwce10/helpdata/en/45/6c9bfc02d81c90e10000000a11466f/frameset.htm
    Kind regards!
    Ping

  • Best practice for setting up directory for application specific entries

    In OID I want to add some information we need for our authorisation. The default authorisation isn't enough: users are allowed to access servlets if the data belongs to a group. And possibly they are allowed more then one roles for more then one data-groups. So for examle: datagroup1+role1+, datagroup1+role2 and datagroup2+role1.
    I want to define a application-specific tree for this data, something like:
    - Lariscontext (our application)
    ____|-Groups
    ______|--- group1 --- role1
    ______|_________|- role2
    ______|----group2 --- role1
    ________________|- role3
    And from the user-entry I want to refer to those entries, with constraints to check if they exist.
    - users
    ______|---- user1
    ____________attributs:cn=role1,cn=group1
    ____________________cn=role2,cn=group1
    ____________________cn=role1,cn=group2
    Are there any guidelines of how to do this, which object classes are usefull etc? Should I do this this way.
    regards,
    Eelco

    Did you ever come up with a way to set up the directory to handle the authorization details as you described. I have pretty much the same situation and I am looking for a starting point as to how best to setup the directory tree's users.

  • How to protect an application running on Apache Tomcat app server with OAM 11gR2

    Gurus,
    We have an Apache Tomcat based application named "ABCD" here at client site that we want OAM 11gR2 PS1 to integrate with for SSO purposes. I have successfully configured OHS to reverse proxy requests to Apache Tomcat server whenever somebody tries to access the application URL but still, I am getting the application login page once I have successfully authenticated on OAM SSO login page. The Tomcat based application is authenticating users against a "UserDatabase realm".
    I know in terms of weblogic application, there is an OAM identity asserter provider which then populates the User Principal for the java environment with the authenticated OAM user. But there is no such OAM identity provider for Tomcat.
    So my question is, is there an provider (or Tomcat equivalent) which will entrust authentication to a header, that could be used to populate the Java User Principal from the OAM_REMOTE_USER header? Is the weblogic equivalent of authentication providers present in tomcat as well? Are those called valves?
    Please advise to the earliest.
    Thanks !!

    Aakash,
    I did follow the 4 steps that you mentioned to me. Out of the 4 that you had mentioned, I already had the webgate in place on OHS server and I was already passing the remote_user http header in oam policy as action.
    As part of Step #2: Install mod_jk plugin on OHS server that you mentioned
    1.) I downloaded the tomcat connector - tomcat-connectors-1.2.37-src
    2.) I had to run ./configure,make, make install on my OHS server which runs on RHEL 6. It created the mod_jk.so file. I pasted it in the needed folder.
    3.) I then created the httpd.conf file and workers.properties file as said in the connector docs.
    4.) Restarted OHS.
    As part of Step #3: Configure tomcat's ajp connector that you mentioned and I went through all the links pasted below but didn't find actually what needs to be in place to configure tomcat's ajp connector. I do see in the server.xml of tomcat app server that the ajp 1.3 protocol is supported:
    http://tomcat.apache.org/tomcat-4.0-doc/config/ajp.html
    http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html#s8
    http://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html
    http://www.mulesoft.com/understanding-tomcat-connectors
    <!-- A "Connector" represents an endpoint by which requests are received
             and responses are returned. Documentation at :
             Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
             Java AJP  Connector: /docs/config/ajp.html
             APR (HTTP/AJP) Connector: /docs/apr.html
             Define a non-SSL HTTP/1.1 Connector on port 8080
        -->
        <Connector port="8080" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="8443" />
    <!-- Define an AJP 1.3 Connector on port 8009 -->
        <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
    Do we need to disable the HTTP protocol in Tomcat and keep only AJP connector enabled? If yes, how to do that?
    I am trying to connect to the application from OHS server like so I am using the http protocal right? How should I use the ajp protocol to connect to tomcat application? 
    http://ohs-host:ohs-port/abcd
    Thanks !!!!!

  • Deploy Java Application in E Business Suite Apps Server

    Hi Gurus,
    Is it possible to deploy custom Java application using the bundle E Business Suite Apps Server?
    If yes, can you provide me a reference or a step by step guide that will help me do so.
    Many thanks

    The following metalink notes will helpful for u too
    Java Concurrent Program FAQ [ID 827575.1]
    How To Create a Java Concurrent Program? [ID 827563.1]
    How to register and execute Java Concurrent Program ?in Oracle Applications R11i ? [ID 186301.1]
    Regards
    Mazhar Hussain

  • JNDI Lokup for DSN in iPlanet 6.5 App server

    Hi ,
    I have been trying to implement Connection Pooling in my application using the built-in features of iPlanet App server 6.5 . For the same i have made the following entries:
    1. web.xml
    <resource-ref>
    <description>Ptrade Entry</description>
    <res-ref-name>jdbc/ptradeDataSource</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    2. ias-web.xml
    <resource-ref>
    <res-ref-name>jdbc/ptradeDataSource</ref-ref-name>
    <jndi-name>jdbc/ptrade/ptradeDB</jndi-name>
    </resource-ref>
    3. Also my class tries to ge the context using
    try {
    InitialContext ic = new InitialContext();
    ds = (DataSource)ic.lookup("java:comp/env/jdbc/ptradeDataSource");
    catch (NamingException ne) {
    System.out.println("Naming Exception" + ne);
    Connection dbc = ds.getConnection();
    return dbc;
    However i am getting an javax.naming.NameNotfoundException: can't locate jdbc/ptradeDataSource.
    Could somebody pls tell me what is wrong with my configuration and code?

    Well, it looks like you haven't actually configured a datasource with that name. You've only configured the use of the datasource were it to exist. I don't know iPlanet, so you'll have to consult the docs to find out how to create the DS.

  • Cannot run application in JSC - Cannot start app server

    I have 4 separate JSF applications developed in JSC.
    On occasion, I have a problem starting the application server and get a popup saying to check for misassigned port names and contents of domain.xml.
    Whenever this happens, a system reboot seems to clear up the problem until now.
    Now, rebooting does not help.
    I have tried all 4 projects after rebooting and none of them will start.
    I do not know anything about the workings of the server, so I have not changed any of the server files since the time that it was working.
    I have attached the server log below.
    Does anyone have a clue as to what the problem is and how to resolve it?
    Thanks
    ==========================================================
    Server log file
    [#|2007-06-21T12:37:04.618-0500|WARNING|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|LAUNCHER005:Spaces in your PATH have been detected. The PATH must be consistently formated (e.g. C:\Program Files\Java\jdk1.5.0\bin; ) or the Appserver may not be able to start and/or stop.  Mixed quoted spaces in your PATH can cause problems, so the launcher will remove all double quotes before invoking the process. The most reliable solution would be to remove all spaces from your path before starting the Appservers components.  |#]
    [#|2007-06-21T12:37:04.628-0500|INFO|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Program Files/Sun/Creator2_1/java\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/logs/server.log
    -Djava.endorsed.dirs=C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/endorsed
    -Djava.security.policy=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/server.policy
    -Djava.security.auth.login.config=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/config/cacerts.jks
    -Djava.ext.dirs=C:/Program Files/Sun/Creator2_1/java/jre/lib/ext;C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator/lib/ext;C:/Program Files/Sun/Creator2_1/SunAppServer8/derby/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=creator
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Program Files/Sun/Creator2_1/SunAppServer8/domains/creator
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=creator
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Program Files/Sun/Creator2_1/SunAppServer8/config
    -Djava.library.path=C:\Program Files\Sun\Creator2_1\java\jre\bin\client;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\lib;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\Program Files\Sun\Creator2_1\SunAppServer8\bin;C:\oracle\ora92\bin;C:\Program Files\Java\jre1.5.0_06\bin;C:\Program Files\Common Files\Sonic Shared;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\PROGRA~1\CA\Common\SCANEN~1;C:\Program Files\Visual Networks\Dial Analysis\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\oracle\ora92\bin;C:\Program Files\Java\jre1.5.0_06\bin;C:\Program Files\Common Files\Sonic Shared;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\PROGRA~1\CA\Common\SCANEN~1;C:\Program Files\Visual Networks\Dial Analysis\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Sun\AppServer\bin;C:\j2sdk1.4.2_03\bin
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Program Files/Sun/Creator2_1/java/lib/tools.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/appserv-rt.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\activation.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\admin-cli.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-admin.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-assemblytool_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-cmp_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-env.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-ext.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-jstl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-rt_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\appserv-upgrade.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-launcher_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\commons-logging.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\deployhelp_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\dom.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\driveradapter.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee-svc.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_es.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_fr.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_ja.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_ko.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_zh.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\j2ee_zh_CN.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jax-qname.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxr-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxr-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxrpc-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jaxrpc-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jdic_0_9.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jmxremote.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jmxremote_optional.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jsf-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\jsf-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\mail.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\PEtray.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\relaxngDatatype.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\rmissl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\saaj-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\saaj-impl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smbase.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smdb2.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\sminformix.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smoracle.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smresource.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smspy.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smsqlserver.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smsybase.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\smutil.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xalan.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xercesImpl.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib\xsdlib.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/install/applications/jmsra/imqjmsra.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/imq/lib/jaxm-api.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/imq/lib/fscontext.jar;C:/Program Files/Sun/Creator2_1/SunAppServer8/lib/ant/lib/ant.jar
    com.sun.rave.tray.RavePEMain
    start
    display
    native|#]
    [#|2007-06-21T12:38:10.633-0500|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.|#]
    [#|2007-06-21T12:38:10.633-0500|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5037: Check permissions of MQ instance directory C:\Program Files\Sun\Creator2_1\SunAppServer8\imq\var\instances|#]
    [#|2007-06-21T12:38:10.633-0500|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5036: More details may be available in the log file for the JMS service broker instance imqbroker. Please refer to the JMS provider documentation for the exact location of this log file.|#]
    [#|2007-06-21T12:38:10.643-0500|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|UnknownException during startup. Disable quick startup by setting system property com.sun.enterprise.server.ss.ASQuickStartup to false
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [127.0.0.1:28676]. - cause: java.net.ConnectException: Connection refused: no further information
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:427)
         at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:54)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
         at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    Caused by: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation [127.0.0.1:28676]. - cause: java.net.ConnectException: Connection refused: no further information
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSConnectException(ExceptionHandler.java:233)
         at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleConnectException(ExceptionHandler.java:180)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:191)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:116)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:54)
         at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:61)
         at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:291)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:113)
         at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:98)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:613)
         at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1194)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1949)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:745)
         at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:315)
         at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
         at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
         at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
         at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
         at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:335)
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:396)
         ... 4 more
    Caused by: java.net.ConnectException: Connection refused: no further information
         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:525)
         at com.sun.enterprise.server.ss.ASClientSocketImpl.connect(ASClientSocketImpl.java:181)
         at java.net.Socket.connect(Socket.java:507)
         at java.net.Socket.connect(Socket.java:457)
         at java.net.Socket.<init>(Socket.java:365)
         at java.net.Socket.<init>(Socket.java:178)
         at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:171)
         ... 22 more
    |#]
    [#|2007-06-21T12:38:10.663-0500|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Exception while stoppping Lifecycle.
    com.sun.appserv.server.ServerLifecycleException: MQ startup failed :[C4003]: Error occurred on connection creation [127.0.0.1:28676]. - cause: java.net.ConnectException: Connection refused: no further information
         at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:376)
         at com.sun.enterprise.jms.JmsProviderLifecycle.onShutdown(JmsProviderLifecycle.java:445)
         at com.sun.enterprise.server.ss.ASLazyKernel.stopLifecycle(ASLazyKernel.java:178)
         at com.sun.enterprise.server.ss.ASLazyKernel.stopMQ(ASLazyKernel.java:172)
         at com.sun.enterprise.server.ss.ASLazyKernel.exitServer(ASLazyKernel.java:74)
         at com.sun.enterprise.server.ss.ASLazyKernel.startASSocketServices(ASLazyKernel.java:67)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:274)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
         at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
    |#]

    I'm having the same problem again.
    I tried using pe-start.bat -reset and it worked once, but not any more.
    Here is the result from running pe-start.bat -reset.
    If anyone has any clue as to why I cannot get the app server to start in JSC and how I can fix it, PLEASE let me know.
    I really don't want to do a reinstall.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>cd \
    C:\>cd \Program Files\Sun\Creator2_1\bin
    C:\Program Files\Sun\Creator2_1\bin>pe-start -reset
    The domain (creator) isn't running.
    CLI157 Could not stop the domain creator.
    WARNING: The --adminpassword option is insecure and should not be used since it
    can compromise your password. Please use either the command prompt or the --pas
    swordfile option.
    Domain creator created.
    WARNING: Existing user preference file .asadminprefs has been detected in your h
    ome directory. Application Server administration commands will attempt to use a
    dmin user name and password stored in this file and this may cause unexpected be
    havior and security issues. It is recommended that you delete this file prior t
    o using this new domain, creator.
    Compiler warnings:
    line 44: Attribute 'debug-options' outside of element.
    line 62: Attribute 'port' outside of element.
    line 73: Attribute 'port' outside of element.
    line 84: Attribute 'port' outside of element.
    line 87: Attribute 'address' outside of element.
    line 108: Attribute 'port' outside of element.
    line 111: Attribute 'address' outside of element.
    line 122: Attribute 'port' outside of element.
    line 133: Attribute 'port' outside of element.
    line 151: Attribute 'start-args' outside of element.
    line 162: Attribute 'port' outside of element.
    line 165: Attribute 'host' outside of element.
    line 179: Attribute 'port' outside of element.
    Starting Domain creator, please wait.
    Log redirected to C:\Program Files\Sun\Creator2_1\SunAppServer8\domains\creator\
    logs\server.log.
    Domain creator is ready to receive client requests. Additional services are bein
    g started in background.
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Unable to connect to admin-server. Please check if the server is up and running
    and that the host and port provided are correct.
    CLI137 Command create-jdbc-connection-pool failed.
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Unable to connect to admin-server. Please check if the server is up and running
    and that the host and port provided are correct.
    CLI137 Command create-jdbc-resource failed.
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Unable to connect to admin-server. Please check if the server is up and running
    and that the host and port provided are correct.
    CLI137 Command create-jdbc-connection-pool failed.
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Unable to connect to admin-server. Please check if the server is up and running
    and that the host and port provided are correct.
    CLI137 Command create-jdbc-resource failed.
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:43:07 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:43:23 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:43:39 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:43:55 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:44:10 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:44:26 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    WARNING: The --password option is insecure and should not be used since it can c
    ompromise your password. Please use either the command prompt or the --password
    file option.
    Oct 4, 2007 9:44:42 AM com.sun.appserv.management.client.ProxyFactory getInstanc
    e
    SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: j
    ava.io.IOException: Unable to connect to admin-server. Please check if the serv
    er is up and running and that the host and port provided are correct.
    CLI171 Command deploy failed : Deployment of application failed - java.io.IOExce
    ption: Unable to connect to admin-server. Please check if the server is up and
    running and that the host and port provided are correct.; requested operation ca
    nnot be completed
    C:\Program Files\Sun\Creator2_1\bin>

  • How to init an application scope backing bean once app server startup?

    Hi guys,
    I got an application scope backing bean but I don't know how to initialize it once the app server startup ! I need all the webpage to be able to get the 'defaultCountry' value once the app server startup !
    <managed-bean>
    <managed-bean-name>applicationScopeBean</managed-bean-name>
    <managed-bean-class>com.borneo.webapp.action.ApplicationScopeBean</managed-bean-class>
    <managed-bean-scope>application</managed-bean-scope>
    <managed-property>
    <property-name>defaultCountry</property-name>
                   <property-class>java.lang.String</property-class>
    <value>Singapore</value>
    </managed-property>
    </managed-bean>
    Pls help, Thanks !
    regards,
    Mark

    write a context listener and set up your web.xml as such
    <listener>
    <listener-class>com.package.ContextListener</listener-class>
    </listener>
    Then your class should inmplement ServletContextListener interface.
    The 2 methods need to be implemented
    public void contextDestroyed(ServletContextEvent sc_event) { }
    public void contextInitialized(ServletContextEvent sc_event) { }
    Hope that helps

  • Enterprise Manager Console not starting for 10.1.2.3.0  App Server

    Hello,
    Whenever i log into the App Server EM Console, i get the following error:
    IOException in sending Request :: Connection refused: connect
    Log results:(emias.log)
    2010-08-03 11:28:55,571 [EMUI_11_28_51_/console/targets] ERROR target.TargetsData getTargets.331 - Unable Get target list. Error: IOException in sending Request :: Connection refused: connect
    oracle.sysman.emSDK.emd.comm.CommException: IOException in sending Request :: Connection refused: connect
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1278)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1192)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getTargetInstances(EMDClient.java:393)
         at oracle.sysman.ias.target.TargetListObject.getSingleNodeModeTargets(TargetListObject.java:129)
         at oracle.sysman.ias.target.TargetListObject.<init>(TargetListObject.java:112)
         at oracle.sysman.ias.target.TargetsData.getTargets(TargetsData.java:173)
         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:324)
         at oracle.cabo.ui.data.provider.MethodDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.TableDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.CachingDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.DataProviderStack.getDataObject(Unknown Source)
         at oracle.cabo.ui.LogicalNodeRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.RootRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.LogicalNodeRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.RootRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.DataBoundValue.getValue(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
         at oracle.cabo.ui.laf.base.SwitcherRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.DataScopeRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.UINodeProxy.render(Unknown Source)
         at oracle.cabo.servlet.ui.data.PageIncludeBoundValue$Node.render(Unknown Source)
         at oracle.cabo.ui.UINodeProxy.render(Unknown Source)
         at oracle.cabo.ui.UINodeProxy.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.composite.UINodeRenderer.renderWithNode(Unknown Source)
         at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.oracle.desktop.PageLayoutRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.DataScopeRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:347)
         at oracle.sysman.eml.app.Console.doGet(Console.java:271)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:848)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Request your support in this regard.
    Thanks.

    The strange part is even Metalink has nothin of such for 10.1.2.3.0 server problems.

  • Looking for a specific Iphone alarm clock app

    Hello,
    I have been looking on the apple store for an app that I came across a while a go. It's an alarm clock app with a calculator for morning tasks, so it will ask the user how many tasks and how long each task is going to need, and then it will calculate the total time the user need in the morning. It also has an alarm clock to wake you up according to the time calculator. If you have 5 tasks:
    brush up ---------------------------10 min
    prepare breakfast----------------10 min
    eat breakfast-----------------------5 min
    read news---------------------------5 min
    driving to school--------------------40 min
    the total time is 1 hr 10 min. Then you enter the time school starts, 8am for example. The alarm clock will wake the user up at 6:50am in the morning on that day.
    Does anyone have this app and would like to share the name of the app with me? I have been desperately looking for it and regreted not saving it to my wishlist on the first time.
    Many thanks to the apple community!!!

    1password is FREE for a limited time, and it allows you to store login info and notes(you can use as journal) and then lock the application with a passcode. And lockbox does about the same thing, it's free too.

  • Why does it take so much longer for applications to launch under lion as compared to snow leopard

    I have two iMacs one which cannot run Lion and one which does.
    Launching applicaitons under Lion takes a measurable amount of time longer to launch under Lion than they do under Snow Leopard.
    The Lion machine is newer, faster and larger than the Snow Leopard machine - 4 cores vs 2, however, every time I launch an application, such as Safari or Text Exit as two examples, the Lion machine just cranks and cranks (you can listen to the disk drive).
    Text edit is particularly rediculous. If I try to open a text file, either for the first time or one which has been opened by text edit before, I am greeted with the sound of the disk drive and the spinning beach ball.
    All hardware diagnostic tests pass with flying colors. Or so it appears as no errors or abnormalities are reported.
    This effect has been in place since the lion machine arrived (which was "factory installed" with Snow Leopard and then upgraded over the net to Lion).

    That is not normal, but what is going on is hard to say without some testing.  It could be cache-related, if you've gotten some corruption in some important caches.  Try getting a copy of OnyX and clearing caches.  (Note that cache clearing should be considered a troubleshooting step only...  don't use such utilities for routine maintenance.)
    You could also have a dying hard drive.  That would not necessarily show up on hardware tests.  Sometimes drive failures show up in advance in hardware tests or SMART status checks, and sometimes they don't.  That could explain the excessive hard drive thrashing.  If this is the problem, there may not be any reasonable solution until the drive finally goes kaput, or decides to change to a detectable imminent failure.
    There could also be any number of other problems, such as low RAM, hard drive directory corruption, incompatible third-party software, etc.  Try some of the techniques in the Mac OS X Speed FAQ.

  • Create Application specific Log under EP6 SP16

    Hello All
    I have a requirement that i have to configure a customized application log file for a flex application deployed at portal via Visual admin..
    How to go for it...?
    Can ne one tell me or guide me via a step wise procedure related to version of my portal.....
    Help will be appreciated...
    Thanks....
    Edited by: Chetna  Verma on Sep 30, 2008 11:14 AM

    m closing this thread..
    coz no replies...

  • Compile string  for compile form fmb file in App server 10g

    Hi Friends,
    I send an email to user to request compile files(fmx) with source code directory in server side.
    But user ask me "Where is the compile string and how to I execute it"
    also user send below info as
    /u01/as10g/as_home/bin/f90genm userid=myproj/password@myprojnew2 module=/u22/apps/myproj/fmb/biweekly module_type=form compile_all=yes upgrade=yes
    What means ? Where are can I find a compile string?
    Thanks for help!!!
    JIm

    I believe you are the other end of the conversation I've been having with user589812. Please see my entry about using the 10gR2 compiler instead of the 10gR1
    Re: how to migrate oracle form application  to new web server

  • Tcode to fill setup tables for application 0CS( Customer Service)

    Dear Experts,
    i have to fill the setup tables for the datasource 2LIS_18_I0TASK.
    the datasource comes under the appilcation 0CS( Customer Service).
    when i am trying to fill the setup tables through the tcode SBIW i am not able to find the respective appilcation.
    Could you please let me know the transaction to fulfill the same.
    Regards,
    Sunil...

    Hi SunilKumar Bolle,
    For filling setup tables for 0CS Data Sources Use the T-Code- OLISBW, or use the path SBIW->Settings for Application-Specific DataSources (PI)->Logistics->Managing Extract Structures->Initialization->Filling in the Setup Table->Application-Specific Setup of Statistical Data->Service Management - Perform Setup
    The only way to say thanks in SDN is to assign Points.

  • Configure security realm for external Access Manager in App server 8.1

    Hi All,
    I would like to protect my j2ee application using access manager running on an external host.
    I would like to configure the security realm in Sun app Server 8.1 for the external Access Manager
    external host & port of AM is:
    http://svrd234d.dnn.com.au:58765
    Please verify if these are the correct settings for the agentRealm configuration on Sun App server 8.1.
    classname="com.sun.amagent.as.realm.AgentRealm"
    property name="jaas-context" value="agentRealm"
    property name="base-dn" value="ou=People,dc=dnn,dc=com,dc=au"
    property name="hostURL " value="http://svrd234d.dnn.com.au:58765"

    Did you download AS8.1 agent under http://www.sun.com/download/products.xml?id=4266924d?
    If you can unjar am_as81_agent_2_1.jar after installing the J2EE agent, you will find AgentRealm.class under com.sun.amagent.as.realm.
    Please also note that page 161 of J2EE agent guide shows how to disable AgentRealm to better fit your agent policy mode. Check it out http://docs-pdf.sun.com/816-6884-10/816-6884-10.pdf
    Jerry

Maybe you are looking for

  • How to delete multiple contacts in ios7??

    how to delete multiple contacts in ios7??

  • DVDStudioPro doesn't show graphic subtitles any more

    My DVD Studio Pro 4.2.2 has shown graphic subtitles (tifs) until kind of recently. Even earlier created projects doesn't show them any more. What happend. Has anybody else noticed this thing? How can I make them visible again? I'm on OSX 10.6.8

  • CUCM SQL Query - MGCP EPs IP Addresses

    Hello, CUCM 9.x. Could you please advice me the CLI sql query to get registered MGCP endpoints IP addresses? Thank you in advance.

  • Swatch / pattern alignment

    I have a pattern I use frequently that is a B&W diagonal stripe. This is used in fairly small areas and for print (as shading for bar graphs and such). Recently my client noted that where the pattern tiles, the ends of the lines do not align perfectl

  • Forms6i behaviour

    hello everyone.. i have master-detail block form.. my header block has 2 fields .. - tdate (defaulted wth sysdate) and - tno (disabled at runtime) - tref a Non-required field my detail block has - actno - acode and - acamt Join relation is set to cas