Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8070207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:20:08+00:00 2026-06-05T13:20:08+00:00

How i can store the server output console into server.log -like the output of

  • 0

How i can store the server output console into server.log -like the output of netbeans apache output console server.log to trace sql errors and display system.out.println

i have tried to configure the logging and debug section in weblogic administration control but i cant find a clue to for my problem ,the server.log exist store the http requests and other things that is not important to me ,i read references and manuals “fast read” so if someone can give me a reference to my problem or solution may be because i cant find the appropriate terminology to search

example

the Form Action is :searchEmNominativeInterviewPrevInvertory

=========EXTRA PARAMETER FOR SEARCH=========

Extra Parameters

=========EXTRA PARAMETER FOR SEARCH=========

-----<<>>----trying to get connection--3---
PDAO 
PDAO user
PDAO null
PDAO  1 = 1  AND REQ_CLASS = 'I'
PDAO 
PDAO 
PDAO -1
PDAO -1
PDAO null
PDAO -1
PDAO -1
PDAO -1
PDAO -1
PDAO I
PDAO -1
PDAO -1
PDAO 9481007150
PDAO 1
PDAO 13
PDAO 
PDAO 
-----<<>>----Executing the Security Procedure Fail...
java.sql.SQLException: ORA-06550: سطر 1 ، عمود  7 : 
PLS-00905: object HR2_EMPL.EM_NOM_INTER_PREV_STOCK$SELECT is invalid
ORA-06550: سطر 1 ، عمود  7 : 
PL/SQL: Statement ignored

        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
        at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
        at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:215)
        at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:954)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
        at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3390)
        at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4223)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:169)
        at com.rss.components.ParentDAO.executeProcedure(ParentDAO.java:318)
        at rss.hr2.recruitment.RecruitmentDAO.searchEmNominativeInterviewPrevInvertory(RecruitmentDAO.java:15051)
        at rss.hr2.recruitment.interviews.searchEmNominativeInterviewPrevInvertory.execute(searchEmNominativeInterviewPrevInvertory.java:159)
        at rss.controller.CommandDispatcher.executeCommand(CommandDispatcher.java:111)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T13:20:11+00:00Added an answer on June 5, 2026 at 1:20 pm

    This link has the solution to my problem

    Reference To Configure log4j In Weblogic Server

    oracle docs on How to Use Log4j with WebLogic Logging Services

    The First link Content first paragraph read the link for the reset

    Configure log4j in weblogic server
    I have recently configured log4j for our web applications deployed in weblogic 10.3 domain. The steps are given below:

    1. Copy log4j-1.2.9.jar & wllog4j.jar under domain_root/lib folder.
    2. Create log4j.xml and drop it under domain_root folder. If you have log4j.xml inside the application(EAR/WAR), I would recommend to move outside EAR/WAR
      as changing severity (log level) would require re-deployment.
      To avoid this, we can move log4j.xml into domain root folder but again the server needs to be bounced. But there is a fix. Click here for more info.
    3. Login to weblogic server console. Go to Servers -> Admin Server-> Logging.
      Click on advanced mode. Change the logging implementation from JDK to Log4J. Click save.
    4. Activate changes. Re-start the admin server.

    This should enable log4j and should write logging into log file mentioned in log4j.xml or properties file.

    if you want an example i recommend this log4j – Quick Guide

    advice you should be patience to read and apply

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can store Session State in InProc or State Server or Sql Server. If
Possible Duplicate: SQL Server UDF refresh The system stored procedure sp_refreshview can be used
As EF 4.0 released, more support to SQL server Stored procedure. Complex Type can
How can I trigger a stored procedure in SQL Server 2005 based on emails
How can I know which stored procedure is running in SQL Server 2005. And
If i have a stored procedure or a trigger in Sql Server 2008, can
how we can store the e mail id into a database? i mean which
I want to store the output of text file into a variable, so I
I have a SQL Server database designed like this : TableParameter Id (int, PRIMARY
My MySQL database can store the euro symbol just fine (as I have tested

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.