Error creating tasks

Hello world

I have reproduced the example code of the API documentation on how to create a task, but I get a strange error. I tried this ripple both on the device.

My code is like this

try {}
var task = new blackberry.pim.Task ();
}
{catch (e)}
Alert (e.message);
}

I get a window with the message

'undefined' is not a Builder (assessment 'blackberry.pim.Task ()') new

What could be wrong?

Thank you

Hello

Could you share the contents of your file config.xml as well? This line of code looks correct, so it is the element that needs a change.

Erik Oros

BlackBerry Development Advisor

Tags: BlackBerry Developers

Similar Questions

  • DAQmx error CREATE AN intermittent-229770 TASK

    I get an intermittent-229770 error when you create a task in my LabVIEW software.

    My app will work very well for a day or two, and then I get this error of MIG software.

    The DAqmx task name is Perf_Cst using CAQmx create Task.vi. I only get this error on the cDAQ 9132. I never got this error utiling LabVIEW and this application on my DELL Labtop.

    Help!

    I followed the instructions proposed by NI App Engr. Will and reset MAX. VI, VI in the project and the exe, independent (all even simple VI simply creates and deletes a task in LabVIEW) now everything works without error!

  • Impossible to create a point of restoration with the error message "task Mgr is damaged or has been tampered with. 0 x 80041321 ".

    Original title: Create Restore Point will create new not a point of restoration after upgrade to Vista Ultimate in Basic

    I get the error message. "Mgr. task is damaged or has been tampered with. 0 x 80041321."when I try to create a new restore point manually. But it appears automatically when I do a backup of files and when I planned for it, for in the system settings. How can I fix this problem

    Hello
     
     
    Thanks for posting your question in the Microsoft Community.
     
     
    I imagine the inconvenience that you are experiencing. I will certainly help the question of fixing.
     
     

    Please follow the methods and mark the question below:
     
     
    Method 1:
     
     
    I suggest you try the steps mentioned below.

    Steps to re-create the Task Scheduler:

     
    a. Click Start; in the start search type regedit.exe and press ENTER.

    If you receive a consent prompt, click Yes.

    b. navigate to the following location.

    HKLM\Software\Microsoft\Windows NT\Current Version\Schedule keys and remove its subkeys.

    c. save the changes and then close the registry editor.

    Now check if the Task Scheduler works.
     
    WARNING: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up the registry, click on the number below to view the article in the Microsoft Knowledge Base:

     
     
    Method 2:
     
     
    Step 1:
     
     
    I first suggest you to check if the Volume Shadow Copy service is running.

    a. Click Start, type Services in start search. When the page is open, look for Volume Shadow Copy service.

    b. right click on the Volume Shadow Copy service (VSS) and check whether it is started.

    c. If it is stopped, select start or restart.

    Check if you can try to create restore points after starting the service

     
     
    If you have installed a third-party security software, then try to temporarily disable the security software and check what is happening.
     
     
    Disable the antivirus software:

    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software
     
     
    Important note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.
     
    Step 3:
     
     
     
    You can also try to remove the job from the location:

    C:\Windows\System32\Tasks

     
     
    How to find which task is damaged or altered.

    a. Click Start; type cmd in the start search. List programs, right-click on cmd and run as administrator.
    b. now run the following command

    schtasks/query | findstr /i

    Search

    ERROR: The task image is corrupt or has been tampered with.
    ERROR: Task cannot be loaded: the task name

    Find the name of the task, try deleting the task name, and then try to recreate.


    a. Click Start, type Task Scheduler in the start search box and then click on Task Scheduler in the list programs.

    If you are prompted for an administrator password or for confirmation, type your password, or click on continue.

    b. the component shares of the Scheduler dialog box, click on create a task and check.

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.
  • failed to create task or type scp

    I use scp in my build.xml. However, I get following errors. I have download jsch - 0.1.44.jar.
    Where would it take this pot?
    ------------------------------------------------------------------
    Problem: could not create task or type scp
    Cause: Could not load a dependent class com/jcraft/jsch/UserInfo
    It is not enough to have option of Ant jars
    you need the JAR files that depend on the optional tasks.
    Optional task of Ant dependencies are listed in the manual.
    Action: Determine what additional JAR files are needed and place them in one of:
    -D:\Jdev11120\Middleware\jdeveloper\ant\lib
    -C:\Users\Administrator\.ant\lib
    -a directory added on the command line with the argument of the - lib

    Do not panic, this is a common problem.
    The most common cause is a missing JAR.

    It is not a bug; It's a configuration problem

    Well, just read the output reveals

    D:\Jdev11120\Middleware\jdeveloper\ant\lib

    Timo

  • Ant problem - could not create task or type of project

    Hello


    I am trying to run the Ant file.

    < default = project name "PruebaHibernate" = "run" >
    < target name = "init" >
    * < name = "src.dir project" value = "src" / > * "
    < name = "project classes.dir" value = "bin" / > "
    < name = "lib.dir project" value = "" lib"" / > "
    < name of project = 'mainclass"value =" mx.uam.hibernate.ManejadorLibro"/ >"
    < path id = "classpath" >
    < pathelement location = "${classes.dir}" / > "
    < dir = "${lib.dir fileset}" >
    < name = "*.jar" / >
    < / fileset >
    < / path >
    < / target >
    < target name = "prepare" depends = "init" >
    < dir = "${mkdir classes.dir}" / > "
    < dir = "${lib.dir mkdir}" / > "
    < / target >
    < target name = "compile" depends = "copy-resources" >
    < javac srcdir = "${src.dir}" destdir = "${classes.dir}" > "
    < classpath refid = "classpath" / >
    < / javac >
    < / target >
    < target name = 'copy-resources' depends on 'prepare' = >
    < copy todir = "${classes.dir}" >
    < dir = "${src.dir fileset}" >
    < exclude name = "" * / *.java "/ >"
    < / fileset >
    < / copy >
    < / target >
    < target name = "run" depends = "compile" >
    < java classname fork = "${mainclass}" = "true" >
    < value arg = "add" / >
    < value arg = "Tutorial" / >
    < arg value = "IngSW" / >
    < classpath refid = "classpath" / >
    < / java >
    < / target >
    < / project >

    ------------

    But unfortunately it doesn´t run. If gices me the following error message: (the error is in the row has highlighted in bold)

    BUILD FAILED

    C:\Documents and Settings\egoitz\workspace\PruebaHibernate\build.xml:3: problem: could not create task or type of project

    Cause: The name is not defined.
    Action: Check the spelling.
    Action: Check that all custom tasks/types have been declared.
    Action: Check that any < presetdef > / < macrodef > statements took place.

    ----------------

    I'd be very grateful if someone could tell me how it solved.

    Thanks forward

    Published by: user1577231 on October 24, 2010 09:56

    user1577231 wrote:
    Hi Kayaman,

    Sorry, but unfortunately not well understood.

    Could you explain a bit more what I do, please?

    Thanks forward

    Well, you have a project, and yet you have 5 project labels in your build.xml.

    Maybe you should read the documentation for the Ant also?

  • Error creating Message Database

    When you try to run the WLCCA after installation I get this error.

    Error creating message database. Reload the database?

    I click Yes or no the same problem...

    Error creating message database. Contact development for steps to reproduce.

    Any help is appreciated, thanks!

    Hi Thomas

    You can ignore it. I do not understand DB XML for messages on the beta, so the application will generate if on the fly

    It should show only on the first load, then during subsequent runs, the file will be available, no more errors should be displayed

    I will include the file on future updates beta

    concerning

  • Error creating a new playlist in Windows Media Player

    So what happens if deletion folder Media Player does not work?

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    I did everything you wrote in the response and it does not work so have no other option (s)

    This is related to the question "Error creating a new plaslyst." Error message: Windows Media Player has encountered a problem during the creation or saving of playlist.

    HAPPY TO SAY I SOLVED MY PROBLEM WITH WMP PLAYLISTS. I HAD A SCRIPT TO DISABLE THE LIBRARIES IN WINDOWS EXPLORER THAT CAUSED MY PROBLEM. SINCE I RESTORED IT BY DEFAULT, I DON'T HURT ANYMORE TO CREATE PLAYLISTS.

    STILL DON'T KNOW HOW TO INCREASE THE FONTS HERE IF

  • ORA-05112: error creating pool memory Cause: this is an internal error and would not normally occur.

    Hello people,

    bin ratlos.

    BS2000 unter'm Oracle 10.2.0.4 DB - customer gibt're diesen Fehler:

    ORA-05112: error creating memory pool


    WER kann mir helfen?

    It is a call of support throughout the day.

  • Error creating - snapshot operation is not allowed in the current state

    Hi all

    Using Veeam Backup & Recovery 6 software to replicate a LIVE VM (virtual MACHINE, 1). But I can't and I got the following error:

    Error creating - snapshot operation is not allowed in the current state

    The above virtual machine can only be copied when it is STOPPED the VM is running on ESXi 4.0.

    I have a more LIVE VM (virtual MACHINE, 2) on the ESXi Host which I was able to replicate successfully to another ESXi host.

    I contacted the Veeam Support before posting here.

    Things to note about VM 1: I can't take a snapshot manually from the vSphere client. This option is greyed (disabled) on VM1... While its OK on VM2.

    Veeam support told me that since its software uses the snapshot function of ESXi and this feature is disabled, replication cannot continue.

    Thanks for helping me on this.

    Exactly what I thought. When you delte this PCI passtrough your Backup Exec tape will not longer work.
    You will not be able to do replication when you use this passtrough.

    Only solution for replication (which is what I think you want for purposes of disaster) is to install a 3rd VM (or as physical) as "Backup Server" where you install Backup Exec and enable PCI-Passtrough to your tape drive. Then this new virtual machine with Backup Exec backup.

    After that you can delete the passtrough of your SBS and your replication will work.

    Sorry

    Concerning

    Simon

  • Please help: error creating files the digital certificate is not valid

    Hello, I have a problem to publish .air for Flash Professional CS5.5 desktop. When I create the certificate (.p12) file, and then click Publish but apparently alert dialog box is "error creating files the digital certificate is not valid. Your certificate has expired the Mar Mar 12 15:34:32 ICT 1963 "How could I do to solve this case and export the only desktop .air file?

    Double post, responded to Please help: error creating files the digital certificate is not valid.

    Locking thread.

  • SEVERE: Error creating the repository

    Ugh, help, stayed in it for hours! I messed up my oracle dbconsole, and now service dbconsole itself disappeared! (I checked services.msc on my windows xp pro) I'm on oracle 11 g 2

    So I gave up and recreate repo em but got the error msg ff:

    C:\Documents and Settings\abigail > emca-rest create

    EMCA STARTED on 11 October 2013 05:17:51

    Configuration MS Assistant, Production of the Version 11.2.0.0.2

    Copyright (c) 2003, 2005, Oracle.  All rights reserved.

    Enter the following information:

    SID of the database: orcl

    Listener port number: 1521

    User SYS password:

    SYSMAN user password:

    Do you want to continue? [yes (Y) (N) /no]: y

    11 October 2013 05:18:08 oracle.sysman.emcp.util.EMCALogManager addLogFileInterna

    l

    WARNING: Adding file E:\app\abigail\cfgtoollogs\emca\SP2-0640 journal: not connected

    \emca_2013_10_11_05_17_51.log failed. Messages will not be saved in this file.

    11 October 2013 05:18:08 oracle.sysman.emcp.EMConfig perform

    INFO: This operation is currently logged in E:\app\abigail\cfgtoollogs\emca\SP2-0640

    : Not connected\emca_2013_10_11_05_17_51.log.

    11 October 2013 05:18:08 oracle.sysman.emcp.EMReposConfig createRepository

    INFO: Creation of the EM repository (this may take a while)...

    05:18:08 oracle.sysman.emcp.EMReposConfig rely on 11 October 2013

    SEVERE: Error creating the repository

    05:18:08 oracle.sysman.emcp.EMReposConfig rely on 11 October 2013

    NEWS: Check the log to E:\app\abigail\cfgtoollogs\emca\SP2-0640 file: no con

    nected\emca_repos_create_ < date > .log for more details.

    11 October 2013 05:18:08 oracle.sysman.emcp.EMConfig perform

    SEVERE: Error creating the repository

    Check the log to E:\app\abigail\cfgtoollogs\emca\SP2-0640 file: not connected

    \emca_2013_10_11_05_17_51.log for more details.

    Unable to complete the configuration. Check the log to E:\app\abigail\cf file

    gtoollogs\emca\SP2-0640: not connected\emca_2013_10_11_05_17_51.log for more det

    ails.

    My Log file

    CONFIG: queue E:\app\abigail\cfgtoollogs\emca\orcl\emca_repos_create_2013_10_11_05_13_56.log

    11 October 2013 05:13:56 oracle.sysman.emcp.EMReposConfig createRepository

    INFO: Creation of the EM repository (this may take a while)...

    11 October 2013 05:13:56 oracle.sysman.emcp.EMReposConfig createRepository

    CONFIG: ORA-20001: SYSMAN already exists...

    ORA-06512: at line 17 level

    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists...

    ORA-06512: at line 17 level

    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1655)

    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:1005)

    at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:339)

    at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:380)

    at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:511)

    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:229)

    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)

    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)

    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)

    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)

    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)

    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)

    05:13:56 oracle.sysman.emcp.EMReposConfig rely on 11 October 2013

    SEVERE: Error creating the repository

    05:13:56 oracle.sysman.emcp.EMReposConfig rely on 11 October 2013

    NEWS: Check the log to E:\app\abigail\cfgtoollogs\emca\orcl\emca_repos_create_ file < date > .log for more details.

    11 October 2013 05:13:56 oracle.sysman.emcp.EMConfig perform

    SEVERE: Error creating the repository

    See the log file at E:\app\abigail\cfgtoollogs\emca\orcl\emca_2013_10_11_05_13_31.log for more details.

    11 October 2013 05:13:56 oracle.sysman.emcp.EMConfig perform

    CONFIG: Stack Trace:

    oracle.sysman.emcp.exception.EMConfigException: error creating the repository

    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:241)

    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:158)

    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)

    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:590)

    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1453)

    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:574)

    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:522)

    11 October 2013 05:13:56 oracle.sysman.emcp.EMConfig restoreOuiLoc

    CONFIG: Restoration of oracle.installer.oui_loc to E:\app\abigail\product\11.2.0\dbhome_1\oui

    ALTER YOUR_TEMPORARY_TABLESAPCE add tempfile XXXXX reuse;

  • Need help: error creating record

    Hi refugees,

    Gud morning...

    I get this error during the creation of the new record twice (for the first record, it works fine...)

    As master details page, I am Manager differently which... first of all I save the details of masters and while saving the level of detail, I will assingn the id of the header to the attribute display... when I create the first new record and save it works fine... but when I try to create a record more it shows error... This is the code... AMImpl

    It is showing the error in the createRecord() method only... it runs until the row.setNewRowState (Row.STATUS_INITIALIZED) after that only it is throwing error (assigning values for the attributes of display...) But for the first record it works fine...

    Please... give your valuable suggestions...

    ' Public Sub createRecord (pageContext OAPageContext, OAWebBean webBean)

    {

    saveMasterDtls (pageContext, webBean);

    String vunitid = pageContext.getParameter ("ctrlUnitId");

    String vapproval_id = pageContext.getParameter ("ctrlApprovalId");

    OAViewObject vo = getcapexApprovalHierarchyVO1();

    Try

    {

    String ctrl_headerId = null;

    Conn connection = (Connection) pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();

    String query = "select header_id OF XXNH_CAPEX_APPROVALS where unit_id =: 1 and APPROVAL_id =: 2;

    PreparedStatement stmt = conn.prepareStatement (query);

    stmt = conn.prepareStatement (query);

    stmt.setString(1,vunitid);

    stmt.setString(2,vapproval_id);

    ResultSet rs = stmt.executeQuery ();

    RS = stmt.executeQuery ();

    While (RS. Next())

    {

    ctrl_headerId = rs.getString (1);

    System.out.println ("id of the header in all new record:" + ctrl_headerId);

    }

    If (! vo.isPreparedForExecution ())

    {

    searchRecords (pageContext, webBean);

    }

    Line line (Row) = vo.createRow ();

    vo.insertRow (row);

    row.setNewRowState (Row.STATUS_INITIALIZED);

    System.out.println ("before assigning values id...");

    vo.getCurrentRow () .setAttribute ("HeaderId", ctrl_headerId);

    vo.getCurrentRow () .setAttribute ("UserUnitId", vunitid);

    }

    catch (System.Exception e)

    {

    throw new OAException ("error creating record:" + OAException.ERROR, e);

    }

    }

    =======================

    ' Public Sub saveMasterDtls (pageContext OAPageContext, OAWebBean webBean)

    {

    / * checking already Masters details existed or not for unity & approval * /.

    System.out.println ("master dtls start");

    String v_unitid = pageContext.getParameter ("ctrlUnitId");

    String v_unitName = pageContext.getParameter ("ctrlUnitName");

    String v_approval_name = pageContext.getParameter ("ctrlApprovalName");

    String v_approval_id = pageContext.getParameter ("ctrlApprovalId");

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    int cnt = 0;

    Try

    {

    Connection pconn = (Connection) pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();

    String pquery = "select count (*) FROM XXNH_CAPEX_APPROVALS where unit_id =: 1 and APPROVAL_id =: 2;

    PreparedStatement stmt = pconn.prepareStatement (pquery);

    stmt.setString(1,v_unitid);

    stmt.setString(2,v_approval_id);

    ResultSet rs = stmt.executeQuery ();

    While (RS. Next())

    {

    CNT = rs.getInt (1);

    }

    System.out.println ("count is:" + cnt);

    If (cnt == 0)

    {

    System.out.println ("If condition start");

    Tran OADBTransaction = getOADBTransaction();

    Number v_header_id;

    v_header_id = am.getSequenceValue ("XXNH_CAPEX_APPROVAL_SEQ");

    capexApprovalVOImpl vo = getcapexApprovalVO1();

    If (!) VO.isPreparedForExecution ())

    {

    vo.executeQuery ();

    }

    Line = vo.createRow ();

    row.setNewRowState (rank. STATUS_INITIALIZED);

    row.setAttribute ("UnitId", v_unitid);

    row.setAttribute ("UnitName", v_unitName);

    row.setAttribute ("ApprovalName", v_approval_name);

    row.setAttribute ("ApprovalId", v_approval_id);

    row.setAttribute ("HeaderId", v_header_id);

    vo.insertRow (row);

    getTransaction () .commit ();

    System.out.println ("unless condition end");

    }

    on the other

    {

    capexApprovalVOImpl vo = getcapexApprovalVO1();

    vo.executeEmptyRowSet ();

    }

    }

    catch (System.Exception e)

    {

    throw new OAException ("error in recording: master Dtls prepare Stmt query:" + OAException.ERROR, e);

    }

    }

    ============================================

    ' Public Sub searchRecords (pageContext OAPageContext, OAWebBean webBean)

    {

    String v_unitid = pageContext.getParameter ("ctrlUnitId");

    String v_approval_id = pageContext.getParameter ("ctrlApprovalId");

    OAViewObject vo = getcapexApprovalHierarchyVO1();

    vo.setMaxFetchSize(-1);

    vo.setWhereClause (null);

    vo.setWhereClauseParams (null);

    int v_header_id = 0;

    Try

    {

    Connection pconn = (Connection) pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();

    String query = "select header_id from xxnh_capex_approvals, including 1 = 1 and = unit_id: 1 and APPROVAL_ID =: 2;

    PreparedStatement stmt = pconn.prepareStatement (query);

    stmt.setString(1,v_unitid);

    stmt.setString(2,v_approval_id);

    ResultSet rs = stmt.executeQuery ();

    While (RS. Next())

    {

    v_header_id = rs.getInt (1);

    vo.setWhereClause ("HEADER_ID =" + v_header_id);

    }

    vo.executeQuery ();

    }

    catch (System.Exception e)

    {

    throw new OAException ("error in query records...") Prepare the query Stmt: "+ OAException.ERROR, e);

    }

    }

    ============================================================

    Best regards and thanks,

    Jaya...

    Jaya,

    could you please check if the Id of the header is marked as primary key in database level or the level of the view object.

    Concerning

    GYAN

  • FTP upload problem "error creating folder/phone".

    We have launched our new Web site in December and downloaded and updated without problems before.
    I made very minor updates today and tried 6 - 7 times now - download "changed files only" on our FTP host.
    Sometimes at 60% and accidents, saying there is an "error creating folder/phone" and try again later.

    I don't think it's a FTP host error, but rather an error in the Adobe software. I contacted MUSE initially and they

    directed me to this site for a solution, saying that it was a problem of Adobe software.

    It is a business Web site, so I need solve this problem as soon as possible.

    * I have included a screenshot of the error message below *.

    FTP Upload Error_2014 0115.jpg

    Hello

    This error occurs usually when you do not have permission full administrator on your hosting server. I suggest to contact your webhost and ask them to give you full administrator access.

    Kind regards

    Aish

  • Error creating web proxy

    Hello

    I created a web service in the ProjectsManagement (jws) workspace. Now, I am trying to invoke that service of the ProjectsFinancialsEss (jws) workspace by creating a web-proxy. However, I get the following error when I create the web proxy:

    oracle.jdeveloper.webservices.model.WebServiceException: error creating the wsdl model
    "file:/ade/amrmishr_amr_feb12_03_v2/fusionapps/prj/components/projectsManagement/resourceManagement/reporting/model/src/oracle/apps/projects/resourceManagement/reporting/model/UpdateResourceUtilizationDataService.wsdl": no !/ in spec

    Please find the jDev below stack trace:

    oracle.jdeveloper.webservices.model.WebServiceException: Error creating model from wsdl "file:/ade/amrmishr_amr_feb12_03_v2/fusionapps/prj/components/projectsManagement/resourceManagement/reporting/model/src/oracle/apps/projects/resourceManagement/reporting/model/UpdateResourceUtilizationDataService.wsdl": no !/ in spec
    at oracle.jdeveloper.webservices.model.java.JavaWebService.createPortTypes(JavaWebService.java:1635)
    at oracle.jdeveloper.webservices.model.WebService.createServiceFromWSDL(WebService.java:2846)
    at oracle.jdeveloper.webservices.model.WebService.createServiceFromWSDL(WebService.java:2611)
    to oracle.jdeveloper.webservices.model.java.JavaWebService. < init > (JavaWebService.java:509)
    to oracle.jdeveloper.webservices.model.java.JavaWebService. < init > (JavaWebService.java:461)
    to oracle.jdeveloper.webservices.model.proxy.WebServiceProxy$ ProxyJavaWebService. < init > (WebServiceProxy.java:2268)
    at oracle.jdeveloper.webservices.model.proxy.WebServiceProxy.updateServiceModel(WebServiceProxy.java:1701)
    at oracle.jdeveloper.webservices.model.proxy.WebServiceProxy.setDescription(WebServiceProxy.java:525)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.proxy.ProxyJaxWsSpecifyWSDLPanel.setDescription(ProxyJaxWsSpecifyWSDLPanel.java:238)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.buildModel(SpecifyWsdlPanel.java:1109)
    to oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$ 5.run(SpecifyWsdlPanel.java:661)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.jdeveloper.webservices.tools.WsdlValidationException: Error creating model from wsdl "file:/ade/amrmishr_amr_feb12_03_v2/fusionapps/prj/components/projectsManagement/resourceManagement/reporting/model/src/oracle/apps/projects/resourceManagement/reporting/model/UpdateResourceUtilizationDataService.wsdl": no !/ in spec
    at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.newWsdlValidationException(WsaAdaptor.java:825)
    at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.getSeiInfo(WsaAdaptor.java:515)
    at oracle.jdeveloper.webservices.tools.WebServiceTools.getSeiInfo(WebServiceTools.java:523)
    at oracle.jdeveloper.webservices.model.java.JavaWebService.getSeiInfo(JavaWebService.java:1741)
    at oracle.jdeveloper.webservices.model.java.JavaWebService.createPortTypes(JavaWebService.java:1496)
    ... 12 more
    Caused by: oracle.j2ee.ws.common.tools.api.ValidationException: Error creating model from wsdl "file:/ade/amrmishr_amr_feb12_03_v2/fusionapps/prj/components/projectsManagement/resourceManagement/reporting/model/src/oracle/apps/projects/resourceManagement/reporting/model/UpdateResourceUtilizationDataService.wsdl": no !/ in spec
    at oracle.j2ee.ws.tools.wsa.jaxws.JaxwsWsdlToJavaTool.getJAXWSModel(JaxwsWsdlToJavaTool.java:679)
    at oracle.j2ee.ws.tools.wsa.WsdlToJavaTool.createJAXWSModel(WsdlToJavaTool.java:478)
    at oracle.j2ee.ws.tools.wsa.Util.getJaxWsSeiInfo(Util.java:1360)
    at sun.reflect.GeneratedMethodAccessor1137.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to oracle.jdevimpl.webservices.tools.wsa.Assembler$ $2 1.invoke(Assembler.java:218)
    to $Proxy90.getJaxWsSeiInfo (Unknown Source)
    at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.getSeiInfo(WsaAdaptor.java:505)
    ... 15 more
    Caused by: oracle.j2ee.ws.common.tools.api.ValidationException: no! / in spec
    at oracle.j2ee.ws.tools.wsa.SchemaTool.genValueTypes(SchemaTool.java:188)
    at oracle.j2ee.ws.tools.wsa.jaxws.JaxwsWsdlToJavaTool.getJAXWSModel(JaxwsWsdlToJavaTool.java:662)
    ... 23 more
    Caused by: oracle.j2ee.ws.common.databinding.common.spi.DatabindingException: no! / in spec
    at oracle.j2ee.ws.common.tools.databinding.jaxb20.JAXB20TypeGenerator.generateJavaTypes(JAXB20TypeGenerator.java:124)
    at oracle.j2ee.ws.tools.wsa.SchemaTool.genValueTypes(SchemaTool.java:186)
    ... 24 more

    Any help on this will be greatly appreciated.

    Thank you and best regards,
    Amrit

    Watch as you hit 11838224 Bug that should be fixed in 11.1.2.x
    If you are unable to update you can use the following workaround:
    @ Workaround details
    @ =====================
    @ Deploying the model project and build the proxy from the wsdl of the
    10.3.x.0 @ WLS server.

    Timo

  • Error creating connection tool instance. ODDC

    Oracle distributed Document Capture installed on the server, everything seems fine, but what connection I get the following error

    Error creating connection tool instance. [ActiveX component cannot create object]

    ODDC vercion is 10g
    It will install on Server 2008 R2 64-bit

    You are using version ODDC: 10.1.3.5.1? From this version, Windows 2008 R2 is supported. However, a 32-bit Java Virtual Machine (1.6.0_10 or later) must be installed and in the path, otherwise you won't be able to open the WebCaptureAdmin.html page. Client side, you can open ODDC Capture customer only in the browser of 32 bits (due to 32-bit only supported ActiveX).

    Kind regards
    Boris

