Cannot find error log

When launching a calculation script, I get the following error:
"An error occurred while processing this page. Check the log for details."
I do not know where to find this log. I would like to know the log name and where I can find it. Thank you very much.

If it is a calc script, you could try have a look at the essbase application log.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Cannot find acsbackup_instance.log in the backup file

    hi,
    I had ACS 5.2 ( Evalution License ) setup installed on VMware with patch 11 when I try to restore earlier backup of ACS gives me  error "Cannot find acsbackup_instance.log in the backup file"
    I am using Filezilla FTP sever for backup transfer.
    suggest... Thanks in advance..
    Regards,
    Avi.

    That is strange!! Just make sure you are using the TFTP and not the DESK in the repository. It looks to me that you are trying to restore from the DESK and not the TFTP and it could not find the backup file int he DESK.
    If you double check the repository and you are 100% sure that the TFTP is being used then I would recommend to open a TAC case and feedback us about what the issue was if the TAC discovered the root cause of this.
    btw, what you see if you apply this command on CLI:
    show backup history
    Thanks.
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Concurrent Manager cannot find error description for CONC-System Node

    Hi friends,
    I m facing a problem while doing clustering for oracle EBS.i m using hpux11i with veritas cluster server for oracle DataBase cluster.i am doing 2 node cluster.i have installed oracle 11i apps with 9i DB.thru veritas i am able to do a db cluster failover.now i want to run oracle apps 11i too from both nodes(active/passive).so i configured a virtual IP address with a Virtual Hostname which will move along with the cluster failover.when i configure ora apps tier thru giving it virtual hostname concurrent manager dies with error--Concurrent Manager cannot find error description for CONC-System Node. i tried many things but unable to come up with a solution. pls help.
    regs
    Satish

    Please post the contents of your hosts file here.
    Is FND_NODES table populated correctly? Please run AutoConfig and make sure it completes successfully.
    Why are the Concurrent Managers Failing with 'CONC-System Node Name not Registered" Error After Applying Patch 6461517? [ID 1108452.1]
    OPP and SFM Managers do not Start [ID 1425409.1]
    Thanks,
    Hussein

  • Cannot Find Errors in Log File

    I can't seem to find where the Errors are stored in the Log File, I am trying to write a DataPlugin in VBS, and I'm getting runtime errors at the end of my script. It says to refer to the log file, but there isn't anything in the log file about my error. Where is the error log that this is referring to? Someone help.....

    Hi Garett,
    You can view the log file directly in DIAdem-SCRIPT, it's the bottom-most window with the gray background. I always have to scroll up a few lines to see the error, and usually there are two or three error events stored in the log file each time the DataPlugin fails to load. The last event, located at the bottom, almost always contains no useful information for DataPlugin debugging. You have to find the first event by scrolling up to find a reference to a line number in the DataPlugin which caused the error.
    Also note that the DataPlugin will throw an error if it runs through just fine but does not load any data. In other words, if you are building up your DataPlugin step by step (as you should), and are just at the early stages where you parse a few items in the file and look at their values, you can easily forget to create at least 1 group or channel. If the DataPlugin does not create at least 1 group or channel when it runs through, it will throw an error that the data loading failed, when really there is no error in the DataPlugin beyond that it loaded nothing.
    I like to output metadata values I'm parsing from the binary or header file as group properties when I'm building up the DataPlugin step by step, like this:
    Set ThisGroup = Root.ChannelGroups.Add(ThisGroupName)
    ThisGroup.Properties.Add MetaDataName, MetaDataValue
    Then I can look at a long list of metadata values in the Data Portal, and I never forget to load at least 1 group or channel in order to avoid that pesky error that nothing was loaded by the DataPlugin. You can also do the same thing with channel properties, of course:
    Set ThisChannel = ThisGroup.Channels.AddImplicitChannel(Name, 0, 1, 2, eI32)
    ThisChannel.Properties.Add MetaDataName, MetaDataValue
    Let us know if this doesn't help with your current issue,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Cannot find errors -200222 and -200141 info

    Hello,
    I have sometimes run time errors -200222 and -200141 after executing my program for several hours. I tried to find extra information about these errors, but I cannot locate them in Labview 7.1 help, NI-DAQmx help, or ni.com web and forums.
    How can I find detailed info about them (what usually produces them, possible workarounds)? Where are they generated? I guess, from the following links, that they come from the NI-DAQmx driver:
    http://digital.ni.com/public.nsf/websearch/8A0E097385A4269586256DBA0054E668?OpenDocument
    http://digital.ni.com/public.nsf/allkb/001DA4DB6A31CF8886256D33006FA857
    But my errors are not listed on those links. And error ranges in labview don´t contain these two codes.
    I´m specially concerned about error -200222 because it says "acquisition stopped", and my program is going for a field pilot in a couple of days, with 24x5 execution time. I cannot reproduce the conditions that origin the error nor find information about in the help, the web or forums. I can only wait them again to occurr or get your help.
    Thanks in advance
    Antonio López

    Hi Garett,
    You can view the log file directly in DIAdem-SCRIPT, it's the bottom-most window with the gray background. I always have to scroll up a few lines to see the error, and usually there are two or three error events stored in the log file each time the DataPlugin fails to load. The last event, located at the bottom, almost always contains no useful information for DataPlugin debugging. You have to find the first event by scrolling up to find a reference to a line number in the DataPlugin which caused the error.
    Also note that the DataPlugin will throw an error if it runs through just fine but does not load any data. In other words, if you are building up your DataPlugin step by step (as you should), and are just at the early stages where you parse a few items in the file and look at their values, you can easily forget to create at least 1 group or channel. If the DataPlugin does not create at least 1 group or channel when it runs through, it will throw an error that the data loading failed, when really there is no error in the DataPlugin beyond that it loaded nothing.
    I like to output metadata values I'm parsing from the binary or header file as group properties when I'm building up the DataPlugin step by step, like this:
    Set ThisGroup = Root.ChannelGroups.Add(ThisGroupName)
    ThisGroup.Properties.Add MetaDataName, MetaDataValue
    Then I can look at a long list of metadata values in the Data Portal, and I never forget to load at least 1 group or channel in order to avoid that pesky error that nothing was loaded by the DataPlugin. You can also do the same thing with channel properties, of course:
    Set ThisChannel = ThisGroup.Channels.AddImplicitChannel(Name, 0, 1, 2, eI32)
    ThisChannel.Properties.Add MetaDataName, MetaDataValue
    Let us know if this doesn't help with your current issue,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • WatchESPN (ESPN3) cannot find Comcast log on info.

    I use ESPN3 mainly on an iPad. In the last few weeks, I've been unable to access it. You have to choose your provider (ESPN3 access is free with Comcast) and get a list of ISPs. Choosing Caomcast just gets a 404 File Not Found error. (Choosing other providers brings up their log on screen, just as Comcast used to do) I have tried deleting and reloading the ESPN3 app; deleting cookies etcetera. I tried Comcast chat and the tech reset my account (not sure what that means) but it clearly isn't a problem with my account, as I don't get the chance to ever put my account info in.  ESPN Help says it's a COmcast problem. Comcast says it's ESPN!!

    did you ever resolve this problem? I am getting the same error and today is July 9. So that means this is been going on for quite some time. I think this has to be an ESPN error as they have the wrong address for the server.

  • Find errors logged from oracle batch job...

    Hi,
    I have a batch job that calls a procedure.. code is as under
    begin
      sys.dbms_job.submit(job => :job,
                          what => 'begin
                                       delete_stale_data;
                                        end;',
                          next_date => to_date('29-06-2006 05:33:28', 'dd-mm-yyyy h24:mi:ss'),
                          interval => 'sysdate+(30/1440)');
      commit;
    end;Now, how can i get to view the error messages if
    1) procedure runs into an exception and hence job is not executed
    2) if job runs into some problem due to which it is not completed..
    Thanks,
    JP

    "Viewing errors" is the wrong term to use - it assumes that there are devices like STDERR and STDOUT in Oracle that is written to when an error occurs.
    There are no such devices in Oracle. Oracle itself will record system related errors (and messages) to the alert log of the database instance. Custom PL/SQL code can also write to the alert log using an undocumented call - but it is a very poor idea as the alert log is for the DBA to deal with system errors. Not with someone's application errors.
    The correct method is to implement an application logging PL/SQL interface (package) that allows applications to log errors and warnings and messages (including debug stuff). The basic method of this API implementation is to create a log table and write messages (from applications) to this table using autonomous transactions. The API call can also record the system date/time, the current PL/SQL stack trace, client session details, etc.
    Using such an API, you would schedule the job as follows:
    Method 1:
    The job becomes broken after 16 repeated failures (the exception is re-raised in order for DBMS_JOB to deal with it).
    sys.dbms_job.submit(job => :job,
    what => 'begin
    delete_stale_data;
    exception when OTHERS then
    APPLOG.CriticalError( 'Error occured running DELETE_STALE_DATA', SQLCODE );
    raise;
    end;',
    next_date => to_date('29-06-2006 05:33:28', 'dd-mm-yyyy h24:mi:ss'),
    interval => 'sysdate+(30/1440)');
    Method 2:
    The job will never break. The exception is supressed and DBMS_JOB will not know that any errors occurred:
    sys.dbms_job.submit(job => :job,
    what => 'begin
    delete_stale_data;
    exception when OTHERS then
    APPLOG.CriticalError( 'Error occured running DELETE_STALE_DATA', SQLCODE );
    end;',
    next_date => to_date('29-06-2006 05:33:28', 'dd-mm-yyyy h24:mi:ss'),
    interval => 'sysdate+(30/1440)');

  • Cannot find UME logs

    Dear SDN
    I am reding the online help and it says
    Usermanagement log: …/logs/system/security/usermanagement/defaultLog.log
    I see no directory on the filesystem or an entry in the visual admin for this???
    Thanks

    Hi
    By default, UME logs are found in /usr/sap/EPD/JC00/j2ee/cluster/server0/log/system/security.0.log for UNIX installation.
    The number zero in "security.0.log" is a counter from 0 to 9.
    Thanks and regards
    Kwong Tat

  • Cannot find /var/log/httpd/error_log

    I've searched on the forum about the "Personal Web Sharing" not starting up and just showing "Web Sharing starting up...". In most cases you have to look up the error_log at /var/log/httpd/error_log.
    In my case there is no such file. Terminal shows this:
    -bash: /var/log/httpd/error_log: No such file or directory
    This problem started when I tried to enable php in Apache. I changed the +AddModule mod_php4.c & LoadModule php4_module libexec/httpd/libphp4.so+ by deleting the # in front the lines.

    Hi Matt,
    Yes, it worked before I started trying activating PHP. It doesn't work when I recomment those lines either. There're no documents in /var/log/httpd folder. The http.conf file that I modified earlier were in /etc/httpd/. This is how it looks like now in http.conf
    +#LoadModule php4_module libexec/httpd/libphp4.so+
    +#AddModule mod_php4.c+
    +<IfModule mod_php4.c>+
    +# If php is turned on, we repsect .php and .phps files.+
    +AddType application/x-httpd-php .php+
    +AddType application/x-httpd-php-source .phps+
    +# Since most users will want index.php to work we+
    +# also automatically enable index.php+
    +<IfModule mod_dir.c>+
    +DirectoryIndex index.html index.php+
    </IfModule>
    Message was edited by: Saffari

  • Error code 28. I cannot find any sensible reference/procedure for Error 28.

    My Ipod tells me to connect to I Tunes. After connecting I am told that Itunes will restore my Ipod to Factory Settings. Soon after
    I am given Error code 28. Searing the web I cannot find Error 28 and any solution to restoring my Ipod. Has anyone had the same and
    what can I do to get my Ipod working again. Help please !!

    http://support.apple.com/kb/TS3694#error28
    Points to a hardware issue.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • I cannot find where to log in or change identities

    There used to be a log-in spot on the Firefox home page. I've located most of the other things I was used to, but I cannot find that log in spot. I've managed so far by Googling Gmail, and there I can log in, but why isn't it on the Firefox drop-down options on on the home page? I miss the easy access to Google Maps and Gmail from the old version too, but the log-in hassle is the worst.

    Firefox 4 comes with a new build-in home page called about:home<br />
    That about:home page has as only feature a button to restore the previous session if applicable.
    You can change the home page to http:\\www.google.com or http:\\www.google.com\firefox to get access to the Google menus.
    * [[How to set the home page]]

  • Error in Java compilation: \s7u.log (The system cannot find the file specified)

    Hi there,
    I got an error when I tried to compile a group of sqlj and java files. The error below:
    ----------------------------------------------sqlj -status -passes -compile=true -ser2class -d=. -classpath=.;%CLASSPATH% E:\work\src\java\com\interadnet\persistence\*.sqlj E:\work\src\java\com\interadnet\persistence\*.java
    out [Translating 53 files]
    out [Reading file AdServerInformationType]
    out [Reading file AdsType]
    out [Reading file AgencyType]
    out [Reading file CampaigntocompletionType]
    out [Reading file CampaignType]
    out [Reading file ChannelType]
    out [Reading file ClientType]
    out [Reading file CompletionType]
    out [Reading file ContactType]
    out [Reading file CreativeType]
    out [Reading file FtpServerType]
    out [Reading file InsertioninstructionType]
    out [Reading file MediaServerType]
    out [Reading file SystemPropertyType]
    out [Reading file VendorType]
    out [Reading file AdServerInformationTypeRef]
    out [Reading file AdServerInformationView]
    out [Reading file AdsTypeRef]
    out [Reading file AdsView]
    out [Reading file AgencyTypeRef]
    out [Reading file AgencyView]
    out [Reading file CampaigntocompletionTypeRef]
    out [Reading file CampaignToCompletionView]
    out [Reading file CampaignTypeRef]
    out [Reading file CampaignTypeRefs]
    out [Reading file CampaignView]
    out [Reading file ChannelTypeRef]
    out [Reading file ChannelTypeRefs]
    out [Reading file ChannelView]
    out [Reading file ClientTypeRef]
    out [Reading file ClientTypeRefs]
    out [Reading file ClientView]
    out [Reading file CompletionTypeRef]
    out [Reading file CompletionTypeRefs]
    out [Reading file CompletionView]
    out [Reading file ContactTypeRef]
    out [Reading file ContactView]
    out [Reading file CreativeTypeRef]
    out [Reading file CreativeTypeRefs]
    out [Reading file CreativeView]
    out [Reading file FtpServerTypeRef]
    out [Reading file FtpServerView]
    out [Reading file InsertioninstructionTypeRef]
    out [Reading file InsertioninstructionTypeRefs]
    out [Reading file InsertionInstructionView]
    out [Reading file MediaServerTypeRef]
    out [Reading file MediaServerView]
    out [Reading file SystemPropertyTypeRef]
    out [Reading file SystemPropertyTypeRefs]
    out [Reading file SystemPropertyView]
    out [Reading file VendorTypeRef]
    out [Reading file VendorTypeRefs]
    out [Reading file VendorView]
    out [Translating file AdServerInformationType]
    out [Translating file AdsType]
    out [Translating file AgencyType]
    out [Translating file CampaigntocompletionType]
    out [Translating file CampaignType]
    out [Translating file ChannelType]
    out [Translating file ClientType]
    out [Translating file CompletionType]
    out [Translating file ContactType]
    out [Translating file CreativeType]
    out [Translating file FtpServerType]
    out [Translating file InsertioninstructionType]
    out [Translating file MediaServerType]
    out [Translating file SystemPropertyType]
    out [Translating file VendorType]
    out [Translating file AdServerInformationTypeRef]
    out [Translating file AdServerInformationView]
    out [Translating file AdsTypeRef]
    out [Translating file AdsView]
    out [Translating file AgencyTypeRef]
    out [Translating file AgencyView]
    out [Translating file CampaigntocompletionTypeRef]
    out [Translating file CampaignToCompletionView]
    out [Translating file CampaignTypeRef]
    out [Translating file CampaignTypeRefs]
    out [Translating file CampaignView]
    out [Translating file ChannelTypeRef]
    out [Translating file ChannelTypeRefs]
    out [Translating file ChannelView]
    out [Translating file ClientTypeRef]
    out [Translating file ClientTypeRefs]
    out [Translating file ClientView]
    out [Translating file CompletionTypeRef]
    out [Translating file CompletionTypeRefs]
    out [Translating file CompletionView]
    out [Translating file ContactTypeRef]
    out [Translating file ContactView]
    out [Translating file CreativeTypeRef]
    out [Translating file CreativeTypeRefs]
    out [Translating file CreativeView]
    out [Translating file FtpServerTypeRef]
    out [Translating file FtpServerView]
    out [Translating file InsertioninstructionTypeRef]
    out [Translating file InsertioninstructionTypeRefs]
    out [Translating file InsertionInstructionView]
    out [Translating file MediaServerTypeRef]
    out [Translating file MediaServerView]
    out [Translating file SystemPropertyTypeRef]
    out [Translating file SystemPropertyTypeRefs]
    out [Translating file SystemPropertyView]
    out [Translating file VendorTypeRef]
    out [Translating file VendorTypeRefs]
    out [Translating file VendorView]
    out [Compiling 53 Java files]
    err*** The following character string is too long:
    err***
    out Error in Java compilation: \s7u.log (The system cannot find the file specified)
    Any suggestion appreciated.
    Daniel Huang

    Having not seen this before, I assume that the issue is that the command line string is too long when Javac is invoked.
    Here are a few things to reduce the size of the command line:
    - do not use the CLASSPATH option, but set the CLASSPATH environment variable (you can to that in a .bat file)
    - do not provide the .java files but rely on the implicit make capability in both, the SQLJ translator and the Java compiler. (Note: you must mention all of the .sqlj files that your program requires, do not rely on implicit make to find all of those.)
    - you can perform the -ser2class conversion as a separate step (see the SQLJ FAQ), as well as the Java compilation
    - there may or may not be a facility in your operating system to increase the size of the environment (and this may or may not have an effect on the maximum command line length)
    - you could try to omit the -passes option and see if that helps (that may actually be where your invocation if failing in the first place, in that it cannot write to some temporary file).
    Let us know how it goes. Thanks!

  • VSTO 2010 Addin installed on Outlook 2007 Machine: Giving binding error - 0x80070002. The system cannot find the file specified (Fusion Log).

    Fusion log:
    The operation failed.
    Bind result: hr = 0x80070002. The system cannot find the file specified.
    Assembly manager loaded from: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\clr.dll
    Running under executable C:\PROGRA~1\MICROS~2\Office12\OUTLOOK.EXE
    --- A detailed error log follows.
    === Pre-bind state information ===
    LOG: User = XP-2007\Administrator
    LOG: DisplayName = Blue Jeans Outlook Addin, Version=3.0.233.24954, Culture=neutral, processorArchitecture=MSIL
    (Partial)
    WRN: Partial binding information was supplied for an assembly:
    WRN: Assembly Name: Blue Jeans Outlook Addin, Version=3.0.233.24954, Culture=neutral, processorArchitecture=MSIL | Domain ID: 2
    WRN: A partial bind occurs when only part of the assembly display name is provided.
    WRN: This might result in the binder loading an incorrect assembly.
    WRN: It is recommended to provide a fully specified textual identity for the assembly,
    WRN: that consists of the simple name, version, culture, and public key token.
    WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
    LOG: Appbase = file:///C:/Program Files/Blue Jeans/Outlook Addin/
    LOG: Initial PrivatePath = NULL
    LOG: Dynamic Base = NULL
    LOG: Cache Base = NULL
    LOG: AppName = OUTLOOK.EXE
    Calling assembly : (Unknown).
    ===
    LOG: Start binding of native image Blue Jeans Outlook Addin, Version=3.0.233.24954, Culture=neutral, PublicKeyToken=null.
    WRN: No matching native image found.
    LOG: IL assembly loaded from C:\Documents and Settings\Administrator\Local Settings\Application Data\assembly\dl3\LZMMEM67.CTT\397DNQ77.1W9\c337c5e7\0023f77f_891ed001\Blue Jeans Outlook Addin.dll.
    The required correct settings file is present in the location C:\Program Files\Blue Jeans\Outlook Addin but the .NET created user.config in AppData have wrong entries. The machine is installed with VSTO 2010 and .NET 4.0 Client Profile. Also the KB 976477 is
    already installed the registry entry EnableLocalMachineVSTO (KB 976811) is made. May someone please give me a clue on why the user.config file is created with wrong entries and also, why this assembly binding error happening?
    Thanks in advance.
    Prasad

    this might help:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/2601334c-d5cb-4f51-a99a-4d8ea9217938/userconfig-file-problem-after-upgrading-to-outlook-2010-from-2007?forum=vsto
    VSTO Word add-in user.config lost every update

  • Logging Error Message in Console  [Servlet Error]-[Cannot find FacesContex]

    Hi,
    I am using Web Application with JSF . but when i log in into the web appl everthing is fine but in back end i mean the console of RAD Tool having some logging Error message:
    SRVE0026E: [Servlet Error]-[Cannot find FacesContext]: javax.servlet.jsp.JspException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java(Compiled Code))
    at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java(Compiled Code))
    at org.apache.jsp._index._jspService(_index.java:86)
    at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java(Compiled Code))
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java(Compiled Code))
    at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java(Compiled Code))
    at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java(Compiled Code))
    So could you please help me find out the solution for this :
    While i am using the code in jsp page:
    <%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
    <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <META http-equiv="Content-Style-Type" content="text/css">
    <TITLE>Web App
         <f:view>
              <h:outputText value="#{dataInfo.info}"/>
         </f:view>
    </TITLE>
    Suggest me the solution:
    Regards,
    Prabhat

    This usually means that you call the JSF page the wrong way. Try something like http://hostname:port/servletcontextroot/faces/page.jspx
    --olaf                                                                                                                                                                                                                                                                                                   

  • Getting Error in b2b.log AIP-50075: Cannot find Document Exchange Plugin

    Hi Gurus,
    I have a configuration in which Oracle B2B has to pick messages from a filesystem. I have created IDCs to pick messages from the path configured. But Oracle B2B is not picking up the file from the path specified. When I went to b2b.log to look for any errors, I was getting following statements in b2b.log.
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Context Initialized
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Start B2B
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Starting B2B
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) XEngine not running. So no need to clear cached objects inside XEngine.
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [0] EDI X12 over SMTP
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [1] EDI X12 over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [2] HL7 over MLLP Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [3] Custom Document over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [4] EDI EDIFACT over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [5] EDI X12 over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [6] RosettaNet over RNIF
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [7] Custom Document over MLLP Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [8] EDI X12 over EMail
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [9] Custom Document over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [10] EDI EDIFACT over EMail
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [11] EDI EDIFACT over AS1
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [12] HL7 over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [13] Custom Document over ebMS
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [14] Custom Document over Internet
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [15] OAG Document over Generic Exchange
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [16] EDI EDIFACT over Internet
    2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [17] EDI X12 over Internet
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (ERROR) Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
         at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:255)
         at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:318)
         at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:151)
         at java.lang.Thread.run(Thread.java:534)
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Exception Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Leaving ExecutionContext
    2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Sleeping for 30000
    This is happening continuously.
    Can anybody please help me on this.
    Regards,
    Nagasudhan

    Hi Anuj,
    Please find below the status of last patch applied.
    D:\oraHome_cache\ip\install>opatch lsinventory
    Oracle Interim Patch Installer version 1.0.0.0.57
    Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    Oracle Home : D:\oraHome_cache
    Oracle Home Inventory : D:\oraHome_cache\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\oraHome_cache\oui
    OUI shared library : D:\oraHome_cache\oui\lib\win32\oraInstaller.dll
    Java location : "D:\oraHome_cache\jdk\jre\bin\java.exe"
    Log file location : D:\oraHome_cache/.patch_storage/<patch ID>/*.log
    Creating log file "D:\orahome_cache\.patch_storage\LsInventory__10-26-2009_09-51
    -11.log"
    Result:
    Installed Patch List:
    =====================
    1) Patch 8552373 applied on Wed Oct 21 18:58:47 IST 2009
    [ Base Bug(s): 7652646 7497854 7664370 7661101 7007789 6352814 6802446 766
    5607 7641078 6496457 6013963 8330151 7305413 7460584 7529893 7458954 7020996 839
    3885 8210401 6329207 6740403 7126458 6511970 7379065 7230993 6774631 7198642 830
    9511 7661769 8392729 7605518 6733262 7479148 8349002 6736026 7322333 7239355 724
    2500 8344645 7645440 8451004 6747966 6369424 6737334 8339176 6774134 7046561 641
    2124 7210461 7506319 8235175 7258882 7184318 6453359 7456866 7673646 6043277 676
    9895 7457597 7193710 7668247 8404955 7132740 7261965 7485790 6518386 7305363 685
    2370 6433256 7673431 6764239 8360048 7501748 7379153 8281019 7498031 8216457 704
    6574 6875312 6754906 6656289 6417367 7658271 7556011 7000190 6979467 6852308 760
    0385 7211208 6732051 8524862 7461051 8263026 7609467 7379161 7672714 6353293 715
    7229 7594997 7211287 7034069 7563311 6822375 6640935 7359202 6769261 6919593 602
    9507 6974391 7139013 7518641 6817264 7501903 7576785 7496014 7130151 5523563 732
    2581 8508905 7680097 7241737 8480395 7660780 7660781 7191994 6924921 6800745 843
    2093 7672723 8217566 7481317 6639030 6200414 7529795 7354853 7376270 7016005 730
    3860 7678901 7368610 6881977 6016128 7033061 6397084 7672730 7709562 6449656 704
    5589 6491068 7378745 7643811 7435853 7615836 6447557 7379042 6940476 7670634 695
    0383 6764273 6962327 7478322 8546454 7157324 7184219 7164618 7672744 7672745 723
    0184 7576730 7261863 7590301 8327427 6769430 8295683 7526186 8298731 6414280 613
    9955 6646997 8233048 7692853 6794296 7457066 8225241 8552373 7204022 7706387 ]
    2) Patch 5907304 applied on Wed Oct 21 16:04:28 IST 2009
    [ Base Bug(s): 5458753 5131722 4563343 5711011 3726607 3613066 5901912 451
    8385 5068565 4895416 4625102 4682514 3662022 4533048 4760744 5634746 5136454 475
    4900 5380055 3543720 4561318 5179574 4329444 4871035 4605877 5907304 4297270 475
    1932 3950478 5660845 5500883 5490845 5123798 4377469 4542097 3043199 5178202 545
    0493 4587607 5490058 3365575 5345593 5017662 5694719 5381668 5114330 5090822 548
    7993 5600971 4134994 4397366 4736134 5056864 5003119 4598613 5251148 4439455 473
    9114 4545809 3559326 4360454 4573573 5901877 4537790 4768040 5049074 4663819 549
    0935 4593537 5049077 4593539 5689908 4359124 3879892 4214618 5599596 3962946 496
    6897 4689959 3842618 4932527 4624776 5057964 4150034 4529637 4625938 4632072 311
    4089 4638391 4331689 5229137 5057606 4597251 4903532 3356492 4892623 5232076 522
    5797 3928773 4874628 5385973 4864649 4554284 5261796 4458415 4605400 4700543 550
    9707 4900129 4222791 5408970 5716295 4083461 4407719 4703814 5345988 4713437 539
    4728 4712638 5390154 4760148 4939157 5043713 5336737 4137422 5257709 4899105 505
    5442 5611353 5411847 5242647 5037807 4607523 4335559 5068988 5632264 5417371 467
    1216 4575854 4943839 5731187 4523125 3667025 4547083 5227050 4924174 5698037 509
    2688 5415410 3837600 4736248 4703253 4449900 4882231 4443086 5188810 4704700 476
    4518 4391164 ]
    OPatch succeeded.
    OPatch returns with error code = 0
    Regards,
    Nagasudhan

Maybe you are looking for

  • Can a WLC have multiple SNMP Trap Receivers with the same cummunity string?

    My Monitoring team want me to send traps to three different trap collectors with the same SNMP Community string. I have 2106's, 2504, 4400's, 5500's, 7510 all running either version 6 or 7. Is this possible on a Wireless controller? If so, how?

  • Digital camera compatibility with MAC OS9.x

    Some of the new digicams claim to be compatible only with versions of OS 10.x. Does this imply that pics cannot be downloaded and read properly in OS9.x, if read from a camera card thru a [compatible] card reader? Assume it means the downloadable sof

  • Install error opening .dll files

    I am attempting to install Flash Player 10 in Windows XP for both IE8 and Firefox 3.5 and have come up with the following errors that prevents the installation from being complete: Error opening file for writing              C:\windows\system32\macro

  • Change file type from BINARY DOCUMENT to QUicKTIME VIDEO?

    Hi, I'm using Bridge CS4 to help catalogue my Quicktime videos (captured via FCP into a capture scratch file) and for the most part it works well. The problem is it seems to list in the "type" column many of the videos as BINARY DOCUMENTS instead of

  • PDF Printing through concurrent fails

    Hi Friends, I am using R12.1.1 (Fresh Instance with US7ASCII Character set) on Linux. I set the Output type of Active Users to PDF and submit the request and see the output in PDF format. But when i send the Active users Report to the Post Script Pri