Migration of j2ee app from Sun one App Server 6.0  to Sun one 6.5 Server

Hi all,
Currently I am involved in "J2EE" ear (webapps) migration from Sun One 6.0 to Sun One 6.5 Application Server on solaris os.Since the version and functionlity itself is major change in Sun One Server, my team had decided to build the source file and decided to port to Sun one 6.5 App Server.On doing build and compiling all source files, EJB compiler is failing on Sun one server 6.5.
Our findings on migration was as follows:
Sun one server 6.0 and its EJB compiler internally uses "kfcjdk11.jar" which is the base library to generate ejbs for "Enterprise Archive or ear file " of the application.Hence our application is suceessfully getting compiled and built on Sun one server 6.0 and running pretty fine.
However, "kfcjdk11.jar" still present in Sun One 6.5 server but its not been referred by SUN One 6.5 EJB compiler.So any successfully ear file deployed on 6.0 App Server, can be deployed on Sun One server 6.5. But to test applications/product's cycle, ear file deployed on SUN one 6.5 throws runtime errors and white screen is displayed to the user.
I had already included kfcjdk11.jar file into classpath, still its failing to compile the files.
The one of the error description is as follows:
[exec] iPlanet Enterprise Java Beans(tm) Compiler (version 6.5)
[exec]
[exec] Unexpected compilation Error:
[exec]
[exec] ejb_fac_com_server_framework_ejb_ChannelManagerBean.java:9: Superclass com.kivasoft.eb.EBHomeFactoryBase of class com.server.framework.ejb.ejb_fac_com_server_framework_ejb_ChannelManagerBean not found.
[exec] extends com.kivasoft.eb.EBHomeFactoryBase
[exec] ^
[exec] ejb_home_com_server_framework_ejb_ChannelManagerBean.java:8: Superclass com.kivasoft.eb.EBHomeBase of class com.server.framework.ejb.ejb_home_com_server_framework_ejb_ChannelManagerBean not found.
[exec] public class ejb_home_com_server_framework_ejb_ChannelManagerBean extends com.kivasoft.eb.EBHomeBase implements com.server.framework.ejb.IChannelManagerHome
[exec] ^
[exec] ejb_kcp_skel_IChannelManagerHome.java:9: Superclass com.kivasoft.ebfp.EBKCPSkelBase of class com.server.framework.ejb.ejb_kcp_skel_IChannelManagerHome not found.
[exec] extends com.kivasoft.ebfp.EBKCPSkelBase
[exec] ^
[exec] ejb_stub_IChannelManagerHome.java:9: Superclass com.kivasoft.eb.EBStubBase of class com.server.framework.ejb.ejb_stub_IChannelManagerHome not found.
[exec] extends com.kivasoft.eb.EBStubBase
[exec] ^
[exec] ejb_kcp_stub_IChannelManagerHome.java:9: Superclass com.kivasoft.ebfp.EBKCPStubBase of class com.server.framework.ejb.ejb_kcp_stub_IChannelManagerHome not found.
[exec] extends com.kivasoft.ebfp.EBKCPStubBase
[exec] ^
[exec] ejb_stub_IChannelManager.java:9: Superclass com.kivasoft.eb.EBStubBase of class com.server.framework.ejb.ejb_stub_IChannelManager not found.
[exec] extends com.kivasoft.eb.EBStubBase
[exec] ^
[exec] ejb_kcp_stub_IChannelManager.java:9: Superclass com.kivasoft.ebfp.EBKCPStubBase of class com.server.framework.ejb.ejb_kcp_stub_IChannelManager not found.
[exec] extends com.kivasoft.ebfp.EBKCPStubBase
[exec] ^
[exec] ejb_skel_com_server_framework_ejb_ChannelManagerBean.java:7: Package com.iplanet.ias.tools.monitor not found in import.
[exec] import com.iplanet.ias.tools.monitor.*;
[exec] ^
[exec] ejb_skel_com_server_framework_ejb_ChannelManagerBean.java:11: Superclass com.kivasoft.eb.EBSkelDelegate of class com.server.framework.ejb.ejb_skel_com_server_framework_ejb_ChannelManagerBean not found.
[exec] extends com.kivasoft.eb.EBSkelDelegate
[exec] ^
[exec] ejb_kcp_skel_IChannelManager.java:9: Superclass com.kivasoft.ebfp.EBKCPSkelBase of class com.server.framework.ejb.ejb_kcp_skel_IChannelManager not found.
[exec] extends com.kivasoft.ebfp.EBKCPSkelBase
[exec] ^
[exec] 10 errors
[exec]
[exec] Result: 255
Please guide us or suggest us to migrate our application to Sun one 6.5.
Thanks in advance,

Hi,
web applciation uses some of platform specific API which are not portable to App server 7.0 like uda.framework etc.
So to streamline process we are migrating applcaition to 6.5 server and also planning to rewrite whole archietecture to port it to another app server.
Thanks,

