SUN Java WebServer on Linux install error

Hi All
I am trying to install SUN JavaWebServer 6.1 SP2 on linux.
My environment is
Red Hat Enterprise Linux ES release 3 (Taroon Update 6)
Kernel 2.4.21-37.ELsmp on an i686
I am logged in as root.
I got the software sun-webserver61-rh72[1].tar.gz from sun site, after extracting when run using
./setup
After I pass through
1. accepting license
2.express install option,
3. /opt/SUNWwbsvr as location
4.install all components [1. Sun ONE Web Server, Enterprise Edition (2)] screens
I get thie error
ERROR: AdminSysUser not specified in install cache [tmp/fileACNAs8]
ERROR. Failure installing Server Core. Do you want to continue [n]?
and the installer terminates.
Can someone plese tell me the problem here.
Regards
bib

I could install it in a different machine (linux). However on the machine it failed, it never asked me to enter the user name. Where do I enter it.
On the machine where I was succesfull, i was prompted to enter admin user name.
Thanks
bib

Similar Messages

  • Error while running Sun Java Webserver 6.1 configtest option

    hi all,
    Need help on the following. My environment is Liunx OS and Sun Java Webserver installed on Linux
    I added the following lines to Sun Java Webserver's magnus.conf file to include my NSAPI filter.
         Init fn="load-modules" shlib="/space/esnta068-1/SUNWwbsvr/plugins/vgnnsapi6.so" funcs="vgn_init,vgn_nametrans"
         Init fn="vgn_init" PZN_AUTO_COOKIE_TRACKING="true" PZN_AUTO_URL_TRACKING="true"
    and the magnus.conf file after adding the above is as follows. I made necessary changes to obj.conf file also.
    # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED.
    # They will not be supported in future releases of the Web Server.
    NetsiteRoot /space/esnta068-1/SUNWwbsvr
    ServerName esnta068.aus.lab.com.
    ServerID https-esnta068.aus.lab.com.
    RqThrottle 128
    DNS off
    Security off
    PidLog /space/esnta068-1/SUNWwbsvr/https-esnta068.aus.lab.com./logs/pid
    User hsangava
    StackSize 131072
    TempDir /tmp/https-esnta068.aus.lab.com.-a0fe7799
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="/space/esnta068-1/SUNWwbsvr/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"
    # for Visitor Profiling Plug-in
    Init fn="load-modules" shlib="/space/esnta068-1/SUNWwbsvr/plugins/vgnnsapi6.so" funcs="vgn_init,vgn_nametrans"
    Init fn="vgn_init" PZN_AUTO_COOKIE_TRACKING="true" PZN_AUTO_URL_TRACKING="true"
    When I use the following command at managed server's directory I am getting 'configuration test failed' error as follows
         [root@esnta068 https-esnta068.aus.lab.com.]# ./start -configtest
         Sun ONE Web Server 6.1SP2 B04/07/2004 17:54
         [14/Sep/2005:06:22:03] info (12656): CORE1116: Sun ONE Web Server 6.1SP2 B04/07/2004 17:54
         failure: configuration test failed
         [root@esnta068 https-esnta068.aus.lab.com.]#
    When I try to start the server I am getting following error in the error log.
    [14/Sep/2005:06:25:14] info (12724): CORE1116: Sun ONE Web Server 6.1SP2 B04/07/2004 17:54
    [14/Sep/2005:06:25:14] catastrophe (12724): CORE3260: Server crash detected (signal SIGSEGV)
    [14/Sep/2005:06:25:14] info (12724): CORE3261: Crash occurred in NSAPI SAF load-modules
    If I remove the lines related to my filter in magnus.conf file, configtest passed and Server is working fine.
    Can anyone help me resolve these issues?
    Regards
    Harish

    As you suggested I have used the same compiler to compile the source files, later I configured the same in magnus.conf.
    In core dump, I ended up with the following errors.
    (gdb) where
    #0 0xb5ccae52 in std:: list<std:: pair<VgnHTTPRequestHandler*, bool> (*)(std:: map<std:: string, std:: string, vgn_iless, std:: allocator<std:: pair<std:: string const , std:: string> > > const& ), std:: allocator<std:: pair<VgnHTTPRequestHandler*, bool> (*)(std:: map<std:: string, std:: string, vgn_iless, std:: allocator<std:: pair<std:: string const, std:: string> > > const& ) > >:: begin (this=0xb5cdaa60) at stl_list.h:365
    #1 0xb5ccf48a in std:: list<std:: pair<VgnHTTPRequestHandler*, bool> (*)(std:: map<std:: string, std:: string, vgn_iless, std:: allocator<std:: pair<std:: string const, std:: string> > > const& ) , std:: allocator<std:: pair<VgnHTTPRequestHandler*, bool> (*)(std:: map<std:: string, std:: string, vgn_iless, std:: allocator<std:: pair<std:: string const , std:: string> > > const& )> >:: push_front (this=0xb5cdaa60, __x=@0xbfff4e00)
    at stl_list.h:471
    #2 0xb5ccd557 in VgnHTTPRequestHandler:: registerHandlerFactory (
    fp=0xb5ccc030 <VgnVisitorIDHandler:: create(std:: map<std:: string, std:: string, vgn_iless, std:: allocator<std:: pair<std:: string const, std:: string> > > const& ) > ) at VgnHTTPRequestHandler.h:99
    #3 0xb5ccc029 in RegisterFactory (this=0xb5cdaa64,
    fp=0xb5ccc030 <VgnVisitorIDHandler:: create(std:: map<std:: string, std:: string, vgn_iless, std:: allocator<std:: pair<std:: string const, std:: string> > > const& ) > ) at VgnHTTPRequestHandler.h:111
    #4 0xb5ccbfe5 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at ../common/VgnVisitorIDHandler.cpp:10
    #5 0xb5ccc006 in global constructors keyed to _ZN19VgnVisitorIDHandler15registerFactoryE () at VgnHTTPRequestHandler.h:51
    #6 0xb5cd4385 in __do_global_ctors_aux () from /space/esnta068-1/SUNWwbsvr/plugins/vgnnsapi6.so
    #7 0xb5cc6115 in _init () from /space/esnta068-1/SUNWwbsvr/plugins/vgnnsapi6.so
    #8 0xb75f7921 in dlinit_internal () from /lib/ld-linux.so.2
    #9 0xb689d522 in dl_open_worker () from /lib/tls/libc.so.6
    #10 0xb75f76d6 in dlcatch_error_internal () from /lib/ld-linux.so.2
    #11 0xb689cf9c in dlopen () from /lib/tls/libc.so.6
    #12 0xb696cffb in dlopen_doit () from /lib/libdl.so.2
    #13 0xb75f76d6 in dlcatch_error_internal () from /lib/ld-linux.so.2
    #14 0xb696d4b6 in dlerrorrun () from /lib/libdl.so.2
    #15 0xb696cfa4 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
    #16 0xb74b2c7c in dll_open2 () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #17 0xb74ef0e8 in mark_func_cacheable () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #18 0xb74ef34f in load_modules () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #19 0xb74c0e00 in func_exec_str () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #20 0xb74c0f65 in INTfunc_exec () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #21 0xb74bdeba in conf_is_late_init () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #22 0xb74bdf4d in INTconf_run_init_functions () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #23 0xb7526e00 in WebServer::Run () from /space/esnta068-1/SUNWwbsvr/bin/https/bin/../lib/libns-httpd40.so
    #24 0x0804879f in ?? ()
    #25 0xb67a5768 in __libc_start_main () from /lib/tls/libc.so.6
    #26 0x08048671 in ?? ()
    Current language: auto; currently c++
    Could you help me anything to resolve the errors and go ahead of this step?

  • Fonts using sun java plugin on linux

    Hi,
    The font size is too small if we run our web form on a linux client. The font used on the linux client is "dialog". If we run the same form with the sun java plugin 1.4 on a windows client, the font "dialog" looks fine. Has anyone experienced this before or knows a solution to get a larger font size on the linux client. We would like to have the same look on linux as on windows using the same form files (*.FMX). we use forms6i.
    Kind regards,
    Johan

    I could install it in a different machine (linux). However on the machine it failed, it never asked me to enter the user name. Where do I enter it.
    On the machine where I was succesfull, i was prompted to enter admin user name.
    Thanks
    bib

  • Sun Java Directory Server Linux RHEL 5 Installation

    Hello,
    As Linux RHEL ES/AS 5 is not officially listed in the operating system requirements.
    Has somebody been succesful in the installation ?
    - With which Linux RHEL 5 update.
    - Are the package depencies the same (compat-C/C++ libraries)
    - Which Edition of Sun Java Directory Server (5.2Q6, 6.0, 6.3) and which packages (Native/ZIP)
    Tips would be useful as I have been successful in Linux RHEL 4 update 4 with Sun Java Directory Server 5.x
    in the past but customer requirements have changed and I did not find any Information and do not have testing Time.
    Thanks,
    Fab

    I just installed a consumer replica on CentOS (same thing as RHEL) 5.2 . It's working fine. Here's my kickstart file so that you can see what packages I installed:
    # Kickstart file automatically generated by anaconda.
    install
    cdrom
    lang en_US.UTF-8
    keyboard us
    xconfig --startxonboot
    network --device eth0 --bootproto dhcp
    rootpw --iscrypted <removed>
    firewall --disabled
    authconfig --enableshadow --enablemd5
    selinux --disabled
    timezone --utc America/Chicago
    bootloader --location=mbr --driveorder=sda --append="rhgb quiet"
    # The following is the partition information you requested
    # Note that any partitions you deleted are not expressed
    # here so unless you clear all partitions first, this is
    # not guaranteed to work
    clearpart --linux
    part /boot --fstype ext3 --size=128 --asprimary
    part swap --size=1024 --asprimary
    part pv.100000 --size=100 --grow
    volgroup vgmain --pesize=32768 pv.100000
    logvol /var --fstype ext3 --name=varlv --vgname=vgmain --size=512
    logvol /var/log --fstype ext3 --name=varloglv --vgname=vgmain --size=512
    logvol /usr --fstype ext3 --name=usrlv --vgname=vgmain --size=3072
    logvol /usr/local --fstype ext3 --name=usrlocallv --vgname=vgmain --size=4096
    logvol / --fstype ext3 --name=rootlv --vgname=vgmain --size=512
    logvol /home --fstype ext3 --name=homelv --vgname=vgmain --size=1024
    logvol /tmp --fstype ext3 --name=tmplv --vgname=vgmain --size=512
    %packages
    @development-libs
    @editors
    @system-tools
    @text-internet
    @legacy-network-server
    @gnome-desktop
    @core
    @base
    @legacy-software-development
    @base-x
    @web-server
    @smb-server
    @server-cfg
    @admin-tools
    @development-tools
    @graphical-internet
    audit
    net-snmp-utils
    lynx
    kexec-tools
    device-mapper-multipath
    xorg-x11-server-Xnest
    xorg-x11-server-Xvfb
    system-config-boot
    imake
    -bluez-hcidump
    -bluez-gnome
    -slrn
    -gnome-user-docs
    -gnome-themes
    -gedit
    -gnome-power-manager
    -gnome-backgrounds
    -gok
    -gnome-audio
    -esc
    -gnome-user-share
    -gimp-print-utils
    -desktop-printing
    -file-roller
    -gnome-screensaver
    -gnome-pilot
    -krb5-workstation
    -ipsec-tools
    -sysreport
    -irda-utils
    -bluez-utils
    -synaptics
    -krb5-auth-dialog
    -linuxwacom
    -system-config-nfs
    -evolution
    -nspluginwrapper
    -gnome-themes
    -evolution-webcal
    -ekiga
    -evolution-connectorI installed DSEE 6.3 from the ZIP distribution.

  • Sun Java Plug-in Required Installing the Sun Java Plug-in, version 1.6.0_19

    Hi,
    am new to this thread, excuse if any issues in posting,
    my pblm is am running my application,
    Sun Java Plug-in Required
    The Sun Java Plug-in must be installed on your local machine in order to run this workbench. The Sun Java Plug-in can be downloaded from the following directory:
    /dsworkbench/clientinstall
    Please contact your system administrator to verify the location of the client installations.
    Installing the Sun Java Plug-in, version 1.6.0_19
    The Sun Java Plug-in is required to run the WebLogic version of this workbench. To install:
    Download the file jre-6u19-windows-i586.exe and execute it.
    On the license terms screen, select Custom setup and click Accept.
    If you want to change the default installation directory, click Change and specify a different directory. Once the installation directory is set, click Next.
    Click Next to accept the default browser registrations.
    Disabling Auto-Update Capability
    By default, the Java Control Panel is configured to automatically download and update to newer releases of the Java Plug-in as they become unavailable.
    It is advisable to turn off this feature so that compatibility between the Java Plug-in and the workbench is maintained. To turn off automatic updates:
    Open the Windows Control Panel, and click Java. The Java Control Panel displays.
    Click the Update tab.
    Under the Update Notification area, deselect Check for Updates Automatically.
    "Java Update - Warning" dialog box displays. Click Never Check.
    Click OK to save and then close the Java Control Panel.I have done the same and I restarted browser and my machine, and when I relogined to the application still the same message is appearing,
    I don't know if I need to set the environment path, but I have done it. any pointers will be helpful

    This tends to be a 32 bits / 64 bits problem. The runtime must match the architecture of the browser you're using; so if it is a 64 bits browser, you MUST have a 64 bits runtime. If it is a 32 bits browser you MUST have a 32 bits runtime. You can install both and cover all cases.

  • Java card cap file install error in jcop tools

    When i try to run java card applet in real java card it gives this error.i used jcop tools and java version 1.5  and eclipse 3.2.when i run the applet in simulater it works fine.i saw some document it says allocate memory for the installation process.i don't know how to do that.
    /term "winscard:4|SCM Microsystems Inc. SCL010 Contactless Reader 0"
    --Opening terminal
    >  /card -a a000000003000000 -c com.ibm.jc.CardManager
    resetCard with timeout: 0 (ms)
    --Waiting for card...
    ATR=3B 8A 80 01 4A 43 4F 50 33 31 56 32 33 32 7A       ;...JCOP31V232z
    ATR: T=0, T=1, Hist="JCOP31V232"
    => 00 A4 04 00 08 A0 00 00 00 03 00 00 00 00          ..............
    (23807 usec)
    <= 6F 65 84 08 A0 00 00 00 03 00 00 00 A5 59 9F 65    oe...........Y.e
        01 FF 9F 6E 06 47 91 73 51 2E 00 73 4A 06 07 2A    ...n.G.sQ..sJ..*
        86 48 86 FC 6B 01 60 0C 06 0A 2A 86 48 86 FC 6B    .H..k.`...*.H..k
        02 02 01 01 63 09 06 07 2A 86 48 86 FC 6B 03 64    ....c...*.H..k.d
        0B 06 09 2A 86 48 86 FC 6B 04 02 15 65 0B 06 09    ...*.H..k...e...
        2B 85 10 86 48 64 02 01 03 66 0C 06 0A 2B 06 01    +...Hd...f...+..
        04 01 2A 02 6E 01 02 90 00                         ..*.n....
    Status: No Error
    cm>  set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f 255/3/DES-ECB/404142434445464748494a4b4c4d4e4f
    cm>  init-update 255
    => 80 50 00 00 08 AC B1 90 01 BF 2D 24 A0 00          .P........-$..
    (49906 usec)
    <= 00 00 91 18 01 39 93 95 05 59 FF 02 00 2C BE 39    .....9...Y...,.9
        5E A5 07 55 87 B8 C3 A8 A6 93 66 2B 90 00          ^..U......f+..
    Status: No Error
    cm>  ext-auth plain
    => 84 82 00 00 10 0C AE 50 3E C8 7E 1D 92 29 E2 59    .......P>.~..).Y
        08 D9 DA 02 16                                     .....
    (57276 usec)
    <= 90 00                                              ..
    Status: No Error
    cm>  delete 060504030201
    => 80 E4 00 00 08 4F 06 06 05 04 03 02 01 00          .....O........
    (40041 usec)
    <= 6A 88                                              j.
    Status: Reference data not found
    jcshell: Error code: 6a88 (Reference data not found)
    jcshell: Wrong response APDU: 6A88
    Ignoring expected error
    cm>  delete 010203040506
    => 80 E4 00 00 08 4F 06 01 02 03 04 05 06 00          .....O........
    (17392 usec)
    <= 6A 88                                              j.
    Status: Reference data not found
    jcshell: Error code: 6a88 (Reference data not found)
    jcshell: Wrong response APDU: 6A88
    Ignoring expected error
    cm>  upload -d -b 250 "Cap File location"
    => 80 E6 02 00 13 06 01 02 03 04 05 06 08 A0 00 00    ................
        00 03 00 00 00 00 00 00 00                         .........
    (32303 usec)
    <= 00 90 00                                           ...
    Status: No Error
    => 80 E8 00 00 FA C4 81 F2 01 00 23 DE CA FF ED 02    ..........#.....
        02 04 00 01 06 01 02 03 04 05 06 12 68 6D 73 2F    ............hms/
        6A 61 76 61 63 61 72 64 2F 68 65 6C 6C 6F 02 00    javacard/hello..
        21 00 23 00 21 00 0A 00 0B 00 1E 00 0E 00 3D 00    !.#.!.........=.
        0A 00 0B 00 00 00 4D 01 BE 00 00 00 00 00 00 01    ......M.........
        01 00 04 00 0B 01 02 01 07 A0 00 00 00 62 01 01    .............b..
        03 00 0A 01 06 06 05 04 03 02 01 00 08 06 00 0E    ................
        00 00 00 80 03 00 FF 00 07 01 00 00 00 1C 07 00    ................
        3D 00 01 10 18 8C 00 05 7A 05 30 8F 00 00 3D 8C    =.......z.0...=.
        00 01 18 1D 04 41 18 1D 25 8B 00 02 7A 02 21 18    .....A..%...z.!.
        8B 00 03 60 03 7A 19 8B 00 04 2D 1A 04 25 73 00    ...`.z....-..%s.
        09 00 00 00 00 00 0F 11 6D 00 8D 00 06 7A 08 00    ........m....z..
        0A 00 00 00 00 00 00 00 00 00 00 05 00 1E 00 07    ................
        01 00 02 00 06 00 00 01 03 80 03 02 03 80 03 03    ................
        03 80 0A 01 06 80 03 00 06 80 07 01 09 00 0B 00    ................
        00 00 07 05 06 04 0A 07 07 13 0B 00 4D 01 00 00    ............M...
    (764519 usec)
    <= 6A 80                                              j.
    Status: Wrong data
    jcshell: Error code: 6a80 (Wrong data)
    jcshell: Wrong response APDU: 6A80
    Unexpected error; aborting execution

    Thanks ReNa
    i am using nxp jcop 31 contact-less card.and it will support for java card 2.2.1 and global-platform card specification 2.1.1 .so i am using nxp jcop training 2007 tools and it has java card 2.2.1 and global-platform card specification 2.1.1.Inside my project there are three jar files these are jc221.jar and gp211.jar and bio10.jar
    i will appreciate your help
    Thanks

  • Migration to Sun Java Webserver

    We are using a Java application running in iPlanet Web server 6.0
    Enterprise , On a customer requirement we decided to upgrade the web server to Sun Java System Web server 6.1. SP7,
    Our Java web application we have support for English as well as
    Arabic. Hence all the Servlets are written to handle the UTF-8 encoded
    pages.
    In Iplanet UTF8 encoding for the server can be enabled by specifying
    context.global.parameterEncoding=utf8 in the configuration file
    context.properties,
    During migration we found there is no context.properties file in Sun
    Java System Web Server 6.1 Sp 7.
    How this can be done in Sun Java System Web Server 6.1 Sp 7 without
    changing the application code?, What is the equivalent setting for
    context.global.parameterEncoding=utf8 in Sun Java System Web Server 6.1 Sp 7.
    Would appreciate your help.
    Regards,
    Asif
    [email protected]

    Take a look at following documentation to see if it helps:
    http://docs.sun.com/app/docs/doc/820-0261/6nc0ur6tb?a=view
    Thanks
    Manish

  • Java SCS add-in install Error: role ORA_SID is not created yet.

    Greetings,
    I'm trying to get the Java add-in installed on a recently upgrade BI 7.0 system (ABAP WAS) - NON-Unicode.
    I'm erroring in SAPinst at "Defining the environment for user _______"
    I have applied the changes recommended in note 921595 and continue to get the error.
    Any seen this? I've opened a OSS note. However, they're no longer timely in thier replies......
    Details:
    Error - from the log
    Account 200 already exists.
    INFO       2006-12-22 17:01:56 [syuxccuren.cpp:543]
               CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)
    Effective group id set to 200.
    INFO       2006-12-22 17:01:57 [syuxccuren.cpp:543]
               CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)
    Effective group id set to 206.
    ERROR      2006-12-22 17:01:57 [iaxxinscbk.cpp:271]
               abortInstallation
    CJS-00030  Assertion failed: in
    function (role) {
        NWUsers.trace("NWUsers.getAccountData(", role, ")");
        this._initAccountData();
        ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");
        var ad = this._readAccountDataFromKeydb(role);
        ad = this._readAccountData(ad);
        var masterpwd = this.getMasterPassword();
        if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest && !ad
    .locked) {
            ad.password = masterpwd;
        NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
        return ad;
    role ORA_SID is not created yet.
    ERROR      2006-12-22 17:01:57
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text
    undefined.
    ERROR      2006-12-22 17:01:57 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step setUserEnvironment with step key |NW_Addin_SCS|ind|ind|ind|i
    nd|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|setUserEnvironment was executed wi
    th status ERROR .
    INFO       2006-12-22 17:03:12 [iaxxgenimp.cpp:787]
               showDialog()
    An error occured and the user decide to stop.\n Current step "|NW_Addin_SCS|ind|
    ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|setUserEnvironment".
    iauxsysex.c:316: child 254136 has crashed. Executable directory is /usr/sap/put/
    SCS/sapinst_exe.770326.1166835275. Contact Support.
    iaextract.c:814: child has signaled an exec error. Keeping directory /usr/sap/pu
    t/SCS/sapinst_exe.770326.1166835275
    Kernel:
    disp+work
    disp+work information
    kernel release                700
    kernel make variant           700_REL
    compiled on                   AIX 2 5 005DD9CD4C00
    compiled for                  64 BIT
    compilation mode              Non-Unicode
    compile time                  Oct 29 2006 20:38:45
    update level                  0
    patch number                  83
    source id                     0.083
    supported environment
    database (SAP, table SVERS)   700

    Resolved - password only 6 characters - changed to 8 and good to go

  • Java AS 700 post install error

    I am getting an error after install of the java AS 700 when I am trying to run the JSPM.  It's telling me it cannot locate the DBINFO.XML file.
    I'm sure I've missed a step somewhere but I cant find any note or anything with DBINFO.XML in it.
    The SDM, http etc are all running fine.
    TIA,
    M

    SOLUTION:
    Turns out that my %JAVA_HOME% variable was point to the JRE from the initial install.  I never changed it to the JDK path. 
    I discovered this because the logs were telling me that that it didnt support the cp850 bin2.  A quick search on that turned up a note explaining that this variable was pointing in the wrong place.
    M.

  • How to get past Crystal Reports Server 2008 Linux install error

    Hi,
         During the install of Crystal Reports Server 2008 on Red Hat Linux we select use an existing DB (Oracle) and it prompts for:
    Crystal Reports Server 2008 Setup
    Enter the information for your new CMS
    Oracle TNSNAME :
    [SANDBOX                     ] *
    User ID :
    [crystal_rpt                 ] *
    Password :
    which then gives me:
    Crystal Reports Server 2008 Setup
    ERROR
    Failure to validate the database credential has a potential to crash the database at a later stage. Enter the correct information.
    It doesn't let me get past this and just send me back to the previous screen.  I've check and re-checked and the information TNSNAME, User ID, and Password are all correct.  Now I can exit out the install and sqlplus to the database just fine with all that same information.
    What does this error mean?  And how do I get past it?
    Thanks,
    ~Jet

    Hi Jet,
    I've go the same problem. Have you solved this problem?
    Regards,
    Aldo

  • Linux Install Error

    I have downloaded web centre for linux and have attempted to install using a 10.2.x database for the content.
    The operating system was checked against the requirements (and it also had a 10gAS 10.1.2 installation.)
    Upon executing the web centre framework installation assistant, the opmn fails to start. The error indicates the port 6200 is in use. Executing netstat -a displays lots of sockets in a WAIT state. There were no other Oracle process running before install and the port was definitely free before running the OUI.
    Has anyone seen this ?
    Thanks,
    Ben

    Hi Mick,
    I did attempt changing the localport setting (and restarting opmn), but I did not restart the database listener. I'll give it another go and let you know how it gets on.
    Cheers,
    Ben

  • Debian Gnu/Linux install error

    One of our customer does have AIR installed, but gets the following when she double-clicks on our .air file:
    ----------------------------8<-----------------------------
    Failed to open file "YNAB3_Live_3.5.1.1.air".
    Failed to execute child process "/usr/bin/Adobe" (No such file or directory).
    ----------------------------8<-----------------------------
    Can you offer any insight as to why the association with .air files might be messed up? Any way around it? Does this look familiar? Any advice would be greatly appreciated by me and of course her!
    Many thanks,
    Taylor

    Only canonical paid the $$Microsoft fee so Ubuntu 12.04.4 64 bit and later will boot.
    Other linux versions are locked out via secure boot.

  • Sun Java System Access Manager 7.1 config. failed during installation

    {color:#0000ff}Hi,
    I have installed sun java communication suite 5 on a single host on sun solaris 10.
    I have installed required packages and it works fine.
    But as per organization need, I have to change domain name.
    So i have uninstalled everything and tried to install again with new domain name.
    I have made proper entries in hosts file and resolve.conf file.
    But duing the first phase of installation only , i failed in configuring access manager 7.1
    I have also cerate same scenario in my test environment, but everytime i face the same error.
    and sun java access manager 7.1 fails in first stage of installation only.
    So would like to know the proper installation procedure while i change the domain name on same hardware...
    I have checked both installation logs & summary logs.
    But no error, no failed , no severe.
    Attached is the summary of installation logs.
    Summary Logs :
    Installation Summary Report
    Install Summary
    Sun Java(TM) Communications Suite : Installed
    Sun Java(TM) System Web Server 7.0 : Installed, Configured
    Java DB : Installed, Configure After Install
    Sun Java(TM) System Message Queue 3.7 UR1 : Installed
    Sun Java(TM) System Monitoring Console 1.0 : Installed, Configure After Install
    Sun Java(TM) System Directory Preparation Tool : Installed
    Sun Java(TM) System Directory Server Enterprise Edition 6.0 : Installed, Configured
    Sun Java(TM) System Access Manager 7.1 : Installed, Configuration Failed
    Sun Java(TM) System Messaging Server 6.3 : Installed, Configure After Install
    Sun Java(TM) System Communications Express 6 : Installed, Configure After Install
    Communication Services Delegated Administrator : Installed, Configure After Install
    Configuration Data
    Sun Java(TM) System Web Server 7.0 :
    Web Server Instance installation Directory : /var/opt/SUNWwbsvr7
    Web Server installation Directory : /opt
    Web Server Administration Server Host : RADAGWMSG221.myreliancemail.com
    Web Server Admin Server Mode : true
    Web Server only CLI installation : false
    Sun Java(TM) System Directory Preparation Tool :
    Directory Preparation Tool Installation Directory : /opt/SUNWcomds
    Sun Java(TM) System Directory Server Enterprise Edition 6.0 :
    Directory Server Installation Directory : /opt/SUNWdsee
    Sun Java(TM) System Access Manager 7.1 :
    Access Manager Installation Directory : /opt
    Access Manager Protocol : http
    Access Manager Port : 80
    LDAP User ID : amldapuser
    Administrator User ID : amAdmin
    Web Container : WebServer
    Access Manager Web Server Host Name : RADAGWMSG221.myreliancemail.com
    Access Manager Web Server Instance Directory : /var/opt/SUNWwbsvr7/https-RADAGWMSG221.myreliancemail.com
    Access Manager Web Server Port : 80
    Access Manager Console Host (for Existing console) : RADAGWMSG221.myreliancemail.com
    Access Manager Console Deploy URI : amconsole
    Access Manager Password Deploy URI : ampassword
    Access Manager Host : RADAGWMSG221.myreliancemail.com
    Access Manager Console Port(for Existing console) : 80
    Access Manager Services Deploy URI : amserver
    Access Manager Cookie Domain List : .myreliancemail.com
    Access Manager Common Domain Deploy URI : amcommon
    Access Manager Directory Server Host Name : RADAGWMSG221
    Access Manager Directory Server Host : RADAGWMSG221.myreliancemail.com
    Access Manager Directory Server Port : 389
    Access Manager Directory Root Suffix : o=rmail
    Access Manager Directory Manager DN : cn=Directory Manager
    Organization Marker Object Class : sunISManagedOrganization
    User Marker Object Class : inetorgperson
    Organization Naming Attribute : o
    User Naming Attribute : uid
    Sun Java(TM) System Messaging Server 6.3 :
    Messaging Server Installation Directory : /opt/SUNWmsgsr
    Sun Java(TM) System Communications Express 6 :
    Communications Express Installation Directory : /opt/SUNWuwc
    Communication Services Delegated Administrator :
    Communication Services Delegated Administrator Installation Directory : /opt/SUNWcomm
    {color}

    Rushi-Reliance wrote:
    Kindly let us know how to proceed further as we are waiiting some reply from your team.As I already advised in your previous posting (http://forums.sun.com/thread.jspa?threadID=5359095), you are best off re-installing solaris from scratch and installing Communication Suite 6 update 1 if you cannot get Access Manager 7.1 configured.
    Regards
    Shane.

  • NetBeans 6.1 and Java WebServer 7 problem under OpenSolaris

    Hello, I have a big problem with NetBeans 6.1 (all upgrade installed) and Sun Java Webserver 7.0 (release 7.0U3 B06/16/2008 10:24); running under OpenSolaris snv_101a (2008.11 RC2).
    The web server is installed into /opt/webserver7/ and run fine, but when I try to add it as a server under NetBeans 6.1 I receive the error about +/opt/webserver7/+ isn't a correct directory.
    Any hint?
    PS: the NetBeans plugin for the WebServer version is 1.6

    Can you report it in NetBeans mailing lists [http://www.netbeans.org/community/lists/top.html|http://www.netbeans.org/community/lists/top.html] and [http://forums.netbeans.org/|http://forums.netbeans.org/] as well?

  • Sun java Web server stop responding.

    Hello,
    I am using Sun java webserver 7.0 with access manager, messaging, portal 7.1 update 2 on two front end servers with backend servers in cluster mode. OS Solaris sparc 10.
    Was working fine, we installed portal on the third front end server. That is working fine.
    We observerd that both the old front end servers stopped responding after some time.
    We restarted webservers and things got smooth, however again after some time one server stopped responding.
    We observerd that access log on "front end server 1" is shows multiple lines with below message, and then stop responding. We are not able to access portal, uwc, amserver.....
    However haven't found anything in error log.
    <"IP of front end server 1"> - - [date : time ] "GET /amserver/sessionservice HTTP/1.1" 200 45the only change in amserver we did was changing amserver login success url to /portal/dt. Does this makes any difference?
    what could be the reason for this error? and resoultion?
    thanks,
    sumant

    we were about to conclude that the problem comes only when we access the amserver after that only this error comes.
    however we tried to reproduce by accessing amserver and amconsole one by one of every server, however we were not able to reproduce that proble,
    One side I am happy that server is working fine and no error again, however I am still woried if it comes again then what? I don;t have any clue of problem and resolution.
    please suggest if there any thing which can be a reason for the same.
    regards,
    sumant

Maybe you are looking for

  • How do I fully delete an email account from my Apple Mail app on my iMac?

    Hello all, How do I fully delete an email account from my Apple Mail app on my iMac? When I go here: Mail > Preferences Mail > Accounts I got the message that I needed to delete it from my Internet Accounts. When I go here: System Preferences > Inter

  • How to retrieve data from a MSSQL?

    Dear All, How can I retrieve data from a MSSQL server in my custom iView which is developed by Eclipse? Thanks Sam

  • How do I integrate Ipad2 into a Windows Home network?

    I have a Windows home network setup consisting of a number of computers running Windows Vista and Windows 7. I need to integrate my newly purchased IPad2 into this network; at the very least, I need to access the network printer. Thanks in advance, s

  • What is this Icon on the homepage??

    I just bought my BB Curve and have read through all of the documentation. There is a small, black icon that looks like cross-hairs with two lines on the right side (to indicate sound I guess). I have looked through everything and cannot find what thi

  • Apple tv/iTunes/isubtitle

    Hi was wondering if someone could help, Im using isubtitle to add soft subtitles to my movies. However when I export movie to apple tv and check in itune all I get when playing the movie is a white screen with the subtitles and sound however with no