Making the integration online

Hi friends,
        I am using the JDBC sender with polling interval 10 min.
Now there is a requirement to make the integration online. That is when ever the oracle table gets updated with new record meeting the condition, i need to trigger the interface.
Polling interval should not be used.
Please give me the solution for the same.
Thanks in advance
Karthikeyan

Karthi,
I've been told to perform the same scenario in the past and it just complicate things more than make them effective. At the end, I convinced the customer to go for a shorter polling interval instead of implementing a complex solution to drive the polling online.
Look at this blog  Control Communication Channels Externally without using RWB , It explains how to turn On and Off a communication channel externally, which it is a solution for your scenario, but it means that the external application (the RDBMS or App) should be able to request the channel to be On whenever it inserts a new record and potentially turn it off whenever it's done.
So far, I think that reducing the polling interval is your most effective option, read this blog to find out some tips for the JDBC adapter.
Tips and Tutorial for Sender JDBC Adapter
Best regards.
G.

Similar Messages

  • Making the tablespace online

    Hi ,
    I am trying to make the tablespace online.
    But facing the below issues .Need your help.
    SQL> alter tablespace XXXXXX online;
    alter tablespace XXXXX online
    ERROR at line 1:
    ORA-01115: IO error reading block from file 15 (block # 1)
    ORA-01110: data file 15: '/xxxxxx.dbf'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    Additional information: 1
    Additional information: 1
    SQL> alter tablespace XXXXXX read write;
    alter tablespace XXXXXXX read write
    ERROR at line 1:
    ORA-01646: tablespace XXXXXX is not read only - cannot make read write
    Os Solaris : 5.8
    Database ;Oracle 9.2.0.4.0
    Thanks
    USR0072

    USR0072 wrote:
    Hi ,
    I am trying to make the tablespace online.
    But facing the below issues .Need your help.
    SQL> alter tablespace XXXXXX online;
    alter tablespace XXXXX online
    ERROR at line 1:
    ORA-01115: IO error reading block from file 15 (block # 1)
    ORA-01110: data file 15: '/xxxxxx.dbf'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    Additional information: 1
    Additional information: 1
    SQL> alter tablespace XXXXXX read write;
    alter tablespace XXXXXXX read write
    ERROR at line 1:
    ORA-01646: tablespace XXXXXX is not read only - cannot make read write
    Os Solaris : 5.8
    Database ;Oracle 9.2.0.4.0
    Thanks
    USR0072fix the Operating System error.
    Oracle is the victim; not the culprit

  • I share a an apple id with my kids. We all use the same credit card for purchases.  Is it possible for only me to use the icloud online storage without making this available or visible to the kids?

    My kids and I all use the same credit card and password for app and music purchases.   I'm assuming we all use the same apple ID too. (not sure) We can share apps and music although we all have our own itunes libraries. Is it possible for only me to use the icloud online storage without making this available or visible to the kids or do we all have our own storage?

    I just checked and they have already sucked up all my online storage.  Ahhh techy teens!  I think I will just leave it at that and back my own stuff up on my computer. Less confusing
    Thanks for all the help!  I am definitely more educated now and I'm off to check that cc bill too.

  • Two questions:  how do Skype and iChat compare for group video?  quality, reliability, cost, etc are important.  2) Is my MobileMe ID what I need to use in the window in making an iChat buddy?  It only says AIM above the window, online tutorial differs.

    Two questions:  1) How do Skype and iChat compare for group video?  Quality, reliability, cost, etc are important.  2) Is my MobileMe ID what I need to input in the window in making an iChat buddy?  It only says AIM above the window, online tutorial differs, saying MobileMe, AIM, GoogleTalk (Jabber) all work. Thnx

    Hi,
    IChat uses better Video Compression than Skype does.
    On a top flight Mac you can send a 640 X 480 pixel frame up to 30 frames a sec.
    Skype can't match this.
    iChat in Video is Peer to Peer. (you can actually Log out of the Buddy list)
    Skype seems to borrow something from everyone's bandwidth to make connections.
    What do you mean by Business account Tracking ?
    iChat Adds (or can add) the First Name, Last Name of your Buddies and create an Address Book Entry
    Whether you mark those cards connected with a  company is up to you.
    (I have heard of issues with earlier version of iChat and the Address Book that "saw" the Company Name as the part of the Name and linking several Screen Names to the one name
    Audio on a Mac using Skype tend to be the same as the streaming needs are less.
    However you have to rely on any PCs audio abilities from PCs which may not be to the same standard.
    Mac to PCs in iChat and AIM can be difficult though.  (It should work but it rarely as simple as Plug and go)
    Skype may suit your needs better on ocassions.
    9:11 PM      Thursday; May 5, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
    , Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • The making of an online game

    Hello all users of the sun forums.
    I've always been facinated of games and have been wrestling with the idea about learning enough to be able to make a simple online game.
    I got several questions, mainly to see if this is something realistic or if it's not doable as a lone wolf.
    Would java be the right programming language for a online game? (As it can be run on many different platforms, its a good candidate).
    - Any other languages that should be learned in addition to java?
    - Specific books that would benefit for the making of a online game?
    What database technology should I learn about that would be the most beneficial for a online game? (be it a small or a large game)
    I know very little about servers and networking, so some points about things to read up on would be nice.
    And something i've always wondered about - How powerful server do you need for a 100 player thirdperson strategy game?
    I know this might take me some years to learn, but its fun to have something to fill my sparetime with.
    And sorry for my bad english!

    Nheme wrote:
    Kayaman:
    Are there big differences between SQL databases command vise?Well. Not big differences, but significant differences. I wouldn't worry about those at the moment if I were you.
    Are there any database standards except SQL?Probably, but SQL is the one you'd be using.
    I've been looking through several job applications, but it's hard to put together a list of programming languages that would go along with Java. HTML, XHTML, PHP, CSS, JavaScript, .NET, C#, C++ etc..Well, HTML and CSS and such aren't really programming languages... I'd recommend that you concentrate on Java and then include other things as you go along (and realize that something might be useful to know).
    My way of attacking this would be to make a roadmap of what I'm going to learn and attack it step by step, but it's hard when I don't know what I should include. Please recommend books as I find it easier to read, than tutorials on the net.I'm sure your way sounds very good, but it's impossible to do it like that. You can't decide in advance all the things that you want and are going to learn and then just go on and do it. Learning is a continuous process. I have about 10 years of Java behind me and some dabbling in other programming languages, but I still keep learning things. And I bet most of the people here with 20+ years in the industry (look at the people with tens of thousands of posts) will say the same thing.
    I haven't read it myself, but Joshua Bloch's Effective Java has been recommended in several places. I hope you enjoy reading, because that's really the best way to learn and then keep up with the programming scene.

  • Where is the integrated administration service for VO 1.6.1?

    I am unable to find in docs or elsewhere where the integrated admin
    service is. When I do server/vo I am automatically at the user portal,
    but nothing is working there because I presumably need to turn it on.
    When I log in to the admin page, even using the admin login, I'm told
    I'm logged in as myself and can't do a lot because I'm "not a portal
    administrator".
    This is VO 1.6.1 installed on NW65SP6 from the overlay CD.
    Ken McLeod
    The Delphian School
    http://www.delphian.org

    Thanks. I was able to get this set up right by loggin in to the client
    as "admin" and making myself a VO admin. It works fine in any of the
    browsers. -- Ken
    [email protected] wrote:
    >> When I log in to the admin page, even using the admin login, I'm told
    >> I'm logged in as myself and can't do a lot because I'm "not a portal
    >> administrator".
    >
    > Does the machine you are using to access VO have the novellclient
    > installed? If so, try using Firefox or a machine without the client
    > software installed. The NMAS part of the Novell client has a tendency to
    > tell IE who is currently logged on, and IE passes that on to VO.
    >
    > Once you are logged on properly, the administraqtor functions will be
    > available in the left hand frame of the main page.

  • Windows PC User Making The Big Switch To Mac OS X & MacBook 2.0GHz

    I'm from the Philippines. I've been a Windows PC user for around 10 years. I figured it's time to replace my old Pentium III 500MHz/Win98SE with a newer system to keep up with highter system requirements set forth by newer applications.
    The features I looked for include portability, performance, connectivity (built-in WiFi & Bluetooth) and value (not too expensive). I'm initially leaning towards getting another Windows XP-based platform because Windows-based apps are readily available here and getting tech support for the Mac would be a little prob. Also, I just can't afford to leave behind some applications that are somehoew inexistent in the Mac world, but the mere thought that the PC world would soon be shifting to Vista kinda turned me off. Nobody wants to buy a new notebook that would suddenly become obsolete in just a few months or so.
    However, everything changed when online research led me to Apple's homepage (www.apple.com), where I discovered Mac's latest wonder: the Macbook. I heared about the Mac OS X's reputation for stability and performance. They say Macs are less prone to worms & viruses too since most of these things were designed specificically to infect Windows-based platforms. Looks like this is it for me. I'll be getting a MacBook 2.0GHz soon.
    I must admit that what primarily attracted me to the Intel-powered Macbook is the fact that it could now run two operating systems thru "Boot Camp" or Parallels For Mac. Two applications that would give me the capability to run Mac OS X and Windows XP on a single platform. It's like having the best of both worlds.
    For me, this is really great news but I still have questions though. The Macbook is a new release, so I'm still iffy about purchasing it as new technology is notorious for having many annoying quirks and kinks that need to be smoothed out.
    My question is... What are the PROS and CONS of using BootCamp and Parallels respectively? Is Parallels better than the other? Which one would you recommend? Should I decide to install both, will there be any hitches?
    I won't be upgrading for the next 5 years or so. The notebook will likely see some heavy use for Medical Transcription work and maybe occasional gaming (mostly flight sims). This would be my first Mac purchase so I better do it right the first time. So if you have any comments, feedbacks, suggestions... kindly post it here.
    I'll be making the big switch soon.
    Rich

    I'm running Parallels on an iMac 2.0 GHz, and I absolutely love it! I expected all sorts of glitches and found virtually none. The only drawback I know if is that it treats your USB 2.0 ports like USB 1.1. Otherwise, my Windows XP virtual machine inside of Parallels doesn't seem to know it's not on a PC; it runs smoothly and much faster than on my previous 1.5GHz PC with 1.0 GB RAM. I've loaded Quicken for Windows, MS Office, Norton Anti-Virus, Adobe Acrobat, and several other Windows Apps with no troubles at all. I'm telling you, this software (Parallels) is amazing. I feel like I literally have two computers now.
    I would recommend that you have 2.0 GB of RAM, because while you're running Parallels, you have 2 OS's operating at the same time. But the ability to switch back and forth between the two OS's, share files, cut and paste - well, it's simply awesome, and well worth any extra cost.

  • System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid.

    When I run my app on device and the internet is connected its ok, but if I use the emulator (althought the internet is connected):
    $exception{System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid.  Check InnerException for exception details. ---> System.Net.WebException: The remote server returned
    an error: NotFound. ---> System.Net.WebException: The remote server returned an error: NotFound.
       at System.Net.Browser.ClientHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
       at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClasse.<EndGetResponse>b__d(Object sendState)
       at System.Net.Browser.AsyncHelper.<>c__DisplayClass1.<BeginOnUI>b__0(Object sendState)
       --- End of inner exception stack trace ---
       at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
       at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
       at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
       --- End of inner exception stack trace ---
       at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
       at System.Net.DownloadStringCompletedEventArgs.get_Result()
       at FitnessApp.BL.ServerConnection.wc_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)}
    System.Exception {System.Reflection.TargetInvocationException}
    this is the stack trace:
       at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
       at System.Net.DownloadStringCompletedEventArgs.get_Result()
       at FitnessApp.BL.ServerConnection.wc_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)
    this is my code:
    void wc_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)
    try
    if (e.Error != null)
    string error = e.Error.Message;
    string functionCall = e.UserState.ToString();
    if (!string.IsNullOrEmpty(e.Result)) //this line throws an exception
    if (functionCall == "getProductCode")
    ProductsList productsList = JsonConvert.DeserializeObject<ProductsList>(e.Result);
    if (productsList.products != null)
    serverProducts = productsList.products.Select(p =>
    new BE.Product
    Product_code = p.PID,
    Product_name = p.Name
    }).ToList();
    else
    serverProducts.Clear();
    if (DataDownloadCompleted != null)
    if(functionCall =="getProductCode")
    DataDownloadCompleted(this, new BE.StringEventArgs("getProductCode"));
    catch (Exception)
    throw;
    public void searchProductCode(string productName)
    try
    if (DeviceNetworkInformation.IsNetworkAvailable && DeviceNetworkInformation.IsCellularDataEnabled)
    wc.DownloadStringAsync(new Uri(baseURI + "get_products_json.php?search=" + productName), "getProductCode");
    else
    throw new Exception(FitnessApp.Resources.AppResources.ErrorServerConnection);
    catch (Exception )
    throw ;
    Any solution?
    thank you..

    The server did not find the resource you asked for.
    You might want to make sure your emulator is connected to the internet and can go online.
    http://blogs.msdn.com/b/wsdevsol/archive/2013/10/01/why-can-t-the-windows-phone-emulator-go-online.aspx

  • How do I see my pictures that are in my aperture library in finder?  I would like I be able to select  photos in finder when I am making photo books online without having to export them first from aperture jinto a new folder. Is there any way to view

    How do I see my pictures that are in my aperture library in finder?  I would like I be able to select  photos in finder when I am making photo books online without having to export them first from aperture jinto a new folder. Is there any way to view and download my pictures directly from finder?

    SamanthaR22 wrote:
    How do I see my pictures that are in my aperture library in finder?  I would like I be able to select  photos in finder when I am making photo books online without having to export them first from aperture jinto a new folder. Is there any way to view and download my pictures directly from finder?  [Emphasis added.]
    The digitization of data has introduced a complexity to our interactions with it that we continue to struggle with.  "Picture" and "Photo" now mean different things in different contexts.  In this case (and in general) defining our terms clearly is the first step towards understanding what we are trying to do.  Understanding is the path that allows us to do it.
    All pedantic, but please stick with me here  .
    You record a set of instantaneous data with a camera.
    That data is processed by your camera and saved to a file.
    The file format is usually either RAW or JPG.
    You transfer those files to your computer, and you import them into the program Aperture (often in one operation).
    From each camera-file imported, Aperture creates a record in its database (called, imho unhelpfully, a Library) and an Image that you see in the Aperture Browser and Viewer.
    Aperture links the Image and the imported file.
    The imported file is called, within Aperture, an Original.
    Every Image has an Original.
    The Image is not the Original.  The Image is what you see in Aperture.
    The Original is a file that is stored on your computer.
    You can make changes to an Image.
    Aperture calls these changes Adjustments.
    Adjustments are saved to another file attached to the record in the database.  Let's call this file the Changes File.
    Aperture uses these two files attached to the record in the database to create the Image.
    Image = Original + Changes File.
    The Image is not a file.
    Because the Image is not a file, it cannot be shared with other programs.  It exists only inside of Aperture.
    In order to share an Image with another program, you must first create a file of the Image.
    You do this by exporting Images ("File ▹ Export ▹ Version" is the command in Aperture; should be, imho, "File ▹ Export ▹ Image").
    You may ask, "Why all the complexity?  Why doesn't Aperture save Images as files?"  The answer is simple:  Images can require less — and in many cases very very much less — storage space than files of Images.  Rather than save a full-size file for every Image, Aperture saves only instructions on how to make that full-size file.  The gain in storage efficiency is huge.  The trade-off is that although your Images are always available to be made into share-able files, you must create those files when needed (which you do by exporting selected Images).
    Here is your question reworded with more precise terms:
    SamanthaR22 might have written:
    How do I access Images in my Aperture Library in the Finder?  I would like I be able to select files in the Finder when I am making photo books online without having to create them by exporting Images from Aperture into a new Finder folder. Is there any way to view and download my Images directly from the Finder?
    No, there is not.  Images exist only in Aperture, and are not accessible for use in other programs.  You must create, for each Image in your Aperture Library, a new file outside of your Aperture Library in order to use it with another program.
    Aperture does allow you to create and save within your Library share-able files of your Images.  These files are called Previews.  You specify the file parameters in Aperture Preferences on the Previews tab.  These files are available to other programs via the OS X Media Browser.  These files are what you get when you drag selected Images out of the Aperture program and drop them on another program or on your desktop (which is part of the Finder).
    HTH.
    —Kirby.

  • Health Management application.How can the integration be possible?

    Hello everyone,
    My name is Ayorinde Adunse and I am an upcoming Java Developer based in Lagos,Nigeria.I developed interest in Java about a couple of years ago and made it a natural choice for developing applications.
    Of recent Ive been trying to develop an application that manages health insurance and premiums calculations here in Nigeria.At present it is an idea though,because existing technologies are already in place for certain orgainisations although there could be improvement.
    What I am trying to do is to develop a client application that can connect to a database on a host system and manage patients health records(and also their health history in the event of subsequent hospital visits),and I know that would not be a problem,since the JDBC API can handle that.But I know that eventually there would be problem as different hospitals that would eventually be using the application around the country would have their data on their systems and this information would need to be put up on an online database server managed by admin from Health management organisations in the country(who would be able to view statistical data on hospitals in each local government and state around the federation and have a right to notify erring hospitals of improper conduct or financial irregularities), as well as funding organisations and ultimately the insurance companies who would be responsible for paying the insurance premiums on claims made by a specific hospital(s)( an admin representative would also be able to view the online database containing information on each hospital to facilitate payments).This would enable a financial and statistical report be sent to each hospital on a monthly,quarterly and yearly basis.
    I am specifically interested in how the integration of this data is to be done especially since the internet is not fully established in Nigeria and there are some remote villages that would not have internet connection and so the desktop application would have to be used(otherwise this would have been a web application with hospital management having login details and a management system for each hospital). The analysis of the data would involve population of women and children registered for the proposed insurance scheme in each local government,and ultimately,in each state of the federation,as well as the financial reports and calculation of claims for each registered hospital under a health management organisation(s).
    Please,I need your help,on suggesstions on the relevant architecture,I know you guys out there are really good and I would need suggesstions.I would really be grateful as I am so stuck.This is my first major enterprise application.I would really be grateful.
    Thanks,
    Ayo Adunse.

    Hi Ayo,
    Interesting concept, you are proposing to build a distributed application so you'll need a VPN(Virtual Private Network) .In Nigeria the only way you can establish a VPN is via the internet.So internet connectivity is compulsory for any client(browser,swing or J2ME).Then again, you could make it a web application with the appropriate security measures in place this will do just fine.Good luck pal.
    You could reach me at [email protected]
    Benni
    SCJP 1.4 | SCWCD 1.4 | SCBCD 5.0

  • Aperture 3: Deleting raw files and making the jpeg my new master-

    Aperture 3 has made some great strides in making the following possible ( I posted this originally in 2007):
    What I'd like to do is shoot everything in raw + jpg, and then keep the raw files only for the important shots.
    I really like having the option of raw processing, but the storage demands are very heavy. If I could just make a selection of photos in a roll, and have a command to delete any unneeded raw files from the selected photos, while keeping the original jpgs as master, that would be great.
    Also, it would be great to be able to manipulate a raw file, and then when I'm satisfied with the image, to render a high-quality jpg from that raw file & make the jpg the new master, and then delete the raw file to free up disk space.
    Basically, I want the raw file safety net for everyday images, without gobbling up gigabytes of disk space <<<<<
    With Aperture 3, I can finally change the master to the jpg file, which solves part of the problem. But I still want to be able to manipulate my raw file, and render a new high-quality jpg master.
    Why don't Aperture / Lightroom do this? To me at least, it seems an obvious feature.

    I had a chance to talk to product managers from both Apple & Adobe about this at PhotoPlus Expo in NYC a couple years back. Both seemed receptive, but here we are - years later - no progress.
    I think part of the problem is that there's a purist mentality about RAW files. One should always shoot them - and then keep them forever- after all- they're your negatives!
    But what about event photography? Or weddings, as you pointed out? It makes no sense to burden your workflow & backup system with 4GB of RAW files of people grinning into the camera. Once the adjustments have been made, the RAW files are just a ball & chain on your data management. And let's not forget, once you really know what you're doing, your jpegs should be good most of the time anyway.
    I want RAW files as a safety net for errors in exposure and white balance. Once I know I have good photos, I don't need the safety net anymore- at least not at the price of all that hard disk space and transfer time for online backup. Of course, for my fine art stuff and important documentary work, I'll always keep the RAWs permanently. But not for routine parties/events.
    You put your finger on the problem with re-importing jpegs as a solution. You lose your metadata- rankings/album memberships, etc. This is no solution!
    What I want is simple, and it would be immediately useful to countless photographers:
    1) Let me batch-delete RAW files when the jpegs are ok.
    2) Let me do adjustments on my RAW file, render out a high-quality jpeg, and make the jpeg my new master.
    Whoever does this first - Aperture or Lightroom - that's the product I'll use.

  • Looking for a software solution like "Ceros" for making HTML5 interactive online magazines?

    Does Adobe CC have at solution for making HTML5 interactive online magazines? (not a FLASH solution from indesign)

    I don't know what the quark plugin does, I'm guessing that it is reading from an external file that contains the price information. An ordinary method of dealing with updatable information in Flash is to use an external file, usually in .xml format. You can update the xml file or have your database do it for you, and then every time a user hits your site, the data is read from the .xml file. Each user will get the latest prices.

  • The integrated weblogic server with jdeveloper 11g is not built successfull

    Greetings,
    I am a student and new to oracle and would like to do my graduation project using oracle database and jdeveloper. I installed oracle jdeveloper 11g on windows 7 32 bit, I carried out a simple adf program. But when I run the program it gives the following messages:
    [Waiting for the domain to finish building...]
    [06:24:42 PM] Creating Integrated Weblogic domain...
    then
    Java Platform SE binary has stopped working > Check online solution and close the program or > close the program. If I press either the following appers:
    then
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [06:29:13 PM] ERROR: An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\user\AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.log
    going there gives the following
    Log File: C:\Users\user\AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
    Product Home: C:\Oracle\Middleware\jdeveloper\jdev\
    Domain: C:\Users\user\AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain
    "C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "C:\Users\user\AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.4.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar
    wlst >
    wlst > PATH=C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.4.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\Oracle\MIDDLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    Elapsed time: 270646 ms
    I uninstalled jdeveloper and installed again changing the drive and the problem persists.
    Please Help and I Will be Very Grateful. Thank you.

    chk if these post wi help you
    Error Creating Integrated WebLogic domain for JDeveloper 11.1.1.1
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=1042245

  • [svn:fx-trunk] 13293: When making the halo - mx namespace changes we missed the following edits in revision 12635.

    Revision: 13293
    Revision: 13293
    Author:   [email protected]
    Date:     2010-01-05 17:07:48 -0800 (Tue, 05 Jan 2010)
    Log Message:
    When making the halo -> mx namespace changes we missed the following edits in revision 12635. The mxml-manifest.xml describes the contents of the legacy Flex 3 MXML 2006 namespace and the presence of this file is required by Flash Builder. The mx-manifest.xml describes the contents of the MX Component Library namespace. From MXML 2009 onwards it does not include the built-in ActionScript types (those are language elements in the MXML 2009 language namespace).
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-24568 - Remove obsolete library://ns.adobe.com/flex/halo mapping from frameworks flex-config.xml and air-config.xml
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24568
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/mx-manifest.xml
        flex/sdk/trunk/frameworks/mxml-manifest.xml
        flex/sdk/trunk/webapps/webtier/WEB-INF/flex/flex-config.xml

  • The integrated bea workshop 10.1 is here

    The integrated Workshop 10.1 is here! See Chris Hogue and Bill Roth's blog for an overview, and what's new, respectively.
    Here are all the bits for download:
    [url http://workshopstudio.bea.com/download.do?source=email_d2dnewsgroup]Workshop Studio 10.1
    [url http://workshopstudio.bea.com/download.do?source=email_d2dnewsgroup]Workshop for JSP 10.1
    [url http://commerce.bea.com/showproduct.jsp?family=WLW&major=10.1&minor=0]Workshop for WebLogic 10.1
    Here are some useful resources to get you started:
    o [url http://edocs.bea.com/wlw/docs101/guide/ideuserguide/navInstall.html]Install Instructions
    o [url http://dev2dev.bea.com/pub/q/d2dmedia_screencasts]Online Demos
    o [url http://dev2dev.bea.com]dev2dev community online
    o [url http://dev2dev.bea.com/eclipse/]Eclipse Tech Center
    o [url http://dev2dev.bea.com/workshop/]Workshop Tech Center
    o [url http://dev2dev.bea.com/blog/wgroth/]Blog: Bill Roth
    o [url http://dev2dev.bea.com/blog/hogue/]Blog: Chris Hogue
    o [url http://dev2dev.bea.com/blog/phumphrey/]Blog: Pieter Humphrey
    o [url  http://edocs.bea.com/wlw/docs101/]Online Product Documentation
    o [url http://dev2devclub.bea.com/]Dev2Dev Club - Download updates. Register new licenses. Renew subscriptions
    o [url http://forums.bea.com/bea/forum.jspa?forumID=2041]Forums
    o Tutorials are available from within the product by File - New - Example, ranging from webservices, JSF, Struts to Hibernate, Beehive, EJB3, BEA Kodo/OpenJPA, and much more

    Can you open a support case on this? When you do, then post the support case
    # so we can track it.
    Did you also get a CrashWeb Dialog?
    br
    John Lindgreen wrote:
    Hi!
    I've downloaded the BEA Workshop for WebLogic 10.1 and have tried to follow the web services tutorial.
    After having created the web service MailingListService.java the Design View is opened as explained.
    When clicking the Source View link as instructed I get a dialog with the message:
    "An unexpected error has occurred." and the stack trace:
    java.lang.NoClassDefFoundError: weblogic/wsee/wsdl/WsdlException
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
         at java.lang.Class.getConstructors(Class.java:1446)
         at com.bea.workshop.common.util.classloader.AbstractClassLoaderAdapterFactory.getAdapterInstance(AbstractClassLoaderAdapterFactory.java:227)
         at com.bea.workshop.common.util.classloader.AbstractClassLoaderAdapterFactory.getAdapter(AbstractClassLoaderAdapterFactory.java:85)
         at org.eclipse.core.internal.runtime.AdapterFactoryProxy.getAdapter(AdapterFactoryProxy.java:63)
         at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(AdapterManager.java:256)
         at org.eclipse.core.runtime.PlatformObject.getAdapter(PlatformObject.java:66)
         at com.bea.workshop.webservices.core.apt.WebServiceAnnotationProcessor.validate(WebServiceAnnotationProcessor.java:255)
         at com.bea.workshop.webservices.core.apt.WebServiceAnnotationProcessor.process(WebServiceAnnotationProcessor.java:155)
         at org.eclipse.jdt.apt.core.internal.APTDispatchRunnable.dispatchToFileBasedProcessor(APTDispatchRunnable.java:545)
         at org.eclipse.jdt.apt.core.internal.APTDispatchRunnable.access$0(APTDispatchRunnable.java:522)
         at org.eclipse.jdt.apt.core.internal.APTDispatchRunnable$1.run(APTDispatchRunnable.java:149)
         at org.eclipse.jdt.apt.core.internal.env.ReconcileEnv$CallbackRequestor.acceptBinding(ReconcileEnv.java:158)
         at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:791)
         at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:464)
         at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:707)
         at org.eclipse.jdt.apt.core.internal.env.BaseProcessorEnv.createASTs(BaseProcessorEnv.java:820)
         at org.eclipse.jdt.apt.core.internal.env.ReconcileEnv.openPipeline(ReconcileEnv.java:144)
         at org.eclipse.jdt.apt.core.internal.env.AbstractCompilationEnv.newReconcileEnv(AbstractCompilationEnv.java:70)
         at org.eclipse.jdt.apt.core.internal.APTDispatchRunnable.reconcile(APTDispatchRunnable.java:164)
         at org.eclipse.jdt.apt.core.internal.APTDispatchRunnable.runAPTDuringReconcile(APTDispatchRunnable.java:103)
         at org.eclipse.jdt.apt.core.internal.AptCompilationParticipant.reconcile(AptCompilationParticipant.java:185)
         at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation$1.run(ReconcileWorkingCopyOperation.java:217)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.notifyParticipants(ReconcileWorkingCopyOperation.java:204)
         at org.eclipse.jdt.internal.core.ReconcileWorkingCopyOperation.executeOperation(ReconcileWorkingCopyOperation.java:75)
         at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:720)
         at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:779)
         at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1122)
         at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy$1.run(JavaReconcilingStrategy.java:97)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:82)
         at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:172)
         at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114)
         at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:120)
         at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:103)
         at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:331)
         at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread..run(AbstractReconciler.java:170)
    Is something setup wrong in my environment or is there an error in the product?
    After some searching I found the missing weblogic.wsee.wsdl.WsdlException.class in both
    BEA_INSTALL_DIR\wlserver_10.0\server\lib\weblogic.jar and BEA_INSTALL_DIR\wlserver_10.0\server\lib\wseeclient.jar.
    Since this is a server side project I decided to try including the first one to the build path of my project ServicesWeb.
    Just to be safe I restarted BEA Workshop and tried to switch between the Design View and Source View.
    A new error appeared and after following the same process as above yet another.
    Some of the them were missing e.g. com.bea.util.jam.JElement and com.bea.xml.XmlException.
    I found some of them in jar files in BEA_INSTALL_DIR\modules, but also in jar files in the zip file
    BEA_INSTALL_DIR\wlserver_10.0\server\lib\wseeclient.zip. So I decide to unzip that file and add
    all the files to a user library in BEA Workshop and then add that user library to the build path of the project,
    and removed BEA_INSTALL_DIR\wlserver_10.0\server\lib\weblogic.jar.
    Now I didn't get more errors. I was able to complete the source and create and start a server.
    But then when I attempt to run the service on the server I again get "An unexpected error has occurred." and the stack trace:
    java.lang.NoClassDefFoundError: weblogic/servlet/internal/WebAppDescriptor
         at weblogic.wsee.util.DescriptorBeanUtil.loadWebBean(DescriptorBeanUtil.java:92)
         at weblogic.wsee.util.DescriptorBeanUtil.loadWebDescriptor(DescriptorBeanUtil.java:80)
         at weblogic.wsee.util.DescriptorBeanUtil.loadWebDescriptor(DescriptorBeanUtil.java:73)
         at weblogic.wsee.tools.jws.build.JwsCompiler.addDescriptor(JwsCompiler.java:188)
         at com.bea.workshop.webservices.core.compiler.WebServiceCompilerImpl$1.invoke(WebServiceCompilerImpl.java:151)
         at com.bea.workshop.webservices.core.compiler.WebServiceCompilerImpl.accessCompiler(WebServiceCompilerImpl.java:385)
         at com.bea.workshop.webservices.core.compiler.WebServiceCompilerImpl.setDescriptors(WebServiceCompilerImpl.java:147)
         at com.bea.workshop.webservices.core.compiler.WebServiceProjectCompilerImpl.build0(WebServiceProjectCompilerImpl.java:146)
         at com.bea.workshop.webservices.core.compiler.WebServiceProjectCompilerImpl.access$000(WebServiceProjectCompilerImpl.java:60)
         at com.bea.workshop.webservices.core.compiler.WebServiceProjectCompilerImpl$1.run(WebServiceProjectCompilerImpl.java:94)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
         at com.bea.workshop.webservices.core.compiler.WebServiceProjectCompilerImpl.build(WebServiceProjectCompilerImpl.java:113)
         at com.bea.workshop.webservices.core.publish.WebServiceProjectPublishTask$WebServicesBuildOperation.processWebServices(WebServiceProjectPublishTask..java:128)
         at com.bea.workshop.webservices.core.publish.WebServiceProjectPublishTask$WebServicePublishOperation.processWebModule(WebServiceProjectPublishTask.java:60)
         at com.bea.workshop.wls.core.server.model.WeblogicWebPublishOperation.processRootChildModule(WeblogicWebPublishOperation.java:124)
         at com.bea.workshop.wls.core.server.model.WeblogicWebPublishOperation.processRootModule(WeblogicWebPublishOperation.java:90)
         at com.bea.workshop.wls.core.server.model.WeblogicPublishOperation.execute(WeblogicPublishOperation.java:105)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1049)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:622)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:471)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:875)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:863)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:142)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    This is again a class from BEA_INSTALL_DIR\wlserver_10.0\server\lib\weblogic.jar, so I added it back to the build path of the project.
    After another restart of BEA Workshop I successfully started the server.
    But publishing fails with:
    Publishing failed
    Error with publish task 'WebServicesProjectBuildTask'.
    Web services in ServicesWeb have errors.
    java.lang.RuntimeException: com.bea.xml.XmlRuntimeException: java.util.zip.ZipException: The system cannot find the path specified
    Error(s) occurred during publish assembly. No modules will be published.
    This one I haven't been able to find a solution for.
    Could anybody please help?!
    Thanks.

Maybe you are looking for

  • What's is new in Sap Portal 7.1?

    What's is new in Sap Portal 7.1? are new features?

  • Exporting to Flash 8 problem!

    I'm working at a hospital in NB Canada creating E-Learning programs. We just purchased Studio 8 and Captivate 2. When I create a project in captivate and I try to import to Flash 8, I get this error message - "an internal Adobe Captivate error (bad a

  • Servlet -  database connection usage

    Hi I am writing a servlet based upon the multi thread model (default in many cases).In the servlet, I go to database 2 or 3 times per request and get data. I have broken down my main method into 4 methods. so method 1 calls method 2 with some params,

  • PreparedStatement GETTING what I put in Parameters

    Again, for this question I have searched the web and cannot find an answer apart from an estimate via Java API for PreparedStatement using the ResultSetMetaData. What I want to do is retrieve the parameters I just set for my prepared statement. So, I

  • Multiple Idoc in BPM

    I have seen this Blog  "IDOCs (Multiple Types) Collection in BPM" In which  case we collect multiple IDOC .Could any one give me a real time example  with three different IDOC's With Regards, Raju