Similar Messages

  • I baught an app from the mac app store and it is damadged but I cant delete it and download a new one?

    I baught an app from the mac app store that is damadged. When I open the app it says to delete it and redownload it, but when I open the launch pad and hold down on the app there is no x beside it. I also cant drag it into the trash.

    What app was it you purchased?

  • Can you launch an android app from an android app built with air?

    Hi I might a have project coming up soon where one of the requirements is that the android air application can launch another application on the device...
    In pure java this would look something like this....
    Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.rpg.rbar");
    startActivity(LaunchIntent);
    Does anyone no if I can perform a similar method using as3
    Thanks
      Aidan

    Try the below.  Found this at the below link. 
    http://www.blogbyben.com/2013/04/launching-android-app-from-adobe-air-app.html
    var url:String = ("intent:#Intent;" + "action=android.intent.action.MAIN;" + "category=android.intent.category.LAUNCHER;" + "component=com.android.settings/.Settings;" + "end");  navigateToURL(new URLRequest(url));
    Question I have is, is there any way to get a list of currently installed apps?

  • Can I install an app from the mac app store on just my login?

    I'd like to download apps from the mac app store to just my login and NOT have them installed on other users logins.  how can I do this?

    In your Mac, you have two Applications folder: /Applications, and ~/Applications.
    The first one is the used by default and it stores the applications that are going to be used by all users. The second one is stored in your user folder (~ refers to the user folder), and you have to put the apps you only want to use yourself in this app.
    First, open Finder, select Applications folder in the sidebar and copy all the apps you want, selecting them with Command key and then, pressing Command and C keys. After that, select Go menu > Go to Folder, type ~/Applications, and press Command and V keys there to paste your applications.
    Finally, go back to /Applications and delete the copied apps, so only you will be able to access to those applications

  • How do I download an app from the Mac App Store but not install it yet?

    How do I download an app from the Mac App Store but not install it yet?
    Can I simply download it and not install?
    What if the App gets updated before I download it?
    Why? Well, I am very busy and wish to install at my leisure even though I have purchased the App (required at a specific day in the month in order to appear on my business accounts).
    Thanks.

    There is a difference in what Kappy stated and what you stated. A major paid upgrade (v2.x to v3.0), yes, costs money, as it would in any other delivery stream. Updates (v3.0 to v3.1) to a a major version are free.
    Most apps sold through the Mac App Store (MAS) are the type that use the simple drag & drop installation. Those are downloaded directly to the designated apps folder and installation is done. Large pro-type apps download an installer to your Apps folder. Those you can install at your leisure. The MAS does not have a lot of apps using this type of installation.
    Be sure to always backup your MAS purchases, because there is no guarantee that the app will always be available for download in the future and it is your responsibility to archive copies.

  • How can i stay logged in on iPhone Skype after i delete the app from the 'current' apps?

    How can i stay logged in on iPhone Skype after i delete the app from the 'current' apps?
    Thanks for ur answers !

    You are correct. There is no other way to recover this material, and yes it would have been a good idea to backup the iPhone prior to the restore. Remember that a restore to a previous date deletes everything on the device and puts it back to the state of things on the date you choose. The texts and contacts would be gone. Did you possibly sync the contacts with a supported application on the computer? That is the only other way to recover contacts. They are designed to be synced with a supported application on the computer, or with a cloud service such as iCloud, Google or Yahoo.

  • I set up my new computer using the apple ID i always use, and then later migrated all my files from my old mac book to the same new one, but under a different user (same ID). how do i consolidate the two users on my new mac book?

    i set up my new computer using the apple ID i always use, and then later migrated all my files from my old mac book to the same new one, but under a different user (same apple ID). how do i consolidate the two users on my new mac book?

    Well if you use the Finder Go menu to Computer, a window opens up double click on your boot drive and then on Users folder, open the other user folder and open Public and drop your files into DropBox
    When you do this it will copy them and change the permissions and user assigned to it, so log into the other user and place them into your respective normal folders.
    Once you have all your files over and don't need the old user, use System Preferences > Accounts to delete it if you wish, however it's good two Admin accounts on the machine in case something bad happens in the other. Some people for security reasons on use a Standard account for most uses and a emergency Admin account.
    One can still do most Admin things in Standard user.

  • How can I delete a app from the Mac App Store completely?

    I have a apllication which had a error. I delete it and download the app from the Mac App Store again, but the error wasn't delete. My iMac had stored it and the Error wasn't deleted so I can't youse the app.
    What can I do to delete the app complete?
    Please answer.

    If your App was faulty in some way you should write to iTunes support.   If you simply want to delete it, most Apps carry uninstall (not delete) instructions.
    Incidentally, I believe you cannot delete the record of your purchase from iTunes.   That will always stay on your purchases list and be marked with a dark grey square as INSTALL..

  • Can't buy an App from the mac app store with iTunes gift card.

    Hello ,
    I have iTunes credit over 10 $ but still i can't buy an App from the mac App store although it show that i have credit and im sure i do, i tried exiting the Mac App Store and try again but still when i click on buy it opens a new window with billing info after i type my Account details, i don't use credit card and have always redeemed iTunes Gift Cards , but now it doesn't let me buy it!
    Any help on how to buy an App without the store taking me to billing info to add , would be appreciated
    I have a Macbook Air 2013 Model.
    with Yosemite installed.
    Thanks,

    Yes.
    Click Redeem on the right side of the MAS window under Quick Links.
    Carolyn   

  • Is there a way to open the settings app from an air app on both iOS and android?

    Since you can't change the notifications settings within the app, is there a way to simply open the settings app from an air app? like a link or something like that?

    Even on iOS this has only recently been added by Apple for iOS 8 only using the line:
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
    So you would have to wrap this in an ANE and then again, only for iOS and only call it in iOS 8+

  • HT2534 I have downloaded free apps from the apple App Store but each time they charge me 8 dollars for a free app. A free app shoud be free to download . How do I get my money back?

    I have downloaded free apps from the apple App Store but each time they charge me 8 dollars for a free app. A free app shoud be free to download . How do I get my money back?

    iOS is the operating system for iOS devices like the iPhone and iPad. Your Mac runs on OS X. You have installed OS X 10.10.2 Yosemite.
    I have the most recent version of the Kindle app for Mac from the Mac App Store (MAS) v. 1.10.6 and it works fine. Look again in the MAS for the Kindle app, does it say Get or Open on the button?
    Are you confusing Kindle for Mac with Kindle for iOS. The iOS version won't run on your Mac.

  • I downloaded a widget from apple and was unable to open it because a window appeared telling me that the developer was unidentified. How do I change the security preferences that allow me to only install apps from the Mac App Store?

    I downloaded a widget from apple and was unable to open it because a window appeared telling me that the developer was unidentified. How do I change the security preferences that allow me to only install apps from the Mac App Store?

    go to system preferences - security and privacy - under allow applications downloaded from - click on anywhere.

  • I'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the pro

    i'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the programme

    macjack gave you the easiest solution. Need to have admin privilieges to change this option.

  • How to restrict the ordering of apps from within an app

    My grandkids somehow run up charges by ordering apps from within an app they are using usually games  without even knowing they are doing it. How do I restrict them from doing it?  And how do I get the charges to Itunes removed when this happens?

    You can go into settings, and restrictions and turn off 'in app purchases'
    You may also want to set your apple id from 'require after 15 minutes' to 'require immediately'
    As to getting the charges reversed you can contact the app developer. Maybe they will reverse the charges, but they don't have to. The terms of sale are that all sales are final.

  • How to download apps from the philippine app store

    how to download apps from the philippine app store. im here at the US and im using a US credit card

    You can't do that from outside the Philippines.
    (94063)

  • Will iTunes U ever be an App from the Mac App Store?

    Will iTunes U ever be an App from the Mac App Store?

    Absolutely
    Another infuriating Apple dogma, especially for anybody using a 'magic trackpad': you can do pretty much everything you can do on an iPad, only faster and with a higher definition screen!
    Isn't it totally crazy that I haven't purchased a single iBook because Kindle provides me a good reading platform on my MacBook Air but Apple doesn't ???!!!

