Fatal Error: This J2EE SDK release runs only on Java 2 (JDK1.2 or later)

Hi
Can any one help me
i install the j2ee
i have jdk 1.4 version
i set the JAVA_HOME & J2EE_HOME path also
but when i run j2ee.bat i got the folloing error
Fatal Error: This J2EE SDK release runs only on Java 2 (JDK1.2 or later)
so any one solved my problem
Regards
Nimesh

Another possibility might be the J2EE implementation itself.
In the code for j2sdkee1.2.1, the error you see appears to originate in the checkJVMVersion method of com.sun.enterprise.util.Utility:
if ( !javaVersion.startsWith("1.2")
&& !javaVersion.startsWith("1.3") ) {
errmsg += "Fatal Error: This J2EE SDK release runs only on " +
"Java 2 (JDK1.2 or later)\n";
fatal = true;
This method is called first by J2EEServer. If you are using a later implementation of J2SE, then you will probably have some problems.

Similar Messages

  • Create a SharePoint 2013 Appplication in C#,Error:This operation can be performed only on a computer that is joined to a server farm

    I want to create a sharepoint application in C#:
    SPFarm CurrentFarm = SPFarm.Local;
    SPWebApplicationBuilder webAppBlder = new SPWebApplicationBuilder(CurrentFarm);
    webAppBlder.UseNTLMExclusively = true;
    webAppBlder.AllowAnonymousAccess = false;
    webAppBlder.UseSecureSocketsLayer = false;
    SPWebApplication webApp = webAppBlder.Create();
    webApp.Provision();
    It's create a new application succeed,but when I view the site there is an error:
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration
    Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    How can I fix this issue?
    ps:I had create some new application in sharepoint web site.It's all fine without any issue.
    The sharepoint server,sqlserver and the programs in the same machine.
    Besr regards

    Hi,
    I think below line is causing the error -
    SPWebApplicationBuilder webAppBlder = new SPWebApplicationBuilder(CurrentFarm);
    can you put that line within a try catch and see that causes an exception. If so,  you might try as below-
    SPSecurity.RunWithElevatedPrivileges(delegate()
    webAppBuilder = new SPWebApplicationBuilder(CurrentFarm);
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Error:This page contains content of "application/x-java-applet" type. You do not have the plug-in required to view this content.

    Hi....i m using Mac OS x 10.5.8 with safari Version 5.0.2 (5533.18.5). I just updated the Java version to Java 6 and now m getting below error:
    This page contains content of “application/x-java-applet” type. You do not have the plug-in required to view this content.
    Please help me out on this....

    I am also having a problem with this. My website is hosted through "www.onlinepictureproof.com" and now that my laptop is back from repair with OS X 10.6.8 I am unable to upload my photos to my work website. It says "a plug-in is needed to display this content. Install plug-in" and then a window pops up that says "no suitable plug-ins were found".  Below that is "unknown plug-in (application/x-java-applet)" with a link to "manual install" which takes me to "http://www.oracle.com/technetwork/java/index-jsp-141438.html#download" which just leaves me lost. I've tried downloading the "JRE" but I have zero idea what that means or if Im downloading the proper thing. Once I click on the "download JRE" it brings me to a download page where there are WAY too many items for me to choose from to download, when I have no idea what I need or why I need it. please help, this is driving me insane. I actually preferred my constantly crashing laptop to the state its in now, "like brand new" back from apple repair...I have already updated everything that is promted through "Software Updates".
    "OnlinePictureProof.com" only directs me to apple support.
    Thank you for any help you can offer!
    Sheila

  • SP 2013 - Error: This operation can be performed only on a computer that is joined to a server farm

    Hello Community!
    I am working with SharePoint 2013 and I built a farm inside the firewall.  Then a decision was made to move the two WFE's to the DMZ.  Since that time, whenever I try to access the site collections, I get the error below.  Other information: All
    the web applications are on port 80, but I'm not having any problem with accessing Central Administration which is on port 8080; the network team did screw up the DNS originally, but I'm told it's correct now; the two WFE's servers show in my Manage servers
    on the Farm interface 2X, once with the server name, once with the fully Qualified Domain Name, the ones with the FQDN shows a Services Running status of Not Configured.
    Has anyone else ever seen this error and if so please provide guidance and instruction for fixing the error.
    Thanks!
    Tom
    Server Error in '/' Application.
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server
    to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the
    code.
    Exception Details: System.InvalidOperationException: This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server
    to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.
    Source Error:
    An unhandled exception was generated during the   execution of the current web request. Information regarding the origin and   location of the exception can be identified
    using the exception stack trace   below.  
    Stack Trace:
    [InvalidOperationException: This operation can be   performed only on a computer that is joined to a server farm by users who   have permissions in SQL Server to read from the configuration
    database. To   connect this server to the server farm, use the SharePoint Products   Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010   Products.]
         Microsoft.SharePoint.Utilities.SPUtility.AlternateServerUrlFromHttpRequestUrl(Uri   url) +262
         Microsoft.SharePoint.Administration.SPAlternateUrl.GetContextUri(HttpContext   ctx) +385
         Microsoft.SharePoint.SPAppRequestContext.InitCurrent(HttpContext context)   +1013
         Microsoft.SharePoint.SPAppRequestContext.get_Current() +175
         Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site,   String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean   bNotAddToContext, Byte[] UserToken,
    SPAppPrincipalToken appPrincipalToken,   String userName, Boolean bIgnoreTokenTimeout, Boolean bAsAnonymous) +400
         Microsoft.SharePoint.SPRequestManager.GetContextRequest(SPRequestAuthenticationMode   authenticationMode) +120
         Microsoft.SharePoint.Administration.SPFarm.get_RequestAny() +370
         Microsoft.SharePoint.SPLanguageSettings.GetGlobalInstalledLanguages(Int32   compatibilityLevel) +39
         Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.RefreshInstalledLocales()   +103
         Microsoft.SharePoint.Administration.SPTemplateFileSystemWatcher.Initialize()   +130
         Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.System.Web.IHttpModule.Init(HttpApplication   app) +873
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr   appContext, HttpContext context, MethodInfo[] handlers) +582
         System.Web.HttpApplication.InitSpecial(HttpApplicationState state,   MethodInfo[] handlers, IntPtr appContext, HttpContext context) +322
         System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr   appContext, HttpContext context) +384
         System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)   +397
    [HttpException (0x80004005): This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To
    connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.]
         System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +646
         System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest   wr, HttpContext context) +771
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18010
    Tom Molskow - Senior SharePoint Architect - Microsoft Community Contributor 2011 and 2012 Award -
    Linked-In - SharePoint Gypsy

    Hi Tom,
    According to your description, my understanding is that you got an error when you moved your SharePoint.
    This error occurs when the SharePoint farm administrator cannot connect to your configuration database. Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server. Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server. More information about creating rules in firewall, please refer to the following posts:
    http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server
    http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I am getting the error "This movie can be played only on displays that support HDCP" when attempting to play a HD movie from iTunes to my TV.  The TV is a Samsung UN46B7000WF w/resolution 1080p

    Hello Apple Community,
    I am getting the message "THis movie can be played only on displays that support HDCP (High-bandwidth Digital Content Protection)."  This is the first time I have tried to watch a HD movie that I bought from iTunes from my iMac to my TV.  (This is also the first attempt to go from my iMac to my TV.)  I have a Samsung LED tv that says it is HDCP compatible with Full HD (1080p) and Native resolution is 1920X1080.  I bought a Rocketfish Thunderbolt to/Mini Displayport to HDMI adapter (says support is up to 1920X1200 video resolution) and Mediabridge ULTRA Series HDMI Cable (35 Feet) - High-Speed Supports Ethernet, 3D and Audio Return category 2 certified (supports resolution up to 4K including 1440p, 1080p, 1080i and lower).
    I can get the iMac to display on my TV but am guessing that I have not managed the settings correctly in Display for either the iMac or the TV.  In addition, I do not have sound yet.  Although, the card from Mediabridge says that I need to update my drivers.  Any help/advice with the settings for iMac to TV to watch in HD and adding HDMI drivers would be greatly appreciated.
    Thank you in advance for your assistance.
    Sincerely,
    Lisa

    Hello All,
    I have figured out the sound issue: System Preferences>Sound and choose the TV for output.
    Regards,
    Lisa

  • I have Dell XPS (windows 8.1): error: "this program won't run on this pc"

    Greetings, I just purchased a Dell XPS with Windows 8.1. I have tried to load Irfanview, Kompozer, FileZilla, and other software that I have run, most on XP and even on MacOS, but the downloaded software will not run or install on my new Windowx 8.1. This
    is terribly frustrating! I also don't understand why there is no "start" button that leads you to the software you have installed. 
    Please help. Thank you. 

    Press the Windows key on your keyboard.
    To get Start menu press + X
    Further references
    Where is the Start menu?
    If you wish to get the conventional  Start button  then download and install
    Classic Shell
    some older programs might run poorly or not run at all. If an older program doesn't run correctly or doesn't install, start the Program Compatibility Wizard, which simulates an earlier version of Windows. You can :-
    Make older programs compatible with this version of Windows
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • J2EE doesn't run...PLEASE HELP!!

    When I try to run j2ee from my console I get the following message:
    Fatal Error: This J2EE SDK release runs only on Java 2 (JDK1.2 or later)
    I have j2sdk1.4.1_01 already installed so I don't understand why i get this error message.
    I have also set all my paths as follows:
    Path=C:\Program Files\j2sdk1.4.1_01\bin;C:\Program Files\j2sdkee1.2.1\bin;C:\Program Files\j2sdkee1.2.1\ant\bin
    J2EE_HOME=C:\Progra~1\j2sdkee1.2.1
    JAVA_HOME=C:\Progra~1\j2sdk1.4.1_01
    I also removed any references in my path to older jdk's. can someone please help me out and tell me what i am doing wrong.
    Thanks.

    Hmmmm...
    ssniazi does nothing but ask for contact information or recommend Oracle products.
    Based on this I consider it likely that this person is some sort of sales representative either directly or indirectly associated with Oracle.
    I personally wouldn't provide any contact information to this person. Nor would I accept any advice until this person starts to actually provide some solutions or at least correctly reveals any financial interests that they might have.

  • Plug-in Fatal Error

    Hey, I'm trying to download Java so I can access chatrooms and everytime I try to enter one it says "Java(TM) Plug-in Fatal Error" then in the window it says "The Java Runtime Environment cannot be loaded"
    How do I fix this? I want to chat again :P Thanks!!!!

    I am getting the same error only mine comes up and says that I have too many virtual machines running, have to uninstall and reinstall to play one game, then the error comes up again, whats going on?

  • PSC 1410 driver and fatal error during installation

    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you

    hillie120388 wrote:
    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you
    hillie120388 wrote:
    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you
    hillie120388 wrote:
    Good day people.
    I have problem installing my PSC 1410 driver into my laptop. everytime i install it, it yields fatal error during installation.
    i'm running on Window 7 Ultimate 64 bits. 
    Can anyone please help me? 
    Thank you

  • Fatal errors

    I have a fatal error whenever I tried to install and load java to my computer. Can the error be resolved?

    I have a fatal error whenever I tried to install and
    load java to my computer. Can the error be resolved?
    With or without you providing more information? Without -> no.

  • Running a plain java class in command prompt which uses third party jars

    i have to run a simple java class. its actually a process which is running in the background. Now to run this java file i have created a batch file. my problem is that this java file uses around 100 jar files. when i try to run this java file (actually .class file) it gives me no class defination found error for this java(class) file. What can be the problem. My java home is set....how to solve this problem

    i have to run a simple java class
    my problem is that this java file uses around 100 jar filesThese two statements are contradictory.
    it gives me no class defination found error for this java(class) file. What can be the problemThe class is not on the classpath.
    how to solve this problemEnsure all classes are on the classpath.
    I bet if your searched this forum (or even read the java tutorial) you'd find something .

  • This site is currently not available... Please try again later

    Hi,
         I had created a site http://budgie.azurewebsites.net/. I was able to successfully access this site. After a couple of days, I had deleted this site. Now, in my azure portal, I no longer see the web site budgie, but accessing the url gives
    me the error "This site is currently not available...  Please try again later".
         What must I do to completely remove this? I need to recreate this site again with the same url.
          I am able to create other azure web sites, and access them.
    Thanks & regards,
    Samuel Philip
    [email protected]
    SamuelPhilip

    Just as the message says, please try again later. This has to do with the fact the Azure hasn't completed purged your website name from their system yet. Besides, the external DNS servers may still holds the name/address reference.
    "Nameserver changes can typically take 0 to 24 hours to take effect, but they are known to take as long as
    48 hours to go into full effect. DNS zone record changes such as A, MX and CNAME records can typically take
    0 to 4 hours to resolve but are known to take as long as
    8 hours to fully propagate."
    Frank

  • Create complex component in JSF only with Java

    Hi, now I'm developing some JSF components. My objective is that the developers who use this components only need to write something like:
    <%@ taglib uri="http://chain.com" prefix="d" %>
    <d:somecomponent atributte1="value1" attribute2="value2"/>
    ...This somecomponent will have some subcomponents like HtmlInputSecret, etc.
    How can I create this subcomponents and render it only with Java?
    I can't found anywhere how to do this. Can somebody help me or tell me some URL where it is explained?
    Thank you,

    Hello,
    I am working on a similar need.
    Inside your UIComponent, create a data member like an UIInput.
    Set the rendererType("javax.faces.Secret");
    Do not forget to update the component structure : I mean do a setParent, for example.
    For the rendering step, just call encode subroutines (in the renderer class).
    For this kind of component, it works but for a UICommand with a javax.faces.Link renderer type it does not work.....yet...I will find the solution...
    Hope to help.

  • Error when running "J2ee SDK" -  j2ee server

    Hi,
    When running: C:\j2sdkee1.3.1\bin>j2eeadmin I get the follwoing error:
    Binding: < JMS Cnx Factory : TopicConnectionFactory ,
    Binding: < JMS Cnx Factory : QueueConnectionFactory ,
    Starting web service at port: 8000
    Starting secure web service at port: 7000
    J2EE SDK/1.3.1
    LifecycleException: null.open: java.net.BindExcepti
    JVM_Bind
    at org.apache.catalina.connector.http.HttpCon
    ctor.java:1116)
    at org.apache.catalina.startup.Embedded.start
    at com.sun.web.server.WebService.start(WebSer
    at com.sun.web.server.WebServer.start(WebServ
    at com.sun.enterprise.server.J2EEServer.start
    796)
    at com.sun.enterprise.server.J2EEServer.run(J
    at com.sun.enterprise.server.J2EEServer.main(
    java.lang.RuntimeException: null.open
    at com.sun.enterprise.server.J2EEServer.run(J
    at com.sun.enterprise.server.J2EEServer.main(
    J2EE server reported the following error: null.open
    Error executing J2EE server ...
    Please advise.
    Thanks,
    Gabi

    405 errors in the HTTP cycle
    Any client goes through the following cycle:
    * Obtain an IP address from the IP name of your site (your site URL without the leading 'http://'). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
    * Open an IP socket connection to that IP address.
    * Write an HTTP data stream through that socket.
    * Receive an HTTP data stream back from your Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.
    This error occurs in the final step above when the client receives an HTTP status code that it recognises as '405'.
    Resolving 405 errors - general
    405 errors often arise with the POST method. You may be trying to introduce some kind of input form on your Web site, but not all ISPs allow the POST method necessary to process the form.
    All 405 errors can be traced to configuration of the Web server and security governing access to the content of the Web site.

  • Known Issue: Fatal error when installing the Windows emulators: 2147023293 (Windows 10 Insider Preview SDK and tools, April 2015 release)

    When installing the Windows 10 emulators, you may receive the following error:
    Error: Emulators for Windows Mobile 10.0.10069 : The installer failed. Fatal error during installation. Error code: -2147023293

    To resolve this issue, run Visual Studio setup again to add the emulators. To do this
    Reboot your computer
    Open Control Panel, and select Programs and Features. 
    Select Microsoft Visual Studio 2015 RC, click Change, and then click
    Modify.
    Select the feature “Emulators for Windows 10 Mobile”, and click Update.

Maybe you are looking for

  • HP OfficeJet Pro 8500 A910 - Unable to get it to copy, receive a fax, scan, or print

    Dell Studio Microsoft Vista .. 64 HP OfficeJet Pro 8500 A910 Up until a week ago, this printer was performing just fine.  I am unable to get it to copy, receive a fax, scan, or print. ============================== Unable to print. Job in queue.  pri

  • How to do Customization of EDI 4010 810 Invoice

    Hi , We have to send data to a trading partner in EDI_X12-4010-810 (Invoice) format . But the format is not exactly same as the Standard 810 format which is generated using the B2B Document Editor. There are few Custom elements to be added to the Sta

  • Alv output with pushbuttons

    Hi all , how can i get alv out put with two push buttons?

  • Render Problem, komische Transparenz

    Hallo liebe Leute, ich habe ein Problem, und zwar sehe ich bei einer Vorschau mit halber Auflösung mein Projekt perfekt, aber sobald ich die Auflösung auf Voll stelle bekomme ich komische Transparenzen und manchmal verschwinden die Texturen sogar gan

  • Any steps for Setting up NetTalk on M20

    I notice there is a method to set up xbox for use on cisco valet router m20 by accessing the router page and tweaking some of the settings. Is there a similar method to dedicate one of the router ports for use by NetTalk? I have inconsistent performa