Controller extention error

hi,
in PFR
OAApplicationModule am=(OAApplicationModule)pageContext.getRootApplicationModule();
OAViewObject localHvrRoDcsvo= (OAViewObject)am.findViewObject("HvrRoDcsVO1");
OAViewObject localVocPrimeDiagCodesBVO= (OAViewObject)am.findViewObject("VocPrimeDiagCodesBVO1");
OADBTransaction oaDBTxn=am.getOADBTransaction();
String strRepairLineId = (String)oaDBTxn.getValue("csdRepairLineId");
HvrRoDcsVORowImpl localHvrRoDcsVORowImpl = null;
VocPrimeDiagCodesBVORowImpl localVocPrimeDiagCodesBVORowImpl=null;
if ((pageContext.getParameter("SaveBtn") != null) ||(pageContext.getParameter("ApplyBtn") != null))
localHvrRoDcsvo.executeQuery();
RowSetIterator iter=localHvrRoDcsvo.createRowSetIterator("iter");
iter.reset();
while(iter.hasNext())
Row row=iter.next();
String str1=(String)row.getAttribute("Applicable");
if("Y".equals(str1))
localVocPrimeDiagCodesBVO.executeQuery();
RowSetIterator iter1=localVocPrimeDiagCodesBVO.createRowSetIterator("iter1");
iter1.reset();
while(iter1.hasNext())
Row row1=iter1.next();
if(row1.getAttribute("RoDiagnosticCodeId").toString().equals(row.getAttribute("RoDcId").toString()))
MessageToken[] tokens2 = null;
throw new OAException("CSD","Diagnostic code present in Primary Diagcode...",tokens2,OAException.WARNING,null);
else
MessageToken[] tokens = null;
throw new OAException("CSD","Diagnostic code not selected as Primary Diagcode...",tokens,OAException.WARNING,null);
iter1.closeRowSetIterator();
iter.closeRowSetIterator();
i am getting nullpointer Exception at
localHvrRoDcsvo.executeQuery();
help me

