Deploy custom worklist, please help!!!!!

Hi everyone! im trying to deploy the worklistexpress app in soaSuite to modify it and use it! when i try to do this like in older version it doenst work!
the README file says:
To deploy on oc4j
target name deploy oc4j.deploy
1. Modify orabpel.home to BPEL home
2. Modify j2ee.home to BPEL J2EE home
3. modify oc4j related orabpel.properties like
oc4j.ormi.url, oc4j.admin.username, oc4j.admin.password
4. make sure classpath includes correct servlet.jar
5. run ant
6. To login to customapp use URL
http://<hostname>:<port>/integration/customapp
well, i set the oc4j.ormi.url .username and .password to:
oc4j.ormi.url=ormi://localhost:23791/
oc4j.admin.username=oc4jadmin
oc4j.admin.password=password
just like in older version!!!! and the result is:
[java] Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused: connect
Why this error? what i need to change now with soa suite?
best regards!

Daud
The default password for oc4jadmin is welcome1. Hence can you try
oc4j.ormi.url=ormi://localhost:23791/
oc4j.admin.username=oc4jadmin
oc4j.admin.password=welcome1
BTW, "worklistxpress" is only for 10.1.2 tasks. For viewing 10.1.3 tasks you need to
use "worklistapp" and you can customize this app.

