Oc4j logging

Hi!
I'm new to OC4J and hope I can get help here.
Using following (in an action class of a Struts based web app):
private Log log = LogFactory.getLog("com.abc.xyz");
og.info("---->>>test of info log.");
og.debug("---->>>test of debug log.");
1st line get logged (on console), 2nd line not.
My question:
(1) how can I set the config so that log is send to a file instead of console
(2) where can I set the log level
I think there should be a place to set application log file name/address, and logging level? (I think there should be a xml file allow me to set these, but no one in /config directory seems related to logging level setting.)
I read some of the previous msg, but ...
Thanks a lot for any help!

Hi,
For your first question, you can start the oc4j instance with this parameter :
-out [file] - specifies a file to route standard output to
Note: For more information on startup parameters you can see all with: java -jar oc4j.jar -?
Regarding to your second question, I have tried to see all the debug information of the oc4j with this system parameter:
java -DApplicationServerDebug=true -jar oc4j.jar
All the application server debug information is displayed.
Another tip: to display the jdb debug information, you can use this parameter: -DNativeJDBCDebug=true
Hope this helps....

Similar Messages

  • Error message in opmn OC4J log for my BPEL cluster setup

    I am settings up my 2 nodes BPEL cluster in the same subnet, i prepared my jgroups-protocols.xml as:
    <config>
    <UDP mcast_send_buf_size="32000"
    mcast_port="45788"
    ucast_recv_buf_size="64000"
    mcast_addr="228.8.15.24"
    receive_on_all_interfaces="true"
    loopback="true"
    mcast_recv_buf_size="64000"
    max_bundle_size="48000"
    max_bundle_timeout="30"
    use_incoming_packet_handler="false"
    use_outgoing_packet_handler="false"
    ucast_send_buf_size="32000"
    ip_ttl="32"
    enable_bundling="false"/>
    <PING timeout="2000"
    num_initial_members="3"/>
    <MERGE2 max_interval="10000"
    min_interval="5000"/>
    <FD timeout="2000"
    max_tries="3"
    shun="true"/>
    <VERIFY_SUSPECT timeout="1500"/>
    <pbcast.NAKACK max_xmit_size="8192"
    use_mcast_xmit="false"
    gc_lag="50"
    retransmit_timeout="600,1200,2400,4800"/>
    <UNICAST timeout="1200,2400,3600"/>
    it is same as the default file, the configuration is same in both nodes, however, in OC4J log, i found it return the address is already in use:
    zed adaptors for platform 'ias_10g'
    Feb 22, 2008 2:58:17 PM org.collaxa.thirdparty.jgroups.protocols.UDP createSockets
    INFO: sockets will use interface 0.0.0.0
    08/02/22 14:58:17 java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: Address already in use
    08/02/22 14:58:17 at org.collaxa.thirdparty.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:600)
    08/02/22 14:58:17 at org.collaxa.thirdparty.jgroups.stack.DownHandler.run(Protocol.java:117)
    <2008-02-22 14:58:18,453> <INFO> <collaxa> <ServerManager::uninit> Shutting down all domains
    <2008-02-22 14:58:18,453> <INFO> <collaxa> <ServerManager::uninit> Done shutting down all domains
    <QuartzPublisherInit::init> Notification Retry publisher scheduled at every 15 minute(s)
    08/02/22 14:59:18 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    what is the problem ? how to fix it ?
    thanks.

    Hi,
    Remove "receive_on_all_interfaces" and set bind_to_all_interfaces=false i think.
    It might not be exactly what you want to do, but read up on those parameters on the internet on Jgroups.

  • Question on the entries in the oc4j log

    Hi all,
    If anybody could help me on the following issue, It is highly admirable. Thanks in advance.
    There is a module in our application to send mails to the people working in the organization regarding their work.
    We have a java servlet that send mail to the people. This servlet is called from a pl/sql programming. During this process, few of the people are not getting the emails. But the exact information is un known. But it writes to the oc4j log. we could only see entries like below for that particular day,
    11/06/04 19:06:44 Session
    11/06/04 19:07:02 Session
    11/06/04 19:07:24 Session
    11/06/04 19:07:27 Session
    [060411_111057028][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    [060411_111058371][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    [060411_111105559][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    [060411_111108074][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    [060411_111109590][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    [060411_111133949][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    [060411_111134933][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    Other than these entries there is nothing else written to the log. I am neither an expert in the application server nor a java programmer. If anybody can guess at the problem, please do it.
    Thanks,
    Suresh.

    "Could not create an image. Set html-image-dir and html-image-base-uri correctly."
    Probably a custom message generated by the servlet. Do you have some kind of installation
    manual that goes along with the set-up. I am not a clairvoyant but it looks like the application
    is expecting you to set a certain directory in which images are contained. Or it could be you
    have set the directory, but forgot to add the right image.

  • OC4J Log Error Interpretation

    Hi, I am trying to debug an authentication issue using a system based on the information in this article: http://www.oracle.com/technology/products/jdev/howtos/1013/oc4jjaas/oc4j_jaas_login_module.htm
    IE database/datasource based authentication.
    I am getting the following error in the applications OC4J log every time a login attempt is made, no error is seen from the application, authentication simply fails.
    When I had the recommended code for fine logging in the j2ee-loggin.xml file (<logger name="oracle.j2ee.security.oc4j" level="FINE" useParentHandlers="false">
    <handler name="oc4j-handler"/>
    <handler name="console-handler"/>
    </logger>) there was no information at all recorded in the OC4J log, not until I removed the extra logger code from that file did entries such as the following begin appearing in the log file. What could be going wrong here? Why is the login process generating a null pointer error and why would the log file not be written too when the fine logging code was added to the config file? Any idea's? All I can really gain from this error message is that the DBTableOraDataSourceLoginModule is at some stage atleast being referenced or called.
    Log Message: September 3, 2007 10:59:51 AM EST
    Component Name OC4J Component ID j2ee
    Host Network Address 172.etc Message Level 1
    Module ID security User ID SYSTEM
    Execution Context ID 172.etc Execution Context Sequence 0
    Host Name usatl01 Thread ID 12
    Message Type Warning
    Message Text
    java.lang.NullPointerException
    at javax.naming.InitialContext.getURLScheme(InitialContext.java:228)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:277)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule.performDbAuthentication(DBTableOraDataSourceLoginModule.java:484)
    at oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule.login(DBTableOraDataSourceLoginModule.java:335)
    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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at oracle.security.jazn.oc4j.OC4JUtil.doJAASLogin(OC4JUtil.java:241)
    at oracle.security.jazn.oc4j.GenericUser$1.run(JAZNUserManager.java:818)
    at oracle.security.jazn.oc4j.OC4JUtil.doWithJAZNClsLdr(OC4JUtil.java:173)
    at oracle.security.jazn.oc4j.GenericUser.authenticate(JAZNUserManager.java:814)
    at oracle.security.jazn.oc4j.FilterUser.authenticate(JAZNUserManager.java:1143)
    at com.evermind.server.http.EvermindHttpServletRequest.getUserPrincipalInternal(EvermindHttpServletRequest.java:3601)
    at com.evermind.server.http.AJPHttpServletRequest.getUserPrincipalInternal(AJPHttpServletRequest.java:261)
    at com.evermind.server.http.HttpApplication.checkAuthenticationAndAuthorize(HttpApplication.java:6332)
    at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3009)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Supplemental Text
    javax.security.auth.login.LoginException: java.lang.NullPointerException
    at javax.naming.InitialContext.getURLScheme(InitialContext.java:228)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:277)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule.performDbAuthentication(DBTableOraDataSourceLoginModule.java:484)
    at oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule.login(DBTableOraDataSourceLoginModule.java:335)
    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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at oracle.security.jazn.oc4j.OC4JUtil.doJAASLogin(OC4JUtil.java:241)
    at oracle.security.jazn.oc4j.GenericUser$1.run(JAZNUserManager.java:818)
    at oracle.security.jazn.oc4j.OC4JUtil.doWithJAZNClsLdr(OC4JUtil.java:173)
    at oracle.security.jazn.oc4j.GenericUser.authenticate(JAZNUserManager.java:814)
    at oracle.security.jazn.oc4j.FilterUser.authenticate(JAZNUserManager.java:1143)
    at com.evermind.server.http.EvermindHttpServletRequest.getUserPrincipalInternal(EvermindHttpServletRequest.java:3601)
    at com.evermind.server.http.AJPHttpServletRequest.getUserPrincipalInternal(AJPHttpServletRequest.java:261)
    at com.evermind.server.http.HttpApplication.checkAuthenticationAndAuthorize(HttpApplication.java:6332)
    at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3009)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:872)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at oracle.security.jazn.oc4j.OC4JUtil.doJAASLogin(OC4JUtil.java:241)
    at oracle.security.jazn.oc4j.GenericUser$1.run(JAZNUserManager.java:818)
    at oracle.security.jazn.oc4j.OC4JUtil.doWithJAZNClsLdr(OC4JUtil.java:173)
    at oracle.security.jazn.oc4j.GenericUser.authenticate(JAZNUserManager.java:814)
    at oracle.security.jazn.oc4j.FilterUser.authenticate(JAZNUserManager.java:1143)
    at com.evermind.server.http.EvermindHttpServletRequest.getUserPrincipalInternal(EvermindHttpServletRequest.java:3601)
    at com.evermind.server.http.AJPHttpServletRequest.getUserPrincipalInternal(AJPHttpServletRequest.java:261)
    at com.evermind.server.http.HttpApplication.checkAuthenticationAndAuthorize(HttpApplication.java:6332)
    at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:3009)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    Well, still struggling with this one.. although i've managed to get fine oc4j security logging enabled through the console, the error stream now follows this sequence of events at each login attempt :
    [DBTableOraDataSourceLoginModule]login called on DBTableLoginModule
    [DBTableOraDataSourceLoginModule]Calling callbackhandler ...
    [DBTableOraDataSourceLoginModule]Username returned by callback = TATKINS
    [DBTableOraDataSourceLoginModule]Username changed to case as defined by null to TATKINS
    [DBTableOraDataSourceLoginModule]Abort called on LoginModule
    java.lang.NullPointerException
    at javax.naming.InitialContext.getURLScheme(InitialContext.java:228)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:277)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule.performDbAuthentication(DBTableOraDataSourceLoginModule.java:484)
    at oracle.security.jazn.login.module.db.DBTableOraDataSourceLoginModule.login(DBTableOraDataSourceLoginModule.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         etc etc...
    JAAS-OC4J: Authentication failure for user: TATKINS
    JAAS-OC4J: Membership check for group: USER failed for user: anonymous
    What i cant work out is what is causing the login module to abort and raise a null pointer exception. Could this be due to a configuration mistake in the console manager or one of the xml files prior to deployment? I just have no idea how to approach fixing this issue.
    I really would appreciate some assistance, 5+ days trying to get this working. I had this working on jdeveloper embedded oc4j, and all the tute's on standalone deployment pass off the configuration of standalone as simple compared to embedded, yet don't go into enough detail to get it working, atleast from my perspective.

  • OAS 10.1.2.0.2 Stop OC4J Logging

    Hi,
    We have Oracle Application Server 10.1.2.0.2
    We can see that OC4J logs are being created at following location:
    $ORACLE_HOME/opmn/logs/OC4J~OC4J_NAME~default_island~1
    This log file grows in size very soon. We are aware of the Log Rotation feature, but this is a Test Environment and we really do not require these log files.
    Is there a way to stop these log files from being created ?
    Please help..
    Thanks in advance :)

    Can anybody help me for this ?
    Thanks a lot...

  • Small Suggestion in the OC4J log inside JDeveloper IDE

    Hi,
    I have a small suggestion regarding the OC4J log. It would be really helpful if you can provide the function that if you click on <ctrl> and click on the generated output, it would transfer you to the source of that printout e.g. System.out.println().
    It is the same function in the code editor when you click on a method with <ctrl>, it would go to the declaration of that method.
    Thanks

    Hi,
    not sure this is possible because there is no link between a print out and the command printing it. As a work around you could add the line number and class name to the print out. This makes finding the print source easier. With the line number - which you can get from JDeveloper in the code editor - you go to the class and press ctrl+g. Then type in the line number and it will point you to the position
    Frank

  • [STATEMENT] XDO Servlet shutdown complete in oc4j log

    Hi,
    This one is related in my previous thread but this time, the logs are coming from oc4j logs.
    Whenever we run a big report, BIP cannot generate report in Apps but with small reports, the reports are generated as espected. With the logs below, is it possible that it is an environment issue?
    ++++[042711_051122471][][STATEMENT] PublicReportService::generateReport FINISH and Return BIPReportResponse --- Time Elapse = 213340
    - java.io.IOException:
    com.evermind.server.http.HttpIOException: An established connection was aborted by the software in your host machine
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
         at org.apache.axis.utils.ByteArray.writeTo(ByteArray.java:375)
         at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:265)
         at org.apache.axis.Message.writeTo(Message.java:539)
         at org.apache.axis.transport.http.AxisServlet.sendResponse(AxisServlet.java:902)
         at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:777)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:351)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    11/04/27 17:45:05 Shutting down...
    - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down.
    - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused.
    - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete.
    [042711_054508213][][STATEMENT] XDO Servlet shutdown complete.
    Thanks,

    Hi,
    Actually, we only encounter this issue in Production.
    If we run a report with a minimal records/plans, the report is generated successfully but with a multiple records/plans (like 25 plans or more), BIP failed to generate a report in Production.
    We also replicate this issue in our dev environment and the report is successfully generated.
    Also, our report template is fine since we can generate a report in Production.
    Do you have any idea why this is happening in Production?
    Thanks,

  • Where is the default location for the OC4J logs?

    Where is the default location for the OC4J logs?

    Depends on what variant of the product you are using.
    In an Oracle Applicaiton Server environment (ie the one you install versus unzip) the stdout/stderr streams from OC4J are captured in the $ORACLE_HOME/opmn/logs/<group-instance> directory.
    If you are using standalone then stdout goes to the console where you started the process.
    The logs for the OC4J instance itself are located in $ORACLE_HOME/j2ee/home/log/<instance_group> directory. In this directory you'll see different logs for differet areas of the server. Most of the logs however are captured in the oc4j sub-directory in the log.xml file. Whenever you enable an OC4J component logger in the j2ee-logging.xml file or via ASControl, this is where the logs will end up.
    Take a look at the $ORACLE_HOME/j2ee/home/config/j2ee-logging.xml file -- the log handlers will give you some idea on the different log files that are in use.
    You can configure your application loggers to also direct their log into this file if you wish. See http://buttso.blogspot.com/2007/09/directing-log-messages-into-oc4j.html for an example.

  • RE : SOA_HOME j2ee/oc4j_soa/log/oc4j_soa_soa_group_1/oc4j/log.xml

    Hi All,
    Is <SOA_HOME>j2ee/oc4j_soa/log/oc4j_soa_soa_group_1/oc4j/log.xml contains all activity logs in soa server?
    We need to check the time when our ESB server was down.
    Thanks in Advance.

    Hi bbukacek
    There is nothing in domains logs on timestamp when this service was invoked. Only there is a log for one service, that is making continuous SFTP connections. This service is creating 5 connections within a minute. I am thinking, this service is consuming our server resource, which is cauing a problem.
    Do you have any idea?
    Regards

  • Moving oc4j logs files in other filesystems

    Hi,
    I want to change the path of all oc4j logs files. For best performance and maintenance I want to put the logs in other filesystems. It is a good way and does someone try this.
    I need this change because my devlopper want to see all oc4j logs and I don't want to create many symbolic links or many samba share.
    Thanks !

    You can move all oc4j logs files in other filesytems. I have heard of people doing it. The product OCS, oracle collaboration suite, might have provided a single global option to do that in their next release. However, I do not think there is a single global option in oc4j itself that can accomplish that in a single swoop. I would suggest that you try it step by step, moving a subset of log files at a time.

  • Directing Log4J messages into OC4J log file

    Hi,
    We currently have a web application that is running on Tomcat. We want to migrate that application over to OC4J. The application currently uses Log4J for messages. What do I have to do to have the application still write to the log4j logs.
    Thanks,
    J

    Try this:
    http://buttso.blogspot.com/2007/09/directing-log4j-logs-into-oc4j-logging.html
    The application still issues log messages via log4j, but you as an administrator can configure OC4J so that the log4j messages get captured in the OC4J log system so they can be viewed using the log viewer mechanism of OC4J.
    -steve-

  • Purge oc4j logs

    Dear all,
    How can I purge OC4j logs in R12 (like out.log,server.log,system-aplication.log ) when the system is up and running ?..out.log is 4.5 GB in size ?
    any idea ?
    Kai

    Kai,
    On Linux/Unix, yes you can. Or, you can rename the file and delete it later. Some operating systems like Windows will not allow you to purge log files unless you shutdown the services first.

  • Warning message in oc4j log when using af:region

    Hello -
    (Jdev 10.1.3 SU2)
    When testing my ADF faces app, the first time someone hits a page that uses a region, the following message appears in the embedded OC4J server log. I am concerned about the "WARNING" part - is this message normal or does it indicate that I might have set something up incorrectly?
    2006-05-16 08:20:53.279 WARNING Replaced jspUri /regions/userInfoRegion.jspx with /regions/userInfoRegion.jspx for componentType:xyz.userInfoThanks!
    -- Scott

    Hello,
    I'm getting the same error when i try to create a BOM using the BOMMAT03 idoc.
    How did you manage to solve this issue?
    I appreciate your help.
    Thanks&Rgds
    Angelica Fontes

  • Oc4j log file: many java.lan.NullPointerException in log file

    I use oc4j 10.1.3 Developer Preview 4
    I found many java.lan.NullPointerException in log file.
    I don't know if this is normal or not, but it makes me a little suspicious
    PEC Barnes

    As an example :
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2005-12-14T11:26:19.330+01:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>oracle</COMPONENT_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>yale.domain.com</HOST_ID>
    <HOST_NWADDR>129.233.33.12</HOST_NWADDR>
    <THREAD_ID>11</THREAD_ID>
    <USER_ID>barnes</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>129.233.33.12:6613:1134555978780:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Caught exception: java.lang.NullPointerException.</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NullPointerException
         at oracle.oc4j.admin.management.mbeans.J2EELogging.setLoggerLevel(J2EELogging.java:282)
         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1079)
         at oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(DefaultModelMBeanImpl.java:604)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:221)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:228)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:822)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:792)
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:343)
         at oracle.oc4j.admin.jmx.ejb.MBeanServerEjbBean.invoke(MBeanServerEjbBean.java:310)
         at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.evermind.server.ejb.interceptor.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:39)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:45)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:62)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:43)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:32)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:379)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:637)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:36)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:43)
         at com.evermind.server.ejb.interceptor.system.TxSupportsInterceptor.invoke(TxSupportsInterceptor.java:37)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:43)
         at com.evermind.server.ejb.interceptor.system.SecurityRoleInterceptor.invoke(SecurityRoleInterceptor.java:46)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:43)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:62)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:43)
         at com.evermind.server.ejb.interceptor.system.RunningStateInterceptor.invoke(RunningStateInterceptor.java:28)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:43)
         at com.evermind.server.ejb.StatefulSessionEJBObject.OC4J_invokeMethod(StatefulSessionEJBObject.java:840)
         at MBeanServerEjbRemote_StatefulSessionBeanWrapper0.invoke(MBeanServerEjbRemote_StatefulSessionBeanWrapper0.java:50)
         at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.evermind.server.rmi.ServerRmiMessageHandler.doMethodCall(ServerRmiMessageHandler.java:560)
         at com.evermind.server.rmi.ServerRmiMessageHandler.handleMethodInvocation(ServerRmiMessageHandler.java:471)
         at com.evermind.server.rmi.ServerRmiMessageHandler.handleOrmiRequest(ServerRmiMessageHandler.java:262)
         at com.evermind.server.rmi.ServerRmiMessageHandler.dispatchRequest(ServerRmiMessageHandler.java:231)
         at com.evermind.server.rmi.RMIServerConnection.processReceivedCommand(RMIServerConnection.java:155)
         at com.evermind.server.rmi.RMIConnection.handleCommand(RMIConnection.java:151)
         at com.evermind.server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:126)
         at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:105)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:534)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>

  • Oc4j log file

    Dear All
    I have a Oracle application server version 10,1,3
    some applications have been deployed on it
    in current setting all system.out.println('xxxx')
    writed to OracleAS\opmn\logs\default_group~home~default_group~1.log
    i want oc4j dont do this and dose not write system.out to this log file
    where should i change ?
    regards

    Dear All
    I have a Oracle application server version 10,1,3
    some applications have been deployed on it
    in current setting all system.out.println('xxxx')
    writed to OracleAS\opmn\logs\default_group~home~default_group~1.log
    i want oc4j dont do this and dose not write system.out to this log file
    where should i change ?
    regards