Maybe you are looking for

  • Satellite U500 - 00 X - FN key error

    I recently bought by Satellite U500, but today I noticed that when I press the FN key, it shows all of the options on the top. I tried TOSHIBA HELP then Fn Accebilty but it says this system cannot run FN Accebility. Help. And where can I download the

  • How to re - activate the webcam microphone?

    From: Bill L. In order to use another microphone, I disabled the webcam microphone.  Now the icon for webcam microphone does not, appear in the recording devices.  How to re - activate the webcam microphone?

  • Sony vaio fw Series notebook PC hangs after complete recovery using the recovery disk

    I have sony vaio fw notebook computer series. the problem is that a week ago my laptop keyboard did not work properly, his work of sttops not all but a few keys and I stop directly by using the power button / stop and then I turn it on after day and

  • Question of context MSDOS?

    Don't know where to put this title no category for MSDOS. I have two files LXDUwbgw.exe and lxduwbgw.exe. in two different folders. For brevity, LXDU is in folder a. and lxdu is located in the folder B. IF a program goes to the Outbox folder and asks

  • Cannot start from the CD: Error Code 5. __Asking driver primary IDE channel.

    I install a new copy of windows 7 on my old computer. My computer have no major problems from Advisor Windows 7 report. When the system boots on the DVD I got the error message cannot START FROM the CD: error 5 CODE. Also, I can't start XP installati