Similar Messages

  • How to change a prospect status to customer in BP,when the prospect turns out to be a potential customer?Please help me with the details.

    How to change a prospect status to customer in BP,when the prospect turns out to be a potential customer?Please help me with the details.
    Moderation: Kindly search before you post

    Dear Ramesh,
    Using Account life cycle we can record the different stages of a BP.
    But at any point of time we can hold one Stage at Business partner.and once we change status Prospect ro Customer. We can't able to see Prospect Status in that BP.
    Ex -
    Stage A- Potentail
    Stage B- Prospect
    Stage C- Customer
    with the help of UI configuration we can define.
    Need your comment,
    Thx
    Karthik

  • R2_AQ_JMS MDB deployment Error--Urgent, please help!!

    Deploy a simple MDB to Oracle9iASR2, follow the steps:
    1. Define the MDB in ejb-jar.xml
    <message-driven>
    <description>MDB Queue Listener</description>
    <display-name>QueueListener Message Driven Bean</display-name>
    <ejb-name>QueueListenerMDB</ejb-name>
    <ejb-class>mdb.QueueListenerMDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-driven-destination>
    <jms-destination-type>javax.jms.Topic</jms-destination-type>
    </message-driven-destination>
    </message-driven>
    2. Modify the orion-ejb-jar.xml
    <message-driven-deployment
    name="QueueListenerMDB"
    destination-location="jms/SalesTopic"
    connection-factory-location="jms/theTopicConnectionFactory"
    subscription-name="MDBSUB"
    >
    </message-driven-deployment>
    3. define the resource-provider in application.xml
    <resource-provider class="oracle.jms.OjmsContext" name="SalesJMS">
    <description> OJMS/AQ </description>
    <property name="url" value="jdbc:oracle:thin:@dell2400:1521:mydb"></property>
    <property name="username" value="user"></property>
    <property name="password" value="pssword"></property>
    </resource-provider>
    4. Deploy the ear file and got the following error:
    java.lang.NullPointerException
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:280)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:239
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:589)
    at com.evermind.server.Application.postInit(Application.java:420)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplic
    ationInstallation.java:491)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Any idea on what's the cause of this. It seems that the Oracle 9i's support of MDB differs significantly from R1. The demo sample that works for R1 no longer work for R2. For example, the following DD doesn't seem to work with R2.
    <resource-ref>
    <res-ref-name>jms/Queue/senderQueueConnectionFactory</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>jms/Queue/senderQueue</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    <resource-ref>
    <res-ref-name>jms/Topic/senderTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    Please help!! This is very urgent! Thanks in advance!

    <jms-destination_type> tag should be <destination-type> its a oracle error

  • R2_AQ_JMS deployment Error--Urgent, please help!!

    Deploy a simple MDB to Oracle9iASR2, follow the steps:
    1. Define the MDB in ejb-jar.xml
         <message-driven>
              <description>MDB Queue Listener</description>
              <display-name>QueueListener Message Driven Bean</display-name>
              <ejb-name>QueueListenerMDB</ejb-name>
              <ejb-class>mdb.QueueListenerMDB</ejb-class>
              <transaction-type>Container</transaction-type>
         <message-driven-destination>
         <jms-destination-type>javax.jms.Topic</jms-destination-type>     
         </message-driven-destination>          
         </message-driven>     
    2. Modify the orion-ejb-jar.xml
    <message-driven-deployment
    name="QueueListenerMDB"
    destination-location="jms/SalesTopic"
    connection-factory-location="jms/theTopicConnectionFactory"
    subscription-name="MDBSUB"
    >
    </message-driven-deployment>
    3. define the resource-provider in application.xml
    <resource-provider class="oracle.jms.OjmsContext" name="SalesJMS">
    <description> OJMS/AQ </description>
         <property name="url" value="jdbc:oracle:thin:@dell2400:1521:mydb"></property>
         <property name="username" value="user"></property>
         <property name="password" value="pssword"></property>
    </resource-provider>
    4. Deploy the ear file and got the following error:
    java.lang.NullPointerException
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:280)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:239
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:589)
    at com.evermind.server.Application.postInit(Application.java:420)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplic
    ationInstallation.java:491)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Any idea on what's the cause of this. It seems that the Oracle 9i's support of MDB differs significantly from R1. The demo sample that works for R1 no longer work for R2. For example, the following DD doesn't seem to work with R2.
    <resource-ref>
    <res-ref-name>jms/Queue/senderQueueConnectionFactory</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>jms/Queue/senderQueue</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    <resource-ref>
    <res-ref-name>jms/Topic/senderTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    Please help!! This is very urgent! Thanks in advance!

    Chunming -- There was a change from v1022x to v902. This was required per the changes in the EJB specification as it was finalized. The tag <jms-destination-type> was changed to <destination-type>. If you make this change in your ejb-jar.xml that should work.
    Thanks -- Jeff

  • Deploying ProductInventory Application --Please help !!!

    Hi, I am trying to deploy the ProductInventory CMP Entity Bean described in the tutorial, I have validated the EJB, which is perfect, however I am getting the following error while deploying.
    Could someone please help me as I am on tight schedule..
    Thanks
    Arup
    /********* ERROR MESSAGE ********/
    Validation failed for ProductInvServer.ProductInvBean. Verify that all fields are mapped.
    CMP Mapping Error in bean ProductInv:: Warning: The bean pcImpl0.moduleComp1.ProductInvServer.ProductInv is not mapped.
    Set the primary table for the bean.
    No jndi-name defined for the cmp-resource element of this module.
    Select the SunONE tab for the ejb module and configure the CMP Resource property.

    Hi black_lotus,
    Thanks for your reply. When you say upload into the server, do u mean uploading into the local tomcat webserver(/webapps) using the Tomcat Web Admin tool OR uploadin into the myjavaserver.com server.(ftp)
    I tried using the admin tool and gives me an error saying Failing to upload..
    I am not sure what url to use.
    If my url is www.myjavaserver.com/~xyz, then what url should i use at the admin tool to deploy.
    (I used www.myjavaserver.com/~xyz/myapp.war) and I used www.myjavaserver.com/~xyz/web.xml for the XML config file URL. But it did not work. ( I had the war file and config file at myjavaserver.com/~xyz)
    Thanks u for ur reply,
    kits

  • SAP Netweaver Developer Studio -- Deployment Error?  Please help!

    Hello there,
    I had just created a very very simple application on NWDS. When i tried the option 'deploy new Archive and Run'
    It gave me this error saying:
    Aug 16, 2008 4:00:25 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I was afraid maybe the SDM was not running. So, i went into the usr folder and clicked on 'RemoteGui.bat'  Then it started the SDM.
    But, again when I tried to -deploy new Archive and Run-, it gave me back the same error above in NWDS.
    Can somebody please help me with this? or How do i configure my SDM to match the requirements of NWDS ?
    Thank You
    Dino.

    UPDATE: ok. I went to Window >> Preferences>> J2EE engine >> and selected SAP J2EE engine is located on local host..
    It worked!
    The search function for some reason is not that particularly great on this forum. I typed exact error phrase, and it could not find the right thread. But, for some reason, i tried through GOOGLE with the error phrase and then it leaded to the right thread where few people on this forum had the same issue.

  • Kind Attn:OTN Customer Team PLEASE HELP FOR LOGIN

    I have seen lot of members are facing login problem with old username/password.
    I am facing the same.I am unable to login with old username/password "dmewani/*******" .Please reset my account.
    even after coping "username/password" from email received from "orcle", problem is same.
    Please Help.

    Hello,
    Thanks for your help. Yes this could help but as I already has the licencees, I just need someone at Adobe's who could generate the keys ,... but after hours between Adobe and my reseller ; each one says to contact the other I'm getting crazy ...
    Aynwas, thanks very much for your help

  • 3gs no service after updating to ios 5 tried network reset, reset all settings and even restoring from back been with out phone for 3 weeks now need help telus cant find network problem and apple has bad customer support please help!!!

    my 3gs has no service after updating from ios 5 tried resetting network settings, resetting all settings and restoring from back up on itunes.
    telus cant find any network problems and apple is difficult to deal with.please help 3 weeks with no phone and $70 a month not happy.

    I have been having a similar problem for the last few days.Without warning the signal will just completely duck out leaving the device searching for several minutes before settling on a no signal message.
    Sometimes restarting the device, toggling data and 3g settings or toggling Airplane Mode will set things right. However, a lot of the time I've been left without a working phone.
    I don't believe this is a SIM issue, as I had to change my SIM only one month ago for another signal related problem. Again any help would be appreciated here as well.

  • Summary of Customized Transactions - please help

    Hi gurus !!! I am not a technical guy but I am pretty sure that there should be a way to get it. What file(s) can I use to get a list of all Customized Transactions and Customized Reports with the last date of use. It might be helpful for me to include a column for the module in the list as well (SD, MM and so on ).
    Any other suggestion to get the list will be greatly appreciated. Basis people already sent me a list but I just want to be sure that we are not missing any customized object (transactions and reports).
    Thanks in adavance.
    Marco.

    In case you want the Z T.Code details...i.e. when exactly they were last used, then you need to approach to BASIS guys...as whenever a T.Code is executed, it goes & creates a log in some tables.. like as in structures (i am not knowing the exact details)...they will be the best resource to provide you that information...normally...they are refresing that data by a T.Code..say after 1 month..or 2 months...so u better ask them.
    Reward points if it helps,
    Regards,
    N

  • Customizing SE16,Please help and kiss any points goodbye!!

    Dear Experts,
    We were using ZSE16 already in the lower version,it was made by copying the SETB FG and was working good.
    Post upgrade to version 7 we copied the same SETB in version 7, now the ZSE16 is working good for most of tables like TSTC ,Zxxxxx etc.
    BUT In the generated program for table  display :
    we have few Z tables (of 16 length) which has a particular data type used (of  12 length) it fails.
    The statement where it fails is
    types:   I2 like range of /YXXXXX/ZXXXX-ZXXXXXXXXXC.(the length of this line should be more than 30 char)
    this fails as the above line holding datatype is 30 char only so last few characters gets truncated.
    so it comes in the generated program  for table display as :
    *types:   I2 like range of /YXXXXX/ZXXXX-ZXXXXXXXX (last 2 char chopped off).
    and since it couldnot locate ZXXXXXXXX  datatype it dumps
    the variable name  used above is  %pattid (all the std generated table display reports will have same name).
    Also my question is does FG SETB copy will hold true here or else we have to copy FG 'WB_DATA_BROWSER' to which current SE16(in verison 7) is attached to.
    Thanks
    Balwant
    << Moderator message - Please do not promise points >>
    Edited by: Rob Burbank on Dec 14, 2010 2:17 PM

    Hi Li,
    for security reasons we use zse16.
    Now this problem is solved and finally all my debugging bore fruits.
    the problem was SAP allows max 30 chars for  STRLEN (TABNAME-FIELD LENGTH) , in my case because of customized tables and field length ,I had this length more than 30 chars.
    This is when I am using ZSETB FG.
    Now I increased this length to more than 30 and it works OK.
    Thanks for all your moral boosters!.
    Balwant

  • How to do JAAS and J2EE Deployment Descriptor ACL : Please help

    I am trying to develop a Single sign on application using EJB's, JAAS,
    ACL, struts and JSP to Log in with a form authenticate (using
    j_security_check to hook into the web.xml security) then pull a user
    from a database and use the roles defined there for authorization in
    the rest of the system?
    The examples on the web are from java clients to RMI, they also sit
    alone. They dont say how to hook them into weblogic. They say to use
    JAAS but they have just JAAS examples! No hooking of it into an EJB,
    servlet, etc! They also dont show how to hook that code into web
    server to use it as your security module!
    What Settings/configuration I need to make in the web server for JAAS
    to work. How the logic proceeds to authorization after form is
    submitted using j_security_check. and to further logic in the
    application. How is it then integrated with the Struts action forms.
    Help, I'm at a loss. They recommend using JAAS but their documentation
    and examples do not explain how. We have a complex real world product
    and need examples of
    the same. Can somebody provide me a working real-life example which
    really work and give me some pointers to proceeds that will be really
    helpful.
    Thanks in advance for the help.

    I am trying to develop a Single sign on application using EJB's, JAAS,
    ACL, struts and JSP to Log in with a form authenticate (using
    j_security_check to hook into the web.xml security) then pull a user
    from a database and use the roles defined there for authorization in
    the rest of the system?
    The examples on the web are from java clients to RMI, they also sit
    alone. They dont say how to hook them into weblogic. They say to use
    JAAS but they have just JAAS examples! No hooking of it into an EJB,
    servlet, etc! They also dont show how to hook that code into web
    server to use it as your security module!
    What Settings/configuration I need to make in the web server for JAAS
    to work. How the logic proceeds to authorization after form is
    submitted using j_security_check. and to further logic in the
    application. How is it then integrated with the Struts action forms.
    Help, I'm at a loss. They recommend using JAAS but their documentation
    and examples do not explain how. We have a complex real world product
    and need examples of
    the same. Can somebody provide me a working real-life example which
    really work and give me some pointers to proceeds that will be really
    helpful.
    Thanks in advance for the help.

  • Need Serial Number for CS6 Production Premium Adobe Customer service please help

    I can't find my original post but any way I had to replace my C; drive and pulled up my Serial Numbers from all my Adobe products for CS 5 photoshop only all the way to CS 5 Production Preminum the CS 5.5 but my problem is I was using CS 6 PP before I switched out my hard drive.  And on Abobe Web site for my products it has CS 6 with no serial number and MAC.  I do not own a MAC but still CS 6 has no serial number.  I think the last upgrade was through Videoguys because they had a special and didnt get register.  Anyway how do I get my serial number for CS6 PP.
    1.  If I put back in my old hard drive is there a location were I can get my serial number?
    2. Or Adobe can you update your records?
    3. Or can you give me a new serial number?
    Thanks

    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Customer invoice    please help me

    Hi,
    in which table customer invoices are stored.
    how should i proceed  to find over due invoices of customer.
    thanks.

    Hi
    Customer open items are stored in table BSID. Cleared items are stored in table BSAD. Table BSEG can be used for further details on the line items.
    You can probably use report S_ALR_87012168 - Due Date Analysis for Open Items for the due date analysis.
    Regards
    Poornima

  • Setting custom volume please help!

    Hey everyone I am trying to create my own volume jslider bar, I have the gui done but have no idea how to write code for volume and link this up with my jslider bar!! anyone who can post some sample code would be greatly appreciated, cheers in advance.

    i want to be able to control the volume in my media player, either linking it to the main volume of the computer or my own volume bar.

  • Deploying the Custom Worklist Application When run ant script Fail

    Hi
    I have tried to deploy worklist application on Oracle SOA Suite to custom it and I have follow the BPEL Process Manager Developer's Guide (10.1.3.1.0) in chapter 16 topic 16.5.1.5. Deploy the Custom Worklist Application but whenI tried to run ant script to deploy custom worklist application, the error has occur "Unexpected element "echo" ". I access to build.xml file to comment element echo out and run ant again but the new error has occured "The <fail> task doesn't support the nested "condition" element." . How should I do for deploy custom application ?
    I use ant -version to check ant version and message has show "Apache Ant version 1.5.2-23 compiled on November 12 2003"
    Please help me!
    Thanks
    Message was edited by:
    user520932

    Hi ,
    I am facing the same issue. Were u able to solve this ?

Maybe you are looking for