Maybe you are looking for

  • Downloading apps on 2 machines using the same account. - Help PLEASE ?

    Hi, new here so Hi Everybody. I have an iPhone which is sync'd with my Windows machine at home, all works fine. I am at work and wanted to download an App that was 150meg. The app is too big via 3G so bought it via my work PC (and paid £12.00 for it

  • Stereo V. Mono Track

    By all means, someone please direct me to the thread if this has already been covered (which, being that it seems soooo basic, I wouldn't doubt that it has been). I've been selecting all my tracks as stereo. What's the difference/pros and cons? I rea

  • CR Report Reload Duration Tracking

    Hi, I am reloading crystal reports thru BI Launchpad. Report is scheduled to deliver PDF output to a file location and option selected NOT to save instance in the History. This is a recurring report. After each successful reload PDF gets saved to des

  • Navigating in list view.

    I have hundreds of clips in list view, all sorted by Reel Name. It's tedious enough to scroll right to the bottom of the list when FCPX insists on regularly springing open every Reel Group to display its contents (even when I're recently closed them

  • Logon screen for network???

    Hi! I am a newbie to the Mac environment. Is there a way in the Mac 10.3.9 OS to ask me my username and password and domain like Windows when you start up the Mac? I was able to bind the Mac to my company domain. I wasn't sure if this could be done o