Oracle Rule Author admin pages not showing up

I installed the Oracle, Oracle application server and Oracle SOA Suite and was going through the SOA Order booking application but am currently stuck on the Rule Author. I bring up the admin page:
http://localhost:8888/ruleauthor
I log in and it displays a blank page.
Anyone have an idea what is going on?

I haven't seen this before. Could you provide some details on what options you installed SOA with and what browser you are using?

Similar Messages

  • Oracle Rules: Adding Java Facts - not showing up in list.

    I am having trouble with adding my own Java classes to the Java Facts. I find the class in the list of classes, tick it, and hit "Ok". When I come back to the list of Java Facts, the class has not been added to the list. And no error message is displayed.
    I am able to add default classes under packages java, javax and org.
    My Java-classes are located here: ...\MyProject\SCA-INF\classes\packageName
    The .rules-file is located here: ...\MyProject\oracle\rules\packageName
    What can be the reason for this?

    I just had a similar issue and I ended having to manually clean up the registry to get Java working again.
    I just got a new computer at work and it had Java 7 installed but it turns out an app we need to use at work doesn't work with Java 7, only Java 6.
    I uninstalled Java 7 and installed Java 6 but Firefox was not showing the Java plugin as installed. I tried all sorts of things, including uninstalling and reinstalling Firefox and none of it worked. Finally I again uninstalled Java and then I searched for "Java" in the registry and found TONS of entries still in there for Java, including for Java 7. I manually deleted all the entries (WARNING: this is extremely risky) rebooted, then installed Java 6 and now it's working fine.
    I really hate it when uninstallers leave stuff behind. It just makes a mess.

  • Importing the class in Oracle Rules Author Definitions

    I created the Dictionary in the Oracle Rules Author.
    In the Definitions Page I selected the java fact type.
    In the User Classpath i gave the class path of the files.
    Then i have to import my class in the Rules Repository.
    I am getting the following error.
    Cannot perform operation. RUL-01527: Received exception for loadClass. RUL-01016: Cannot load Java class example3.Retiree. Please make sure the class and all its dependent classes are either in the class path, or user specified path. Root Cause: example3/Retiree (Unsupported major.minor version 49.0)
    Can any one respond to this query please...

    You have to do like the others import. You have to put import and the complete path(with all the packages).
    For example:
    import mypackage.msgsend;
    and if you wouls like to import all the classes of a package use:
    import mypackage.*;

  • IWeb Main Page Not Showing

    I've researched to death and tried everything but can't fix this.
    Recently did a clean install on my iMac and since then iWeb won't work.
    I have :
    - Reinstalled from original disc then updated to latest version 3.0.4
    - Deleted the com.apple.iWeb.plist file and com.apple.iWeb Cache Folder, restarted, and tried opening again
    - I have removed my domain.sites2 file to try and open iWeb and initiate making a new site
    iWeb is fully loaded and operational - in Activity Monitor it does not have a red flag - shows as being operational. I can access iWeb's Preferences, open and close various Inspectors, but the main window is simply not visible.
    I am on Lion 10.7.2
    I had updated my website using iWeb while on Lion 10.7.1
    I have a small business and my website is outdated and will be losing me new customers at this point who will think I don't have the latest stock and information.
    Any help appreciated - naturally no need to reply if 'fixes' are as per other posts and noted as having been tried above.

    Where is the main page not showing?  In iWeb or online?
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain or from  Toad's Cellar.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Index page not showing in the Admin Console

    Hello I have downloaded the J2EE package. It was working fine for a couple of months. Recently though, I had a problem in the admin console. After I login successfully, not all the framesets of the admin page is displaying. The top frameset and the left frameset display perfectly. However the index frameset displayed exception messages. I tried reinstalling my J2SE and J2EE and still, the exception shows up. The following is the stacktrace of the errors displayed:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.RuntimeException: java.lang.IllegalArgumentException: http
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:286)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    root cause
    com.sun.enterprise.tools.guiframework.exception.FrameworkError: java.lang.RuntimeException: java.lang.IllegalArgumentException: http
         com.sun.enterprise.tools.guiframework.view.descriptors.ViewDescriptor.registerChildren(ViewDescriptor.java:198)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewHelper.registerViewDescriptorChildren(DescriptorViewHelper.java:66)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.registerViewDescriptorChildren(DescriptorViewBeanBase.java:112)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewBeanBase.(DescriptorViewBeanBase.java:59)
         com.sun.enterprise.tools.guiframework.view.CCNodeEventHandlerViewBeanBase.(CCNodeEventHandlerViewBeanBase.java:26)
         com.sun.enterprise.tools.guiframework.view.descriptors.CCNodeEventHandlerViewBeanBaseDescriptor.getInstance(CCNodeEventHandlerViewBeanBaseDescriptor.java:37)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getView(DescriptorViewManager.java:190)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getView(DescriptorViewManager.java:150)
         com.sun.enterprise.tools.guiframework.view.DescriptorViewManager.getViewBean(DescriptorViewManager.java:58)
         com.sun.enterprise.tools.guiframework.view.BaseServlet.handleException(BaseServlet.java:268)
         com.sun.enterprise.tools.guiframework.view.BaseServlet.processRequest(BaseServlet.java:191)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:465)
         com.sun.enterprise.tools.admingui.AdminGUIServlet.doGet(AdminGUIServlet.java:58)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:748)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
    note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server-PE-8.0 logs.
    Sun-Java-System/Application-Server-PE-8.0

    Sure thing Lance, here it is:

  • Oracle XE production : web admin pages not localized

    Hi,
    I've just installed the production release (OracleXE latin1) on a french windows XP SP2. The product runs fine but the web admin pages and documentation are in english. The entries in the "start" menu are localized.
    When I tested the last beta I noticed that the web admin pages were localized.
    Is this an installation issue or a product issue ?
    Thanks,
    Jérôme

    Hi Jérôme,
    the announcement says:
    Oracle Database 10g Express (Western European) Edition - Single-byte LATIN1 database for Western European language storage, with the Database Homepage user interface in English only.
    Oracle Database 10g Express (Universal) Edition - Multi-byte Unicode database for all language deployment, with the Database Homepage user interface available in the following languages: Brazilian Portuguese, Chinese (Simplified and Traditional), English, French, German, Italian, Japanese, Korean and Spanish.
    Thus you would need the Universal Edition for having a French user interface.
    ~Dietmar.

  • Hyperion Workforce Planning - Rules migrated in LCM not showing in Calc Mgr

    1-Having trouble with workforce rules (as well as capex and rulesets) that are not showing up in calc manager (in system view) in our QA environment after I migrate them from Dev. New rules were created by a consultant we had in dev and on migrating them forward (along with the new forms), they are not appearing in Calc Manager (in system view). However, I am able to select them when editing forms as part of the loading/save configuration in execution of forms. Anyone have any input on why this might be happening and how we can go about getting these to show up in Calc manager?
    I have checked to ensure that they were deployed in Dev in case that rolls forward. Another odd item I'm noticing is while Calc Manager will reflect the most recent revised date in Dev of rules I've updated, it is reflecting an older date to that of when it was last edited/created by the consultant we had. I am beginning to think this is the root cause of the problems as Shared Services not getting updated properly to perform the migration.
    2-Also, I've come across a problem where I had an old version of a rule in QA that did not want to accept the new version I was copying forward from Dev. The system has indicated to other admins that I have it locked (presumably after the LCM) while I am not accessing it (and it gives me no such indication). When looking in calc manager, QA had the old version revision and last modified info, while Dev had revised info (and the LCM file as well). Have tried restarting Planning services to unlock it, but to no avail. Any input on how to unlock a rule that you are not currently in (my first assumption is something similar to unlocking locked objects out of EAS, but nothing there to work with).
    In attempt to bypass this problem, I tried deleting the old rule out of QA and copying back in the revised version from Dev. This removed it from calc manager, but the form appears to still be using the old rule (I've tried removing the reference and then reapplying it with no positive results). To solve my short term problem, I've created a copy of the rule under a different name and copied it forward, but any tips would be great in case I come across this problem in the future (and so I might be able to remove this locked rule that serves no purpose).
    Any help would be greatly appreciated. Otherwise, I may need to go with a ticket to Oracle, but hoping these are common issues that someone else has come across.
    FYI - Currently on 11.1.2.1.
    Thanks,
    Jonathan

    Thanks for the tip.
    I have tried a direct import/export in Calc Manager and have been able to move rules successfully. However, we have built a lot of our rules using the Rule Designer and on direct import, I seem to lose the layout and the script merges into one. As a short terms means to fix this, I've done the good old fashion copy and paste to create the new rules in QA.
    In Shared Services, we are using the Define Migration function to extract what I need from Dev and then manually copying the files over to our QA server to import via the same in Shared Services (\\servername\c$\Oracle\Middleware\user_projects\epmsystem_qa\import_export\username@MSAD). I know that's a bit vague, but am I missing anything there?
    I apologize if my queries are not clear. This is all new for us as we are in the process of transitioning from a internally developed relational/essbase planning application to Hyperion Planning while we also recently transitioned from using essbase 7.1.6 to 11.1.2.1 (clean install so no migration issues).
    Thanks again for the information.
    Edited by: gaarafield on Apr 17, 2012 10:29 AM

  • Oracle Rule Author(Oracle Business Rules)

    Hi,
    Iam implementing Oracle Business Rules, while configuring rules with Rule Author, a problem is faced, a variable data which is set in one rule's action is not available to next rule's condition.
    i.e a variable set in one rule can not be used in other rule as condition.
    Is there any option to make it work,
    thanks & regards.
    anil

    I think you would get better response on the question if you post the same question to the SOA Suite forum (SOA Suite
    A

  • UCCE 9.0.1 CCE Admin Page not working

    I have UCCE 9.0.1 and everything works fine except the cce web admin page. I manage to configure attributes and precision queues using cce admin page. But when I am trying to assign the attributes to an agent by clicking agent name, the page freeze by showing the "loading.... "  message.
    Anyone know how to resolve this .

    There is a known bug on PCCE and UCCE when using the cceadmin page and having it timeout.
    Please find in the following readme bug number CSCue95184.
    (http://www.cisco.com/web/software/280840583/103560/Release_Document_1.html)
    To resolve this issue you will need to apply ICM9.0.3_ES3 or later update.
    (http://software.cisco.com/download/special/release.html?config=5ee578cbacd86d9ff938f48c3034e5a3)
    **Note – although this defect is listed as PCCE, the component is shared between both PCCE & UCCE.
    Yesterday installed 9.0.4 version - problem resolved.

  • HELP, please! iWeb Album Pages not showing up at all

    My ftp uploaded pages are not showing up on either safari or firefox! I tried to fix the javascript via Wyodor's previous posts, but it's still not showing anything.
    http://www.lakewilde.com
    Thank you!

    Yay, that was it! Thanks Roddy, I appreciate it. Have a great day

  • Problems with page not showing up in Internet Explorer

    I uploaded my page. All was fine. Looked good in all
    browsers.
    home.gci.net/~larry-and-jackie/index.htm
    Now all of a sudden my index.htm page (also have default.htm
    page) shows up as a black screen only no pictures. No words.
    All of the sub pages show up fine if you add that to the
    address. Just the Index. is not showing up in Internet Explorer.
    Looks good in Firefox, Netscape and Safari.
    example home.gci.net/~larry-and-jackie/index3.htm
    Anybody have any suggestions?
    J Whedbee

    I'm seeing the entry page at:
    http://home.gci.net/~larry-and-jackie/
    with no problems.
    I'm also seeing
    http://home.gci.net/~larry-and-jackie/index.htm
    with no
    problems... pics, black background.
    http://home.gci.net/~larry-and-jackie/default.htm
    is just the same as
    index.htm
    http://home.gci.net/~larry-and-jackie/Index.htm
    (note the capital "I" )
    can't be seen .... no such file.
    Not sure why you would have an index.htm and a default.htm
    both really
    aren't needed.
    Have you tried clearing your browser cache?
    Nadia
    Adobe® Community Expert : Dreamweaver
    Tutorials |SEO |Templates
    http://www.DreamweaverResources.com
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "J L Whedbee" <[email protected]> wrote in
    message
    news:enccnu$n4t$[email protected]..
    >I uploaded my page. All was fine. Looked good in all
    browsers.
    >
    > home.gci.net/~larry-and-jackie/index.htm
    >
    > Now all of a sudden my index.htm page (also have
    default.htm page) shows
    > up as
    > a black screen only no pictures. No words.
    >
    > All of the sub pages show up fine if you add that to the
    address. Just the
    > Index. is not showing up in Internet Explorer.
    > Looks good in Firefox, Netscape and Safari.
    >
    > example home.gci.net/~larry-and-jackie/index3.htm
    >
    > Anybody have any suggestions?
    >
    > J Whedbee
    >
    >
    >

  • Pages not showing up in web search

    I am a newbie to DW 8 (I am a photographer).
    Like everyone, I would love to find my pages in a web search
    with google or yahoo, but they are not showing up.
    Here is an example of the info (from the web page) for one of
    my pages (classes I teach):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Digital photography classes with Richard
    Sjolund</title>
    <link href="file:///Scanner-1/Dream Program and
    sites/ws2.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style1 {color: #FF0000}
    .style2 {color: #0000FF}
    .style3 {
    color: #000066;
    font-weight: bold;
    the title is correct- anad what I want. But, if I search on
    that title information - I find nothing.
    Is the information better off in something other than the
    page title?
    Here is the web site:
    http://www.naturephotostudio.com
    many thanks.
    Dick

    How long has the site been up? If you search for this
    Photography Shows
    Richard Sjolund it comes up first in google.
    Search for this Richard Sjolund was born in the Upper
    Peninsula of Michigan
    and it comes up as duplicate content an other website
    http://www.artsiowacity.com/artist/RSjolund/rsjolund.htm
    so could be a
    problem from the search engines point of view. Hard to say
    looks like a lot
    of competition in this field.
    Dave
    "DickSj" <[email protected]> wrote in
    message
    news:e79puk$c7m$[email protected]..
    > I am a newbie to DW 8 (I am a photographer).
    >
    > Like everyone, I would love to find my pages in a web
    search with google
    or
    > yahoo, but they are not showing up.
    >
    > Here is an example of the info (from the web page) for
    one of my pages
    > (classes I teach):
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <title>Digital photography classes with Richard
    Sjolund</title>
    > <link href="file:///Scanner-1/Dream Program and
    sites/ws2.css"
    > rel="stylesheet" type="text/css">
    > <style type="text/css">
    > <!--
    > .style1 {color: #FF0000}
    > .style2 {color: #0000FF}
    > .style3 {
    > color: #000066;
    > font-weight: bold;
    >
    > the title is correct- anad what I want. But, if I search
    on that title
    > information - I find nothing.
    >
    > Is the information better off in something other than
    the page title?
    >
    > Here is the web site:
    >
    >
    http://www.naturephotostudio.com
    >
    > many thanks.
    >
    > Dick
    >

  • Some Photo Pages not showing no  matter the browser

    I'm using iWeb '08 and have 2 separate sites. I noticed last night that, only on one of the sites, the photo pages are not showing the photos. Yet, on the other site, the photo pages are fine. It's really weird.
    Anybody have any thoughts?
    BTW, I tried to view them in both Safari and FF.
    Thanks!

    Are those 3 pages constructed like the other with photos placed on the page rather than a photos page with a slideshow? Those three pages don't show the photos being uploaded. They are not listed as missing, just not included on the page (go to Window->Activity menu option). In the sites that do display correctly the photos are listed as shapeimage_3.png or something like that.
    You might try republishing the entire site to see if that will jump start those three pages.

  • Iweb web page not showing full page on the web

    I have a web site that I build using iweb. I have installed intense debate for a commenting system. I have two problems. My comments are not showing up even after i approve them even though i chose to not monitor comments and when you view the page most of the comment box is missing. I have changed the height and width of the page, changed the height and width of the age layout in iweb, nothing seems to help. I have contacted there support team but they just keep saying the same things. Apparently i need to do this to get the commenting system working "looks like you don't have any JavaScript variables set. You'll need to set some postid's and URLs." That is copied directly from the email they sent me. I don't know what any of that means...And please don't say read the tutorial they offer because i cant fallow that either. This is the address of the website please look at it and tell me what you see. http://www.siobhanbyron.com/SiobhanByron/The_Outlying/TheOutlying.html

    I did. I clicked the link you left and it brought me to another discussion similar to this one and then i clicked on the link that was within that conversation (http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12Dynamically_ResizeiFrame.html) and it brought me to here (http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12Dynamically_ResizeiFrame.html) here, your blog. Which is an excellent example of what i a trying to do. I will instead try to add the code that you had already placed in the prior conversation. I wasn't sure if the code you were speaking of was in your blog or in the actual conversation...ill try that

  • OHS 11gR1 web-page not showing up after creation, registration of webgate

    Hello there,
    The OHS webpage on host:7777 is not showing up after I created, registered the webgate on oam 11g console. I copied the 2 artifacts into the ohs proxy server box in the webgate/config folder and restarted OHS instance but now, the ohs page won't show up. The opmn status says its alive but it doesnt show up in the browser.
    I have oam 11.1.2 installed with webgate 11.1.2 and ohs webtier 11.1.1.6.0. Am I missing any step? Do I need to create a authentication scheme before I check it? Please advise to the earliest convenience.
    Thanks!!

    Hi,
    You need to create authentication scheme. also create resourse for index.html page in OAM console and add it to protected resourse list. So when you will access OHS with 7777 port it will redirect to OAM SSO page, after successful login it will take you to the home page of OHS.
    mark, if this helps.
    Regards,
    Kishore

Maybe you are looking for

  • Jlaunch process is not running aftre system  copy

    Dear All, I am having EP Production server, which is on SGeSAP Cluster. We are planning to remove the cluster and move the EP Production to a standalone server. So we planned to do a system copy po this server. I have done a system copy of EP Product

  • What do I need to do to take full advantage of a 802.11ac Airport?

    Do I need to purchase any separate cable? Gigabite ethernet cables? WAN vs Lan cables? Will I need to better Modem? What is the best Modem to get? Will I need to upgrade my standard internet service?

  • Survey Portlet questions

    A couple of them... Where does the survey portlet put it's data-what does the data model look like; or where is it documented? Is there a configuration that I didn't perform to get survey polls and survey tests to work...? Again, where is the data fo

  • Aperture Cross-Processing Effect

    Hi Guys, Does anyone have any good presets for creating a cross-processing effect in Aperture? What about bleach bypass? Thanks

  • Palm OS  v5.47 Database

    Hi guys I'm new in J2ME here is my situation ,need to develop an application that read and store data in a database, the problem is that don't know what can I use here in this enviroment to read the system file ,if it use drive letter or need to use