J2ee sdk installation help

Hi,
The setup is
OS= windows2000 server sp3 (standalone)
installed j2sdk1.4.2_02 in c:\j2se1.4.2
path=c:\j2se1.4.2\bin
env javahome=c:\j2se1.4.2\jre
Now when i try to install
j2eesdk-1_4-dr-windows-eval.exe,
it gives the error "There are no files requiring installation". There has been no previous installation of j2ee on this machine.
Any help is welcome.
abrar

This error message is typically issued in the case that files critical for installation are not found after the extraction of the distribution files. Please double check that your download is not corrupted and, if possible, try downloading again.
Another thing you could try is to rename j2eesdk-1_4-dr-windows-eval.exe into j2eesdk-1_4-dr-windows-eval.zip and extract its content using WinZip or similar utility into some temporary directory. After that check that you see file called appserv.class in that directory and try running setup.exe which will also be extracted. If there are errors during the attempt to unzip, that would also point to the distribution corruption as the cause of the problem.

Similar Messages

  • JAAS and J2EE SDK -- please help!

    Hi,
    I'd like to know if it is possible to use customized LoginModule classes in the J2EE SDK reference impl. 1.3
    If so what I can't understand is the following:
    if I use the form-based auth. mechanism in my web app. how can I specify which login module to use? I mean I know JAAS needs an entry in a configuration file such as
    mylogin{
      MyLoginModule required debug=false;
    };but my question is in what file should I add it? clientlogin.config, login.config or serverlogin.config?
    And much more important question is: how can I then specify that I need to use the "mylogin" entry?
    I don't know how the JSecurityCheck servlet work, is there any document where I can find the source code of it?
    Please can anyone help me?
    Thanks in advance.

    I managed to get it working in tomcat 4.0 if you create a config file with the details you've specified called login.config you then need to pass it as a parameter when you start your servlet engine
    i.e. -Djava.security.auth.login.conf=login.config

  • Latest J2EE SDK and Servlets

    Hi,
    I downloaded the latest J2EE SDK and I wish to use it in Eclipse IDE.
    Trying to compile a servlets (a my own one) a javax.servlet cannot be resolved to a type error occurs (shouldn't this package be part of the Sun AS provided within the SDK?).
    Searching for it in the J2EE SDK installation directory I didn't found it.
    Where it is? How I can compile servlets?
    Thank you.
    PS: Please, don't reply me that I didn't need the J2EE SDK to compile and run servlets because I know it.
    I wish to use J2EE technologies and servlets together.

    That makes perfect sense and is quite normal.
    Jar files are each individually treated as a directory containing a classpath entry, and will each have to be specified separately.
    What you're expecting is similar to having every subdirectory containing within it the root of a class tree being recognised automatically by supplying a single higher level directory on the classpath.
    Something like
    classroots
      |--project1
      |           |--classes
      |                    |--com
      |-project2
                  |-classes
                           |-comJust supplying "classroots" on your classpath will NOT cause project1/classes and project2/classes to be picked up as classpath entries (or shouldn't, there might be broken JVMs out there).

  • Problem in installation of J2EE SDK 1.3

    I have installed J2EE SDK 1.3 on my machine. I have set
    J2EE_HOME=C:\j2sdkee1.3.1
    JAVA_HOME=C:\Program Files\j2sdk1.4.2_08
    and
    PATH=C:\j2sdkee1.3.1\bin
    environmental variables. All the three path seem to OK. But when I'm trying to start application server using j2ee -verbose command on my dos prompt I'm getting following error
    'C:\Program' is not recognized as an internal or external command, operable program or batch file.
    I tried j2ee -verbose command from C: prompt as well as from C:\j2sdkee1.3.1\bin prompt in which j2ee batch file is present.
    Please help/guide on above issue

    JAVA_HOME is having space character in it. Install J2SE at location where there are no spaces in the path and then try......

  • Help: jTDS doesn't work with j2ee sdk 1.4

    Hello there!
    I'm wonrking with Win2k sp4, MS-Sql Server 7 and j2ee sdk 1.4 (the newest release).
    I'm trying to use the jTDS JDBC driver to access a MSSql database. This is the connection pool configuration:
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="net.sourceforge.jtds.jdbcx.TdsDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="32" max-wait-time-in-millis="60000" name="cmc" pool-resize-quantity="2" res-type="javax.sql.DataSource" steady-pool-size="8">
    <description>mydb</description>
    <property name="DatabaseName" value="mydb"/>
    <property name="LoginTimeout" value="6000"/>
    <property name="Password" value="mypass"/>
    <property name="User" value="myuser"/>
    <property name="PortNumber" value="1433"/>
    <property name="ServerName" value="localhost"/>
    </jdbc-connection-pool>
    I set up the configuration and restarted the server. I put the jtds-0.7.1.jar file on
    c:\sun\appserver\domains\domain1\lib folder and restarted the server. I've checked for the port 1433 and it's working fine.
    but when I ping, I always get the same error: Operation 'pingConnectionPool' failed in 'resources' Config Mbean.
    I'm getting nuts trying to solve this problem and I don't get it!.
    Please, any help would be appreciatted!!
    Thanx

    Hey! Alin! Thankyou!
    I finally solved the problem with your responses!!!
    I downloaded the final RC version of jTDS (0.8). I copyed the JAR file in c:\sun\appserver\domains\domain1\lib
    The final configuration in the domain.xml is:
    <description>mydb</description>
    <property name="DatabaseName" value="mydb"/>
    <property name="LoginTimeout" value="6000"/>
    <property name="Password" value="mypass"/>
    <property name="User" value="myuser"/>
    <property name="PortNumber" value="1433"/>
    <property name="ServerName" value="localhost"/>
    <property name="Server_type" value="sqlserver"/> <--- VERY IMPORTANT
    <property name="Charset" value="Unidoce"/> <--- VERY IMPORTANT
    </jdbc-connection-pool>
    An now it's pinging without problems!!!
    My only concern is that "Unicode" is a valid value for the "charset" property.
    Regards!

  • Installing J2EE SDK on Linux

    Hello I am trying to install J2EE SDK on Fedora from command line.
    I downloaded J2EE 1.4 SDK 2005Q1 UR1(j2eesdk-1_4_01_2005Q1-linux.bin) and typed ./j2eesdk-1_4_01_2005Q1-linux.bin -console
    I keep on getting an error. Am I missing someting? Here are the results:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    java.lang.UnsatisfiedLinkError: /tmp/j2eesl3hyHA/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:897)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:332)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:78)
    at java.lang.Thread.run(Thread.java:534)
    InvocationTargetException in ArchiveReader constructornull
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Caused by: java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    ... 7 more
    Target Exception Trace:
    java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Deleting temporary files...
    Thanks for your help in advance

    This is probably similar to the problem described in this thread:
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=526086
    (i.e. headless AWT mode which is used to run J2EE installer in console mode is broken in J2SE 1.4.x).
    One thing you can try, provided that J2SE issue got fixed, is to separately download and install JRE 1.5.x on this system and run installer as:
    ./j2eesdk-1_4_01_2005Q1-linux.bin -console -javahome <jre 1.5 install dir>

  • Dispatcher Running; Server Not connected - J2ee Pos installation problems

    Hi,
    Got problem with starting J2EE Engine.
    The message in the browser:
    Dispatcher Running; Server Not connected - J2ee Pos installation problems
    Chked up in the log files:
    RFCEngine Server startup stopped.
    com.sap.mw.jco.JCo$Exception(129)-JCO_Error_Server_startup
    version of rfc driver is invalid.
    Any help
    Thnx
    Meesum

    Hi Rohin,
    Is it true that jdk must be > 1.4.
    Because I came across many places where it is explicitly stated that WAS 620 supports only jdk 1.3. pls let me know
    Thnx anyway
    meesum

  • Android SDK Installer

    I am interested in doing some game development using Basic4Android. To do so, I need to install Java and the Android SDK.
    I have installed Java 7. The following software is installed on my laptop:
    Java 7 Update 7 (64-bit) Version 7.0.70
    Java SE Development Kit 7 Update 7 (64-bit) Version 1.7.0.70
    I then access and download the Android SDK Installer, which I am told is currently this file:
    installer_r20.0.3-windows.exe
    Upon running this installer, the Android SDK Tools Setup starts, which then tries to detect whether the Java SE Development Kit is installed.
    I then get the following error:
    Java SE Development Kit (JDK) not found.
    Error: Failed to find Java version for 'C:\Windows\system32\java.exe': [2] The system cannot find the file specified.
    It also says I should go to java.oracle.com to download and install the JDK.
    There is a "java.exe" file in the C:\Windows\system32 folder with the date when I installed Java 7.
    The file that I did download and run to install Java was
    jdk-7u7-windows-x64.exe,
    leading me to have the installed Java software mentioned above.
    Can you tell me what I may be doing wrong? I am running Windows 7 Home Premium SP1 (64-bit) on an ASUS Laptop with an i5 dual core processor.
    Thank you for any help you provide.
    Addendum: I solved this problem. The instructions for Basic4Android say to install the 32-bit JDK, not the 64-bit JDK.
    Bob
    Edited by: AndroidDev on Oct 13, 2012 5:17 AM
    Edited by: AndroidDev on Oct 13, 2012 6:12 AM

    I solved my problem. The instructions for Basic4Android say to install the 32-bit version of Java, not the 64-bit version.

  • Start the J2EE SDK in the foreground on Windows

    I have upgraded my development AS from Sun ONE 7 to J2EE SDK 8.1. One feature I miss most is: 7 used to live in a "Command Prompt" box where I could watch the log go by and sometimes press Ctrl+Break for a full thread dump.
    Apparently 8.1 starts everything as a background process, and Windows lacks the equivalents of "tail -f server.log" and "kill -QUIT <pid>".
    Is there a way to start 8.1 in the foreground, so that I can watch the log in real-time and generate a thread dump?

    You are right, domain creation requires config/asenv.bat file to be in place.
    It is possible that asenv.bat file did not get created properly due to incomplete uninstallation of the previous installation. To start from the scratch, follow the instructions in section 3 of this article:
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html#p3
    (so, either install in a different location or cleanup component registration info).
    If installation on the clean system fails again please post any errors.

  • IPM Action module ( c# ) or IPM SDK samples help

    Could anybody guide me on where to find samples or send me the samples, which I read in Install document of OIPM V 7.7.1.0 ?
    Content goes like this
    " *Building and Running Action Module Samples*
    The Sample Action Modules are not installed by the SDK installation program. They are included in the AddOn\Samples\SDK Samples\Sample Action Modules directory.
    The samples contained in the Sample Action Modules directory are shown in the following table.
    Name     Type     Description
    Database Lookup Action     C# Action Module     Demonstrates how to perform a database lookup from a "
    Pl help.

    I created sample on my own.

  • How to install J2ee sdk 1.4

    How to install j2ee sdk 1.4......is like j2ee sdk 1.3???????????

    Download the SDK from here http://java.sun.com/j2ee/1.4/download.html#sdk follow the installation instructions.

  • J2EE RI vs. J2EE SDK?

    The tutorial I'm working with has an exercise for downloading and setting up the J2EE Reference Implementation, but I can't find a download for that on the Java site. Is the J2EE RI the same as the J2EE SDK? If not, where can I get the J2EE RI? What is the difference between the two?
    Thanks for your help.
    butrosbutros

    The J2EE reference implementation is part of the J2EE SDK.
    You can download the J2EE SDK from http://java.sun.com/j2ee/download.html#sdk

  • J2EE SDK 1.4 on AMD64

    Hello All,
    I would like to run the J2EE SDK 1.4 on an AMD Opteron Server (Sun Fire - AMD) running Debian Linux. The kernel (2.6.12), the and the distribution (Debian unstable/testing) are both 64 bit versions. The J2EE SDK 1.4 is not available for this platform, so taking the base linux distribution and extracting it manually, and using the separate JDK 1.5 available specially for the AMD 64 bit installation gives this error:
    Unable to read system environment. No system environment will be used.And then the Application Server fails to startup properly. This problem has been documented in the past, see (You will note that I posted a solution for running the J2EE SDK under Debian Linux):
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=583452
    https://j2ee-sdk.dev.java.net/howtos/J2EE_SDK_Installation_HOWTO.html
    This time, though, installing the 'C++ compatibility library' is not an option. Even on the 64 bit distributions of redhat, this is still a 32 bit intel x86 library, and it is unusable on the AMD 64 architecture. There is not a separate version of this library available from redhat specifically for the 64 bit version of the AMD processor.
    Suggestions and guidance are greatly appreciated.
    Thanks,
    Adam
    Adam Just
    http://www.acjust.com

    The problem is with debian. installing j2ee in debian gives this kinda problem while j2se installs fine.
    The error in ur case is due to the fact that its unable to find the hostname.
    add <hostname> 127.0.0.1 in ur /etc/hosts file.
    It should work after that.

  • 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.

  • Unable to download J2EE SDK

    I was able to download neither J2EE SDK, even nor SDM(Sun Download Manager), suffering from the following error web page:
    ===========================================================
    The page cannot be displayed
    The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
    Please try the following:
    Click the Refresh button, or try again later.
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    To check your connection settings, click the Tools menu, and then click Internet Options. On the Connections tab, click Settings. The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP).
    See if your Internet connection settings are being detected. You can set Microsoft Windows to examine your network and automatically discover network connection settings (if your network administrator has enabled this setting).
    Click the Tools menu, and then click Internet Options.
    On the Connections tab, click LAN Settings.
    Select Automatically detect settings, and then click OK.
    Some sites require 128-bit connection security. Click the Help menu and then click About Internet Explorer to determine what strength security you have installed.
    If you are trying to reach a secure site, make sure your Security settings can support it. Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
    Click the Back button to try another link.
    Cannot find server or DNS Error
    Internet Explorer
    ==============================================================
    The problem was still even after I had followed instructions on the error page and made the tuning on IE.

    Please try to download the file from another computer, or try in the next day, sometimes the server may be under maintenance

Maybe you are looking for

  • Discoverer report link

    Hi guys, I have created a link to Discoverer report in applications that works beautifully but there is one downside in it. When we invoike the report to launch in Discoverer Viewer it opens in the same browser window. Does anyone know how to make it

  • Thinkpad T440s - ClickPad no longer working, not listed in /proc/...

    This started earlier today. My clickpad used to work fine, now it's completely non-functional. I'm currently using a Logitech wireless usb mouse, which you'll probably see in dmesg&co below. Some observations: if I just boot and don't touch anything

  • Application Frame Issue

    The Application Frame window opens up too tall on both my monitors.  I cannot resize it nor access any of the tools at the bottom.  Is there any other way to resize it except by grabbing it with the cursor and dragging the edge, since obviously I can

  • Putting cd files together

    I have imported all of my CDs into itunes. However, I have some CDs where some of the songs off that cd are not together. For example, it will have songs 1-8,10-15 together and song number 9 will be by itself a couple of cd's away but with the same c

  • WebService & Models

    I have a non SAP web service and I want to call it from the web Dynpro? shall I use Model for that and what is the steps for doing it? Thank you