Maybe you are looking for

  • Urgent task on download file

    Hi friends , I download the data into the excel file succesfully by 'EXCEL_OLE_STANDARD_DAT'   .But I didnt get the Headings What I have to Modify. *& Report  ZT11 report zt11. data : begin of head occurs 0,        h1(5) type c value 'one',        h2

  • N8 Ovi Store unable to install app after downloade...

    Hi all, Ovi Store in my N8 unable to install app after downloaded. App are succefully downloaded but hang when start installing, i follow the prompt instruction in N8, which is click Smart Installer but prompt same installation process box & the box

  • What's with the video performance?

    I have a 2.8Ghz Core 2 Duo Macbook Pro from maybe a year ago or so. It can't handle 720p quicktime videos from the apple trailers site. They stutter and drop frames like crazy. My older Macbook Pro could handle the 1080p videos. The newer one has the

  • Links missing from printed version

    Using RH7 on a help text originally created in RH5, my printed documentation has no links at all-- not even non-working links. The link text comes through as plain text. While the printed documentation is being generated I repeatedly get a message fr

  • Why doesn't this program compile?

    Compiling this program:   public class Foo<T> {     private final Class<T> type;     public Foo(Class<T> type) {         this.type = type;     public T cast(Object obj) {         return this.type.cast(obj);     public void handle(T obj) {     static