PetStore 1.3.1 Install on Win98

I am trying to install Java PetStore 1.3.1 on a Windows 98 (unfortunately) platform.
maybe I need to run this on Win2000 or XP Pro? I couldn't find any info in the Blueprints area of the site that states that it will or will not run on Win98. Assuming 98 is ok, here is the background for problem.
My j2dk and j2dkee were a version or two behind so I upgraded those as well.
As part of the install process it is necessary to get cloudscape and the j2ee server running. both of these executables call the setenv.bat in the %J2EE_HOME%\bin directory. I have encountered a number of syntax errors when running the setenv.bat as follows:
1.
not sure if this is an error...
the script looks to see if %JMS_HOME% is set, if not it sets it to %J2EE_HOME%. In my environment, %JMS_HOME% had not been set up to this point. I assume this is ok, but since I have subsequent problems (#3 below), wondered if anyone has a definite idea here. Maybe I should set %JMS_HOME% to something else before running setenv.bat?
2.
set CLASSESDIR=%LIBDIR%\classes
%LIBDIR% is the %J2EE_HOME%\lib directory. There was no classes directory under it, but there are *.jar files. I added classes directory here but of course its empty and probably will eventually have a no class def found problem?
3.
set JMS_CLASSESDIR=%JMS_HOME%\classes
same as #2 -- there was no classes directory in the %JMS_HOME% path. I added a classes directory manually, but assume there are some classes that it will need here! As mentioned in #1 for my environment, %JMS_HOME% is same as %J2ee_HOME%.
4.
set JAAS_OPTIONS=-Djava.security.auth.policy=%J2EE_HOME%\lib\security\jaas.policy
for this line, I get a syntax error. In fact there is no jaas.policy file in the %J2EE_HOME%\lib\security\ directory. Anyone know why or what belongs in this file?
5.
set SSL_OPTIONS=-Djavax.net.ssl.trustStore=%J2EE_HOME%\lib\security\cacerts.jks
get syntax error. not sure why, did make sure the file cacerts.jks actually exists in this directory.
6.
set LISTEN_OPTIONS=-Dcom.sun.CORBA.connection.ORBListenSocket=SSL:0,SSL_MUTUALAUTH:0,PERSISTENT_SSL:1060
get syntax error. not sure why, and I don't know much about SSL.
thanks in advance for any help

Did you ever get an answer??
I'm in the same boat as you. I have Windows 98 and want to start learning J2EE. My old crummy Compaq computer won't handle Win 2000 so I guess I'm going to buy a new computer (with xp pro).
Were you able to get it working.
Jeez, you'd think it would be a little more flexible with a language that is "platform independent".

Similar Messages

  • Oracle 8i installed under Win98 using JDeveloper

    I have sucessfully installed 8i for Win98, but I am having problems setting up local dayabases using NET8. Can anyone offer any tips?? I want to use JDeveloper to Access databases locally using JDBC

    Hi Jim
    I was able to get Personal 8i up and
    running. When you start your session
    you first start up the listener pgm
    then mount the database correct?
    I have been able to use SQL navigator,
    PowerBuilder, and SQL Plus to create and
    mannipulte DB tables, procs and other relational objects. Make sure the Listener is up and running and that the TNSNames files has the correct instance name.
    If you want I can send you copies of my
    listener and tns names file as an example.
    It took me a week + to get it working and I'm not really sure how I did it! Also, I thought JDeveloper for 8i was only available
    under NT. My email is [email protected]
    Good Luck - Andy
    null

  • Install on win98 machine

    I am having trouble doing an install on a 98 machine the help gave me this input. On the first entry of SQL plus use SYTEm as user and the WIN98 key for the password. This is not working please help.

    Hi Jerry,
    What kind of trouble do you have ?
    Designer 6 install?...see http://www.chow1.myweb.nl
    Headstart...sorry..can't help you
    Regards
    Martin

  • Java 2 v1.4.0 and Forte --- how to install on Win98?

    I just received the CD labelled "Forte for Java 4," intending to use this to learn the language. There are no instrauction with it, and even all the readmes fail to give actual directions. So I found what seemed to be the install executable for Java (a few levels down) and ran it. I had guessed right and it went through the installation as I accepted defaults. Then, trying to install Forte, the installer balked by saying that it could not handle a path with a space in it. So why did the defaults for Java go ahead and put it into the usual "Program Files" folder if the associated software could not handle that? Why can't Sun provide installation instructions someplace where they can be found? Well, do I have to UNinstall Java and redo it with a different path, or what? I would appreciate any help from those who have figured out these initial hurdles.
    Note to Sun: Forte is a far better name than Studio 4!

    dont install java sdk in pgm files or any folder with space in its name.i install jdk in the default directory which is c:\jdk1.4 something.while installing forte it'll detect ur jdk and no prblm.and about why it cant be installed in dir with spaces u have to report it to sun ;)

  • Install on Win98

    Is we install WLS 6.0 on Win 98 ?I install this successfully but how to start this server ?

    WebLogic is not supported on Windows 98. The platform support page for
    WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley, BEA Systems Inc
    Learning WebLogic? Buy the book.
    http://www.learnweblogic.com/
    "Kumar Allamraju" <[email protected]> wrote in message
    news:[email protected]..
    Read Online Docs:
    http://e-docs.bea.com/wls/docs60/install/instpos.html
    Bhavesh wrote:
    Is we install WLS 6.0 on Win 98 ?I install this successfully but how to
    start this server ?
    >

  • Problem in Installing PetStore 1.3

    Dears, I am facing problem in installing petstore following is my console's out put.Please advise.
    I am following the same instructions provided in the docs.
    E:\j2sdkee1.2.1\public_html\petstore1.3>setup
    Buildfile: setup.xml
    init:
    help:
    [echo] Before running this script, please start the cloudscape database and J2EE server by running the following commands:
    [echo] <change directory to j2sdkee1.3/bin>
    [echo] cloudscape -start
    [echo] j2ee -verbose
    create_jms_queues:
    [echo] Creating JMS Queues ....
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    create_users:
    [echo] Creating users ....
    [java]
    [java] Group default has been added successfully.
    [java]
    [java] User jps_admin has been added successfully.
    [java]
    [java] User rcvr has been added successfully.
    create_supplier_db:
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    create_opc_db:
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminTool
    [java] Java Result: 1
    core:
    [echo] The J2EE SDK is now successfully configured to run the petstore application. Please restart cloudscape and the j2ee servers, and deploy all the ear files. You can do this by issuing the fo
    llowing commands:
    [echo] change directory to j2sdkee1.3/bin
    [echo] cloudscape -stop
    [echo] j2ee -stop
    [echo] cloudscape -start
    [echo] j2ee -verbose
    [echo] change directory to petstore1.3
    [echo] setup.bat deploy (or on Unix, setup.sh deploy)
    BUILD SUCCESSFUL
    Total time: 22 seconds
    E:\j2sdkee1.2.1\public_html\petstore1.3>cd ..
    E:\j2sdkee1.2.1\public_html>cd ..
    E:\j2sdkee1.2.1>cd bin
    E:\j2sdkee1.2.1\bin>cloudscape -stop
    URL=[jdbc:rmi:jdbc:cloudscape:]
    Attempting to shutdown RmiJdbc server
    RmiJdbc Server RmiAddr is: //aliawan/RmiJdbcServer
    WARNING: Shutdown was successful!
    E:\j2sdkee1.2.1\bin>j2ee -stop
    Shutting down the J2EE server.
    E:\j2sdkee1.2.1\bin>cd ../public_html
    E:\j2sdkee1.2.1>cd /public_html
    The syntax of the command is incorrect.
    E:\j2sdkee1.2.1>cd public_html
    E:\j2sdkee1.2.1\public_html>cd petstore
    The system cannot find the path specified.
    E:\j2sdkee1.2.1\public_html>cd petstore1.3
    E:\j2sdkee1.2.1\public_html\petstore1.3>setup.bat deploy
    Buildfile: setup.xml
    init:
    deploy:
    [echo] Deploying ears ....
    [java]
    [java] Sender object Deploytool (Main) : Neither this XML document's public nor system id's could be resolved: java.net.UnknownHostException: java.sun.com java.sun.com
    [java] on parsing the doucment corresponding to class com.sun.enterprise.deployment.xml.EjbBundleNode
    [java] Java Result: 1
    [java]
    [java] Sender object Deploytool (Main) : Neither this XML document's public nor system id's could be resolved: java.net.UnknownHostException: java.sun.com java.sun.com
    [java] on parsing the doucment corresponding to class com.sun.enterprise.deployment.xml.ApplicationNode
    [java] Java Result: 1
    [java]
    [java] Sender object Deploytool (Main) : Neither this XML document's public nor system id's could be resolved: java.net.UnknownHostException: java.sun.com java.sun.com
    [java] on parsing the doucment corresponding to class com.sun.enterprise.deployment.xml.ApplicationNode
    [java] Java Result: 1
    [java]
    [java] Sender object Deploytool (Main) : Neither this XML document's public nor system id's could be resolved: java.net.UnknownHostException: java.sun.com java.sun.com
    [java] on parsing the doucment corresponding to class com.sun.enterprise.deployment.xml.ApplicationNode
    [java] Java Result: 1
    [echo] The petstore application is now installed.
    [echo] Please restart your cloudscape database and the J2EE server, and then point your browser to http://localhost:8000/petstore to access petstore.
    BUILD SUCCESSFUL
    Total time: 17 seconds
    E:\j2sdkee1.2.1\public_html\petstore1.3>cd ..
    E:\j2sdkee1.2.1\public_html>cd ..
    E:\j2sdkee1.2.1>cd bin
    E:\j2sdkee1.2.1\bin>cloudscape -stop
    URL=[jdbc:rmi:jdbc:cloudscape:]
    Attempting to shutdown RmiJdbc server
    RmiJdbc Server RmiAddr is: //aliawan/RmiJdbcServer
    WARNING: Shutdown was successful!
    E:\j2sdkee1.2.1\bin>j2ee -stop
    Shutting down the J2EE server.
    E:\j2sdkee1.2.1\bin>

    Hello ali_awan,
    Upon looking at the output from the console, it looks like you had a problem when you ran setup under the petstore1.3 directory. The setup echoed several times:
    [java] java.lang.NoClassDefFoundError: com/sun/enterprise/tools/admin/AdminToolBecause this class was not found, the latter deployment of the Petstore .ear file was not successful. To fix this, you will first need to successfully setup petstore1.3.
    The NoClassDefFoundError indicates that the class files in the package com/sun/enterprise/tools/admin/AdminTool could not be located in the system CLASSPATH variable.
    Please make sure that the directory that stores the package com/sun/enterprise/tools/admin/AdminTool is included in the system CLASSPATH. This should get rid of the errors during the create_jms_queues step. And hopefully this should alleviate the problems encountered during the deployment of the Petstore ear file.
    For instructions how to set your CLASSPATH variable, please visit the following link:
    http://java.sun.com/j2se/1.3/install-windows.html
    Hope this helps!
    Ming Chou
    Developer Technical Support
    http://www.sun.com/developers/support

  • OUI prob JRE not found when installing Oracle8i PE on Win98 (non P4 machine)

    Oracle universal installer won't run. Java Runtime Environment not found. Tried installing version 1.1.8 of JRE, but this didn't help. (note: download not CD)

    Thank you for your answer. This is the developer suite, and I though this could be installed on win98. I have installed Oracle Database Personal Edition 9i, and It works fine. Now I just want to practice my lessons with forms and reports, being able to connect to my oracle personal 9i (stand alone).
    Thats why I want to install the Developer Suite 10g, but if this is not for win98, can someone tellme wich version of developer suite could I install in order to practice oracle forms and reports and eventually all the other applications of the suite?

  • Installing DevSuite 10 on Win98

    Hello everyone,
    I am trying to install the Developer Suite 10 on Windows 98, and when I start the installer, I got the message:
    =======================================
    Using paramFile: E:\INSTALL\WIN32\oraparam.ini
    Checking requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.
    Actual 4.10 Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at C:\Archivos de programa\Oracle\Inventory\logs\installActions2004-07-05_04-55-16PM.log
    Please press Enter to exit...
    =======================================
    the file oraparam.ini is like this:
    =================================
    [Oracle]
    DISTRIBUTION=TRUE
    SOURCE=../../stage/products.jar
    LICENSE_LOCATION=
    JRE_LOCATION=../../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/Expanded
    JRE_MEMORY_OPTIONS=" -mx160m"
    DEFAULT_HOME_LOCATION=DevSuiteHome
    DEFAULT_HOME_NAME=DevSuiteHome
    DISPLAY_VERSION=false
    NO_BROWSE=/net
    NLS_ENABLED=TRUE
    BOOTSTRAP=TRUE
    BOOTSTRAP_SIZE=55
    OUI_VERSION=2.3.0.10.0
    #SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
    #SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
    #SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
    SHOW_HOSTNAME=NEVER_SHOW
    #THIN_JDBC_FILENAME is optional and defaults to classes12.jar
    #The value specified for this should be packaged with OUI, and should
    #be relative to <OUI expanded stagedir>/jlib/
    THIN_JDBC_FILENAME=classes12.jar
    #JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
    #JRE_OSDPARAM is optional and should be set to -native for the JRE's
    #that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
    #For JRE 1.4.1 this should be set to empty or the type of VM that is
    #supported client/server. The default value is -native in UNIX platforms
    #that supports native VM
    #Unix supporting native - JRE_OSDPARAM="-native"
    #Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM=""
    JRE_OSDPARAM=""
    #RUN_OUICA specifies the batch script name that needs to be run
    #The script is ouica.bat for win32, and ouica.sh for solaris.
    #If the value is not specified, then the OUICA script is not run
    RUN_OUICA=ouica.bat
    [Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=4.0,5.0,5.1,5.2
    #Windows NT 4.0
    [Windows-4.0-required]
    #Service pack for Windows NT4.0, use %SystemRoot%\WinNt\System32\winver.exe to find version and service pack
    SERVICE_PACK=6a
    #You can customise the message shown for Service Pack failure through SERVICE_PACK_FAILURE_MESSAGE
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    #Use MIN_DISPLAY_COLORS_FAILURE_MESSAGE to customise message for failure of check for Display colors
    [Windows-4.0-optional]
    #Minimum CPU speed required for OUI in MHz
    CPU=300
    #CPU_FAILURE_MESSAGE, use to customise error message for CPU speed check
    #Windows 2000 use winver.exe to find version
    [Windows-5.0-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    SERVICE_PACK=3
    [Windows-5.0-optional]
    #Minimum CPU speed required for OUI
    CPU=300
    #Windows XP use winver.exe to find version
    [Windows-5.1-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    [Windows-5.1-optional]
    #Minimum CPU speed required for OUI
    CPU=300
    #Windows .net use winver.exe to find version
    [Windows-5.2-required]
    #Minimum display colours for OUI to run
    MIN_DISPLAY_COLORS=256
    [Windows-5.2-optional]
    #Minimum CPU speed required for OUI
    CPU=300
    [IMAGES]
    FILE1=images/brown1.gif
    FILE2=images/green2.gif
    FILE3=images/blue3.gif
    FILE4=images/yellow4.gif
    FILE5=images/brown5.gif
    FILE6=images/green6.gif
    FILE7=images/blue7.gif
    FILE8=images/yellow8.gif
    FILE9=images/brown9.gif
    =================================
    Somebody can tell me how to solve this?
    Thank you in advance.
    Miquel.

    Thank you for your answer. This is the developer suite, and I though this could be installed on win98. I have installed Oracle Database Personal Edition 9i, and It works fine. Now I just want to practice my lessons with forms and reports, being able to connect to my oracle personal 9i (stand alone).
    Thats why I want to install the Developer Suite 10g, but if this is not for win98, can someone tellme wich version of developer suite could I install in order to practice oracle forms and reports and eventually all the other applications of the suite?

  • Installing Personal 8i on windows 98

    i am trying to install Personal 8i on windows 98, and while clicking the next button on the OUI (Oracle Universal Installer), the program just disappeared and it appears the java program has a null pointer. I found the error message in the c:\windows\temp\msorant
    Exception java.lang.NullPointerException occurred..
    java.lang.NullPointerException
    at oracle.sysman.oii.oiif.oiifp.OiifpWizLocPanel.getDefHomeLocation(OiifpWizLocPanel.java:1024)
    at oracle.sysman.oii.oiif.oiifp.OiifpWizLocPanel.refreshCombos(OiifpWizLocPanel.java:826)
    at oracle.sysman.oii.oiif.oiifp.OiifpWizLocPanel.<init>(OiifpWizLocPanel.java:310)
    at oracle.sysman.oii.oiif.oiifp.OiifpWizLocPanel.<init>(OiifpWizLocPanel.java:325)
    at oracle.sysman.oii.oiif.oiifp.OiifpWizLocPanel.<init>(OiifpWizLocPanel.java:330)
    at oracle.sysman.oii.oiif.oiifw.OiifwInstLocWCDE.setWizPanel(OiifwInstLocWCDE.java:180)
    at oracle.sysman.oii.oiif.oiifb.OiifbWizChainDlgElem.doOperation(OiifbWizChainDlgElem.java:409)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:404)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:78)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:290)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:441)
    If you have any solution, please mail me at [email protected] Thanks!
    null

    If you install Personal Oracle on Win Me , try to install
    Personal Oracle 8.1.7 ,if you install on Win98 or Win98 SE ,you
    can install Personal Oracle 8.1.6(8.1.6 can not be installed on
    Win Me)

  • JWSDP 1.1 problem on WIN98

    Hi!
    I installed JWSDP 1.1
    When I started the Tomcat server in the msdos window
    I got this message:
    " Bad command or file name
    the JAVA_HOME enviroment variable is not defined "
    Then I set the JAVA_HOME:
    (set JAVA_HOME=c:\j2sdk141\jre\bin;d:\jwsdp\bin;)
    and I got this message:
    " Bad command or file name
    Bad command or file name "
    Can anybody tell me what's the problem?
    But I don't understand that:
    Why did the DEPLOYTOOL "delete" from the JWSDP1.1,
    when JWSDP1.0's examples (e.g bookstore2) run with
    the deploytool?
    Furthermore the 'ant install' (on WIN98) attain the Tomcat
    with URL in MSDOS Prompt. It's impossible.
    Finally
    Let's tell me: how can I do .war file very easy without DEPLOYTOOL!
    Thanks

    set your JAVA_HOME to c:\j2sdk141
    this is not a classpath definition but only a reference path to your java home (as the name says).

  • I can not open Excel (97, 2000, or 2003) spreadshee​t in Win98 OS PC using LabVIEW 7.0 Runtime Engine

    Hi,
    I have a problem opening an Excel spreadsheet by a LabVIEW application that is using Runtime Engine 7.0 in a Windows 98 OS environment .
    I tried LabVIEW 7.1, it will not install on Win98. Meanwhile, I installed  Excel 97 and 2000 (Excel 2003 does not install on Win98) and tried to open the spreadsheet, no luck with any combination.
    Same code can open the spreadsheet in a WinXP OS, RTE 7.0, Excel 2000/2003 environment.
    What can I do? Any advise?
    Regards,
    LVLV

    Hi,
    I did some experiment, I found out that Run-Time Engine 7.0 running executable generated at LabVIEW 7.0 environment (code written in LabVIEW 7.1 but save as 7.0) cannot open Excel 2000 files. If I replace Excel 2000 with Excel 2003 application on my pc, the executable code will open the Excel file (Run-Time Engine 7.0 works with Excel 2003).
    Is the Excel 2003 and higher versions will only work with Run-Time Engine 7.0 and higher code?
    How can I make executables using Run-Time Engine 7.0 work with Excel 2000 (Windows 98 operating system)??? (I cannot change Excel and Run-Time Engine and OS versions due to limitations, how can I work with what I have?).
    Thanks for your help.
    Regards,
    LVLV

  • How to install Windows 98 on A60's?

    I have bought two A60's and want to have Windows XP and 98se on it. I formatted (Fat32) the hard disk and tried to instal Windows 98se on it. Almost at the end of the setup I get a blue screen with this fatal error: 0D:E000:000022D7. I have tried a lot of things but it won't work. What can I do to solve this problem?
    I need Windows 98se on the notebooks because I have software to program telephone centrales. Their is no other software available.

    Hi
    As far as I know you can have problem if you try to install old OS on newest unit. At the end of installing process runs the hardware detection or hardware recognition process and the mainboard , graphic card or even sound card can cause problems and blue screen.
    You can also try to install your WIN98 application and use Program Compatibility Wizard on your WXP. Please start Help and Support Center in your WXP. Search for compatibility mode term and you will find an explanation how to test your program in different modes.
    You can also find it under hcp://system/compatctr/compatmode.htm .
    Bye

  • JDK not Installed.....BUT..it is, I think

    I use a program called Net Objects Fusion, (mainly because I'm a welder, not a code writer). I have used it on Win98, and Win2k Pro with no problem, Now I had to reinstall Windoze and Everytime I try to use a Java function in NOF, I get the error JDK not installed...
    I realize JDK is the older version, but all I could find was the file j2sdk-1_4_0-win.exe. that looked like the closest thing to what I needed.
    I guess the first question is this the right thing to install for Win98, or do I need to set variables, like Win2k / WinXP, and next, why does it not satisfy the need for JDK, Or am I an idiot, and forgot to do whatever it was I did before, (I think THIS is the case). I tried to find help from NOF, but to no avail.
    Thanks for any help you can be...

    Hi,
    Do you have a folder on your hard disk called j2sdk-1_4_0. You can usually find it under C:\j2sdk-1_4_0.
    If not then double click on the j2sdk-1_4_0-win.exe file to install the jsdk.
    This JSDK should work with win 98.
    Can't remember how to set variables on win 98 machines.

  • Petstore deployment failure

    Hi folks,
    I am a newbie to J2EE. I downloaded Petstore1.3 and installed it on
    my W2K. According to the instructions, I ran setup, then launched
    cloudscape database and j2ee server, and ran "setup deploy", and then
    restarted cloudscape and j2ee. But when I tried to access
    http://localhost:8000/petstore/, it said that the resource wasn't available.
    It seems to me that the environment varibles JAVA_HOME and J2EE_HOME
    have been set correctly. And I was able to run a couple of servlets.
    Thanks in advance for your help!

    I got the same problem. I followed the intallation step in the doc.
    but when I run "setup deploy", I got following message:
    deploy:
    [echo] Deploying ears ....
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in petstore.ear on the server localhost saving the client jar as
    null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in opc.ear on the server localhost saving the client jar as null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in supplier.ear on the server localhost saving the client jar as
    null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [java] java.lang.SecurityException: sealing violation
    [java] at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
    [java] at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    [java] at java.security.AccessController.doPrivileged(Native Method)
    [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.Init(XMLValidationHandler.
    java:50)
    [java] at com.sun.enterprise.deployment.xml.XMLValidationHandler.<init>(XMLValidationHandle
    r.java:38)
    [java] at com.sun.enterprise.deployment.ApplicationArchivist.getApplicationName(Application
    Archivist.java:1720)
    [java] at com.sun.enterprise.tools.deployment.main.Main.main(Main.java:155)
    [java] Deploy the application in petstoreadmin.ear on the server localhost saving the client ja
    r as null
    [java] Sender object Deploy Tool : Deploy null on localhost
    [java] Remote message: Contacted Server....
    [java] Remote message: Application null transferred.
    [java] Sender object Deploytool (Main) : RemoteException occurred in server thread; nested exce
    ption is:
    [java] java.rmi.RemoteException: Error saving/opening
    [java] Java Result: 1
    [echo] The petstore application is now installed.
    [echo] Please restart your cloudscape database and the J2EE server, and then point your browser
    to http://localhost:8000/petstore to access petstore.
    BUILD SUCCESSFUL
    Total time: 13 seconds
    I do not know what is wrong with the deployment?
    Can anybody here give me some hint?
    Thanks!

  • ORA/TNS-12154 error on a Win98 machine

    Is there any difference in the TNSNAMES.ORA contents needed if you are running the Oracle 8.1 Client on a Windows 98 machine verusu on a Windows2000pro machine?
    We've gotten a "new" laptop and after the install on WIN98 and moving the TNSNAMES.ORA file from a WIN2K machine, we get the 12154 error.
    Any thing else that might be causing the problem?

    Maybe you have more than one ORACLE_HOME.
    Try setting in the registry the variable TNS_ADMIN, pointing to the folder where you tnsnames.ora is. You sholud insert this value in two branches of the registry :
    HKLM/SOFTWARE/ORACLE
    HKLM/SOFTWARE/ORACLE/HOMEx
    where x is a number corresponding to the id of the OH installed.
    Good luck,
    Sebastian.

Maybe you are looking for

  • How to get Date Format from Local Object.

    Hi All, I am new to Web Channel. I need to know Date format From date of locale. suppose there is a date "01/25/2010" date in date field I want to get string "mm/dd/yyyy". Actually I have to pass date format to backend when I call RFC.  Is there any

  • [nQSError: 59014] The  requested column does not exist in this table.

    Hi As you know this error has been discussed in other threads.. the difference in mine is that not only the time series measures but all the columns are giving me the error...none of the columns are being displayed... The rpd has no consistency error

  • Dropdown Menu bar being hidden by the Textarea

    My problem is that the menu bar does show up, but the text area is over the dropdown menu. You can see the drop down menu start but then is hidden under the textarea. I hope that a good enough discription. The frame is a typical JFrame that contains

  • Table& field names for position name(employee) in HR-ABAP

    Hi, wht r the table and fields for the following . exp: pa0001-plans = employee position number. employee position name = ? employee grade level = ? employee sub grade indicator = ?

  • Messages are overlapping in different views.

    I have 4 tabs on my screen. I am raising messages for different views but the messages of one view are coming on the other view also. I have use different message area but all the messages are coming in one message area. Please provide some solution