Some Smaller Problems concerning HTTP-Server and iSQL*PLUS

Hi!
System: WIN2K, ORA 9.0.0.1
1. Problem: With HTTP-Server launched by ORACLE at System Start
can not connect to DB via iSQL*Plus, message: ORA-12638 (german
message:"Abruf des Berechtigungsnachweis misslungen") Credential
retrieval failed. Does no longer occur when shutting down
service and relaunching Apache manually. Why?
2. HTTP Server dies instantly when accidentially sending /*
somewhere in SQL-Statement or alone via iSQL*Plus (in SQL*Plus
Window /* starts DOC-Mode without chance to end DOC-mode with #)
Can anyone help? Thank you!
TIP: Manipulating Database via iSQL*Plus on a Eudora-Browser
with IR Cellular impresses every Boss! :-)

Hello CJ
1st of all: Thank you for your answer!
What privilege iSQL*Plus connection are you trying make?Tried as normal user and as sysdba. Both works well with Apache
in Console, both doesn4t work with Apache as a Service started
(even if there is a 2nd Apache started in Console window)
Can you connect as a normal user
if you specify a full DB connection string? By full connection
string I mean the "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS...)))"
etc. syntax commonly seen in tnsnames.ora. No! Error "SP2-0306 Invalid Option" occurs.
that the problem also occurs in the old GUI (non-web version)
version of SQL*Plus?Right! Typing DOC means entering (now unsupported) DOC Mode
(DOC> Prompt) return to SQL> with #. Typing /* gets you into DOC-
Mode but you can4t leave with #. (SQL*Plus userguide and
reference Part F Obsolete Commands)
In iSQL*Plus (web based version) typing /* caused apache to die
(on console!! as service as I mentioned: no connection ).
Somehow problem no longer occurs. (Miracle?)
3. Your Palm efforts sound neat! Can you share with the forum
how usable it is? Are there any configuration tricks
you found?No tricks needed, I just started a connection to a local
Provider via IR and Nokia Cellular. Connected to DB via
iSQL*Plus using Eudora-Browser, logged in as sysdba and shutdown
DB and started it again. Looked at some v$-views, killed a
session or two had a good time and impressed everyone. Decide
for yourself if this could be useful. Might be helpful for
remote troubleshooting during holidays so don4t tell your boss
about it.
(Did anyone try this on Windows CE? Like to know!)
Dominic

Similar Messages

  • Some small problems with my new 3G iPhone

    Having some small problems with my new iPhone, nothing major, just annoying.
    1. When I plug my iPhone in to charge/sync my Adobe photoshop keeps trying to download the photos on my iPhone, which causes an error message from Adobe that it can't download and it stops all syncing and removes my iPhone from iTunes. I have to unplug and reinsert USB cable and sometimes it works ok and sometimes I have to reinsert again. Also when charging, it will disconnect, reconnect and the samething all over again, photoshop trying to get photos and an error message.
    2. Can't send e-mails via 3G? Only can get, have to connected to a WiFi to send e-mails, or is this normal?

    When your iPhone includes photos in the Camera Roll, it is also detected as a digital camera when connected to your computer, and whichever app you have selected to import photos will automatically launch to import the photos. If you haven't imported these photos, it is a good idea to do so as with any other digital camera. I import the photos followed by deleting the photos from the iPhone after the import process is complete. If I want any of the imported photos available on my iPhone for viewing, I add the photos to an existing album that is selected to be transferred to my iPhone under the Photos tab for my iPhone sync preferences, or add the photos to a new album followed by selecting the album under the Photos tab followed by a sync.
    If your iPhone's Camera Roll does not include any photos that have not been imported, Adobe Photoshop should not launch automatically when your iPhone is connected.
    I know how to disable the selected application for photo import from launching automatically regardless with a Mac, but not with Windows.
    Regarding the sending email problem, who is the email account provider and does the email account provider have an authenticated SMTP server?
    Most ISPs block the use of SMTP servers that are outside of their network or not provided by the ISP being used for your internet connection unless the SMTP server is authenticated. When connected to the internet via AT&T's cellular network, it is no different in this regard. AT&T's SMTP server is included and available by default for use with an email account that does not have an authenticated SMTP server when connected to the internet via AT&T's cellular network, but you probably won't be able to use this SMTP server for sending messages with the account when connected to the internet with your ISP via an available wi-fi network - especially if the email account is provided by your ISP.
    I access two email accounts with the iPhone's mail client and both accounts have an authenticated SMTP server. I've never had any problems sending with either account regardless the ISP being used for an available wi-fi network, or when connected via AT&T's cellular network.

  • Question about HTTP Server and 9iAS

    I am kind of new to Oracles 9is products. I installed Oracle 9i Rel. 2 recently and it installed HTTP Server and other stuff as part of that install. I am trying to write a small web application. Is this install good enough to do basic servlet's, jsp's and may be EJB's etc ... or do I need to install 9iAS. I am confused on the fact that I know 9iAS will give me j2ee container, web container, clustering, etc ..., what functionality is included in the 9i databases web server piece.
    Also, can anyone point me to a good documentation that explains directory structure of 9i Rel. 2. I am familiar with the database part fairly well(oracle 7 release). However, I am confused as to new web related stuff (Apache, bc4j, etc..) in 9i Rel. 2.
    Thanks.

    Hi,
    No, you cannot run EJB's in the Apache installation. For that you might want to download OC4J.
    Basic Http pages and Servlets can run but I dont think it is advisable to use it for that. For any kind of development, I would suggest you to use OC4J.
    Oracle9i Database is web enabled and you can access the table, etc.. from a browser too. This is the reason Apache is provided with the basic installation. Oracle9i Rel 2 has XML DB in it which again can be accessed from the Web.
    For more help on any of these check http://otn.oracle.com/documentation/oracle9i.html
    You will be able to get all the related Developer's Guide here.
    Hope this helps,
    Rajat

  • 10g: HTTP Server and OC4J on different servers?

    Can anyone assist with configuring HTTP Server and OC4J on different servers?
    I installed AS 10g on both; our application runs fine on one server, with the HTTP Server and OC4J both on the same box.
    I need to also test this with the HTTP Server on a separate box.
    I added this to mod_ocj4.conf:
    Oc4jMount /indox-qa1
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    Oc4jMount /indox-qa1/*
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    But when I try to access something like http://cvodev4/indox-qa1 I get this in the logs:
    [Wed Jul 06 16:54:10 2005] [warn] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0184: Failed to find an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0145: There is no oc4j process (for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1) available to service request.
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0119: Failed to get an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0013: Failed to call destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1's service() to service the request.
    I did some ethernet sniffing and it doesn't look to me like the OHS box is even trying to contact the OC4J box.
    Is there more configuration I need to do beyond this?
    Thanks,
    dwh

    hi user11159690
    Maybe this can help:
    "Oracle® HTTP Server Administrator's Guide 10g Release 3 (10.1.3) B25211-02"
    "7.32 mod_oc4j"
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#i1025739
    Maybe more specifically "Oc4jMount":
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#CIHJBGFB
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • Splitting HTTP Server and 9IAS

    Whats the advantage of splitting the HTTP Server and application server. Bcos in our case the web server is installed thro a minimal installation and the Application server is installed using the enterprise edition in separate servers. Hence in both the servers the HTTP service is enabled . Also the Jserver of web server is not being used by us.
    It would be helpful if somebody could list out the various advantages / disadvantages with the above architecture.
    Thanks and Regards
    Swaminathan

    Question is probably best answered on the general 9iAS forum:
    http://forums.oracle.com/forums/forum.jsp?id=466592
    A quick answer: Reasons vary from distributing load (HTTP hits or application execute), using distribution of HTTP servers for high availability via new clustering capabilities in 9iAS, using different size boxes for one piece or another (e.g. big cluster of tiny HTTP servers and a smaller number of larger servers for EJB), utilizing hardware, physically and logically splitting apart functionality of 9iAS (not such an issue with just the core but more significant with Forms, Reports, Portal, etc).
    This paper gives the feature set supporting distributed deployment:
    http://otn.oracle.com/products/ias/ohs/collateral/r2/clusters.pdf
    and this paper:
    http://otn.oracle.com/products/ias/ohs/collateral/r2/bp-core-v2.PDF
    gives best HTTP and deployment practices that might answer your question.
    Mike.

  • DMZ pattern with single HTTP server and OC4J separated

    I am new to Oracle products and I am I trying to configure 9iAS Rel 2 for a JSP/servlet project and would greatly appreciate any comments or pointers to specific documents that may be helpful.
    I would like to use the DMZ pattern for a small application without clustering anything or installing Infrastructure. I would like to have just the HTTP server between the two firewalls and have the application server (hosting the business logic) and the database server (9i Rel 2) behind the second firewall. I want to keep this as simple as possible.
    Is there any way to install just an HTTP server (such as Apache) in between the two firewalls and have it direct requests to the Oracle 9i (Rel 2) application server (J2EE & Web cache installation) behind the second firewall?
    If that is not possible (due to the need for Oracle's HTTP server and mod_OC4J to forward requests), then I would assume that I would have to install a copy of 9iAS on the one machine between the two firewalls (so that I would have the Oracle HTTP server with mod_OC4J) and then install another copy on a machine behind the second firewall (to host the business logic). Is this correct?
    With those installations in place, would I then follow the modifications that are mentioned in "Scenario C: Routing (or clustering) Instances Across Firewalls" of the 'Oracle9i Application Server: mod_oc4j Technical Overview' (i.e modify the following files opmn.xml, ons.conf mod_oc4j.conf) so that the 9iAS in between the two firewalls ignores its OC4J and forwards requests the to 9iAS behind the second firewall? (I know that this document is talking about clustering which is what I do not want to do, but I can't find any information about trying to put a single instance of a HTTP server in the DMZ while having a single instance of OC4J behind the second firewall).
    Would a better approach be to install a copy of 9iAS in the DMZ and then install a stand along copy of OC4J behind the second firewall?
    Does mod_oc4j automatically install with the J2EE and Web cache installation of 9iAS Rel 2?
    Thanks for your insights,
    - David

    You'r on the right track. You can't install just OHS or just OC4J seperatly but you can get the end result you are looking for.
    Install an iAS instance (j2ee&webcache) in the DMZ and shutdown all but the OHS process.
    Instanll a second iAS instance behind your firewall an shut down all but the OC4J process.
    you now have effectively what you want OHS in the DMZ and OC4J at the intranet.
    Now if you follow the directions in the Mod_oc4j overview doc. You modify the ons.conf by using the dcmctl commands
    getopmnport/addopmnlink
    Then you modify the mod_oc4j.conf using the instance:// tag to rouet requests from the OHS in the DMZ to the OC4J's
    in the intranet.
    You will need to open ports in the firewall for the ajp traffic between OHS and the OC4J's

  • Problems with games server and client

    Hi! I am making an MMORPG game and I have problems with the server and client connection.
    I can connect to the server, but when a second player does, the server console tells me this:
    java.net.SocketException: Connection reset
    After that, all clients disconnect.
    Which is the problem?
    How can I solve it?
    Thank you so much

    Here is how my sever work. I took some of this code from a book called Killer Programming Games in Java. If you google for it, you will find it for sure.
    TourGroup tg = new TourGroup(); // this object stores information about all clients connected to the server
        try {
          ServerSocket serverSock = new ServerSocket(PORT);
          Socket clientSock;
          while (true) {
            System.out.println("Waiting for a client...");
            clientSock = serverSock.accept();
            new TourServerHandler(clientSock, tg).start(); // this is the thread that monitors each client
        catch(Exception e)
        {  System.out.println(e);  }
      } This is some code of TourServerHandler
    public TourServerHandler(Socket s, TourGroup tg)
        this.tg = tg;
        clientSock = s;
        name= "?";
        cliAddr = clientSock.getInetAddress().getHostAddress();
        port = clientSock.getPort();
        System.out.println("Client connection from (" +
                     cliAddr + ", " + port + ")");
    public void run()
      // process messages from the client
        try {
          // Get I/O streams from the socket
          BufferedReader in  = new BufferedReader(
       new InputStreamReader( clientSock.getInputStream() ) );
          PrintWriter out =
    new PrintWriter( clientSock.getOutputStream(), true );  
    // and here goes the rest... The TourServerHandler thread uses this code to send messages:
    tg.broadcast(msg); tg.broadcast works like this:
    synchronized public void broadcast(String cliAddr, int port, String msg)
      // broadcast to everyone but original msg sender
        TouristInfo c; // this object stores info about the client
        for(int i=0; i < tourPeople.size(); i++) {
          c = (TouristInfo) tourPeople.get(i);
            c.sendMessage(msg);
      } This is the error part
    public void sendMessage(String msg)
      PrintWriter out;  
        out.println(msg);  
          System.out.println("OK");
      } I can't find any error but I still get that Connection reset exception...

  • Front-end HTTP Server and Performance with .jspx pages?

    This is more of a general question that I'm looking for validation:
    If the majority of our website is implemented as .jspx pages, with very few straight HTML pages, is there benefit in deploying to an environment with a separate HTTP front-end web server and back-end Application server (java container)? For example, I'm deploying to Tomcat as both the HTTP server and Java Application server for the .jspx pages; is there a performance advantage in deploying to an Apache HTTP server with a connector to Tomcat if I'm primarily serving up .jspx pages? I'm not as familiar with Oracle AS architecture, so my question is primarily around Tomcat deployment.
    thanks

    This is more of a general question that I'm looking for validation:
    If the majority of our website is implemented as .jspx pages, with very few straight HTML pages, is there benefit in deploying to an environment with a separate HTTP front-end web server and back-end Application server (java container)? For example, I'm deploying to Tomcat as both the HTTP server and Java Application server for the .jspx pages; is there a performance advantage in deploying to an Apache HTTP server with a connector to Tomcat if I'm primarily serving up .jspx pages? I'm not as familiar with Oracle AS architecture, so my question is primarily around Tomcat deployment.
    thanks

  • Oracle HTTP Server and mod_plsql

    Hi there,
    I have a problem using HTML DB on a small network. LAN consists of two computers with Windows XP Professional, Service Pack 1. Server has two NIC. One connected to the local internet provider (PPPoE) with TCP/IP set to "Obtain an IP address automatically" and second network adapter (for the LAN) with TCP/IP address 192.168.0.2. Second computer has NIC with IP 192.168.0.3. The server is set with HTML DB 2.0. There is NO ANY problem if I work on it as stand alone computer - second network adapter disable!
    The problem arises if I connect the second computer and then start HTML DB by http://localhost:7777/…"503 the service is temporary unavailable", emagent is down, DBconsole service is not active anymore, etc. Apache or Oracle HTTP Server is up.
    I have found, after several days of troubleshooting, that the problem might be in httpd.config file. If somebody have experience in similar networks or Oracle HTTP Server settings please, give me advice or send httpd.conf file as an example.
    Please help me!
    Konstantin

    Hi,
    If I disable the network adapters and restart the computer, then connect to the HTML DB or my application, everything is OK. Then enable connection and I can work from both computers!
    This is listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = KONCOMP)(PORT = 1521))
    This is tnsnames.ora
    KONSTA10 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = koncomp)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = KONSTA10)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    The dad.conf is empty because I am using marvel.conf. I just checked the rules to build such file. Listener uses as host name - computer name (in my case koncomp), but in all config files Oracle HTTP Server uses name localhost or 127.0.0.1. That is the reason for SYSMAN to make too separate folders in Oracle home named LOCALHOST_instancename and hostname_instanceename.
    One error from emagent.log
    It goes down all the times when the problem arises.
    2005-12-05 15:11:58 Thread-1996 ParseError: File=stream, Line=4, Msg=Missing value for ARG in RemoteOperationArgument (01006)
    An error from sqlnet.log
    Fatal NI connect error 12541, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=koncomp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=KONSTA10)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\jdk\jre\bin\java.exe)(HOST=KONCOMP)(USER=Konsta))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 08-&#1044;&#1045;&#1050;. -2005 20:31:09
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12541
    TNS-12541: TNS:no listener
    ns secondary err code: 12560
    nt main err code: 511
    TNS-00511: No listener
    nt secondary err code: 61
    nt OS err code: 0
    Moreover in listener.log LISTENER is tried to connect to 127.0.0.1 and to 192.168.1.2 which is the second network adapter.
    From Database Control, then Management Services and Repository, and Agent there are one agent and 4 targets. I found there several Metric erros.
    Agent to Agent (Agent Process Statistics)
    em_result=3696|0.00|14204|20384|1.94||751|12|14204|20384 Terminating on signal SIGTERM(15)
    Agent to Database Instance (SQL Response Time, Streams Capture Queue Statistics, SGA Pool Wastage, etc.)
    ORA-12505: TNS:listener does not currently know of SID given in connect descriptor,
    ORA-12545: Connect failed because target host or object does not exist,
    em_error=Could not connect to dbsnmp/(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(Port=1521))(CONNECT_DATA=(SID=Konsta10))) : ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach),
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    Agent to Listener (Response)
    Terminating on signal SIGTERM(15)
    Policy Violations found
    Oracle recommends that you close all unnecessarily open ports, especially on internet-facing hosts

  • Strange problem with AIX server and windows clients

    I am having a real bizzare problem with WLS 7.0.1 running on AIX 5.1 and
    clients on windows. We have J2SE Swing application as a client.
    If the client is w2k or XP, the first client gets good response. If I start
    another client the second client is horribly slow (2 sec vs 16 sec). Even if
    I kill the first client the second client continues to be slow. If I have 2
    clients open together, the first one continues giving 2 sec response while
    the second one continues with 16 sec. For that matter if I start another
    client after shutting down first one I get slow (16 sec) response.
    If the client is NT client I always get good and consistent response from
    the server. Irrespective of how many client I have on the NT machine, I keep
    getting good response. NT and W2K laptops are seating right next to each
    other on the same n/w and infact the NT is a much slower and lessor memory
    machine than W2K.
    We did similar tests keeping server on Solaris or NT server or W2K server,
    and the clients "behave" normally i.e I get consistent repsponse time (it
    may be slow or fast, but it is consistent and is consistent b/w NT and W2K).
    We even tried putting my laptop on the same network as the AIX server, but
    it did not help. Unfortunately some of our clients will be using AIX and
    W2K.
    HELP!!!!

    "Cameron Purdy" <[email protected]> wrote in message
    news:[email protected]..
    Sounds like a reverse DNS lookup or similar network timeout.Thanks for the suggestion, but then why would the first client on w2k or XP
    get a better performance and the subsequent clients get worse performance?
    >
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "vinay moharil" <[email protected]> wrote in message
    news:[email protected]..
    I am having a real bizzare problem with WLS 7.0.1 running on AIX 5.1 and
    clients on windows. We have J2SE Swing application as a client.
    If the client is w2k or XP, the first client gets good response. If Istart
    another client the second client is horribly slow (2 sec vs 16 sec).
    Even
    if
    I kill the first client the second client continues to be slow. If I
    have
    2
    clients open together, the first one continues giving 2 sec response
    while
    the second one continues with 16 sec. For that matter if I start another
    client after shutting down first one I get slow (16 sec) response.
    If the client is NT client I always get good and consistent responsefrom
    the server. Irrespective of how many client I have on the NT machine, Ikeep
    getting good response. NT and W2K laptops are seating right next to each
    other on the same n/w and infact the NT is a much slower and lessor
    memory
    machine than W2K.
    We did similar tests keeping server on Solaris or NT server or W2Kserver,
    and the clients "behave" normally i.e I get consistent repsponse time(it
    may be slow or fast, but it is consistent and is consistent b/w NT andW2K).
    We even tried putting my laptop on the same network as the AIX server,
    but
    it did not help. Unfortunately some of our clients will be using AIX and
    W2K.
    HELP!!!!

  • Some scanning problems with Trend (iMSS) and iMS

    Hi everyone!!!
    I have been reading and learning a little, but at the moment I have a problem with Trend InterScan Messaging Security Suite and Mesaging Server.
    I have follow the recommendations of example 2 in
    http://docs.sun.com/source/819-0105/channel.html#wp100754
    but I have some scaning problems.
    My files are like................
    [SERVICE=SMTP_SCANNING]
    !INTERFACE_ADDRESS=127.0.0.1
    PORT=10025
    IMAGE=IMTA_BIN:tcp_smtp_server
    LOGFILE=IMTA_LOG:tcp_smtp_server.log
    STACKSIZE=2048000
    PARAMETER=CHANNEL=tcp_scanner
    ! ims-ms
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_
    POOL fileinto $U+$S@$D aliasdetourhost tcp_scanner-daemon
    ims-ms-daemon
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric subdirs 20 maxjobs 7 pool SMTP_POOL maytlsse
    rver maysaslserver saslswitchchannel tcp_auth missingrecipientpolicy 0 aliasdetourhost tcp_scanner-daemon
    tcp-daemon
    ! tcp_intranet
    tcp_intranet smtp mx single_sys subdirs 20 dequeue_removeroute maxjobs 7 pool SMTP_POOL maytlsserver allowswitchchannel s
    aslswitchchannel tcp_auth missingrecipientpolicy 4 aliasdetourhost tcp_scanner-daemon
    tcp_intranet-daemon
    ! tcp_auth
    tcp_auth smtp mx single_sys mustsaslserver missingrecipientpolicy 4 aliasdetourhost tcp_scanner-daemon
    tcp_auth-daemon
    ! tcp_scanner
    tcp_scanner smtp nomx single_sys identnonenumeric subdirs 20 maxjobs 7 pool SCAN_POOL daemon 172.17.24.34 port 10024 enqu
    eue_removeroute
    tcp_scanner-daemon
    bash-2.05# more mappings
    ! MTA mappings file
    ! for access control and other table lookups
    PORT_ACCESS
    *|*|*|*|* $C$|INTERNAL_IP;$3|$Y$E
    * $YEXTERNAL
    INTERNAL_IP
    $(172.17.24.34/24) $Y
    127.0.0.1 $Y
    ! 172.17.17.41 $Y
    ! 172.17.16.51 $Y
    * $N
    ORIG_SEND_ACCESS
    tcp_local|*|tcp_local|* $N$D30|Relaying$ not$ allowed
    tcp_*|*|native|* $N
    tcp_*|*|hold|* $N
    tcp_*|*|pipe|* $N
    tcp_*|*|ims-ms|* $N
    ! Block "external" submissions of explicitly source-routed "internal" addresses
    tcp_local|*|tcp_intranet|@*:*.* $N$D30|Explicit$ routing$ not$ allowed
    tcp_local|*|tcp_intranet|*$%*@* $N$D30|Explicit$ routing$ not$ allowed
    tcp_local|*|tcp_intranet|*.*!*@* $N$D30|Explicit$ routing$ not$ allowed
    tcp_local|*|tcp_intranet|"*@*"@* $N$D30|Explicit$ routing$ not$ allowed
    SEND_ACCESS
    tcp_*|*|*|*@[127.*] $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@localhost.* $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@example.com $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@example.net $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@example.org $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@*.test $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@*.example $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@*.invalid $X5.1.2|$NBad$ destination$ system
    tcp_*|*|*|*@*.localhost $X5.1.2|$NBad$ destination$ system
    CONVERSIONS
    in-chan=tcp_scanner;out-chan=*;CONVERT No
    in-chan=tcp_*;out-chan=tcp_local;CONVERT Yes,Channel=tcp_scanner
    !IN-CHAN=tcp_scan;OUT-CHAN=*;CONVERT No
    !IN-CHAN=tcp_*;OUT-CHAN=*;CONVERT Yes,Channel=tcp_scan
    <IMTA_TABLE:mappings.locale
    With this configuration, my iMSS only scan mails from internal to internal domain.
    Mails sent via outlook:
    10-Oct-2005 17:11:34.13 tcp_auth tcp_scanner EA 3 [email protected] rfc822;[email protected] [email protected]
    10-Oct-2005 17:11:34.15 tcp_auth tcp_local EA 3 [email protected] rfc822;[email protected] [email protected]
    10-Oct-2005 17:11:34.24 tcp_local D 3 [email protected] rfc822;[email protected] [email protected] dns;mail.out.com (mail.out.com xxxxxxxxxxxxx Mon, 10 Oct 2005 17:09:34 +0200 ) smtp;250 2.1.5 [email protected]
    10-Oct-2005 17:11:34.53 tcp_scanner ims-ms E 4 [email protected] rfc822;[email protected] user1@ims-ms-daemon
    10-Oct-2005 17:11:34.59 tcp_scanner D 3 [email protected] rfc822;[email protected] [email protected] dns;172.17.24.34 (TrendMicro IMSS SMTP proxy) smtp;250 2.1.5 [email protected] OK.
    Mails that do not pass throw tcp_scanner channel are not scan by iMSS, but I don`t know why this outgoings mail don�t pass throw tcp_scanner ���???
    And mails sent via webmail :
    10-Oct-2005 17:28:42.05 tcp_intranet tcp_scanner E 2 [email protected] rfc822;user1@ in.com user1@ in.com
    10-Oct-2005 17:28:42.08 tcp_intranet tcp_local E 2 user1@ in.com rfc822;[email protected] [email protected]
    10-Oct-2005 17:28:42.75 tcp_scanner ims-ms E 2 user1@ in.com rfc822;user1@ in.com user1@ims-ms-daemon
    10-Oct-2005 17:28:42.80 tcp_scanner D 2 user1@ in.com rfc822;user1@ in.com user1@ in.com dns;172.17.24.34 (TrendMicro IMSS SMTP proxy) smtp;250 2.1.5 [email protected] OK.
    10-Oct-2005 17:28:42.87 tcp_local D 2 user1@ in.com rfc822;[email protected] [email protected] dns;mail.out.com (mail.out.com xxxxxxxxxxxxx Mon, 10 Oct 2005 17:26:42 +0200 ) smtp;250 2.1.5 [email protected]
    10-Oct-2005 17:28:42.96 ims-ms D 2 [email protected] rfc822;[email protected] user1@ims-ms-daemon
    Thanks in advance.

    # ./imsimta test -rewrite -debug=level=4 -filter [email protected]
    Initializing mm_.
    Initializing mm_ submission.
    Checking identifiers.
    *** Debug output from initializing MM for submission:
    16:21:04.24: mmc_winit('l','[email protected],'[email protected]) called.
    16:21:04.24: mmc_determine_url beginning with pattern , xadr , mbox , subaddress
    16:21:04.24: Empty URL specified.
    16:21:04.24: Queue area size 38574770, temp area size 405486
    16:21:04.24: 9643692 blocks of effective free queue space available; setting disk limit accordingly.
    16:21:04.24: 202743 blocks of free temporary space available; setting disk limit accordingly.
    16:21:04.24: mmc_address_to_tree: Parsing address.
    16:21:04.24: Right default: in.com
    16:21:04.24: Parsing address with null fixup.
    16:21:04.24: mmc_address_to_tree: Returning.
    16:21:04.24: Rewriting: Mbox = "postmaster", host = "projes.in.com", domain = "$*", literal = "", tag = ""
    16:21:04.24: Rewrite: "$*", position 0, hash table -
    16:21:04.24: Found: "$A$E$F$U%[email protected]"
    16:21:04.24: Rewrite failed, not forward.
    16:21:04.24: Rewrite: "$*", position 1, hash table -
    16:21:04.24: Failed.
    16:21:04.24: Rewrite: "$*", position 0, rewrite database -
    16:21:04.24: Failed
    16:21:04.24: Rewriting: Mbox = "postmaster", host = "projes", domain = "projes.in.com", literal = "", tag = ""
    16:21:04.24: Rewrite: "projes.in.com", position 0, hash table -
    16:21:04.24: Found: "$U%[email protected]"
    16:21:04.24: New mailbox: "postmaster".
    16:21:04.24: New host: "projes.in.com".
    16:21:04.24: New route: "projes.in.com".
    16:21:04.24: New channel system: "projes.in.com".
    16:21:04.24: Looking up host "projes.in.com".
    16:21:04.24: - found on channel l
    16:21:04.24: Routelocal flag set; scanning for % and !
    16:21:04.24: Checking reverse URL cache for: [email protected]
    16:21:04.24: Applying reverse URL pattern ldap:///$V?$N?sub?$R to: [email protected]
    16:21:04.24: mmc_determine_url beginning with pattern ldap:///$V?$N?sub?$R, xadr [email protected], mbox , subaddres
    s
    16:21:04.24: Get domain information for: projes.in.com
    16:21:04.24: dmap_locate_domain called with domain projes.in.com
    16:21:04.24: Performing LDAP search on baseDN dc=in,dc=es scope 2 filter (&(objectclass=sunManagedOrganization)(|(associ
    atedDomain=projes.in.com)(sunPreferredDomain=projes.in.com)))
    16:21:04.25: Search returned 'Success' (0)
    16:21:04.25: 0 entries returned
    16:21:04.25: Creating negative cache entry for projes.in.com
    16:21:04.25: Get domain failed with status -1
    16:21:04.25: Added tentative negative entry to domain match cache.
    16:21:04.25: URL generation failed, status = 0
    16:21:04.25: Mapped return address: [email protected]
    16:21:04.25: from_access mapping check: ||MAIL|l|[email protected]|
    16:21:04.25: Mapping -1 applied to ||MAIL|l|[email protected]|
    16:21:04.25: No such mapping; performing simple copy.
    16:21:04.25: - passed.
    16:21:04.25: mmc_address_to_tree: Parsing address.
    16:21:04.25: Right default: in.com
    16:21:04.25: Parsing address with local fixup.
    16:21:04.25: mmc_address_to_tree: Returning.
    16:21:04.25: Rewriting: Mbox = "postmaster", host = "projes.in.com", domain = "$*", literal = "", tag = ""
    16:21:04.25: Rewrite: "$*", position 0, hash table -
    16:21:04.25: Found: "$A$E$F$U%[email protected]"
    16:21:04.25: Rewrite failed, not forward.
    16:21:04.25: Rewrite: "$*", position 1, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "$*", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "postmaster", host = "projes", domain = "projes.in.com", literal = "", tag = ""
    16:21:04.25: Rewrite: "projes.in.com", position 0, hash table -
    16:21:04.25: Found: "$U%[email protected]"
    16:21:04.25: New mailbox: "postmaster".
    16:21:04.25: New host: "projes.in.com".
    16:21:04.25: New route: "projes.in.com".
    16:21:04.25: New channel system: "projes.in.com".
    16:21:04.25: Looking up host "projes.in.com".
    16:21:04.25: - found on channel l
    16:21:04.25: Routelocal flag set; scanning for % and !
    *** Debug output from rewriting a forward header address:
    16:21:04.25: mmc_sender_rewrite: Rewriting header line.
    16:21:04.25: mmc_address_to_tree: Parsing address.
    16:21:04.25: Right default: in.com
    16:21:04.25: Parsing address with null fixup.
    16:21:04.25: mmc_address_to_tree: Returning.
    16:21:04.25: Parse successful.
    16:21:04.25: Rewriting: Mbox = "ma", host = "out.com", domain = "$*", literal = "", tag = ""
    16:21:04.25: Rewrite: "$*", position 0, hash table -
    16:21:04.25: Found: "$A$E$F$U%[email protected]"
    16:21:04.25: Rewrite failed, not envelope.
    16:21:04.25: Rewrite: "$*", position 1, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "$*", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = "out.com", literal = "", tag = ""
    16:21:04.25: Rewrite: "out.com", position 0, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "out.com", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = ".es", literal = "", tag = ""
    16:21:04.25: Rewrite: "*.es", position 0, hash table -
    16:21:04.25: Failed
    16:21:04.25: Rewrite: ".es", position 0, hash table -
    16:21:04.25: Found: "$U%$H$D@TCP-DAEMON"
    16:21:04.25: New mailbox: "ma".
    16:21:04.25: New host: "out.com".
    16:21:04.25: New route: "TCP-DAEMON".
    16:21:04.25: New channel system: "TCP-DAEMON".
    16:21:04.25: Looking up host "TCP-DAEMON".
    16:21:04.25: - Not found
    16:21:04.25: Rewrite rules result: [email protected]
    16:21:04.25: Checking reverse URL cache for: [email protected]
    16:21:04.25: Applying reverse URL pattern ldap:///$V?$N?sub?$R to: [email protected]
    16:21:04.25: mmc_determine_url beginning with pattern ldap:///$V?$N?sub?$R, xadr [email protected], mbox , subaddress
    16:21:04.25: Get domain information for: out.com
    16:21:04.25: dmap_locate_domain called with domain out.com
    16:21:04.25: Performing LDAP search on baseDN dc=in,dc=es scope 2 filter (&(objectclass=sunManagedOrganization)(|(associ
    atedDomain=out.com)(sunPreferredDomain=out.com)))
    16:21:04.25: Search returned 'Success' (0)
    16:21:04.25: 0 entries returned
    16:21:04.25: Creating negative cache entry for out.com
    16:21:04.25: Get domain failed with status -1
    16:21:04.25: Added tentative negative entry to domain match cache.
    16:21:04.25: URL generation failed, status = 0
    16:21:04.25: mmc_sender_rewrite: Returning.
    *** Debug output from rewriting a forward envelope address:
    16:21:04.25: mmc_address_to_tree: Parsing address.
    16:21:04.25: Right default: in.com
    16:21:04.25: Parsing address with null fixup.
    16:21:04.25: mmc_address_to_tree: Returning.
    16:21:04.25: Rewriting: Mbox = "ma", host = "out.com", domain = "$*", literal = "", tag = ""
    16:21:04.25: Rewrite: "$*", position 0, hash table -
    16:21:04.25: Found: "$A$E$F$U%[email protected]"
    16:21:04.25: Match, pattern = "out.com", current = "(*domaincheck*)"
    16:21:04.25: old state = not checked.
    16:21:04.25: Domain check on out.com.
    16:21:04.25: dmap_locate_domain called with domain out.com
    16:21:04.25: Negative cache entry found
    16:21:04.25: new state = fail pending.
    16:21:04.25: Rewrite failed due to prechannel mismatch.
    16:21:04.25: Rewrite: "$*", position 1, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "$*", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = "out.com", literal = "", tag = ""
    16:21:04.25: Rewrite: "out.com", position 0, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "out.com", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = ".es", literal = "", tag = ""
    16:21:04.25: Rewrite: "*.es", position 0, hash table -
    16:21:04.25: Failed
    16:21:04.25: Rewrite: ".es", position 0, hash table -
    16:21:04.25: Found: "$U%$H$D@TCP-DAEMON"
    16:21:04.25: New mailbox: "ma".
    16:21:04.25: New host: "out.com".
    16:21:04.25: New route: "TCP-DAEMON".
    16:21:04.25: New channel system: "TCP-DAEMON".
    16:21:04.25: Looking up host "TCP-DAEMON".
    16:21:04.25: - Not found
    forward channel =
    backward channel =
    header To: address = [email protected]
    header From: address = [email protected]
    envelope To: address = (route (TCP-DAEMON,TCP-DAEMON)) (host out.com)
    envelope From: address =
    name =
    mbox = ma
    Extracted address action list:
    [email protected]
    Extracted 733 address action list:
    [email protected]
    Address list expansion:
    *** Debug output from alias expansion:
    16:21:04.25: Inner expand, level = 0, mailbox = [email protected]
    16:21:04.25: mmc_address_to_tree: Parsing address.
    16:21:04.25: Right default: in.com
    16:21:04.25: Parsing address with null fixup.
    16:21:04.25: mmc_address_to_tree: Returning.
    16:21:04.25: Rewriting: Mbox = "ma", host = "out.com", domain = "$*", literal = "", tag = ""
    16:21:04.25: Rewrite: "$*", position 0, hash table -
    16:21:04.25: Found: "$A$E$F$U%[email protected]"
    16:21:04.25: Match, pattern = "out.com", current = "(*domaincheck*)"
    16:21:04.25: old state = not checked.
    16:21:04.25: Domain check on out.com.
    16:21:04.25: dmap_locate_domain called with domain out.com
    16:21:04.25: Negative cache entry found
    16:21:04.25: new state = fail pending.
    16:21:04.25: Rewrite failed due to prechannel mismatch.
    16:21:04.25: Rewrite: "$*", position 1, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "$*", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = "out.com", literal = "", tag = ""
    16:21:04.25: Rewrite: "out.com", position 0, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "out.com", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = ".es", literal = "", tag = ""
    16:21:04.25: Rewrite: "*.es", position 0, hash table -
    16:21:04.25: Failed
    16:21:04.25: Rewrite: ".es", position 0, hash table -
    16:21:04.25: Found: "$U%$H$D@TCP-DAEMON"
    16:21:04.25: New mailbox: "ma".
    16:21:04.25: New host: "out.com".
    16:21:04.25: New route: "TCP-DAEMON".
    16:21:04.25: New channel system: "TCP-DAEMON".
    16:21:04.25: Looking up host "TCP-DAEMON".
    16:21:04.25: - Not found
    -13 expansion total.
    *** Debug output from submitting an envelope address:
    16:21:04.25: mmc_wadr(0x0012b5e8,'[email protected]','[email protected]') called.
    16:21:04.25: mmc_address_to_tree: Parsing address.
    16:21:04.25: Right default: in.com
    16:21:04.25: Parsing address with local fixup.
    16:21:04.25: mmc_address_to_tree: Returning.
    16:21:04.25: Copy estimate before address addition is 1
    16:21:04.25: Parsing address [email protected]
    16:21:04.25: mmc_address_to_tree: Parsing address.
    16:21:04.25: Right default: in.com
    16:21:04.25: Parsing address with local fixup.
    16:21:04.25: mmc_address_to_tree: Returning.
    16:21:04.25: Rewriting: Mbox = "ma", host = "out.com", domain = "$*", literal = "", tag = ""
    16:21:04.25: Rewrite: "$*", position 0, hash table -
    16:21:04.25: Found: "$A$E$F$U%[email protected]"
    16:21:04.25: Match, pattern = "out.com", current = "(*domaincheck*)"
    16:21:04.25: old state = not checked.
    16:21:04.25: Domain check on out.com.
    16:21:04.25: dmap_locate_domain called with domain out.com
    16:21:04.25: Negative cache entry found
    16:21:04.25: new state = fail pending.
    16:21:04.25: Rewrite failed due to prechannel mismatch.
    16:21:04.25: Rewrite: "$*", position 1, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "$*", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = "out.com", literal = "", tag = ""
    16:21:04.25: Rewrite: "out.com", position 0, hash table -
    16:21:04.25: Failed.
    16:21:04.25: Rewrite: "out.com", position 0, rewrite database -
    16:21:04.25: Failed
    16:21:04.25: Rewriting: Mbox = "ma", host = "out", domain = ".es", literal = "", tag = ""
    16:21:04.25: Rewrite: "*.es", position 0, hash table -
    16:21:04.25: Failed
    16:21:04.25: Rewrite: ".es", position 0, hash table -
    16:21:04.25: Found: "$U%$H$D@TCP-DAEMON"
    16:21:04.25: New mailbox: "ma".
    16:21:04.25: New host: "out.com".
    16:21:04.25: New route: "TCP-DAEMON".
    16:21:04.25: New channel system: "TCP-DAEMON".
    16:21:04.25: Looking up host "TCP-DAEMON".
    16:21:04.25: - Not found
    16:21:04.25: Copy estimate after address addition is 1
    Submitted address list:
    Address list error -- 5.1.2 unknown host or domain: [email protected]
    Submitted notifications list:

  • Problems with mail server and clients

    I have set up OS X server on my iMac with 2 MacBook Pros as clients. I have set up the server to be a mail server.
    I have two problems.
    1. I can successfully send and receive emails between the server and one MacBook Pro but neither send or receive mail on the other even though the settings are identical. I get the standard dialog box 'cannot connect using Port 25'.
    2. On the MacBook Pro that will send mail I can also send mail out of the LAN but mail sent to me is bounced back to the sender.
    Any help would be greatly appreciated. I am new to OS server my learning curve over the past week has been vertical!!!

    You are not alone. I have started a current thread because of the same problem, http://discussions.apple.com/thread.jspa?threadID=1278072&tstart=0.
    Another thread ended with the poster claiming to have things working after a clean install, but I have had no such luck with any of my installations so far.
    Do you have only one domain on your server, or are you hosting virtual domains also?
    /Lars

  • HTTP Server and XE

    Can the Oracle HTTP Server (OHS) be configured to be used in place of the default web server on XE? I have seen the thread about using Apache as a reverse proxie, but I wanted to simply use the OHS as the only web server for my XE installation. Can someone tell me how this is done?

    You might try the following:
    (I just did a quick try and didn't make sure that everything will work afterwards, but it looks good).
    XE uses the database user ANONYMOUS to connect to the database, not APEX_PUBLIC_USER or HTMLDB_PUBLIC_USER.
    1) make a backup of XE first
    2) change the password of anonymous:
    SQL> conn / as sysdba;
    Connect durchgef³hrt.
    SQL> alter user anonymous identified by xxx5;
    Benutzer wurde geõndert.3) add the following configuration to your dads.conf (or marvel.conf, depending on which you use):
    <Location /pls/xe>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure      wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString  localhost:1521:xe ServiceNameFormat
    PlsqlNLSLanguage            GERMAN_GERMANY.AL32UTF8
    PlsqlAuthenticationMode     Basic
    SetHandler                  pls_handler
    PlsqlDocumentTablename      wwv_flow_file_objects$
    PlsqlDatabaseUsername       anonymous
    PlsqlDefaultPage            apex
    PlsqlDatabasePassword       xxx5
    Allow from all
    </Location>4) restart the Oracle http server
    5) try http://<hostname>:7777/pls/xe (assuming that you run the OHS on the default port)
    It works for me.
    You only have to make sure that the /i/ directory contains the css and javascript files that are compatible with XE. I guess the ones from Apex 2.0 will work fine. But I am not sure. You might have to do some more testing here.
    Regards,
    ~Dietmar.

  • Internal server error - Http server and OC4J intance

    Hi
    Internal Server error ( GET/&lt;app name&gt;
    Hi,
    We are using AS10g R1: 9.0.4.0.0 in production and occasionally getting Internal Server Error. And to overcome this problem, everytime we have to restart the HTTP server; we tried re-staring the OC4J instance to find out whether OC4j is causing the problem, however it doesn't work until we restart the Http server. Interestingly Http server serves well other OC4j instances during the error for a particular app runing in different OC4J instance.
    ANY HELP WILL BE HIGHLY APPRECIATED.
    Here are more details:
    It's a J2ee (struts) app.
    Operating System: Sun Solaris- 5.10
    Http server access log msg:
    "GET /&lt;app name&gt; HTTP/1.1" 500 544
    Http server error log msg:
    MOD_OC4J_0184: Failed to find an oc4j process for destination: OC4J_1
    [Mon Sep  8 17:55:13 2008|http://forums.oracle.com/forums/] error MOD_OC4J_0145: There is no oc4j process (for destination: OC4J_1) available to service request.
    [Mon Sep  8 17:55:13 2008|http://forums.oracle.com/forums/] error [ecid: 51865290138,1|http://forums.oracle.com/forums/] MOD_OC4J_0119: Failed to get an oc4j process for destination: OC4J_1
    [Mon Sep  8 17:55:13 2008|http://forums.oracle.com/forums/] error [ecid: 51865290138,1|http://forums.oracle.com/forums/] MOD_OC4J_0013: Failed to call destination: OC4J_1's service() to service the request.
    [Mon Sep  8 17:55:15 2008|http://forums.oracle.com/forums/] warn [ecid: 51865292545,1|http://forums.oracle.com/forums/] MOD_OC4J_0184: Failed to find an oc4j process for destination: OC4J_1
    OC4J Log:
    Nothing unusual; looks good
    Mod_oc4j.conf
    LoadModule oc4j_module libexec/mod_oc4j.so
    Oc4jConnTimeout 300
    Oc4jCacheSize 0
    # in response to eSecure findings
    RewriteEngine on
    RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
    RewriteRule .* - [F]
    Work around:
    Re-starting HTTP server

    Greetings,
    Since we see a 500 error below in the Http server access log msg: the server is unavailable. I suggest changing the OC4J logging to "FINEST" and then run your test again (server reset etc.) and post the log here.
    THX
    -Mike

  • Some small problems. Is this the OS or my device?

    Hi all,
    I have a MS Surface 2 RT since half a year and I've been experimenting small problems that I wanna know if you know a solution or you think is a device problem and I should contact the vendor.
    Here are the problems:
    - Almost every time I start the Email app, it closes inmediately and I have to start it again
    - Most of the times, when I plug in a headsets, and then unplug it, the sound doesn't work from the speakers, and I have to re-start the device
    - Most of the times, when I unplug the keyboard/cover, the on-screen keyboard doesn't appear, and I have to re-start the device, or plug in / unplug the keyboard/cover again
    Do you think it's aproblem with the device? the OS? My WIndows 8.1 is up to date.
    Many thanks.

    Hi DanielHenry -
    I'll try to deal with your issues as best I can. I'm a designer too using CS3 applications the same as yourself, so have come across similar issues.
    Firstly, the display. There are many negative posts about the display on the 20inch iMac if you search these forums. The problem is that the display Apple have used has a much poorer viewing angle, hence the colour shifts you're seeing. I have a 24inch iMac at home and a 20inch iMac at work. The 24inch screen is far superior and great for graphics work. There really isn't anything you can do about the 20inch screen apart from plug in a second monitor or upgrade to a 24inch iMac.
    Secondly, I think all of the rest of your problems may be down to the 1GB of RAM you have. If you're using CS3, Quark etc then you'll have speed issues with only 1GB RAM. And that includes your Finder slowing down too. If you can, I'd recommend you buy a 4GB RAM upgrade kit from someone like Crucial [here|http://www.crucial.com/uk/index.aspx?cpe=CHAWKuk]. They are cheap and very easy to install. Just unscrew one screw, pop out the old RAM, put in the new RAM and screw the one screw back in. Easy. The instructions are [here|http://support.apple.com/kb/HT1760].
    I hope this helps.

Maybe you are looking for