Net8 Config/Directory Server Problem

I have installed personnal 8i on my Windows 2000 Advanced Server box. I want to test it on this server only, don't want to do any networking, etc. How do I set up the Net8 config for no networking. Do I need to ?
I can get the listener set up and started, but do I need it ?
Every time I try to do anything, I get an error regarding "can't connect to a directory server" I have been trying to use the Net8 config ass't to set it, but can't get that working either. The server does have a host name and an IP address, but does'nt belong to a domain. I don't want to install active directory.
How can I get this to run "stand alone" ??
Thanks in advance for your help.
Greg Stahl

The directory server reports all connections, requests and results in the logs/access file (under the instance directory).
All errors are reported in the logs/errors file.
Additional messages can be generated by changing the errorlog level and infolog levels via the Console, or via LDAP. Please refer to the Administration Guide and the Reference Manual for the details.
Regards,
Ludovic.

Similar Messages

  • Active Directory Server Problem

    Hi All,
    This mail Seeks to get help from people who have worked with Active Directory Server.
    The following is our Current scenario.
    We are in the process of establishing an SSL connection to Active Directory Server from java environment(a standalone class) in Windows 2000.
    1.Active Directory Server is installed in an independent Win 2k machine.
    2.SSL is enabled in the Active Directory Server Machine by installing the Enterprise Root Certificate.
    3.Microsoft High Encryption pack is installed in both the client and the Server(AD)
    4.The .cer file from the AD machine is imported in to the Client's keystore(cacerts) using the keytool utility.
    5.The AD m/c is part of a domain named "rsa" and client m/c is part of the domain named "cts"
    With the above setup,The following code tries to Establish an SSL context to the AD through JNDI.
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL,"ldap://blr03srv1.rsa.com:636");
    env.put(Context.SECURITY_PROTOCOL, "ssl");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL,"CN=Administrator,CN=Users,DC=rsa,DC=com");
    env.put(Context.SECURITY_CREDENTIALS,"password");
    try{
         DirContext ctx = new InitialDirContext(env);
         ctx.close();
    }catch (Exception e){
         e.printStackTrace();
    When we try to run this Client we are facing a SSLHandShakeException with a message saying "No trusted certificate found".
    As far as we know the .cer file is successfully imported in to the cacerts which is used by the J2SE as the default keystore.
    Hence we ran out of ideas,as we think that there could be some other issue which is causing this problem.
    We are looking forward to get inputs from AD enlightened people to Solve this issue
    Thanks in Advance,
    Manivannan.A

    I had problem the same and still I did not obtain to decide it, if for perhaps obtaining he passes me the solution.
    thank's
    Fernando Queiroz Fonseca
    Graduando em Engenharia El�trica
    Universidade Federal de Uberl�ndia
    http://www.fernandoqueiroz.com.br
    email : [email protected]

  • Installation/Config Problem with Sun Directory Server Control Center (6.0)

    Hi All,
    I have recently attempted an installation of Sun Directory Server EE 6.0 on a x86 Solaris 10 machine.
    I have selected to install Core Directory Server and Sun Directory Server Control Center with my installation.
    After installation, if I check the status of the SUNDSCC, I receive the following message:
    bash-3.00# ./dsccsetup status
    DSCC Application is not installed
    DSCC Agent is registered in Cacao
    DSCC Registry has been created
    Path of DSCC registry is /var/opt/SUNWdsee/dscc6/dcc/ads
    Port of DSCC registry is 3998
    I have also tried to re-start the Sun Java Web Console using the /usr/sbin/smcwebserver start command but that does not do anything.
    If i try to initialize the SUNDSCC usin the ./dsccsetup initialize command, the registry got created, but it still displays as "application not installed".
    I do not understand. I have already installed this application using the JES installer.
    please help!
    Regards,
    Saahil Goel

    I had a similar issue. Here is how I fixed it.
    Run dsccsetup status with the -v option. it will show you where it is trying to find the DSCC Application. Then do a find on your system to see where it is actually installed. Then simply copy it over to where dsccsetup is looking for it. Then do dsccsetup initialize. Below is what it looked like on my system when I did it:
    # ./dsccsetup status -v
    ## /usr/sbin/smreg is present
    ## /usr/sbin/smcwebserver is present
    ## /opt/server/sun/dscc6/dccapp is MISSING
    DSCC Application is not installed
    ## /opt/sun/cacao/bin/cacaoadm is present
    ## /opt/server/sun/dscc6/lib/jar/nquickmodule.jar is present
    ## Running /opt/sun/cacao/bin/cacaoadm list-modules -r
    DSCC Agent is registered in Cacao
    ## Running /opt/sun/cacao/bin/cacaoadm status
    ## Running /opt/sun/cacao/bin/cacaoadm list-modules
    ## Running /opt/sun/cacao/bin/cacaoadm get-param network-bind-address
    ## Running /opt/sun/cacao/bin/cacaoadm get-param jmxmp-connector-port
    ## /opt/server/sun/ds6/bin/dsadm is present
    DSCC Registry has been created
    Path of DSCC registry is /var/opt/sun/dscc6/dcc/ads
    Port of DSCC registry is 3998
    # find / -name dccapp
    /opt/server/dscc6/dccapp
    # cp -R /opt/server/dscc6 /opt/server/sun
    # ./dsccsetup dismantle
    DSCC Application is not registered in Sun Java(TM) Web Console
    Unregistering DSCC Agent from Cacao...
    Deleting DSCC Registry...
    All server registrations will be definitively erased.
    Existing server instances will not be modified.
    Do you really want to delete the DSCC Registry ? [y/n]y
    Server stopped
    DSCC Registry has been deleted successfully
    # ./dsccsetup initialize
    Registering DSCC Application in Sun Java(TM) Web Console
    This operation is going to stop Sun Java(TM) Web Console.
    Do you want to continue ? [y,n] y
    Stopping Sun Java(TM) Web Console...
    Registration is on-going. Please wait...
    DSCC is registered in Sun Java(TM) Web Console
    Restarting Sun Java(TM) Web Console
    Please wait : this may take several seconds...
    Sun Java(TM) Web Console restarted successfully
    Registering DSCC Agent in Cacao...
    Checking Cacao status...
    Deploying DSCC agent in Cacao...
    DSCC agent has been successfully registered in Cacao.
    Choose password for Directory Service Manager:
    Confirm password for Directory Service Manager:
    Creating DSCC registry...
    DSCC Registry has been created successfully
    Hope this helps.

  • Directory Server 5.2 installation problem on win2000 server,sp4

    Hi,
    I attempt to install Directory Server 5.2 on windows 2000 server(Simple Chinese) sp4, when the installation comes to "configuring" it stops.
    And have this error:
    java.lang.StringIndexOutOfBoundsException: String index out of range: 16
    at java.lang.String.substring(String.java:1477)
    at com.sun.admserv.install.tools.OutputReaderThread.run(OutputReaderThre
    ad.java:26)
    But when I uninstall DS5.2, I can install DS5.1 sp3 successfully.
    Please tell me how I can solve the problem.
    Thanks!

    You are correct. Dir 5.2 is not certified for AIX 5.2. It does install though. Like a previous reponse stated. Check the permissions for the user you are installing with and the file system you are installing to. Make certain you have enough disk space. My install took 150 MB of disk space. Finally, Dir 5.2 creates the file "/var/adm/sw/productregistry" during install. If you do not have permissions to /var/adm/sw, you may have troubles.
    Tim
    Computer Systems Engineer
    Komatsu Canada Limited

  • SUN ONE Directory Server installation Problem on Win XP

    Can some one look at the installation error on WIndows XP
    ERROR: Ldap authentication failed for url ldap://santoshlaptop.cook.com:51303/o=NetscapeRoot user id admin (151:Unknown error.)
    Fatal Slapd Did not add Directory Server information to Configuration Server.
    Configuration of the Directory Server failed.
    Error Directory Server configuration failure
    Checking connection to the Configuration Directory Server... failed.
    The Admininistration Server cannot be configured.
    Error Administration Server configuration failure
    Error Configuration of the server(s) failed
    Thanks a lot
    Santosh

    HI everyone,
    I tried installing directory server 5.2 p4 on WIN XP Professional machine and got the following error:
    [slapd-Teja]: starting up server ...
    [slapd-Teja]: [22/Sep/2006:13:25:52 -0400] - Sun Java(TM) System Directory Server/5.2_Patch_4 B2005.230.0301 (32-bit) starting up
    [slapd-Teja]: [22/Sep/2006:13:25:54 -0400] - Listening on all interfaces port 30145 for LDAP requests
    [slapd-Teja]: [22/Sep/2006:13:25:54 -0400] - slapd started.
    Your new directory server has been started.
    Created new Directory Server
    Start Slapd Starting Slapd server configuration.
    ERROR: Ldap authentication failed for url ldap://ldapteja.hcs.com:30145/o=NetscapeRoot user id admin (151:Unknown error.)
    Fatal Slapd Did not add Directory Server information to Configuration Server.
    Configuration of the Directory Server failed.
    Error Directory Server configuration failure
    Checking connection to the Configuration Directory Server... done.
    Registering Administration Server with Configuration Directory Server... done.
    Loading Administration Server tasks... done.
    Loading global Administration Server configuration... done.
    Generating configuration files ... done.
    Writing Administration Server keys to the Windows registry... done.
    Configuration of the Administration Server succeeded.
    Administration server started properly.
    Error Configuration of the server(s) failed.
    Click Next to continue.
    In fact I did install 5.2 before on my machine but I think it was 5.2 p2. I then installed 5.1 on the same machine.. as the machine was running slow I uninstalled both 5.1 and 5.2 as well.. but from then on I cannot install 5.2 on my lasptop .. can please suggest me some thing that can fix this problem..
    I had this in my host file
    192.168.1.107 Teja.hcs.com..
    Any help is reatly appreciated ..

  • Directory Server 6.2 upgrade to 6.3: import LDIF problem

    Hi all,
    I have tried upgrading my Directory Server 6.2 to version 6.3 because of the database integrity issues as stated in:
    http://blogs.sun.com/dsee/entry/directory_server_6_2_database
    I have followed the steps defined in this article:
    1. Shut down each directory server instance, as described in Starting, Stopping, and Restarting a Directory Server Instance.
    2. Perform an LDIF export of the database, as described in Backing Up to LDIF.
    3. Install the hotfix for bug 6642430 on Directory Server 6.2, or upgrade your Directory Server 6.2 instance to Directory Server 6.3 once Directory Server 6.3 is available for download (early April). You will need to login to Sunsolve in order to see this bug description.
    But when importing the LDIF export, I got the following error:
    [17/Dec/2008:14:44:08 +0100] - import ec: WARNING: Skipping entry "sunPortalAdminPortalDomainPortalServerInstanceMonitoringID=Monitoring,sunPortalAdminPortalDomainPortalServerInstanceID=sol10portal-80,sunPortalAdminPortalDomainPortalID=portal1,sunPortalAdminPortalDomainID=defaultDomain,o=example" whichIt's the only information I get about why the entry was skipped (I did not forget to copy the part after 'which', there was no information there :-))
    This resulted in a missing Portal instance configuration and thus I got a 'configuration error' when surfing through the gateway to the portal.
    I have also tried: manually importing that entry, which resulted in a 'Object does not exist' error. I have tried copying the whole tree from another backup with identical setup, which wasn't working either.
    Did anyone experience the same problems before? Did I do something wrong or is there a workaround for this?
    Second question: What is the exact reason why a export and import is necessary? Or is it only necessary if the database is already corrupt? Is there a way to check that?
    Thanks alot!
    Sten

    The entry was not imported most likely because it's parent isn't in the database yet. Are entries above this in another backend ? If so try importing that backend first. Also, that dn is so long, that it exhausted the buffer which is used to write messages in the access log. This is why, there's nothing after "which".
    What is the exact reason why a export and import is necessary? Or is it only necessary if
    the database is already corrupt? Is there a way to check that?The database corruption could be silent. So a binary backup/restore when going from 6.2 to 6.3 is not recommended and the LDIF route must be used.

  • Problem in Publishing the certificate to directory server

    I am having problem regarding the publishing the certificate.I am using iPlanet CMS 4.7 and iPlanet directory server 5.1
    In the CMS >certificate manager > publishing module > mapper
    It provides(manuals) two options to enable the publishing to directory server, i.e
    1)create entry automatically(default plug -in)
    2)Manual entry in directory and mapper to map it.
    I tried both way.When automatically create option is selected it fires an error:
    Failed to create the CA entry.There may be entries in the directory hierachy which do not exist.Please create them manually.
    I am not able to figure out the problem,even if I create certificate hierachy in the directory server it gives the same error.Can anyone figure out the problem so i can publish certificate.Pleae mail me the solution if anybody knows.Thank you

    Hi,
    1. Please open the original project in Captivate 3. i.e. the .cp file in Captivate 3
    2. Go to menu "Audio > Audio Settings"
    3. Change the bitrate to 96kbps or 64kbps
    4. Change the Encoding ferwquency to 44Khz
    5. Save and close the project
    6. Now open the same project in Captivate 5
    7. publish the project
    Audio should play correctly now..
    Hope this helps.
    Regards,
    mukul

  • Directory Server Enterprise Edition 7.0 Installation Problem

    Hi Team,
    While I am trying to install Directory Server 7.0 in windows 2003 server machine ,the following problems are occured.
    D:\Sun7.0\sun-dsee7\dsee7\bin>dsccsetup.exe status
    DSCC Agent is not registered in Cacao
    DSCC Registry has been created
    Path of DSCC registry is D:/Sun7.0/sun-dsee7/dsee7/var/dcc/ads
    Port of DSCC registry is 3998
    I was able to create DSCC registry successfully.But while registerng DSCC agent in Cacao some probelm occurs
    I ran dsccsetup.exe cacao-reg command.But its throwing
    Configuring Cacao...
    ## Failed to run D:/Sun7.0/sun-dsee7/dsee7/ext/cacao_2/configure.bat
    #### D:\Sun7.0\sun-dsee7\dsee7\bin>"D:\Sun7.0\sun-dsee7\dsee7\ext\cacao_2\lib\pr
    ivate\perl\bin\perl" -I "D:\Sun7.0\sun-dsee7\dsee7\ext\cacao_2\lib\private\perl\
    site\lib" "D:\Sun7.0\sun-dsee7\dsee7\ext\cacao_2\configure.pl"
    ## Exit code is -1073741819
    Failed to configure Cacao.
    Please any one help me.....
    Let me know if any details you need

    Now its working fine. Actually problem is my machine physical memory size is 1 GB RAM.After i test with 4 GB RAM machine DSCC Agent is created on Cacao Successfully.
    -Selvaraj

  • Problems registering an existing Directory Server. Only given sudo access

    Hellos.
    I can install and start/stop my 11g Directory from command line with /opt/sfw/bin/sudo dsadm or dsconf commands.
    The directory uses port 389 so I need to have it running as "root" I ran the dsadm command with sudo.
    My problem is that when I use the https://localhost:8181/dscc7 web page to register the Directory I eventually get prompted for a Solaris account/password.
    I don't know (and I hope I never do know) the password to root.
    How do I proceed?
    The dialog did say that I can have a Solaris account which can administer this Directory instance but how is it done when I use port 389 ???
    HELP!!!

    If you're running on Solaris 10, then the most obvious things is to add the relative permission to the user that will run the Directory Server, for example:
    # usermod -K defaultpriv=basic,net_privaddr <USER>
    HTH,
    marco

  • Problem to  install Directory Server 5.1 SP2 on Solaris

    Hi
    I need to install Directory Server 5.1 SP2 on Solaris 8. When I was asked to provide system user and system group, I provide "root" and "system". As a result, the installation fail message was shown and abort the installation.
    However, I was install the Directory Server 5.1 SP1 on solaris 8 successfully by using "root" and "system". Does anybody know why?
    Thanks and Regards,
    William Siu

    But i've more than 2 Go of free disk space !!!!
    "Tim Muratet" <[email protected]> wrote:
    >
    Sure...Get more disk space.
    "coolys" <[email protected]> wrote in message
    news:3a252a26$[email protected]..
    hi,when i decompress the weblogic510.exe file under NT, in the end of theself extracting i have the message below :"The decompression of %s failed.
    there may not be enough free disk space available in the TEMP"Can anybody
    help to resolve this problems.thanks for yours reponses.

  • Replication problem with iPlanet directory server 5.1 SP2 HF1

    If I make a apply a change to either of consumer servers for an entry that belongs to the large database, that change does get applied to the consumer targated but it can not refer the change to teh master. Neither the master, nor the other consumers get updated consequently. I did not have this problem with directory server 5.1 SP1. I only see this problem after I apply directory server 5.1 SP2 HF1.
    From the error log file, I see the following message:
    NSMMReplicationPlugin - repl_set_mtn_referrals: could not set referrals for replica

    I have a suggestion - try another means for administering your directory - use the console only for maintenance and tuning purposes. There are several products out there that are much better for day to day operations ...
    Otherwise - I think with 5.1 the view is based on the rdn of the entries - and I am not sure it is customizable. Additionally I know 5.2 solved your second issue - maybe the latest SP of 5.1 has solved it as well - though I don't really know ...
    -Chris Larivee

  • Installation of Sun Directory Server on Home PC - Domain name problem

    Hi!
    I would like to install SunONE directory server on my home PC but, I am unable to do so because one of the installation steps requires the fully qualified machine name. This is of format <hostname>.<domainname>. My home PC doesnot belong to any domain. Is there any solution to this problem? Is there a default domain name that I can use?
    Thanks in advance!

    Hi,
    This post talks about that problem:
    http://forum.java.sun.com/thread.jspa?threadID=5111917&tstart=0
    Rob.

  • Problems while installing Sun ONE Directory Server.

    Hi all,
    I'm a newbie to LDAP amd my problem is -
    When I started Installing SunONE DS on machine first time, at the end of the installation, it thrown an error message.
    "The program cant start because nss3.dll is missing from your computer. Try reinstalling the program to fix this problem."
    Later, I copied nss3.dll file to "C:\Windows\System32" and then started the installation then it thrown error again as follows -
    "Configuration of the Directory Server failed.
    Error Directory Server configuration failure
    Checking connection to the Configuration Directory Server... failed.
    The Administration Server cannot be configured.
    Error Administration Server configuration failure
    Error Configuration of the server(s) failed.
    Click Next to continue. "
    What is the reason behind this?

    Bingo, It worked. Yup, I'm using SODS 5.2, I have copied all .dll files from nsbasesystem.zip to "C:\Windows\System32".
    but now the problem is -
    Sun One Directory server service is running
    but
    Sun ONE Administration server process is not running
    I have tried to start it manually but it didn't worked. It initiates the starting of process and then suddenly shows error message that
    "The Sun ONE Administration server 5.2 service on local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs."

  • DSCC problem on Directory Server enterprise edition Version 11.1.1.7.0

    I install ldap version Version 11.1.1.7.0 on redhat 5.6 on /opt/dsee7
    I excute:
    I have export JAVA_HOME=/opt/dsee7/jre and PATH=$JAVA_HOME/bin:/opt/dsee7/bin:/opt/dsee7/dsrk/bin:$PATH
    *[root@sperem ~]# java -version*
    java version "1.7.0_10"
    Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
    Java HotSpot(TM) Server VM (build 23.6-b04, mixed mode)
    *[root@sperem ~]# which java*
    */opt/dsee7/jre/bin/java*
    *[root@sperem ~]# dsccsetup ads-create*
    *[root@sperem ~]# dsccsetup war-file-create*
    *[root@sperem ~]# dsccagent create*
    *[root@sperem ~]# dsccreg add-agent /opt/dsee7/var/dcc/agent/*
    *[root@sperem ~]# dsccagent start*
    I deploy the dscc7.war on glassfish.
    asadmin deploy /opt/dsee7/var/dscc7.war
    All work correctly.
    I have create one ldap istanza and i have register to dscc console with commands
    *[root@sperem lib]# dsadm create -p 389 -P 636 /opt/dsee7/var/utenti*
    Choose the Directory Manager password:
    Confirm the Directory Manager password:
    Use command 'dsadm start '/opt/dsee7/var/utenti'' to start the instance
    *[root@sperem lib]# dsadm start /opt/dsee7/var/utenti*
    Directory Server instance '/opt/dsee7/var/utenti' started: pid=9762
    *[root@sperem lib]# dsccreg add-server /opt/dsee7/var/utenti/*
    Enter DSCC administrator's password:
    */opt/dsee7/var/utenti/ is an instance of DS*
    Agent No  Hostname                Port  Owner  iPath
    *0 sperem.gromanenghi.net 3997 root /opt/dsee7/var/dcc/agent/*
    The registration will use DSCC agent on port: 3997
    Enter password of "cn=Directory Manager" for /opt/dsee7/var/utenti/:
    This operation will restart /opt/dsee7/var/utenti/.
    Do you want to continue ? (y/n) y
    Connecting to /opt/dsee7/var/utenti (using ldap://127.0.0.1:389)
    Enabling DSCC access to /opt/dsee7/var/utenti
    Restarting /opt/dsee7/var/utenti
    Registering /opt/dsee7/var/utenti in DSCC on localhost.
    The problem is:
    When i use the dscc web console i can't administer my ldap because i receive the message:
    Inaccessible (to enable access click on the server and then on ‘Enable Access’)
    *[root@sperem lib]# ps -ef | grep dscc*
    root      5452     1  0 09:39 ?        00:00:03 /opt/dsee7/jre/bin/java -Dsun.directory.clip.arg0=/opt/dsee7/lib/dsccagentdaemon -classpath /opt/dsee7/lib/jar/utils.jar:/opt/dsee7/lib/jar/dsccagentdaemon.jar:/opt/dsee7/lib/jar/dcc.jar:/opt/dsee7/lib/jar/ground.jar:/opt/dsee7/lib/jar/clip.jar:/opt/dsee7/lib/jar/common.jar:/opt/dsee7/lib/private/jdmkrt.jar:/opt/dsee7/lib/private/jmxremote_optional.jar -Ddirectory.utils.lib.path=/opt/dsee7/lib/libjutils.so oracle.ldap.dsee.dscc.agent.DsccAgentMain start /opt/dsee7/var/dcc/agent
    I try to create one new ldap istance from web dscc but i have the same problem. I try to register the ldap instance directly from dscc but i have the same problem
    With other ldap version I don't have problem.
    TIA
    Giovanni
    P.S. Excuse me for my english.

    We have found DSCC in 11.1.1.7.0 is much more sensitive to SSL cert issues. Make sure your Directory Server SSL certificates are set up correctly and then remove from DSCC and add again. Then click the "refresh" button in DSCC. You may also want to double-check your dsccagent installation and make sure it is properly registered.

  • Directory Server & NDA: modifications or permission problem?

    My predecessor replaced the "change password" page in the IDA. The original page is still at the original location, so I wonder if it was changed in a servlet or config-file (searched, but didn't find it).
    Accessing the original page (/nda/change.htm) doesn't work . I'm not sure if it's because I access it without logging in on the "normal" login page(but I have to enter my login info to change the password), or if it's because of permissions in ldap (to change your own password), but I didn't find such restrictions.
    Versions:
    Sun-One Directory Server 5.2
    iPlanet Messaging Server 5.2
    iDA Version (in setup.inf): 1.2P1

    Hi Gary,
    I believe this is a known issue when starting Directory Server after a reboot as the check of PID does not verify that the process is in fact ns-slapd.
    The work-around is to delete the pid file. And then restart the server.
    regards,
    Ludovic.

Maybe you are looking for

  • How to clean old Earlywatch reports in Solution Manager

    Hi, We are using SOLMAN 7.0 for EarlyWatch alerts, everything is fine and EarlyWatch is generating Reports weekly. Now i had a concern on how to clean these Early Watch reports once they are like month old, Does SAP Standard Jobs take care of this or

  • IMac or Macbook Pro w/ Thunderbolt Display?

    I've decided to switch from PC to Mac. I much prefer a desktop setup, so I originally decided to go with the iMac, but then I was checking out the Apple site & saw the Thunderbolt Display, which essentially lets you plug in your Macbook & use it as a

  • Oracle-Linux 11g Install error

    Hi guys, After starting Ora installer on Linux I'm getting this error: Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path. :

  • Acrobat reader printing at runtime

    Hi All, How to call acrobat reader at printing runtime for printing .pdf file? Thanks, Message was edited by: p.v.k.k

  • Error in link page

    Hi, I am trying to view a page that uses Java, I never had troubles using the link bar on that site before. I resently installed XP on my pc, but as I tried to view it on another pc also with XP I dont understand why I can't see the links. This is th