Debugging codes with eclipse, WL Portal and WL Liquid Data

Hi,
I'm using eclipse as IDE and Lomboz as WL Server dedugging plug-in. WL Portal
is installed on WL Server and WL Liquid Data Server is deployed on WL Portal.
I created a Lomboz J2EE project that is connected to my domain. When I clicked
on "Debug Server" on the IDE, I got an error, "License is not found or invalid".
The error was as follows.
Server Info (Management) 1-4-1-100: Starting Server.
Server Error (Management) 1-4-1-102: Server cannot be started. (License invalid
or not found.)
java.lang.Exception: License invalid or not found.
     at com.enosysmarkets.xmediator.initdb.InitDBF.init(Unknown Source)
     at com.enosysmarkets.xmediator.Mediator.initialize(Unknown Source)
I would appreciate it, if anyone could share the same experiences if you had with
me.
Thanks in advance,
Tony

We were able to use the LDControl from Page flow.
Using it directly in JSP page gives the security exception.
- vineet

Similar Messages

  • In contacts there is the possibility to add a new event, as the birthdays, but they do not appear in iCal. Is there any way to make that possible? It is normal to have a person with his birthday, anniversary and others key dates you want to link to him.

    In contacts there is the possibility to add a new event, as the birthdays, but they do not appear in iCal. Is there any way to make that possible? It is normal to have a person with his birthday, anniversary and others key dates you want to link to such person, but the only one shows up is the birthday. How to be able to show all those dates linked to people in the agenda in the iCal?
    Thanks

    Hi,
    I sugggest you try my application, Dates to iCal. It is shareware with a 2 week trial period.
    Dates to iCal 2 is a replacement for Apple's birthday calendar for iCal. It has a range of features to allow the user to choose what, and what not, to sync to iCal from Address Book.
    As well as automatically syncing birthday dates from Address Book, Dates to iCal 2 can sync anniversary and custom dates. It can set up to five alarms for each date in iCal and can also set different alarms for birthdays and anniversaries. It allows the option of only syncing from one Address Book group. This application also allows for the titles of the events sent to iCal to be modified to the user's preference.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Support Communities Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • My ipad mini is disabled. if i know my password is there a way i can fix it with out restoring it and losing my data? i have not done a backup.

    my ipad mini got disabled due to my little sister who used the wrong password. if i know my password is there a way i can fix it with out restoring it and losing my data? i have not done a backup. help me please!

    Once disabled, you have to restore/recover the iPad before you can use it.
    You will lose your data.

  • Debugging JSP with Eclipse

    Hi, how to connect to Oracle Database 9i R2 with Eclipse?

    Hi, I didn't get an email notifying me of a response to this. Just happened to check myself.
              But basically you want to point the weblogic server directly to your workspace (src code) so it can detect a change. THis is from our doc below. You may also write an ant script specific to weblogic that redeploys the app and reloads the xml and prop files without restarting the server.
              1.     Start up your Weblogic domain server (i.e., C:\Domains\devDomain\startWebLogic.cmd).
              2.     Go to url, http://localhost:7001/console and log in (weblogic, weblogic).
              3.     On the left menu, click Deployments, then Lock & Edit button above it, and then the Install button in the main panel.
              4.     Change the location to the web folder in your project workspace (C:\Eclipse\workspace\<projectname>\web) Click Next.
              5.     Leave checked the Install this deployment as an application and click Next.
              6.     Put name for Name of deployment. . From here you can click Finish.
              7.     Click Activate Changes. Then check the deployment box and click Start button and Servicing all requests (in Deployments panel). Then click Yes to start it on the next page
              8.     Enter the URL of the application. This example is
              http://localhost:7001/web/index.htm
              The ?web? was the name of the web folder we deployed from. In the future you could name this something different if deploying from this console so the url?s do not conflict.
              Edited by mwooten77 at 01/18/2007 9:34 AM
              Edited by mwooten77 at 01/18/2007 9:35 AM

  • OEPE 12.1.2.1 with Eclipse (Kepler) M2E and M2E-WTP and Seam 2 problem

    I've a JEE project with Maven 3.0.5  and JBoss Seam 2.3. I've some problems in Weblogic 12.1.2 application deployments with Eclipse.
    If I deploy the application as virtual application (split_src and .beabuild.txt), the .beabuild.txt includes the directories:
    C\:/FundeWeb/2.0/workspace/fundeweb2/web/target/m2e-wtp/web-resources = web_fundeweb2  (m2e-wtp project generated resources)
    C\:/FundeWeb/2.0/workspace/fundeweb2/web/src/main/webapp = web_fundeweb2 (project web resources)
    That's produces the next error (Multiple WEB-INF/ejb-jar.xml found):
    <01-ago-2013 14H07' CEST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID "1375358874432" for task "1". Error is: "weblogic.application.ModuleException: Multiple WEB-INF/ejb-jar.xml found. [weblogic.servlet.internal.WarSource@19d4f67, weblogic.servlet.internal.WarSource@c7fd40]"
    weblogic.application.ModuleException: Multiple WEB-INF/ejb-jar.xml found. [weblogic.servlet.internal.WarSource@19d4f67, weblogic.servlet.internal.WarSource@c7fd40]
      at weblogic.ejb.container.deployer.EjbModuleExtensionFactory.create(EjbModuleExtensionFactory.java:26)
      at weblogic.application.internal.ExtensibleModuleWrapper.createModuleExtensions(ExtensibleModuleWrapper.java:264)
      at weblogic.application.internal.ExtensibleModuleWrapper.initDrivenObjectArray(ExtensibleModuleWrapper.java:232)
      at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:107)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)
      Truncated. see log file for complete stacktrace
    If I deploy the aplication in Weblogic Console with the split_src, with only the web/target/m2e-wtp/web-resources, the applications deploy succesfully.
    If I deploy de application as exploded archive, the jboss-seam.jar file isn't included in the WEB-INF/lib folder. The others jboss-seam-xxxx.jar files are included.
    In the virtual application deployments, I think that the OEPE integration with M2E and M2E-WTP, there are include only the m2e-wtp folders.

    Hi Subash,
    I tried the same installer on a 32bit machine and was able to run without any issues.
    I did however come across a few users jdeveloper users who had similar issues with the jdev installer and the following workaround seems to have solved the issue for them. coudl you try the same and let us know if that helped ?
    1. Extract "oepe-12.1.2.1-kepler-installer-win32.exe" file into C:\oepe-12.1.2.1-kepler-installer-win32
    2. In cmd go to C:\oepe-12.1.2.1-kepler-installer-win32
    3. Execute follow command:
       C:\PROGRA~1\Java\jdk1.6.0_31\bin\java.exe ( path to your JDK)  -jar install/modules/ora-launcher.jar DISKCNT=1 JRE_COMPONENT=oracle.jdk,oracle.jre
    thanks
    Raj

  • Record Number of users logged in to Portal and bring the data in to BI

    HI,
    I have a requirement for identifying the number of users logging in to SRM Portal and bringing those information in to BI and reporting them
    Can any one please tell me, how do i need to find those
    I checked tables USR01, USR02, USR03, USR41 etc but none of them gives the proper user/server information needed,
    SM04 transaction logs both user logging in to SRM server as well as SRM portal, but i need to find the underlying table for SM04, with which i can get the number of users logged in to the portal on a particular date range.
    If not, can anyone please tell me what is the best way to identify number of users logged in to SRM portal on a particular date and capturing those information and bringing in to BI and reporting them in BI
    Thanks in advance
    Pooja
    Edited by: Pooja on Nov 25, 2008 5:10 PM

    Please check the below link. should guide you in identifying the number of users logged into Portal which can be used for your reporting.
    [/message/319314#319314 [original link is broken];
    Thanks,
    Sruthi

  • I hav som problem with my appstore n ibook dey just dont load i thought i need 2 upi date but now in mavericks updates r connected with appstore it opens up but it doesnt load sam with my ibook app and ye my date and time is fine any solutions?

    i have some problem with my appstore and ibook they just dont load thought i need to update but now in mavericks updates are now connected with appstore so i cant do that it opens up but doesnt load just blank same with ibook store it says cannot connect and yea my date and time is fine any solutions?

    Hi, James.
    Yes, the iBook should run even with no battery installed.
    These are the four most common possibilities when the battery will not charge:
    (1) there is something wrong with your battery
    (2) there is something wrong with your power adapter
    (3) there is something wrong with your power input board (the part that contains the port where you plug in the adapter)
    (4) there is something wrong with your logic board
    Since you have eliminated all the possibilities except (4), it is likely that your logic board is having problems. The PMU (Power Management Unit) is part of the logic board, and it may be going out (hence, temporarily working again when you reset it). Since the iBook is not running reliably without the battery in place (as it should), replacing the battery most likely would be futile.
    When a computer gets to be five years old, it seems a bit short-sighted to pay very much for repairs, just to have something else go wrong sooner rather than later. Have you had a look at the hugely improved specs on the new MacBooks? Is it time for a new portable to avoid embarrassment during your presentations? It sounds like that could be your best option.

  • Problem Using Sax parser with Eclipse 3.0 and command line

    Hi,
    I am parsing a xml file with sax. When I am running my programm in the command line everthing is ok and I get the right results from parsing.
    But if I am running the programm in Eclipse 3.0 (the same java code) I get an other result (the wrong results).
    Does anybody know what this can be the reason for. Is Eclipse using an other xml parser and if where I can change the parser?
    It would be very kind if somebody can give me a reason for this strange behaviour.
    Thanks in advance

    I have solved my problem.
    In the command line I used jre 1.4 and in Eclipse I used jre 1.5.
    I think jre 1.5 uses an other xml parser so I got an other result.
    If i use in Eclipse jre1.4 I get the same result as in the command line.

  • Error with passwords via Portal and LDAP

    When we change a user's password via portal, either by the user or administrator, the password gets changed, but then when the user tries to log in again, it says the password is expired, and no longer allows changing the password.
    The log has the following errors
    defaultTrace.18.trc:#1.5#0003BA68FF7E00510000000C00001AEC0004059FD46D2697#1132083928701#com.sap.security.core.persistence#sap.com/com.sap.security.core.admin#com.sap.security.core.persistence.[cf=com.sap.security.core.persistence.datasource.imp.LDAPPersistence][md=changePassword][cl=19566]#<USER>#569##<Portal Instance>#<USER>#48329170561011daada40003ba68ff7e#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Java###Can not change password
    defaultTrace.18.trc:#1.5#0003BA68FF7E00510000000E00001AEC0004059FD46D2C5B#1132083928706#com.sap.security.core.persistence#sap.com/com.sap.security.core.admin#com.sap.security.core.persistence#<USER>#569##<Portal Instance>#<USER>#48329170561011daada40003ba68ff7e#SAPEngine_Application_Thread[impl:3]_0##0#0#Error#1#/System/Security/Usermanagement#Java###DataSource : Can not change password#1#CORP_LDAP#
    defaultTrace.18.trc:#1.5#0003BA68FF7E00510000000F00001AEC0004059FD46D96C1#1132083928731#com.sap.security.core.admin#sap.com/com.sap.security.core.admin#com.sap.security.core.admin.[cf=com.sap.security.core.admin.UserAdminLogic][md=performUserProfileChange][cl=19566]#<USER>#569##<Portal Instance>#<USER>#48329170561011daada40003ba68ff7e#SAPEngine_Application_Thread[impl:3]_0##0#0#Error##Java###[LDAP: error code 16 - No Such Attribute]
    defaultTrace.18.trc:#1.5#0003BA68FF7E003E0000002500001AEC0004059FD5A452F0#1132083949095#com.sap.security.core.persistence#sap.com/com.sap.security.core.admin#com.sap.security.core.persistence.[cf=com.sap.security.core.persistence.datasource.imp.LDAPPersistence][md=changePassword][cl=19566]#<USER>#569##<Portal Instance>#<USER>#48329170561011daada40003ba68ff7e#SAPEngine_Application_Thread[impl:3]_21##0#0#Error##Java###Can not change password
    defaultTrace.18.trc:#1.5#0003BA68FF7E003E0000002700001AEC0004059FD5A4591E#1132083949099#com.sap.security.core.persistence#sap.com/com.sap.security.core.admin#com.sap.security.core.persistence#<USER>#569##<Portal Instance>#<USER>#48329170561011daada40003ba68ff7e#SAPEngine_Application_Thread[impl:3]_21##0#0#Error#1#/System/Security/Usermanagement#Java###DataSource : Can not change password#1#CORP_LDAP#
    defaultTrace.18.trc:#1.5#0003BA68FF7E003E0000002800001AEC0004059FD5A49EBD#1132083949114#com.sap.security.core.admin#sap.com/com.sap.security.core.admin#com.sap.security.core.admin.[cf=com.sap.security.core.admin.UserAdminLogic][md=performUserProfileChange][cl=19566]#<USER>#569##<Portal Instance>#<USER>#48329170561011daada40003ba68ff7e#SAPEngine_Application_Thread[impl:3]_21##0#0#Error##Java###[LDAP: error code 16 - No Such Attribute]
    Any help would be greatly appreciated
    We are using Portal 6Sp14
    Thanks
    Brian Timothy

    Hi Brian
    which datasource u r using?
    i think u used read only LDAP + Databse
    when u chang the password for user in portal than after corresponding user password in LDAP directory are not changed thas't why it's generated a message that
    password expires and u can't change the password
    so try to change the password in LDAP also.
    hope it's helps u.
    regards,
    kaushal

  • Requesting a list of transaction codes with starts from sd and fi..........

    hi,
    sap gurus,
    requesting a list of transaction codes which ends from SD point of view and
    starts with FICO module.
    i.e. which deals with posting of revenues from the customer to A/R.
    plz requesting to find a solution for my question.
    regards,
    balaji.t
    09990019711.

    hi
    T.codes SD
    http://www.sap-img.com/sap-sd/sap-sd-transaction-codes-list.htm
    http://www.sap-img.com/sap-sd/task-specific-sd-transaction-codes.htm
    http://www.sap-img.com/sap-sd/task-specific-sd-transaction-codes-2.htm
    http://www.sap-img.com/sap-sd/sap-sd-tcodes-for-india.htm
    http://www.sap-img.com/sap-sd/link-between-sap-sd-mm-and-fi.htm
    Reports
    http://www.sap-img.com/sap-sd/standard-sap-sd-reports.htm
    Tables :
    http://www.sap-img.com/sap-sd/important-tables-for-sap-sd.htm
    nagesh

  • Abap code with relevant capital lettres and small letters

    Hi all,
    i wrote my code in capital letters and i want to change tables and data objects and other stuff into small letters .Is there any option in abap editor to change the code  as per the SAP standards.
    Thanks,
    Madhu

    Hi,
    You can use pretty printer..
    In SE38 choose..Utilities -> settings
    In the prettry printer tab..
    Check Indent..
    Check Keyword upper case..
    Press enter..
    Now go to your code in change mode..
    Press the pretty printer button in the application toolbar..
    Thanks,
    Naren

  • Code for Custom Business Object and Adding/Updating Data

    Hi,
    I would like to update/insert data thru Custom Business Object to sql Server.Pls let me know is it possible in MSA.If yes I would appreciate if you can share the code/Process in this forum.
    Thanks and Regds
    Harish

    Harish
    Depending on what data you update you need to do the following:
    If updating SAP tables or customer tables which are an extension of a SAP object like business partner, material, activity or similar:
    1. Create the extension of the data object via the easy enhancement workbench (EEWB). This will also create mapping functionality from MSA to CRM Server and extend the BDocs.
    2. Go to the BDoc modeler. Find the sBDoc for data exchange (type Write BDoc), that contains your object and check whether the new segment is there.
    3. In the Mobile Application Studio (MAS) you can now create a custom business object related to the standard sBDoc mentioned in 2 which is mapped to the new segment. This way the data exchange happens together with the main object
    4. Drag & drop the fields of the new BO to a new tile, and link that tile to the existing main object in the UI via the appropriate relation.
    If you would create a new business object / BDoc for a set of attributes belonging to a main object and not use an extension of the existing BDoc then the data would get its own flow and when replicating it would not come together with the main data. This can lead to data inconsistencies and in surplus effort administrating this data.
    If you have your own objects not related to a SAP object, you can do it the following way:
    1. Create your own table(s)
    2. Create a Write sBDoc on the table(s)
    3. Create BO's on each BDoc segment / table
    4. (as above)
    Hope this helps,
    Kai

  • Infoset Creation in BI 7.0 with 2cubes , 1 DSO and a Master Data oBjects

    Hi Experts,
    I have a requirement:
    To get the Work Order Activity from PM, and their corresponding Work Order numbers, Cost Centers and the Amounts associated from CO module like CCA and WBS6 datasources.
    I thought about this solution:
    Link the 0PM_C03 with the MD- 0PM_ORDER as a left outer join
    and inner join 0PM_C03 with ZTXN_O01 - DSO(based on 0CCA9DSO) and Innerjoin to the ZWBS_C20 .
    Is it ok to include 2 infocubes ,1 DSO and 1 MD object in an Infoset. Performance may be worst.. but i cannot think of any other solution.........
    Multiprovider does not solve my purpose as it gives 2 records when you identify Work Order number in PM and CO modules. By using an Infoset we can link WO in PM to WO in CO.
    Please guide me.....
    Regards,
    Bala

    Hi Bala,
    Typically PM data sources are very high volume.  Using InfoSets can lead to serious performance issues, as well as duplicates (especially for time dependant objects).
    Have you tried using the Analysis Process Designer.  There is some ways that you can filter data and have a better performance based on your selection criteria.
    Kathleen

  • Printing Problems with Elements 8.0 and EXIF time data

    I've been using Premiere Elements 8.0 in Windows XP Professional for a couple of years with no problems. I shoot mostly in JPEG. I've always imported my images using a card reader (the same one). About a year ago suddenly I ran into printing issues. When I imported my images and tried to print them Elements crashed just at the point where it should begin the actual printing.  By chance I discovered that if I adjusted the time EXIF on the images in Elements by either hours or days, back or forward and adjusted them back to the original time/date the problem disappeared. If I had shot in RAW and edited these images there were no problems with the resultant JPEG.
    I noted the discussions about Elements changing the time in the EXIF and checked for this but this hadn't happened. The EXIF in camera and in Elements were the same. I also checked this against the time settigs of the camera and they were the same. I shoot with a Nikon D300.
    I backed up my images and did a complete re-format of my computer so that it was back to its ex-factory settings, re-installed Elements, restored my catalog from the backup and the problem still arose. I'm reluctant to upgrade to Elements 10 until I (hopefully) I find out  if (a) anyone else has the same problem; and (b) if anyone who had it has fixed it.
    Any ideas would be very welcome.

    Miceal,
    I am confused. Do you mean Photoshop Elements? Premiere Elements does not have a Print function. On can Export/Share, but not Print. For Photoshop Elements, you will want the PSE Forum.
    Good luck,
    Hunt

  • Code to read xml file  and display that data using sax parser

    Hai
    My problem I have to read a xml file and display the contents of the file on console using sax parser.

    here you go

Maybe you are looking for

  • Inserting a table in Pages from Numbers

    After inserting a table from numbers, it's sometimes not possible to adjust it's dimensions in Pages anymore. At the same time i can't select most of the options to change the tables layout behavior. When i add a table in Pages all options are availa

  • Satellite tv to MAC

    cant have satellite dish in my apt complex, and Id like to be able to watch a Sports channel thats on Direct TV, surfing the web foind some soft that works for PC that allows you to watch TV in your computer, wondering if theres anything for MAC or i

  • How to unlock my iphone6?

    I need help. I have bought two iphone6 for my girlfriend and myself. But I just travel at here, and the shop assistant told me I can use these two phone in my country so i paid them. But my friend tell me only 't-mobile sim free' phone could use in o

  • SAP EHP5 Cash Journal Problem

    Hi All We have upgraded our system to EHP 5 and now while trying to post Customer receipts in Cash Journal FBCJ when user is trying to make an entry with business area system gives the below message Account has been changed Should all account assignm

  • Photosmart C3100 series via NAS

    (excuse my English) .. I have a printer connected via NAS-server. For normal printing could default driver in Win 7 64bit. HP Solution Center, however, reports that the printer is not detected via USB. This model is not intended as a network printer,