Hi, Annop of the VO
the query
SELECT
dcb.diagnostic_code dc_code,
dctl.name dc_name,
dctl.description dc_desc,
dcb.diagnostic_code_id dc_id,
ro.ro_diagnostic_code_id ro_dc_id,
ro.repair_line_id repair_line_id,
'Y' applicable,
ro.diagnostic_item_id,
mtl.concatenated_segments diagnostic_item_name,
mtl.description diagnostic_item_desc,
nvl(freq.frequency, 0) frequency
FROM
csd_diagnostic_codes_b dcb,
csd_diagnostic_codes_tl dctl,
csd_ro_diagnostic_codes ro,
mtl_system_items_kfv mtl,
csd_dc_frequency_v freq
WHERE trunc(sysdate) BETWEEN nvl(trunc(dcb.active_from),trunc(sysdate))
AND nvl(trunc(dcb.active_to), trunc(sysdate))
AND dcb.diagnostic_code_id = ro.diagnostic_code_id
AND dcb.diagnostic_code_id = dctl.diagnostic_code_id
AND dctl.language = userenv('LANG')
AND mtl.inventory_item_id = ro.diagnostic_item_id
AND mtl.organization_id = cs_std.get_item_valdn_orgzn_id
AND ro.repair_line_id = :1
AND ro.diagnostic_item_id = freq.diagnostic_item_id(+)
AND ro.diagnostic_code_id = freq.diagnostic_code_id (+)
AND freq.ro_inventory_item_id(+) = :2
UNION
SELECT distinct
dcb.diagnostic_code dc_code,
dctl.name dc_name,
dctl.description dc_desc,
dcb.diagnostic_code_id dc_id,
null ro_dc_id,
null repair_line_id,
'N' applicable,
items.inventory_item_id diagnostic_item_id,
items.concatenated_segments diagnostic_item_name,
items.description diagnostic_item_desc,
nvl(freq.frequency, 0) frequency
FROM
csd_diagnostic_codes_b dcb,
csd_diagnostic_codes_tl dctl,
mtl_system_items_kfv items,
csd_dc_frequency_v freq
WHERE trunc(sysdate) BETWEEN nvl(trunc(dcb.active_from),trunc(sysdate))
AND nvl(trunc(dcb.active_to), trunc(sysdate))
AND dcb.diagnostic_code_id = dctl.diagnostic_code_id
AND dctl.language = userenv('LANG')
AND items.inventory_item_id = :3
AND freq.diagnostic_item_id (+) = :4
AND freq.diagnostic_code_id (+) = dcb.diagnostic_code_id
AND freq.ro_inventory_item_id (+) = :5
AND (dcb.diagnostic_code_id not in
( SELECT
ro2.diagnostic_code_id
FROM
csd_diagnostic_codes_b dcb2,
csd_ro_diagnostic_codes ro2
WHERE trunc(sysdate) BETWEEN nvl(trunc(dcb2.active_from),trunc(sysdate))
AND nvl(trunc(dcb2.active_to), trunc(sysdate))
AND dcb2.diagnostic_code_id = ro2.diagnostic_code_id
AND ro2.diagnostic_item_id = items.inventory_item_id
AND ro2.repair_line_id = :6
AND items.organization_id = cs_std.get_item_valdn_orgzn_id
AND (dcb.diagnostic_code_id in
( SELECT DISTINCT
dom1.diagnostic_code_id
FROM
csd_dc_domains_v dom1
WHERE dom1.category_set_id =
fnd_profile.value('CSD_DEFAULT_CATEGORY_SET')
AND dom1.category_id in
( SELECT DISTINCT
cat.category_id
FROM
mtl_item_categories_v cat
WHERE cat.inventory_item_id = items.inventory_item_id
OR
dcb.diagnostic_code_id in
( SELECT distinct
dom2.diagnostic_code_id
FROM
csd_dc_domains_v dom2
WHERE dom2.inventory_item_id = items.inventory_item_id
plzzz help me out anoop

Similar Messages

  • Ask for help :( "%ILPOWER-3-CONTROLLER_PORT_ERR: Controller port error, Interface Gi1/0/17: Power given, but Power Controller does not report Power Good"

    This question is used a translator.... 
    Current conditions 
     - SW1 ----- Power injector ------ AP(cisco is not another model)
     - Port, AP, Power injector, Switch <-> Injector UTP cable  Problems occur even after replacement
     - Power injector <->AP UTP canle No exchange
     - Poe was OFF the function. This is because it is being used for Power Injector. -> Do not generate failure logs
     - But even if another AP is turned ON POE function, no error messages.
    SW1#show logging (5 mins cycle persists)
    May  4 10:37:32.527: %ILPOWER-3-CONTROLLER_PORT_ERR: Controller port error, Interface Gi1/0/17: Power given, but Power Controller does not report Power Good
    May  4 10:37:42.556: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/17, changed state to down
    May  4 10:37:43.562: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/17, changed state to down
    May  4 10:37:50.032: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/17, changed state to up
    May  4 10:37:52.046: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/17, changed state to up
    May  4 10:38:03.238: %ILPOWER-7-DETECT: Interface Gi1/0/17: Power Device detected: IEEE PD
    SW1#show cable-diagnostics tdr interface gi 1/0/17    <----- Issues AP         
    TDR test last run on: May 04 10:49:14
    Interface Speed Local pair Pair length        Remote pair Pair status
    Gi1/0/17  1000M Pair A     84   +/- 10 meters Pair B      Normal              
                                Pair B     84   +/- 10 meters Pair A      Normal              
                                Pair C     84   +/- 10 meters Pair D      Normal              
                                Pair D     84   +/- 10 meters Pair C      Normal              
    SW1#show cable-diagnostics tdr interface gigabitEthernet 1/0/18    <--------- Normal AP
    TDR test last run on: May 04 11:01:04
    Interface Speed Local pair Pair length        Remote pair Pair status
    Gi1/0/18  1000M Pair A     92   +/- 10 meters Pair B      Normal              
                               Pair B     92   +/- 10 meters Pair A      Normal              
                               Pair C     92   +/- 10 meters Pair D      Normal              
                               Pair D     92   +/- 10 meters Pair C      Normal  
    SW1#show cable-diagnostics tdr interface gigabitEthernet 1/0/1   <--------- Normal AP
    TDR test last run on: May 04 11:01:56
    Interface Speed Local pair Pair length        Remote pair Pair status
    Gi1/0/1   1000M Pair A     79   +/- 10 meters Pair B      Normal              
                               Pair B     79   +/- 10 meters Pair A      Normal              
                               Pair C     79   +/- 10 meters Pair D      Normal              
                               Pair D     79   +/- 10 meters Pair C      Normal              
    SW1#show power inline    <-------- (Check every 5 seconds)
    Module   Available     Used     Remaining
                   (Watts)     (Watts)    (Watts) 
    1              370.0      200.2       169.8
    Interface Admin  Oper       Power     Device                           Class   Max
                                                (Watts)                            
    SW1#show power inline | in 17
    Gi1/0/17  auto     off        0.0                 n/a                               n/a   30.0 
    SW1#show power inline | in 17
    Gi1/0/17  auto     on         15.4             Ieee PD                         0     30.0 
    SW1#show power inline | in 17
    Gi1/0/17  auto     on         15.4             Xirrus XR2426, 1.0G     0     30.0 
    SW1#show power inline | in 17
    Gi1/0/17  auto     faulty     0.0              n/a                                 n/a   30.0 
    SW1#show power inline | in 17
    Gi1/0/17  auto     off        0.0                n/a                                  n/a   30.0

    Plug the Xirrus AP directly to the switch port and see if the logs go away or not.

  • ORA:01658 Unable to create initial extent error

    Gurus,
    While importing a .dmp file I am getting following error
    IMP-00003 : Oracle error 1658 encountered
    ORA-01658: Unable to create INTIAL EXTENT for segment in tablespace INDX
    IMP-000017: following statement failed with ORacle error 1658:
    " CREATE INDEX "CSDT_RQS_INDEX" ON CSDT" ( "BASE_MASTER_KEY")PCTFREE 10 INTRANS 2 MAXTRANS 255 STORAGE(INTIAL 7864320 NEXT 131072 MINEXTENTS 1 MAEXTENTS 4096 PCTINCREASE 0 FREELISTS GROUPS1 BUFFER_POOL DEFAULT
    TABLSPACE "INDX" lOGGING.
    Please help to figure out what's wrong?
    Thanks in advance.

    With this SQL Statement you can find out the spaces in tablespaces.
    SQL> select u.tblspc "TBLSPC", a.fbytes "ALLOC", u.ebytes USED, a.fbytes-u.ebytes UNUSED,
    2 (u.ebytes/a.fbytes)*100 USEDPCT
    3 from (select tablespace_name tblspc, sum(bytes) ebytes
    4 from sys.dba_extents
    5 group by tablespace_name) u,
    6 (select tablespace_name tblspc, sum(bytes) fbytes
    7 from sys.dba_data_files
    8 group by tablespace_name) a
    9 where u.tblspc = a.tblspc
    10 ;
    TBLSPC ALLOC USED UNUSED USEDPCT
    CARTEST_DATA 891289600 488701952 402587648 54,8308824
    CARTEST_IDX 83886080 46465024 37421056 55,390625
    CARTMPTEST_DATA 41943040 26935296 15007744 64,21875
    RBS 541065216 104857600 436207616 19,379845
    SYSTEM 471859200 373547008 98312192 79,1649306
    TEMP 209715200 58654720 151060480 27,96875
    6 rows selected.
    SQL>
    Joel Pérez
    http://otn.oracle.com/experts

  • Max # extents Error

    When I execute this query in Oracle 8i Database.
    SQL> create table MTL_MATERIAL_TRANSACTIONS_bak as select * from MTL_MATERIAL_TRANSACTIONS;
    create table MTL_MATERIAL_TRANSACTIONS_bak as select * from MTL_MATERIAL_TRANSACTIONS
    ERROR at line 1:
    ORA-01630: max # extents (505) reached in temp segment in tablespace APPLSYSD
    then Shall I use the following command Without shutting down the database. Is there any other solutions.
    Please reply.
    alter tablespace APPLSYSD default storage (maxextents unlimited);
    OR
    alter tablespace APPLSYSD storage (maxextents unlimited);

    Hi user13098327,
    Please read below thread;
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:956629961318

  • Windows 2012 Domain Controller NETLOGON error

    We have Sonicwall
    firewall user authentication System active since last two months. We have Windows 2012 Active directory server setup
    with around 1400 user account created. These accounts were created by using following PowerShell scripts
    Import-Module ActiveDirectory
    #Import CSV
    $csv = @()
    $csv = Import-Csv -Path C:\Users\Administrator\Desktop\"College User Ac Password Details"\FE\civil.csv
    FOREACH ($Person in $csv) {
    $name = $Person.UserName
    $displayname = $Person.Name
    $path = "OU=FE,DC=comp,DC=com"
    $password = $Person.Password
    $enabled = $True
    $changePW = $False
    $description="CIVIL"
    new-ADUser -SamAccountName $name -Name $name -Description $description -DisplayName $displayname -Path $path -AccountPassword (ConvertTo-SecureString $password -AsPlainText -force) -Enabled $enabled -ChangePasswordAtLogon $changePW -PassThru}
    Above script reads an CSV file with username and passwords and create user accounts on Active Directory.
    But since today we are facing issue during authentication process. We are unable to logon to Directory server. When Sonicwall firewall tries to authenticate an user, it logged-out same user. When I checked Event logger on Windows Active Directory server it
    shows following message.
    The dynamic registration of the DNS record 'ForestDnsZones.comp.com. 600
    IN A 192.168.0.12' failed on the following DNS server:
    DNS server IP address: 216.37.64.6
    Returned Response Code (RCODE): 5
    Returned Status Code: 9017
    For computers and users to locate this domain controller, this record must be registered in DNS.
    USER ACTION
    Determine what might have caused this failure, resolve the problem, and initiate
    registration of the DNS records by the domain controller. To determine what might have
    caused this failure, run DCDiag.exe. To learn more about DCDiag.exe, see Help and
    Support Center. To initiate registration of the DNS records by this domain
    controller, run 'nltest.exe /dsregdns' from the command prompt on the domain
    controller or restart Net Logon service. Or, you can manually add this record to DNS,
    but it is not recommended.
    ADDITIONAL DATA
    Error Value: DNS bad key.
    Above log entry talks about DNS issue. But I did non configured any DNS server on this machine.Authentication was working fine for last
    two months , but suddenly from today we are facing above issue. Kindly help me out in resolving this issue.

    hi,
    Im not sure of you setup and don't understand where your sonic wall comes in.
    The error with the DNS is that the server is trying to register its DNS entries in the server with the public IP address
    216.37.64.6  which I am assuming is your ISP's DNS server?
    How is the DNS configured on your domain controller? The domain controller should point to it'self as it's preffered DNS server.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    Blog: http://www.windows-support.co.uk 
    Twitter:   LinkedIn:

  • Region Controller - refreshRegion() error

    Hi All,
    I am working in ADF 11.1.1.3.0.
    I have a requirement to override the refreshRegion method in Region Controller Class.
    public boolean refreshRegion(RegionContext rc
    super.refreshRegion(rc);
    rc.getRefreshFlag();
    But it is giving the following error at rc.getRefreshFlag() line:
    oracle.jbo.NoObjException: JBO-25003: Object ABC VC of type View Criteria is not found. at oracle.jbo.common.BaseViewCriteriaManagerImpl.getApplyViewCriteriasCommon(BaseViewCriteriaManagerImpl.java:956) at oracle.jbo.common.BaseViewCriteriaManagerImpl.getApplyViewCriterias(BaseViewCriteriaManagerImpl.java:387)
    at oracle.jbo.server.ViewObjectImpl.getApplyViewCriterias(ViewObjectImpl.java:8223)
    at oracle.jbo.server.ViewObjectImpl.resetAffectedVCs(ViewObjectImpl.java:11080)
    at oracle.jbo.server.ViewObjectImpl.setRowSetForSqlGen(ViewObjectImpl.java:11070)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1048)
    at oracle.jbo.server.ViewObjectImpl.activateNewRowTracker(ViewObjectImpl.java:16812)
    at oracle.jbo.server.ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3894)
    at oracle.jbo.server.ViewRowSetImpl.activateIteratorState(ViewRowSetImpl.java:6971)
    at oracle.jbo.server.ViewObjectImpl.activateIteratorState(ViewObjectImpl.java:17792) at oracle.jbo.server.ApplicationModuleImpl.activateVOs(ApplicationModuleImpl.java:7893) at oracle.jbo.server.ApplicationModuleImpl.doActivateState(ApplicationModuleImpl.java:7639) at oracle.jbo.server.ApplicationModuleImpl.doActivateAMState(ApplicationModuleImpl.java:7606) at oracle.jbo.server.Serializer.activate(Serializer.java:291) at oracle.jbo.server.DBSerializer.activateRootAM(DBSerializer.java:327) at oracle.jbo.server.ApplicationModuleImpl.activateState(ApplicationModuleImpl.java:5959) at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:210)
    Can someone let me know the issue. My Region Controller class has only refreshRegion() method, do I need to override validateRegion() method also? What am I missing?
    Thanks.

    Actually RegionController is an interface and not an abstract class, which means that none of the methods are implemented at all. Or what are you sub classing ?
    Frank

  • System Center App Controller Credentials Error

    Hi all
    I completed scac 2012 but when I try login I got a error credentials
    The credentials that were used to connect did not work. Verify the credentials and sign in again. If the problem persists, contact your administrator
    I find event logs and I find this error 
    Could not load file or assembly 'VMDKToVHD' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Application information:
    Application domain: /LM/W3SVC/2/ROOT/api-1-130310987286756300
    Trust level: Full
    Application Virtual Path: /api
    Application Path: C:\Program Files\Microsoft System Center 2012 R2\App Controller\api\
    Machine name: SCVMM3
    Process information:
    Process ID: 6340
    Process name: w3wp.exe
    Account name: IIS APPPOOL\AppControllerAppPool
    I've tried      $ -Credential $Credentials   result ; 
    Get-SCACServer -ServerName "https://scvmm3.scvmm.*.net" -Crede
    ntial $Credentials
    Get-SCACServer : InternalServerError: Internal Server Error
    At line:1 char:1
    + Get-SCACServer -ServerName "https://scvmm3.scvmm.*.net" -Credential $Cre
    den ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
    + CategoryInfo : NotSpecified: ( [Get-SCACServer], WebException
    + FullyQualifiedErrorId : System.Net.WebException,Micros
    SCAC SSL is ok, I'm using COMODO SSL.  I think error is    
    Exception message: Could not load file or assembly 'VMDKToVHD' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Please Help me 

    Hi,
    we had the same issue. Try to change the app pool settings  - Advanced Settings - enable 32 bit applications to "false" (Default after the Installation was "true").
    After this change Login to app Controller was possible.
    Regards
    Marco

  • 3D video controller driver error

    hello sir,
              I have purchased HP p077tx model laptop,it comes with gt840m but when i am trying to install the drivers it shows the error message"no compatible hardware found" during installation.Furthermore when I checked the device manager it shows no gt840m in the display adpters list,the 3D video controller is showing no driver installed on the PCI 10 bus.
    please help
    Thnaks.
    This question was solved.
    View Solution.

    You're very welcome.
    Unfortunately, I don't know how to work a notebook with switchable graphics because I don't own one and there is no documentation from HP on how to do it either.
    This is the only info I could find which doesn't seem to be of much help. 
    http://www.intel.com/support/graphics/sb/CS-031103.htm

  • Ricoh 1394 OCHI Controller Disabled Error Code 43

    How do I fix a problem with a USB connection port that has been disabled for reason "Error Code 43"?

    This works:
    http://msdn.microsoft.com/en-us/library/windows/hardware/gg266402%28v=vs.85%29.aspx
    [edited]
    The 1394 bus driver that is included with Windows 7 replaces the 1394 bus drivers that were included with earlier versions of Windows.
    http://www.microsoft.com/whdc/connect/1394_Windows7.mspx
    Try:
    1. Click the Start Button, type devmgmt.msc in the “Start Search” box and press Enter.
    2. Expand the "IEEE 1394 Bus Host Controllers" node in the device tree on the right hand pane.
    3. Right click the host controller node select "Update driver software ..."
    4. Select "Browse my computer for driver software".
    5. Select "let me pick from a list of device driver on my computer ..." and Check the box before “Show compatible hardware”.
    6. Choose the second option -- 1394 OHCI Compliant Host Controller (Legacy), and click next to update the driver.

  • A6400f SM Bus Controller device error.

    Lost my hdd and had to replace it. Installed vista 64 bit os and download all the available drives from hp, but, I am getting a device error on my   SM BUS Controller   device????   What is this device and where do I find the drivers.  Thanks, new guy on the forum

    Hi:
    Try installing the chipset driver first and see if that installs the driver you need.
    You want the first driver listed.
    http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=20775&keyword=%22Chipset+installation...
    If that doesn't install the driver, please click on the SMBus controller in the device manager and then post the hardware ID for it.
    If you don't know how to do that, please see the info at the link below.
    http://www.devicedriverfinder.com/blog/device-drivers/how-to-check-the-hardware-id-for-a-windows-dev...
    Paul

  • Cisco Integrated Management Controller Unexpected Error

    I m getting unexpected error from my Cisco Integrated Management Controller when i login.
    I cannot see the server properties and Cisco Integrated Management Controller (CIMC) Information.
    the fields are blank.
    Only the server status can been seen.
    All the status are showing Good.
    What should I do ?
    There is no error on the Fault Summary.

    The CIMC is an on-board management unit for the Cisco UCS C-series Rack-mount servers that provides out-of-band management capabilities.  There is no additional cost to use the CIMC.  However, you might consider other management options if you prefer a single management system rather than managing each server via CIMC separately.  The Cisco UCS C-Series Management Options Video Data Sheet (http://www.cisco.com/en/US/prod/collateral/ps10265/ps10493/cis-102143.html) has some useful information on the management options for the Cisco UCS C-series Rack-mount servers.

  • K7D Master-L with Adaptec 2120S RAID-controller causing errors.

    I just installed the Adaptec 2120S RAID-controller on my dual system.
    Nothing works, I get BIOS errors, I can't get it to run BUT...
    If I remove one CPU and just run one processor everything works great!
    I saw a BIOS-fix for this problem (or similar) for the K8T Master2 FAR here:
    http://www.msicomputer.com/support/bios_result.asp?platform=AMD&model=K8T_Master2_FAR&newsearch=1
    So i figured they might share some common issues with this controller (or maybe not).
    Still it might give a clue as to what is wrong.
    Any help appriciated (not really happy about having one of the CPU in my drawer).

    Just an update to this:
    The problem is definately the onboard LAN controller.  I've tried a Netgear card as well as a real PCI based Intel Pro 100 card and both are working great.  When I take the PCI cards out and try to use the onboard LAN, I still get intermittent outages.  
    Very strange.  If any MSI engineers are listening, I'd love to hear your opinions.  According to the OS, there are no IRQ, memory, or other conflicts that might be to blame.
    Norm

  • VO Extention error

    Hi,
    i am using apps 12.1.3.i want to create a tengient varible by extending the VO.but when i extend the vo at 4 stape(attribute mapping) gives the error.
    The error is:*Each row in the Query Result Columns must be mapped to a unique Query Attribute in the mapped Entity columns*
    Please help on this.
    Regards
    Rabindra

    Hi
    Please follow below link for VO extension
    http://oracleanil.blogspot.com/2010/11/eo-based-vo-extension-in-oaf-r12.html
    Please note : Above link shows a VO based on EO. In your case if its a VO based on sql statement. Then, when you would be adding the attributes it would be created as transient and there is no need to go for changing XML that is given in above link.
    For rest you can follow above link.
    Thanks
    AJ

  • Extended controller class error

    Hi,
    I have extended the CompetenciesCO.class file by creating java class in the jdev, after that i written my logic then i saved and transfered that specific file
    to server (where the CompetenciesCO is located).
    But while i run the page, it says could not create java file:
    after that i changed that extended controller file to .class file, but again same problem.
    What should i do?
    Thanks in advance,
    SAN

    I can't understand about custom top under $JAVA_TOP.
    what i did is, i paced the extended Controller file in the same location where the original controller available.
    Now what should i do?
    why my extended class is problem?
    I changed the controller class file in the Region also using personalization.
    but i didn't bouce the application after i made this, is it needed?

  • Oracle Weblogic Domain extention error

    iam getting the following error while extending the domain,
    Extracting Domain Extension Contents...
    Saving the Domain Information...
    Domain Extension Application Failed!
    Domain Location: D:\Oracle\Middleware\user_projects\domains\base_domain
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 23, in ?
    ImportError: no module named sysman
    i have done the following steps
    1) database installation
    2) RCU
    3) Weblogic server
    4) Webcenter Installation
    5) Oracle ECM installation
    6) webcenter domain creation
    7) ECM domain extension (here only iam getting error)
    Please suggest me the solution?

    Is this resolved ?
    If so, please share the fix.
    Thanks,
    Vijay

Maybe you are looking for

  • If you download an app that is not free is that charged monthly or is that a one time fee?

    i have free apps, but i was wondering about the ones that are not free, are those a monthly charge or is it a one time charge?

  • IS IT BETTER TO CHARGE BY ADAPTOR OR BY USB???

    Does anyone know which way is better to charge the new i-pod video,by the power adaptor or by connecting it to the PC?I found out that there was a difference in the time needed to fully charge between the two ways?I read that it is better to charge b

  • Float Calculation

    Dear all, I am having a calculation problem now. Float.parseFloat(reuquest.getParameter("Amt"); When I input the value of 'Amt' as 178229.26. After it is passed into Float.parseFloat(), it always becomes 178229.25. Besides, I have tried another appro

  • Assign QoS Service Policy via RADIUS to Catalyst 45k/37k?

    hi, is there a way to assigen a QoS service policy via Radius to an Caltalyst 4500/3750 Switchport? in detail, we would like to assign this policy     policy-map SET_EF      class class-default        set dscp ef to an interface. All traffic should b

  • Audio quality gone south after upgrade

    i got my bb 8520 in October 2009, the audio quality on phone calls was absolutely perfect and far better than previous normal cell phones (this is my first smartphone).  A few months ago (i am writing this in October 2010) i plugged my bb into my pc