Not found Mid-tier

Hi
in a server (a) I have installed the infrastructure and in another server (b) it installs mid-tier, this to mid-tier in the server (b) aims at the infrastructure of the server (a), but when entrance with the OEM in the server (A) , to only shows the infrastructure me, but it does not show installed mid-tier to me in the server (b), although mid-tier I settle of satisfactory form, How I can verify that I am installed mid-tier correctly aiming at the infrastructure?
Hector ulloa Ligarius

The web-based admin user interface, called EM Application Server Control console (or iasconsole), is per instance. So both infra and mid-tier have one "OEM" each. In your case you should have something like:
http://name-A:1810/emd/console/ and http://name-B:1810/emd/console/
Try bouncing both AS Control servers:
$ emctl status iasconsole
$ emctl stop iasconsole
$ emctl start iasconsole

Similar Messages

  • Mid-tier, Infrastructure-tier - Same host or not

    I used to remember that on version 9i -> 9.0.2, if install the whole version, Oracle recommended to install mid-tier on one machine, and infrastructure tier on another machine. Does Oracle recommend that different hosts for mid tier and infra tier on 9.0.4 or on new release 10.1.2?
    It seems there are some advantages of install these two tiers on the same machine. but different Oracle homes.
    Please comment.
    Thanks,
    Joanne

    Thank you for you postings - The Member Feedback forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions cannot be answered. However we recommend that you post this thread to the "Database - Installation" forum.
    The URL is: Database Installation
    Thanks - The OTN team

  • MIDI sound not found

    I've been trying to connect my Lexicon Alpha desktop recording studio to GarageBand, so that I can use my keyboard. It connects but does not find a signal.
    When I go into settings in the top menu under GarageBand and then into Sound/MIDI. Here it says Sound In and Sound Out - Lexsicon Alpha In/Out, but then underneath it says 0 Midi sound going in has been found.
    Anyone knows how to make it work?

    NicolineSA wrote:
    settings in the top menu under GarageBand and then into Sound/MIDI. Here it says Sound In and Sound Out - Lexsicon Alpha In/Out, but then underneath it says 0 Midi sound going in has been found.
    Anyone knows how to make it work?
    after looking at a couple of pictures, it appears the Alpha is only an audio interface, not a MIDI interface, so you can only record your keyboard's sounds:
    http://www.bulletsandbones.com/GB/GBFAQ.html#recordkeyboardssounds
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • WebUtil 1.0.6 - GetClientInfo bean not found.

    I'm using Developer 10g Version 10.1.2.0.2 and the latest available Webutil-package 1.0.6.
    I installed all components and followed all the steps.
    When I execute the form test of webutil: WU_TEST_106 open a window with:
    oracle.forms.webutil.clientinfo.GetClientInfo bean not found.
    WEBUTIL_CLIENTINFO.GET_JAVA_VERSION will not work.
    I did all the recommendations of metalink, but nothing.
    Please, I need your help.

    By Edit - Preferences
    ?config=webutil , I did that, but the problem continue.
    The configuration of files formsweb.cfg, default.env and webutil.cfg is:
    FORMSWEB.CFG
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=C:\Oracle\Dev10g
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    lookAndFeel=oracle
    # webutil.cfg - WebUtil default configuration file
    # This file provides all of the configuration settings for webutil. These are
    # divided into the following sections:
    # 1. Logging Options
    # 2. Installation Options
    # 3. FileUpload and Download Options
    # 1. Server Side Logging Options for logging errors and log messages
    # You must set logging.enabled to true to allow mid-tier logging. Without this
    # mid-tier logging will not take place no matter what PL/SQL or URL options
    # are supplied to switch it on. Once logging is enabled the other settings come
    # into play.
    # Details
    # logging.file : Defines the file name and location of the log file.
    # Note that WebUtil does no log file management. You may
    # need to manually clean this file up from time to time.
    # logging.enabled : Can be TRUE or FALSE
    # logging.errorsonly : Can be TRUE or FALSE. Setting to true will ensure that
    # only errors and not normal informational log messages
    # are written to the log file. For product use this would
    # normally be set to TRUE
    # logging.connections: Can be TRUE or FALSE. Setting to true will cause each
    # connection from a client using WebUtil to write into
    # the log as it sets up.
    logging.file=
    logging.enabled=FALSE
    logging.errorsonly=FALSE
    logging.connections=FALSE
    # 2. Installation Options
    # WebUtil needs to download some files to the client in order to perform
    # certain integration operations such as OLE or Registry Access. These files
    # are downloaded the first time that you access one of the functions that need
    # them. You have to define the location of these files on the server
    # Details
    # install syslib.location : The virtual path to the directory holding the
    # webutil library files on the server side. This
    # must either be an absolute URL or a URL that is
    # relative to the documentbase
    # install.syslib.<os>.<package>.<n> :
    # The name(s) of the libraries required for
    # particular webutil beans. The format of this is
    # name|size|version|showDownloadDialog. Multiple
    # libraries can be downloaded per package. But
    # ensure that the <n> values are consecutive and
    # start at 1
    install.syslib.location=/webutil
    # Change size and version if necessary, like when upgrading the library.
    # Normally this would not be required since most of these libraries come with
    # install itself.
    install.syslib.0.7.1=jacob.dll|94208|1.2|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    # You can also add your own libraries in here, e.g.
    #install.syslib.0.user.1=testwebutil.dll|204872|1.0|true
    install.syslib.0.user.1=ffisamp.dll|40960|1.0|true
    # 3. Upload / Download options
    # For the file upload and download options you can define the default locations
    # on the server that webutil can use as a work area. Optionally you can switch
    # upload and download off
    # Details
    # transfer.database.enabled : Can be TRUE or FALSE - allows you to disable
    # upload and download from the database server.
    # transfer.appsrv.enabled : Can be TRUE or FALSE - allows you to disable
    # upload and download from the application
    # server.
    # transfer.appsrv.workAreaRoot: The root of the location in which WebUtil can
    # store temporary files uploaded from the client.
    # If no location is specified, Application Server
    # user_home/temp will be assumed.
    # This location is always readable and writable
    # no matter what the settings in
    # transfer.appsrv.* are. This setting is
    # required if you need the Client side
    # READ/WRITE_IMAGE_FILE procedures.
    # transfer.appsrv.accessControl:Can be TRUE or FALSE - allows you to indicate
    # that uploads and downloads can only occur from
    # the directories named in the
    # transfer.appsrv.read.n and
    # transfer.appsrv.write.n entries and their
    # subdirectories. If this setting is FALSE,
    # transfers can happen anywhere.
    # transfer.appsrv.read.<n>: List of directory names that downloads can read
    # from.
    # transfer.appsrv.write.<n>: List of directory names that uploads can write
    # to.
    #NOTE: By default the file transfer is disabled as a security measure
    transfer.database.enabled=FALSE
    transfer.appsrv.enabled=FALSE
    transfer.appsrv.workAreaRoot=
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    default.env
    # $Id: default.env 14-apr-2005.13:22:43 pkuhn Exp $
    # default.env - default Forms environment file, Windows version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value in the Windows registry
    # will be used. If no value is found in the registry, the value used will
    # be that defined in the environment in which the servlet engine (OC4J
    # or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=C:\Oracle\Dev10g
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    # If you need to include more than one directory, they should be semi-colon
    # separated (e.g. c:\test\dir1;c:\test\dir2)
    FORMS_PATH=C:\Oracle\Dev10g\forms
    # webutil config file path
    WEBUTIL_CONFIG=C:\Oracle\Dev10g\forms\server\webutil.cfg
    # Disable/remove this variable if end-users need access to the query-where
    # functionality which potentially allows them to enter arbitrary SQL
    # statements when in enter-query mode.
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    # The PATH setting is required in order to pick up the JVM (jvm.dll).
    # The Forms runtime executable and dll's are assumed to be in
    # C:\Oracle\Dev10g\bin if they are not in the PATH.
    # In addition, if you are running Graphics applications, you will need
    # to append the following to the path (where <Graphics Oracle Home> should
    # be replaced with the actual location of your Graphics 6i oracle_home):
    # ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
    PATH=C:\Oracle\Dev10g\bin;C:\Oracle\Dev10g\jdk\jre\bin\client
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications. In addition, you will need to
    # modify the PATH variable above as described above.
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    #GRAPHICS60_PATH=
    # Settings for Forms tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>\forms\server
    # System settings
    # You should not normally need to modify these settings
    FORMS=C:\Oracle\Dev10g\forms
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here)
    # frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
    # the password expiry feature to work(#2213140).
    CLASSPATH=C:\Oracle\Dev10g\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;C:\Oracle\Dev10g\jlib\repository.jar;C:\Oracle\Dev10g\jlib\ldapjclnt10.jar;C:\Oracle\Dev10g\jlib\debugger.jar;C:\Oracle\Dev10g\jlib\ewt3.jar;C:\Oracle\Dev10g\jlib\share.jar;C:\Oracle\Dev10g\jlib\utj.jar;C:\Oracle\Dev10g\jlib\zrclient.jar;C:\Oracle\Dev10g\reports\jlib\rwrun.jar;C:\Oracle\Dev10g\forms\java\frmwebutil.jar;C:\Oracle\Dev10g\jdk\jre\lib\rt.jar
    The files is in c:\Oracle\Dev10g\forms\server
    Please, i can your help

  • 10.1.3 ORABPEL-10508 Realm is not found

    Hi,
    I installed 10.1.3 BPEL Mid-Tier version and am using OeacleXE as database. Everything was working fine until when I tried to configure it with OID and it messed up everything even though followed the document (http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28982/service_config.htm#sthref280) to configure BPEL 10.1.3 Mid-Tier with OID 10.1.2. The ant task completed successfully and the users got created in OID. But when I try to log-into worklist it's giving the following error:
    <2007-06-26 00:17:43,843> <ERROR> <oracle.bpel.services.workflow> <::> Realm is not found.
    Identity service unable to find the realm by name localhost.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    ORABPEL-10508
    Realm is not found.
    Identity service unable to find the realm by name localhost.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
         at oracle.tip.pc.services.identity.jazn.BPMServiceJAZNBase.getRealm(BPMServiceJAZNBase.java:134)
         at oracle.tip.pc.services.identity.jazn.BPMServiceJAZNBase.getRealm(BPMServiceJAZNBase.java:98)
         at oracle.tip.pc.services.identity.jazn.xml.XMLAuthenticationService.authenticateUser(XMLAuthenticationService.java:138)
         at oracle.tip.pc.services.identity.jazn.xml.XMLIdentityService.authenticateUser(XMLIdentityService.java:426)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.authenticateUser(VerificationService.java:299)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.authenticate(TaskQueryService.java:135)
         at worklistapp.servlets.Login.handleRequest(Login.java:101)
         at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:157)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    I went to http://localhost:7781/integration/services/IdentityService/configuration and getDefaultRealm returns me "localhost" which is correct.
    getConfiguration returns the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://xmlns.oracle.com/bpel/services/IdentityService"><env:Body><configuration xmlns="http://www.oracle.com/pcbpel/identityservice/isconfig" ans1:realmName="localhost" xmlns:ans1="http://www.oracle.com/pcbpel/identityservice/isconfig" ans1:displayName="localhost Realm"><ans1:provider service="Identity" name="OID" providerType="JAZN"><ans1:connection encrypted="true" password="2Rnae28cgsA=" binddn="cn=orcladmin" url="ldap://localhost:389"/></ans1:provider></configuration></env:Body></env:Envelope>
    Now when I do getUsers I get the above error Realm not found.
    Now When I go to BPEL Console and trys to login I get the following error:
    No domains accessible to the user logged in.
    So basically all my installed is messed without any reason even I followed exactly what the documentation says. It's really a pain. Can someone from please help me why I am getting the above error. Any help is appreciated.
    Thanks
    Message was edited by:
    WhiteSox

    Hi!
    I had a similar error. Have a look at http://achatzia.blogspot.com/2007/05/using-oid-with-soa-suite.html or http://achatzia.blogspot.com/2007/05/setting-security-providers.html and http://achatzia.blogspot.com/2007/05/repair-remove-oid-security-provider.html
    Maybe this helps.
    cu
    Andreas

  • Discussion Forum: Unable to perform the operation: Row was not found using

    Hi all,
    I deployed the Discussion Forum and it shows the Portlet with "Creating a product ..". Very fine.
    I can create a Product. Fine also.
    I can fill in a new Thread, but then, when I try to submit it, I get the error:
    Unable to perform the operation: Row was not found using request parameter: 000100000004313437380000012A000000F8FE832E94.
    When I click Cancel. I see the Overview of the Products. I drill down to the Threads for my Product and the new thread appears on the list. As soon as I click on the Thread in order to read it the following error appears:
    Unable to perform the operation: Row was not found using request parameter: 0001000000043134373800000134000000F8FE832E94.
    Any help is appreciated,
    Michael

    You need to set the Login Frequency (while registering the provider) to 'Once Per Session'. This will allow the portlet to track the user transaction state.
    Make sure that you do not bounce the oc4j container in between the portlet operations, since this will leave the transaction into inconsistent state.
    You have to ensure that whenever you bounce the oc4j container/provider mid-tier you logout of portal and login again.
    This will solve the problem.

  • JBO:33001 bc4j.xcfg file not found in class path

    Hi,
    I am yet another victim of the age-old error JBO:33001 bc4j.xcfg file not found in class path, When i have my BC4JApp.jar in Tomcat Web-inf/lib directory. All the other jar files and class files in my webserver-application web-inf classes and lib directory works.
    But Tomcat server is not able to read this bc4j.xcfg file. I can see in my jar file that this bc4j.xcfg exists and in the specified package directory. still the problem persists. My BC4JApp.jar is perfectly working when i use JDeveloper. but not when i use tomcat4.0 and call a JSP using BC4JApp.jar from browser (My environment is Jdeveloper3.2, Tomcat4.0+IIS in middle tier and oracle 8i as DB, everything on windows2k)
    I have gone through almost all the threads possible that relates to this error in this form. None of them have a answer except to say "put the file in classpath". and last reply is "will fix in jDeveloper 9i. So what happens to us who are working in Jdeveloper 3.2?
    1. I have this file in my jar file.
    2. I also tried creating a seperate directory manually, with the same name as my package under web-inf/classes, web-inf/lib , just under web-inf directory and atlast under approot directory also. I tried having my package directory containing bc4j.xcfg in these folders one at a time and also tried having this directory in all these folders at the same time.
    Still no solution.
    Itz frustrating that neither proper documentation nor a right url page nor i am aware of available addressing this. page links given in above threads only gives me the wonderful page of ie's "Page cannot be displayed".
    Is there a answer to this error and my problem. If this doesn't work, then i have to all the way develop from scratch creating my jsp using JDBC calls and Stored packages etc.
    I don't want to give up on this Jdeveloper at this final moment because if this bc4j.xcfg file is found, my application will work perfectly. on these final moments, if this doesn't work, i am frightened to imagine to develop my application in standard way. Atlast, if thatz the option left,we have to do that bcos our production date is close by.
    Please can some one in this forum or Jdeveloper help me to solve this problem. I am desperate and very urgent.
    Waiting for a reply from Jdev team very much...
    ( I just posted in the other thread which is pretty old, dated backto May 2001, which was relevant to this error. Just to make sure it is noticed, I am posting it seperately too)
    Thanks
    Hari(2/3/02)

    Hi All,
    For those who are following this thread, I got a solution for this error with the help of Jdev Team.
    This solution may work, if you have deployed your application in Tomcat4.0.1. This is the environment in which I work and tested.
    As you may be aware, Tomcat ignores value in CLASSPATH variable.
    To see any files that are existing or newly deployed, it has it own way of detecting it.
    Addition information on Tomcat working, you can follow this link,
    http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html
    Coming to point, Tomcat has got five classloaders and each classloader invoked, looks in their related directories for files in following order.
    1. /WEB-INF/classes of your web-application
    2. /WEB-INF/lib/*.jar of your web application
    3. BootStrap classes of your JVM (Tomcat's $JAVA_HOME/jre/lib/ext)
    4. System class loader classes($CATALINA_HOME/bin/bootstrap.jar,CATALINA_HOME/lib/tools.jar)
    5. $CATALINA_HOME/common/classes
    6. $CATALINA_HOME/common/lib/*.jar
    7. $CATALINA_HOME//classes
    8. $CATALINA_HOME/lib/*.jar
    So All your individual application related files should be deployed in your application's WEB-INF/classes or WEB-INF/lib directory accordingly.
    If your application files are unpacked, they should be deployed or copied under WEB-INF/classes directory
    if the files are within a jar, they should be under WEB-INF/lib directory.
    If your Jar-files contains bc4j components, then those jar files should be deployed under WEB-INF/lib directory. Also,do the next step to copy all relavant BC4J runtime libraries under lib directory.
    IMPORTANT: Please remember to copy and paste all the required BC4j runtime libraries in the Same WEB-INF/lib directory along with your application jar files. This is the real reason which can solve this JBO:33001 to disappear. It worked for me.
    To configure your directory for tag-lib uri's, use web.xml to set the taglib-uri attribute.
    Put your web.xml and DataTags.tld in the WEB-INF directory.
    Your simple web.xml may look like as follows.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <taglib>
              <taglib-uri>
                   /webapp/DataTags.tld
              </taglib-uri>
              <taglib-location>
                   /WEB-INF/DataTags.tld
              </taglib-location>
         </taglib>
    </web-app>
    You may then modify this web.xml to suit further requirements of your application.
    Remember to stop and restart the Tomcat Server (service) by using shutdown and startup scripts after updating any jar files/class files/ JSP or source files deployed in Tomcat.
    Sometimes, only this helps even though your context's reloadable attribute is set to true in Tomcat Server's server.xml file.
    Hope this above information helps you to solve this error in Tomcat environment. My Sincere thanks once again to Juan and Jdev team for their help and efforts to solve this problem.
    Thanks
    Hari

  • /oa_servlets/AppsLogin was not found on this server

    Hi,
    After Moving Our Application Tier (11.5.10.2) from HP-UX to Linux , we encountered the following Problems in the web browser
    Not Found
    The requested URL /oa_servlets/AppsLogin was not found on this server
    -> Cannot connect to ERP
    Do not get Login page
    We did the following Checks :
    PROd environment - Apache Logs :
    [Fri Jun 24 16:05:20 2011] [error] [client 127.0.0.1] File does not exist: /software/release11i/comm_top/portal/perp_erppapp1/oprocmgr-service//
    [Fri Jun 24 16:05:20 2011] [error] [client 127.0.0.1] File does not exist: /software/release11i/comm_top/portal/perp_erppapp1/oprocmgr-service//
    - PROD environment :
    /software/release11i/comm_top/portal/perp_erppapp1/oprocmgr-service
    -> oprocmgr-service is a directory
    - QERP environment (TEST) :
    /qerp/release11i/comm_top/portal/qerp_erpapp1/oprocmgr-service
    -> oprocmgr-service file or directory does not exist
    We can connect to the following Url, without Errors : http://erpf5test:8021/OA_HTML/AppsLocalLogin.jsp
    Why "oprocmgr-service" appears in our PROD environment ?
    Regards,

    - create file oprocmgr-service -> No problems encounteredAs per the doc referenced above, this should be the fix and you state that no problem encountered after creating the file so you should be good.
    If you need to get more details about the cause of the issue, please log a SR.
    Thanks,
    Hussein

  • Cannot install BPEL PM mid-tier flavor (2nd option) from beta3 drop

    On the instance repository information screen You have to provide orabpel and mid-tier ias_admin connect information. It pre-requisites an already populated bpel schema. Although I have run the scripts domain_oracle.ddl and server_oracle.ddl the following message appears when you press next in the OUI:
    Altert: The OracleAS infrastructure database has not been upgraded with the OracleAS BPEL PM 10.1.2 schema....
    Subsequently I cannot continue - any idea how to circumvent this message?
    Again I think I have a complete orabpel schema

    Hello Frank,
    we were running into the same problem, you can install the middle tier version only if you have setup up all the BPEL needed tables, views, procs in your database. With the beta3 ships a compressed file called irca.zip. It contains the IRCA ( Integration Repository Creation Assistant ). You need to run this assistant before the middle ware installation against your db. Following the db is prepared to be a repository for you BPEL middle ware.
    Hope this helps.
    Bye,
    Chris

  • Installation BPEL PM mid-tier flavor beta3 fails during deployment

    During the deployment of applications and adapters
    "E:\as10g101\jdk\bin\java -Dant.home=E:\as10g101
    (CONNECT_DATA=(SERVICE_NAME=oi10g))) -quiet -e -buildfile bpminstall.xml init-midtier
    Inserting OPMN fragment ...
    BUILD FAILED
    E:\as10g101\integration\bpelpm\runtime\install\ant-tasks\bpminstall.xml:321: The following error occurred while executing this line:
    E:\as10g101\integration\bpelpm\runtime\install\ant-tasks\init-midtier.xml:80: Java returned: 1
    Total time: 0 seconds"
    It dies
    At the same time I have an OC4J_BPEL container within my mid-tier but I cannot connect to my BPEL console and I am not certain what else I am missing
    Does anybody know how to circumvent this deployment failure?

    Frank I assume you have now succesfully installed the schemas in your 10g database and went on to install BPEL on the AS midtier. I assume you have the 10.1.2 production midtier (j2ee & webcache) installed?
    Please add the relevant part of the install log file.
    Sandor,
    Thanks for your prompt response.
    Yes I was able to install irca.zip file - indeed there was java command line example in there.
    And yes I have a mid-tier installed. It seems that a part was succesfull since I have an OC4J_BPEL container.
    Herby the logging from the Configuration Assistants,
    including the succesfull BUILD:
    Preprocessing configuration files ...
    E:\as10g101\jdk\bin\java -Dant.home=E:\as10g101\integration\bpelpm\orabpel -classpath E:\as10g101\integration\bpelpm\orabpel\lib\ant_1.6.2.jar;E:\as10g101\integration\bpelpm\orabpel\lib\ant-launcher_1.6.2.jar org.apache.tools.ant.Main -Dinstall.type=Midtier -Dob.home=E:\as10g101\integration\bpelpm\orabpel -Dbpm.home=E:\as10g101\integration\bpelpm\runtime -Djava.home=E:\as10g101\jdk -Doracle.home=E:\as10g101 -Dhost.name=dellxp32 -Dhttp.proxy.set=false -Dhttp.port=80 -quiet -e -buildfile bpminstall.xml install-sa patch-orabpel instantiate-orabpel-files
    BUILD SUCCESSFUL
    Total time: 14 seconds
    Warning: Unable to remove existing file E:\as10g101\integration\bpelpm\orabpel\lib\bpm-infra.jar
    Warning: Unable to remove existing file E:\as10g101\integration\bpelpm\orabpel\lib\olite40.jar
    Exit: 0
    TASK: oracle.tip.install.tasks.UpdateConfigFiles
    Updating configuration files ...
    TASK: oracle.tip.install.tasks.RegisterOlite
    Registering Olite ...
    No Olite registration required.
    TASK: oracle.tip.install.tasks.DeployApps
    Deploy applications and adapters
    E:\as10g101\jdk\bin\java -Dant.home=E:\as10g101\integration\bpelpm\orabpel -classpath E:\as10g101\integration\bpelpm\orabpel\lib\ant_1.6.2.jar;E:\as10g101\integration\bpelpm\orabpel\lib\ant-launcher_1.6.2.jar org.apache.tools.ant.Main -Dinstall.type=Midtier -Dob.home=E:\as10g101\integration\bpelpm\orabpel -Dbpm.home=E:\as10g101\integration\bpelpm\runtime -Djava.home=E:\as10g101\jdk -Doracle.home=E:\as10g101 -Dhost.name=dellxp32 -Dias.name=as10g101.dellxp32 -Dorabpel.password=orabpel -Ddb.connect.string=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=dellxp32)(PORT=1521)))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVICE_NAME=oi10g))) -quiet -e -buildfile bpminstall.xml init-midtier
    Inserting OPMN fragment ...
    BUILD FAILED
    E:\as10g101\integration\bpelpm\runtime\install\ant-tasks\bpminstall.xml:321: The following error occurred while executing this line:
    E:\as10g101\integration\bpelpm\runtime\install\ant-tasks\init-midtier.xml:80: Java returned: 1
    Total time: 0 seconds
    Exit: 1
    Configuration assistant "Oracle BPEL Process Manager Configuration Assistant" was canceled
    In addition I would like to add the following:
    I am able to connect to the BPEL console (localhost:80/BPELConsole) but I cannot for example deploy the LoanFlow demo - I receive the following error in the command box:
    [ear] Building ear: E:\as10g101\integration\bpelpm\orabpel\system\appserve
    r\oc4j\j2ee\home\applications\StarLoanUI.ear
    deployStarLoanUIoc4j:
    [java] Error: Unable to find Java:comp/ServerAdministrator:
    The reason for that could be that I need to startup the BPEL server. But that would confuses me since the oc4j container is running and I can connect to the BPEL console. At the same time if I look in the startorabpel.bat the olite lines are still active and within data-sources.xml file the Oracle9i lines are inactive - although I have provided the Oracle10g schema during the installation. Hopefully you are still with me and are able to shed some light on this,
    Frank

  • Error Deploying BPEL process to Mid Tier

    I'm having problems deploying a jar to midtier.
    When I attempt to deploy the jar of my BPEL process to a 10.1.2.0 GA mid-tier BPEL instance using the console's "deploy new process" I get the following error message.
    The BPEL process works and deploys with no problems on a 10.1.2.0 GA Developer's install (same machine). I have tried deploying it both from JDev and the console after un-deploying it manually. Both of these work fine in the Developers install.
    Thanks,
    Craig
    Deploy New BPEL Process
    bpel_AddressChangeValidate_2.0.jar failed to deploy.
    Error deploying BPEL archive. An error occurred while attempting to deploy the BPEL archive file "bpel_AddressChangeValidate_2.0.jar"; the exception reported is: Problem 1: [putFTP.wsdl]: null

    Figured it out...
    The problem was I forgot to copy the FTP connect info
    into the midtier FtpAdapter oc4j-ra.xml file.
    Is there an out of the box way for low level config
    like this to be included in the JAR file?Nope not right now. We are working on what we can do to fix this going forwards in a later release.
    >
    One interesting note, I was able to "deploy" my
    process by copying the JAR file directly into the
    deployment folder... What is the difference between
    doing this and using "deploy new process" from the
    console?When going the console route, it goes through an additional deployment time validation check which you were able to bypass by copying the jar directly into the deployment folder.
    You may have been hitting a bug in the validation code, otherwise you should have really seen the error message asking you to potentially fix the jndi entry in oc4j-ra.xml.
    HTH
    Shashi
    >
    Regards,
    Craig

  • Windows 7 install stops at "CD/DVD driver not found"

    When trying to install Windows 7 with boot camp, all goes well until it stops and gives me the "CD/DVD driver not found". I have a mid 2010 Mac Pro with a 500 GB SSD drive. I have burned a DVD at 1X from a iso file.
    Thanks

    Can you verify the MD5/SHA1 of the DVD with the ISO using OS X 'openssl md5' or the M$ FCIV tool? The source of your ISO should be able to provide MD5/SHA1.
    OS X Example
    openssl md5 ~/Desktop/GRMCPRXVOL_EN_DVD.cdr
    MD5(/Users/MyName/Desktop/GRMCPRXVOL_EN_DVD.cdr)= 977f4f0f1400be91855789213e07b031
    Windows FCIV example
    D:\>C:\"Program Files (x86)"\FCIV\fciv
    // File Checksum Integrity Verifier version 2.05.
    Usage:  fciv.exe [Commands] <Options>
    Commands: ( Default -add )
            -add    <file | dir> : Compute hash and send to output (default screen).
                    dir options:
                    -r       : recursive.
                    -type    : ex: -type *.exe.
                    -exc file: list of directories that should not be computed.
                    -wp      : Without full path name. ( Default store full path)
                    -bp      : specify base path to remove from full path name
            -list            : List entries in the database.
            -v               : Verify hashes.
                             : Option: -bp basepath.
            -? -h -help      : Extended Help.
    Options:
            -md5 | -sha1 | -both    : Specify hashtype, default md5.
            -xml db                 : Specify database format and name.
    To display the MD5 hash of a file, type fciv.exe filename
    D:\>C:\"Program Files (x86)"\FCIV\fciv -add Windows8.1-64bit.cdr
    // File Checksum Integrity Verifier version 2.05.
    f104b78019e86e74b149ae5e510f7be9 windows8.1-64bit.cdr

  • OC4J 9.0.3 Standalone and 9iAS 9.0.2 mid-tier

    We are currently running Forms9i and Reports 9i services on a mid-tier installation of Oracle9iAS 9.0.2. (Solaris). We have also developed some JDeveloper 9.0.3 applications that need to be deployed onto the same server. I understand from previous discussions on both Metalink and OTN Discussion Forums that it is not possible to upgrade the OC4J components of the mid-tier installation to 9.0.3 as the Forms9i and Reports 9i services are only certified to work with 9iAS 9.0.2.
    My next question is can I install Oracle9iAS Release 2 OC4J 9.0.3 standalone components into a separate ORACLE_HOME from the mid-tier 9iAS 9.0.2 in order to deploy the JDeveloper 9.0.3 applications ?.
    Regards,
    Chris

    hello,
    i am not sure how you invoke report services from your java application. i assume you are using a URL to access the report. in that case your application will still be able to point back to the 902 servlet to access reports services.
    regarding the use of classes on the 903 application : reports services can only access classes that are in its classpath. so if you can put the classes you need in reports' classpath defined by the environment of the 902 instance you should be able to access it.
    you might also look into our Thin Client that is available here on OTN. http://otn-stage.us.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    regards,
    philipp

  • Can anyone answer why in logic pro X I keep getting a window popping up that says Directory not found, result code= -120, followed by another window saying, Fade update failed, (error -120)?

    Can anyone answer, why in Logic Pro X I keep on getting a window popping up saying, Directory not found, result code = -120. Followed by another window saying, Fade update failed, (error -120)?
    I am running the latest version 10.0.5 through a Macbook Pro that has just been upgraded to 16GB Ram and a 960GB SSD which has made it as fast as ****. I upgraded because I was experiencing problems before and it was suggested that I didn't have enough Ram?
    I am using a Focusrite scarlett 2i4 and an Alesis Q61 midi controller. Weirdly, just trying to put a bass line down on a track using the Alesis, the bass sound goes out of tune with the track during recording only. This is very frustrating! I surely can't be the only one experiencing this?
    Many thanks
    Rob.

    Hi
    Time lost could be a problem, but.....
    Sadly, I don't think that there are any Apple docs relating to networked storgae issues with Logic. Other than a 'school' or 'business' setup, NAS/OD/AD setups are not usual circumstances for audio.
    If the issue is one of data backup & security, it may be enough to automatically backup the students local work folders to the NAS.
    If the issue is one of the Users being able to work from any Mac and pick up their files from the server, you are not likely to resolve this problem, without copying the files to the Local Mac.
    CCT

  • Error in ChartImage.axd - Image not Found

    I am getting an intermitant error on our production website.  I have a web form with two pie charts & every once in a while i will get an error from /ChartImg.axd:
    The image is not found.   
    at   
    System.Web.UI.DataVisualization.Charting.ChartHttpHandler.ProcessSavedChartImage(HttpContext   
    context) at   
    System.Web.UI.DataVisualization.Charting.ChartHttpHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext   
    context) at System.Web.Http 
    I see no consistency as far as browsers / OS.  My team has been unable to re-create this error.  Does anyone recognize this?
    Thanks

    Looks like I am not the only person who encounter this problem, but none of them seems to work for me. let me start by the stack trace:
    The image is not found.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.ArgumentException: The image is not found.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [ArgumentException: The image is not found.]
    System.Web.UI.DataVisualization.Charting.ChartHttpHandler.ProcessSavedChartImage(HttpContext context) +418
    System.Web.UI.DataVisualization.Charting.ChartHttpHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +75
    System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +1116
    [HttpException (0x80004005): Error executing child request for ChartImg.axd.]
    System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) +2677679
    System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) +819
    System.Web.HttpServerUtility.Execute(String path) +8
    System.Web.UI.DataVisualization.Charting.ChartHttpHandler.EnsureInitialized(Boolean hardCheck) +152
    System.Web.UI.DataVisualization.Charting.ChartHttpHandler.EnsureInstalled() +27
    System.Web.UI.DataVisualization.Charting.Chart.GetImageStorageMode() +45
    System.Web.UI.DataVisualization.Charting.Chart.Render(HtmlTextWriter writer) +199
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
    System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
    System.Web.UI.Control.Render(HtmlTextWriter writer) +10
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
    System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
    System.Web.UI.UpdatePanel.RenderChildren(HtmlTextWriter writer) +234
    System.Web.UI.Control.Render(HtmlTextWriter writer) +10
    System.Web.UI.UpdatePanel.Render(HtmlTextWriter writer) +34
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
    System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
    System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +163
    System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
    System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +51
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
    System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
    System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
    System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
    System.Web.UI.Page.Render(HtmlTextWriter writer) +29
    System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
    System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266
    tried this:
    <appSettings>
    <add key="ChartImageHandler" value="storage=file;deleteAfterServicing=false;..."/>
    </appSettings>
    but doesn't work
    I am also using 1 single development machine so no server farm to worry about.
    There are 3 files to this small project that I'm doing:
    1. loginReport.aspx - the main charting page that will display the how many logins
    2. mid.aspx - the middle page that contains iframe and to setup reference time
    3. default.aspx - contains Easy Widget jQuery plugin by David Esperalta (it's quite cool, you need to check it out! - http://www.bitacora.davidesperalta.com/archives/projects/easywidgets/)
    Here's my code:
    Report.aspx
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="loginReport.aspx.cs" Inherits="loginReport" %>
    <%@ Register Assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
    <asp:Chart ID="Chart1" runat="server" Height="296px" Width="412px"
    BackColor="#D3DFF0" BorderLineStyle="Solid" BackGradientEndColor="White"
    BackGradientType="TopBottom" BorderlineWidth="2" BorderlineColor="26, 59, 105"
    EnableViewState="true">
    <Series>
    <asp:Series XValueType="Double" Name="Series1" ChartType="FastLine" BorderColor="180, 26, 59, 105" Color="Orange"
    YValueType="Double" BorderWidth="2" ShadowColor="254, 0, 0, 0" ShadowOffset="1">
    <Points>
    <asp:DataPoint XValue="0" YValues="0"/>
    </Points>
    </asp:Series>
    </Series>
    <ChartAreas>
    <asp:ChartArea Name="Default" BorderColor="64, 64, 64, 64" BorderDashStyle="Solid" BackSecondaryColor="White"
    BackColor="64, 165, 191, 228" ShadowColor="Transparent" BackGradientStyle="TopBottom">
    <Position Y="2" Height="94" Width="94" X="2"></Position>
    <AxisY LineColor="64, 64, 64, 64">
    <LabelStyle Font="Trebuchet MS, 8.25pt, style=Bold"></LabelStyle>
    <MajorGrid LineColor="64, 64, 64, 64"></MajorGrid>
    </AxisY>
    <AxisX LineColor="64, 64, 64, 64" IsMarginVisible="False" Maximum="100" Minimum="0" IsStartedFromZero="False">
    <LabelStyle Font="Trebuchet MS, 8.25pt, style=Bold"></LabelStyle>
    <MajorGrid LineColor="64, 64, 64, 64" ></MajorGrid>
    </AxisX>
    </asp:ChartArea>
    </ChartAreas>
    <BorderSkin SkinStyle="Emboss" />
    </asp:Chart>
    <asp:Timer ID="Timer1" runat="server" OnTick="Timer1_Tick">
    </asp:Timer>
    <asp:Label ID="points" runat="server"></asp:Label>
    </ContentTemplate>
    </asp:UpdatePanel>
    <asp:Label ID="referenceTime" runat="server"></asp:Label>
    </form>
    </body>
    Report.aspx.cs
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Configuration;
    using MonitorSystemBL.Controller;
    using System.Web.UI.DataVisualization.Charting;
    public partial class loginReport : System.Web.UI.Page
    loginController loginController;
    string cs = ConfigurationSettings.AppSettings["connectionString"];
    protected void Page_Load(object sender, EventArgs e)
    if (!Page.IsPostBack)
    referenceTime.Text = "4/23/2009 11:17:00 AM";
    //referenceTime.Text = Session["loginCountRT"].ToString();
    Chart1.ChartAreas[0].AxisX.Minimum = 0;
    Chart1.ChartAreas[0].AxisX.Maximum = 2;
    Chart1.ChartAreas[0].AxisX.Interval = 1.0;
    Timer1.Interval = 2000;
    protected void Timer1_Tick(object sender, EventArgs e)
    draw();
    private void draw()
    loginController = new loginController(cs);
    DateTime rt = Convert.ToDateTime(referenceTime.Text);
    DateTime timeNow = DateTime.Now;
    Int32 count = loginController.getLoginCount(Convert.ToDateTime(rt));
    double x = timeDifference(rt, timeNow);
    x = Convert.ToDouble(String.Format("{0:0.00}", x));
    Chart1.Series[0].Points.AddXY(x, count);
    Int64 totalPoint = Convert.ToInt32(2 * 60 / 2);
    points.Text = x.ToString() + " : " + Chart1.Series[0].Points.Count.ToString() + " : " + totalPoint.ToString();
    // Remove points from the left chart side if number of points exceeds 100.
    while (this.Chart1.Series[0].Points.Count > totalPoint)
    // Remove series points
    foreach (Series series in this.Chart1.Series)
    series.Points.RemoveAt(0);
    double axisMinimum = this.Chart1.Series[0].Points[0].XValue;
    this.Chart1.ChartAreas[0].AxisX.Minimum = axisMinimum;
    this.Chart1.ChartAreas[0].AxisX.Maximum = axisMinimum + 2;
    private double timeDifference(DateTime referenceTime, DateTime compareTime)
    TimeSpan ts = compareTime.Subtract(referenceTime);
    double min = ts.Minutes;
    double sec = ts.Seconds / 60.0;
    double total = min + sec;
    return total;
    mid.aspx
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="mid.aspx.cs" Inherits="mid" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    <div class="widget movable collapsable removable closeconfirm">
    <form id="form2" runat="server">
    <div class="widget-header">
    <strong><asp:Label ID="lbl_title" runat="server"></asp:Label></strong>
    </div>
    <div class="widget-content">
    <iframe id="iframe1" runat="server" frameborder="0" width="450px" height="320px" scrolling="no"></iframe>
    </div>
    </form>
    </div>
    </body>
    </html>
    mid.aspx.cs
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using MonitorSystemBL.Controller;
    public partial class mid : System.Web.UI.Page
    protected void Page_Load(object sender, EventArgs e)
    //include all the query
    string queryString = "";
    string url = "";
    loginController loginController = new loginController(System.Configuration.ConfigurationManager.AppSettings["connectionString"]);
    if (Request.QueryString["s"] == "l")
    iframe1.Attributes.Add("width", "800");
    iframe1.Attributes.Add("height", "600");
    if (Request.QueryString["item"] != null && Request.QueryString["item"] != "")
    switch (Request.QueryString["item"])
    case "loginCount":
    url = "loginReport.aspx";
    string time = loginController.getLatestDateTime().ToString();
    string timeNow = DateTime.Now.ToString();
    Session["loginCountRT"] = timeNow;
    break;
    default:
    break;
    for (int i = 0; i < Page.Request.QueryString.Count; i++)
    lbl_title.Text = Request.QueryString["client"] + " : " + Request.QueryString["item"];
    if (queryString.Length == 0)
    queryString += "?";
    else
    queryString += "&";
    queryString += string.Format("{0}={1}", Page.Request.QueryString.GetKey(i), Page.Request.QueryString[i]);
    iframe1.Attributes.Add("src", url + queryString);
    default.aspx
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    <!-- Require basic Easy Widgets style -->
    <link href="css/jquery.easywidgets.css" rel="stylesheet" type="text/css" />
    <!-- Require Easy Widgets style for this sample -->
    <link href="css/example.css" rel="stylesheet" type="text/css" />
    <!-- Require jQuery -->
    <script src="jscripts/jquery1.3.2.js" type="text/javascript"></script>
    <!-- Require jQuery UI width draggable stuff -->
    <script src="jscripts/jquery-ui.min.js" type="text/javascript"></script>
    <!-- Require Easy Widgets plugin -->
    <script src="jscripts/jquery.easywidgets.js" type="text/javascript"></script>
    <!-- Require the Javascript for this example -->
    <script src="jscripts/example.js" type="text/javascript"></script>
    </head>
    <body>
    <form id="form1" runat="server">
    <div style="height:800px;" id="placeHolder1" class="widget-place"></div>
    <div style="height:800px;" id="placeHolder2" class="widget-place"></div>
    <div style="clear:both; font-family:Verdana; font-size:12px;">
    <table>
    <tr>
    <td>Client:</td>
    <td>
    <asp:DropDownList ID="ddl_client" runat="server">
    <asp:ListItem Text="First HSA" Value="1HSA"></asp:ListItem>
    </asp:DropDownList></td>
    <td>Item:</td>
    <td>
    <asp:DropDownList ID="ddl_item" runat="server">
    <asp:ListItem Text="Login Count" Value="loginCount"></asp:ListItem>
    </asp:DropDownList></td>
    <td>Interval (hr): </td>
    <td><asp:TextBox ID="tb_interval" runat="server" Width="30"></asp:TextBox></td>
    <td>Refresh Rate (sec): </td>
    <td><asp:TextBox ID="tb_refreshRate" runat="server" Width="30"></asp:TextBox></td>
    <td>
    <asp:DropDownList ID="ddl_size" runat="server">
    <asp:ListItem Text="small" Value="s"></asp:ListItem>
    <asp:ListItem Text="large" Value="l"></asp:ListItem>
    </asp:DropDownList></td>
    <td><input type="button" value="Create" onclick="create()" /></td></tr>
    </table>
    </div>
    <script language="javascript" type="text/javascript">
    function create() {
    var client = document.getElementById('<%=ddl_client.ClientID %>').options[document.getElementById('<%=ddl_client.ClientID %>').selectedIndex].value;
    var item = document.getElementById('<%=ddl_item.ClientID %>').options[document.getElementById('<%=ddl_item.ClientID %>').selectedIndex].value;
    var interval = document.getElementById('<%= tb_interval.ClientID %>').value;
    var rr = document.getElementById('<%= tb_refreshRate.ClientID %>').value;
    var size = document.getElementById('<%=ddl_size.ClientID %>').options[document.getElementById('<%=ddl_size.ClientID %>').selectedIndex].value;
    var url = 'mid.aspx?client=' + client + '&item=' + item + '&i=' + interval + '&r=' + rr + '&s=' + size;
    //alert(url);
    if (size == 'l') {
    $.fn.resizeable();
    else
    AddWidget(url, 'placeHolder1');
    return false;
    </script>
    </form>
    </body>
    </html>
    nothing in the default.aspx.cs
    Here's what I found:
    It will work when:
    1. view loginReport.aspx first
    2. view default.aspx
    --- close ASP.NET Development Server (with port #)
    It will not work when
    1. view default.aspx
    but if I view loginReport.aspx and then come back to default.aspx, it'll work
    it seems like I have to start a simple chart first
    (to test this you'll have to close the ASP.NET development server<with port #>) on your lower right hand corder next to the system time)
    so this problem is able to be reproduced. hope sometime find something and gave shed me some lights =)

Maybe you are looking for