Bug Tracker Packaged application installation Error.

Hi,
I installed 11g (apex came with 11g) and 10g application server. Now, I am trying to install the bug tracker application that came on apex.oracle.com. I am getting this error right off the bat.
SQL*Plus: Release 11.1.0.6.0 - Production on Mon Oct 29 16:59:51 2007
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> @bug_tracker_installer_0.9.sql
APPLICATION 660 - Bug Tracker, 0.9
Set Credentials...
Check Compatibility...
API Last Extended:20070525
Your Current Version:20070525
This import is compatible with version: 20060224
COMPATIBLE (You should be able to run this import without issues.)
Set Application ID...
begin
ERROR at line 1:
ORA-20001: Package variable g_security_group_id must be set.
ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 46
ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 238
ORA-06512: at line 4
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Can somebody tell me what I might be doing wrong here?
Thank you,
Rahul.
edit:
sorry, didn't mention this earlier, but, I got the same exact error when I was installing 'Issue Tracker' application too.
Message was edited by:
RPuttagunta

Scott,
It's been a while since I did this, so, forgot. I will go ahead with your suggestion. Thank you.
Rahul.
Message was edited by:
RPuttagunta

Similar Messages

  • Packaged Application installation error??

    Hi guys,
    I have downloaded sample packaged application from APEX product home page, and trying to download these application but continiously facing error, i have tried both to install (using application express and through sqlplus with FLOWS_020200 user) but unable to install it,
    Can anyone tell me how to install these sample applications supplied by Oracle corporation ???
    Your prompt reply will be appriciated .
    thanks & regards
    qamar

    Qamar,
    Can you give us more information? As in, what error do you get and when does it appear?
    The steps to install the packaged samples are:
    - Unzip the packaged application to a .sql file
    - In APEX, go to Home > Application Builder > Import and select the .sql file, then follow the steps in the wizard.
    Marco

  • CSS Bar Chart [Plug-in] in P-Track Packaged application

    Hello,
    In the P-Track Packaged application we have CSS Bar Char Plugin REGION. If we change the theme of that application into the Theme 23, that plugin Region loses some CSS rules. In other words, it loses its beauty. Anyone knows how to get this plugin to work find on the Theme 23 ???
    Regards,
    Fateh

    Hello,
    In the P-Track Packaged application we have CSS Bar Char Plugin REGION. If we change the theme of that application into the Theme 23, that plugin Region loses some CSS rules. In other words, it loses its beauty. Anyone knows how to get this plugin to work find on the Theme 23 ???
    Regards,
    Fateh

  • Incident Tracking Packaged Application error

    I installed the "Incident Tracking" prepackaged application that came with my APEX 4.2. Inside the application, I created a new "Assignee" and then proceeded to assign a ticket (via Tickets screen) to the newly created assignee. When I do this, it then puts the below text in a text bubble "Updates", the text should actually read changed from to "Name of the newly created assignee" instead of a the number, which is the ID in the assignee table. Which I believe is a bug, I'm looking for a fix for this, but struggling to find where to edit the code for this, can anyone help? I think the code sits inside an internal plugin in the application, but am having trouble finding it.
    Update Assignee changed from to *284657827008667618081368371512647126206*
    [email protected] - Wednesday 20-FEB-2013 03:17 (Now)
    When searching for the code I found it in...
    ...... SNIP ......
    wwv_flow_api.create_page_plug (
    p_id=> 21813153649240572742 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_page_id=> 50,
    p_plug_name=> 'Right Side',
    p_region_name=>'',
    p_escape_on_http_output=>'Y',
    p_plug_template=> 0,
    p_plug_display_sequence=> 100,
    p_plug_new_grid => false,
    p_plug_new_grid_row => false,
    p_plug_new_grid_column => false,
    p_plug_display_column=> 1,
    p_plug_display_point=> 'REGION_POSITION_03',
    p_plug_item_display_point=> 'ABOVE',
    p_plug_source=> s,
    p_plug_source_type=> 'PLSQL_PROCEDURE',
    p_translate_title=> 'Y',
    p_plug_query_row_template=> 1,
    p_plug_query_headings_type=> 'QUERY_COLUMNS',
    p_plug_query_num_rows => 15,
    p_plug_query_num_rows_type => 'NEXT_PREVIOUS_LINKS',
    p_plug_query_row_count_max => 500,
    p_plug_query_show_nulls_as => ' - ',
    p_plug_display_condition_type => '',
    p_pagination_display_position=>'BOTTOM_RIGHT',
    p_plug_customized=>'0',
    p_plug_caching=> 'NOT_CACHED',
    p_plug_comment=> '');
    end;
    declare
    s varchar2(32767) := null;
    l_clob clob;
    l_length number := 1;
    begin
    s := null;
    wwv_flow_api.create_page_plug (
    p_id=> 21813153853846572743 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_page_id=> 50,
    p_plug_name=> 'Incident',
    p_region_name=>'',
    p_escape_on_http_output=>'Y',
    p_plug_template=> 21813089941594564463+ wwv_flow_api.g_id_offset,
    p_plug_display_sequence=> 80,
    p_plug_new_grid => false,
    p_plug_new_grid_row => false,
    p_plug_new_grid_column => false,
    p_plug_display_column=> 1,
    p_plug_display_point=> 'BODY_3',
    p_plug_item_display_point=> 'ABOVE',
    p_plug_source=> s,
    p_plug_source_type=> 'STATIC_TEXT_ESCAPE_SC',
    p_translate_title=> 'Y',
    p_plug_query_row_template=> 1,
    p_plug_query_headings_type=> 'COLON_DELMITED_LIST',
    p_plug_query_row_count_max => 500,
    p_plug_display_condition_type => '',
    p_plug_customized=>'0',
    p_plug_caching=> 'NOT_CACHED',
    p_plug_comment=> '');
    end;
    declare
    s varchar2(32767) := null;
    l_clob clob;
    l_length number := 1;
    begin
    s:=s||'select '||unistr('\000a')||
    ' '''' class, --use grayComment for gray look'||unistr('\000a')||
    ' ''Note'' note_type,'||unistr('\000a')||
    ' replace(sys.htf.escape_sc(dbms_lob.substr(note,2000,1)),chr(10),''
    '') note_text,'||unistr('\000a')||
    ' '''' attribute_1,'||unistr('\000a')||
    ' '''' attribute_2,'||unistr('\000a')||
    ' '''' attribute_3,'||unistr('\000a')||
    ' '''' attribute_4,'||unistr('\000a')||
    ' lower(created_by)||'' - ''||to_char(created,''Day DD-MON-YYYY HH24:MI'') created_by,'||unistr('\000a')||
    ' apex_util.get_since(created) c';
    s:=s||'reated_on,'||unistr('\000a')||
    ' '''' attribute_5,'||unistr('\000a')||
    ' created'||unistr('\000a')||
    'from EBA_INTRACK_NOTES '||unistr('\000a')||
    'where INCIDENT_ID = :P50_ID '||unistr('\000a')||
    'union all'||unistr('\000a')||
    'select '||unistr('\000a')||
    ' ''grayComment'' class, --use grayComment for gray look'||unistr('\000a')||
    ' ''Update'' note_type,'||unistr('\000a')||
    ' case follow_up_type '||unistr('\000a')||
    ' when ''STATUS_CHANGE'' then'||unistr('\000a')||
    ' ''Status changed from <strong>''||'||unistr('\000a')||
    ' (select status_name from EBA_INTRACK_STATUS where id = status_old_va';
    s:=s||'l)||''</strong> to <strong>''||'||unistr('\000a')||
    ' (select status_name from EBA_INTRACK_STATUS where id = status_new_val) ||''</strong>'''||unistr('\000a')||
    ' when ''CLOSE_DATE_CHANGE'' then'||unistr('\000a')||
    ' ''Close date changed from <strong>''||status_old_val||''</strong> to <strong>''||status_new_val||''</strong>'''||unistr('\000a')||
    ' when ''ASSIGNEE_CHANGE'' then'||unistr('\000a')||
    ' *''Assignee changed from*+ <strong>''||sys.htf.escape_sc(status_old_val)||''</s';
    s:=s||'trong> to+_ <strong>''||sys.htf.escape_sc(status_new_val)||''</strong>'''||unistr('\000a')||
    ' when ''URGENCY_CHANGE'' then'||unistr('\000a')||
    ' ''Urgency changed from <strong>''||'||unistr('\000a')||
    ' (select URGENCY_NAME from EBA_INTRACK_URGENCY where id = status_old_val)||''</strong> to <strong>''||'||unistr('\000a')||
    ' (select URGENCY_NAME from EBA_INTRACK_URGENCY where id = status_new_val) ||''</strong>'''||unistr('\000a')||
    '     when ''SEVERITY_CHANGE'' then'||unistr('\000a')||
    .... SNIP .....

    Teneriffe_141212 wrote:
    wwv_flow_api.create_page_plug (
    p_id=> 21813153649240572742 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_page_id=> 50,
    p_plug_name=> 'Right Side',
    p_region_name=>'',
    p_escape_on_http_output=>'Y',
    p_plug_template=> 0,
    p_plug_display_sequence=> 100,
    p_plug_new_grid         => false,
    p_plug_new_grid_row     => false,
    p_plug_new_grid_column  => false,
    p_plug_display_column=> 1,
    p_plug_display_point=> 'REGION_POSITION_03',
    p_plug_item_display_point=> 'ABOVE',
    p_plug_source=> s,
    p_plug_source_type=> 'PLSQL_PROCEDURE',
    p_translate_title=> 'Y',
    p_plug_query_row_template=> 1,
    p_plug_query_headings_type=> 'QUERY_COLUMNS',
    p_plug_query_num_rows => 15,
    p_plug_query_num_rows_type => 'NEXT_PREVIOUS_LINKS',
    p_plug_query_row_count_max => 500,
    p_plug_query_show_nulls_as => ' - ',
    p_plug_display_condition_type => '',
    p_pagination_display_position=>'BOTTOM_RIGHT',
    p_plug_customized=>'0',
    p_plug_caching=> 'NOT_CACHED',
    p_plug_comment=> '');
    end;
    Means that the problem is with a report region on page p_page_id=> 50 of type pl/sql. The display sequence is 100.
    See the source of the region for the offending text.
    Try to debug the sql statement that is returned by the source. Does it return what you expect if you run it in sql workshop.
    Nicolette

  • DICOM packaged application install error - XDB schema error

    Hi, I have worked through the install readme for the DICOM packaged application and on installing the DICOM_demo_installer.sql supporting objects I get an error when trying to create the table dicom_archive
    ORA-31000: Resource 'http://xmlns.oracle.com/ord/meta/dia_demo' is not an XDB schema document
    Any pointers appreciated.

    9503657 (In lieu of your actual name - Please give your name in future),
    Where are you trying to install this packaged application (DB Version, DB Edition (EE / SE / SE1 / XE), DB Options, localhost / hosted environment)?
    There are specific requirements specified in the readme.txt file provided in the zip file.
    There are very specific installation instructions also provided in the readme.txt file.
    Unlike most packaged applications this one requires various scripts be run prior to installing the actual application into APEX.
    So could you please specify the steps taken to get to this error.
    Regards,
    David

  • Help! PC Suite, Nokia Application Installer error!...

    Hi, I have a Nokia n73, and I am currently using the newest Nokia PC Suite downloaded from the website. However, I encountered this problem when I attempted to install sis and jar files through the application manager.
    "Nokia Application Installer has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the information .................................... etc etc............................................. Send Error Report/Don't Send"
    I've read a few problems similar to mien in the forums; however, none had end up with a solution, or not that I know of. Also I know I am able to install sis files just by using the Nokia Phone Browser and opening the sis file there. However, this did not work for me as well, the same pop-up "Nokia Application Installer has encountered..." pops up!
    I was just wondering if there is an easier way to install the sis and jar files, without having to go through fixing this problem.

    Of course there is! If you have a bluetooth adapter you can send the .sis (.jar) files from your PC to your phone.
    Nokia N73 v 4.0735.3.0.2 RM 133

  • Online Discussion Forum Packaged Application Reply ERROR

    Help,
    I've installed the Online Discussion Forum Packaged Application 0.91 in a 10.2.0.2 database. When I post a message it put the message in the ODF_THREAD and user info in the ODF_USERTHREAD tables. When I reply to a thread page 8 displays correctly, BUT when I press the "Post Message" button I get an ORA_00600,internal error code, arguments ERROR. Does anybod have any ideas?
    Kirk

    Hi Kirk,
    You may want to have a look at the solution here...
    Re: ORA-600 thrown from Online Discussion Forum packaged app
    Thanks,
    Ashish

  • LV 8.2.1 Application Installer Error

    Hello,
     I am getting an error when I try to run the setup.exe file that was created using the LV Installer in my project for LV 8.2.1.  Attached is a screenshot of the error.
    Any help would be appreciated.
    Thanks,
    Russell
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor
    Attachments:
    lv installer error.PNG ‏14 KB

    Hello Stephanie,
    Thanks for your help.  The issue was related to an installation of an executable I built myself and not the LV development software installer.  You mentioned a possible file permissions problem so I checked and it turns out I didn't have the installer files checked out of my source control software (i.e the files were set to read only). So the build of the installer worked, but when I tried to run the installer some of the files were read only and that is probably why it didn't work. So I checked out the files and it worked.
    Thanks,
    Russell
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

  • Oracle Jdeveloper 11g R1 has a Bug?-- Swing Application Deploy Error

    Oracle Jdeveloper 11g R1 (11.1.1.2.0) (build 5536)
    1. Create an empty swing application.
    File-->New-->Applications-->Java Desktop Application
    New-->Swing/AWT-->Frame
    2. Project properties--->Deployment: Create new JAR Deployment Profile: test
    3. Edit Deployment Profile: test
    File Groups --->new--->Create File Group (Type: Dependency Analysis) :da
    4. Error: Cannot enter "da"---->contributors , No display (such as "Libraris")
    5. If deploy it (test), I get an Unexpected Error.
    Error Messages:
    Title: StackOverflowError in o.ji.xml.JDevXmlIntergrationUtilsImpl:18
    Performing action Report a Bug...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Invoking command: [ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action New...[ from oracle.jdevimpl.uieditor.UIEditorImpl ]
    Performing action Show Overview
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Project Properties...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: [ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Uncaught exception
    java.lang.StackOverflowError
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18)
    o.ji.xml.JDevXmlIntegrationUtilsImpl.canBeSelected0(JDevXmlIntegrationUtilsImpl.java:18) ......
    When I use Oracle Jdeveloper 10g (10.1.3.4.0) , I can use it to set Libraris.
    I have a swing application need these operation.
    Does anyone can tell me what's the reason?
    Thanks.
    I had tried Oracle JDeveloper 11g R1 (11.1.1.1.0)(Build 5407).
    It is OK.
    Maybe I need to download Oracle JDeveloper 11g (11.1.1.2.0) again.
    Edited by: [email protected] on 2010-2-24 下午4:58
    Edited by: [email protected] on 2010-2-25 下午5:47

    I am encountering the same bug / problem right now.
    Anybody from Oracle who has a workaround for this BUG?
    We are migrating to JDev 11.1.1.2.0 for a client and this bug is still there!
    Any help from the JDev team is highly appreciated!

  • AIR application installation error (Windows)

    Hi,
    We’ve bumped into troubles while developing AIR
    application. The problem is in installation AIR application under
    Windows by a user without administrator privileges. When installing
    application user selects installation folder he has permission to
    write to. And after installation begins it ends with error #0: Some
    error occurred...
    In the installation troubleshooting it is written that
    installation of AIR application *may* require administrator
    privileges when installing to a location user has no rights to
    write to but we do.
    Is there any way to install AIR application by an
    unprivileged user?

    My understanding is you can do elevated installation on
    Vista, but not on XP.
    -ted

  • MAM 25 application installation error in the client

    Hi,
       While installing the MAM25 application in the client , i get the following error
    Exception while installing application MAM25; check application type (root cause: Unknown application type 'Application type classname was null' [com.sap.ip.me.core.UnknownApplicationTypeException])
       I have downloaded the MAM25.war (MAM2.5 SR5) file from the service site , converted the same into sda file in NW administrator and have uploaded the same into MI server with an Application type=  "Application" . This Mobile component was then assigned to the client, which is at MI7.0 SPS10 with patch level 1.
       Any ideas on what maybe wrong?
    Thanks
    Narasimhan

    Hi Narasimhan
        There must have been a problem while uploading the application in NW administrator or while assigning it to the device.  MAM is a JSP application which can be assigned to MI JSP Client only and not to AWT Client. Has this been taken care of ??? Also while uploading the application in the Mobile Archive Converter, apart from choosing the application type as Application, also make sure that you choose the runtime as "JSP".  Please incorporate this and do let me know if the error persists
    Best Regards
    Sivakumar

  • Application installation error (0xE8000013)

    I am having a problem installing the PAID FOR downloaded application Texas Holdem. I downloaded it, but every time I sync I get the following message:
    The application "Holdem" was not installed on the Iphone because an unknown error occurred (0xE8000013).
    Anyone have any ideas on this one???
    Thanks,
    Steve

    Same problem here - on all my iPhones - all 56 of them as I am IT Manager at a company that all has this exact issue. Fix please!
    I have spoken to 3 different reps at Apple, all whom suggest the obvious - to uninstall the apps and then re-install them. BUT you LOSE your settings so honestly? I'm thinking Blackberry. Not because I don't love, with a passion, Apple products; but for the simplistic fact that I am still here, at work, 16 hours I started and all because of this EXACT issue. Have tried everything to fix the issue, I guess I am to walk to each iPhone, all 56 - well, 55 as one is mine so no walking there - and uninstall, reinstall (yes, each app) and then - oh yes then, set up each app all along with not just the app settings (x56) but also their usernames and passwords on most said apps? There being username/password combos that they will (of course) not remember? That's the solution? Seriously? Really? I love Blackberry all of the sudden. Hated them until today but today ...... I love them.
    In summation - fix please.

  • Adobe reader + other applications installation error

    Hi guys, I think this is my second post on this forum. okay, many applications including adobe reader won't install on my mac (os x10.6.4) "warning: the following disk images couldn't be opened. Reason: not recognized." The adobe reader I was installing supports osx 10.6.3, but mine is as mentioned above...is that the reason? If so, where can i find the adobe reader for my system?
    I'd appreciate your help.
    cheers.

    thanks for the reply. I need adobe reader, the preview thing you mention is terrible in my opinion.
    I've tried your suggestion of re downloading it, it the process of installing, it said installation complete while the bar that shows the installation process isn't full and the process is obviously still continuing: you can see bar moving forwards and stuff. I clicked ok and ignore the continuing process...restart computer anyway and try to open my pdf files: no luck. I delete the application, download it again. try to install it again,: "installation is completed and the installation process is still going on despite the window that pop up telling the installation was complete. I ignore the "installation is completed" message this time. The bar moved until it was about 97%, then stopped....waited and waited but nothing seemed to be changing. So i click ok on the "installation is completed" window, restarted the computer, opened pdf files but no luck again.
    I'll keep trying

  • Application installation errors

    i bought BB Z10 3 days before and when i try to install anything from bb world error came again and again.plz help in this regard

    Hello @yogeshspu,
    Please scroll up, read, and try what is already recommended in this thread. If something does not work, please be very explicit about exactly what you tried, and exactly what happened, including the exact and complete content of any error messages provided.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Where are image files (Bug Tracker Application)

    I downloaded the Bug Tracker packaged application and in one of the list (Administration Tab), the list is presented with images. For example User Profiles item show the Image attribute as menu/user_red_32.gif
    I want to know where this image is actually uploaded? I cannot see this particular image in the Shared Components/Images
    What is "menu" in menu/user_red_32.gif
    Thanks,
    Jay

    Jay,
    menu is a folder in your images directory. That's where we store many of the artwork we ship with Application Express. It's a physical folder on your harddisk if you're using Apache or it's a folder in XDB when using 11g.
    Regards,
    Marc

Maybe you are looking for