171 byte By
707884 at 2007-11-25 7:32:12
We have a long list of IP addresses that we added to an ACL. Can we breakup the line so that it can be seen all on one page instead of one line?Thanks
359 byte By
707898 at 2007-11-25 7:32:13
I'm new to iplanet. I'm running iplanet 4.1 on a w2k server. Installed a server certificate enabling SSL. But in case of a failure, where server is rebuilt from scratch, how do I restore/import the certificate?Given: server name and ip will remain the same, and backup of the data, and ...
381 byte By
707895 at 2007-11-25 7:32:14
In iPlanet Web Server, Enterprise Edition Administration's guide, chapter 5: secure your web server - Using SSL and TLS protocol specifying that the Administrator server camn communicate LDAP over SSL with some Directory enable SSL.Is there any way to configure iplanet Administration server to ...
147 byte By
707890 at 2007-11-25 7:32:15
I'm porting a Jakarta application to iPlanet, which I've done EXCEPT for getting the servlet to be able to access the web.xml file.
399 byte By
707899 at 2007-11-25 7:32:16
How do I fix the below error:info (13299): iPlanet-WebServer-Enterprise/6.0SP2 B11/13/2001 00:49catastrophe (13299): Unable to create/cleanup jsp class cachecatastrophe (13299): Unable to create/cleanup persistent session data cacheinfo (13300): Installing a new configurationinfo (13300): A new ...
551 byte By
707900 at 2007-11-25 7:32:17
A Solaris nsapi application does not scale well on multi-processor (SMP) machines due to serialized heap allocation. What are the options to overcome this in an nsapi application?We use SmartHeap from Microquill in our non-nsapi applications, but have not been able use it from our nsapi ...
456 byte By
707901 at 2007-11-25 7:32:18
I am also seeing the following errors in the error logfiles, which may be responsible. [21/May/2002:04:38:08] failure (11508): Error receiving connection (SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT)[21/May/2002:12:15:38] failure (11508): Error receiving connection (Not connected)and ...
407 byte By
707901 at 2007-11-25 7:32:19
In my error log files for iPlanet Web server 4.1SP9 (running on Solaris) I am seeing the following errors sporadically dispersed seemingly at random throughout the day.Error receiving connection (SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT)Error receiving connection (SSL_ERROR_BAD_CERT_ALERT - SSL ...
572 byte By
707903 at 2007-11-25 7:32:21
I am consistently getting the following message in the error log:failure ( 672): Error accepting connection -5961, oserr=997 (Connection reset by peer)This message appears often, a couple of hundred times per day. But I do not see a pattern on when it appears or what is causing the error. On ...
413 byte By
708558 at 2007-11-25 7:32:23
We are running about 20 hardware virtual sites on a iws 4.x server running on NT. they each have their own IP address and are all SSL sites. We want to switch to iws6.x, but everything is different. has anyone successfully upgraded in a similar situation? we think we need to create a seperate ...
295 byte By
708172 at 2007-11-25 7:32:24
We are running iws 4.1 sp7 and the BEA WebLogic NSAPI plugin. After about 16-20 concurrent users the web server hangs. I'm wondering if it uses the native pool and I need to adjust that setting. Once the web server hangs I can't stop it - I end up doing a kill -9 on the process.
144 byte By
707905 at 2007-11-25 7:32:25
I am trying to install Directory Server 5.0 on a WIN2000 Server. I need to remove IIS. Does anyone know of a clean way to do this?
305 byte By
707906 at 2007-11-25 7:32:28
iPlanet caches files in c:\winnt\netscape\https-servername , eventually the drive fills up and trouble starts. I have tried adding Init fn="cache-init" disable="true" to obj.conf file and looking through the options in the administrator, but none of them worked. Please advise. Thanks, David ...
14 byte By
707907 at 2007-11-25 7:32:30
358 byte By
708552 at 2007-11-25 7:32:33
I am using NES 3.6 as my web server connecting to iP DS 5.1. I am connecting fine. When I try to set ACL's on the web server I get the following error when trying to specify either a specific group or user.It will only allow me to choose All Authenticated users.Any ideas?ThanksError: ...
16202 byte By
707847 at 2007-11-25 7:32:34
[27/May/2002:18:46:43] info ( 1280): successful server startup[27/May/2002:18:46:43] info ( 1280): iPlanet-WebServer-Enterprise/6.0SP2 B11/13/2001 11:13[27/May/2002:18:46:43] info ( 1280): Installing a new configuration[27/May/2002:18:46:43] info ( 1280): [LS ls1] http://xp112401, port 80 ready ...
14 byte By
707909 at 2007-11-25 7:32:35
I've noticed that if I set use-precompiled for my JSPs in iWS6, and get a stack trace (e.g. from my JSP error page), instead of line numbers it just shows "compiled code", as in the following excerpt:java.lang.NumberFormatException: 4.75C-CCK-MCDat ...
This is very urgent. Please help me if anybody faced the same problem.
270 byte By
708963 at 2007-11-25 7:32:38
Hi All,I've a Solaris 7 with 400MHz UltraSPARC II cpu box to run several instances of iWS6.0SP2 with servlet and jsp. I find each instace use 30%-40% CPU time. It is too heavy and can I adjust some parameter so that iWS6.0 use less CPU time? Thanks
14 byte By
707911 at 2007-11-25 7:32:39
782 byte By
708963 at 2007-11-25 7:32:40
When I start my iWS 6.0sp2 on Solaris 7, it show the following messages[03/Jun/2002:02:14:56] warning ( 1054): The server configuration may require more file descriptors than the operating system provides. If you encounterPR_PROC_DESC_TABLE_FULL_ERROR errors, you may wish to increase the ...
Currently it only supports Servlet 2.2. There are a number of good additions in 2.3. For us, the biggie is being able to determine what level of SSL encryption the user is coming in on, via the request.getAttribute("javax.servlet.request.key_size") call.Is there an upcoming release that will ...
268 byte By
708080 at 2007-11-25 7:32:43
iPlanet Web Server 4.1 SP9 often gets restarted. When we check the log we are not able to trace any malfunctionality or anything. Only some page not found and Null Pointer exceptions are available in the error log. How can we trace and solve the problem.
462 byte By
708460 at 2007-11-25 7:32:44
I found that when i make several requests to the same jsp, the requests are processed one by one instead of running concurrently.E.g. 5 requests are made at the same time to /test.jsp, each request requires 2 seconds to process, then the 5th response can be get after 10 seconds.Is there any way ...
693 byte By
709624 at 2007-11-25 7:32:45
iWS 6.02 on Solaris 8: If for an instance I have configured primary doc root to be /opt/data/public and the servlet directory to be /opt/data/servlet, how can I run a servlet from say /usr/apps ?I have added /usr/apps to the CLASSPATH, edited servlet.properties & rules.properties ...
14 byte By
707913 at 2007-11-25 7:32:47
355 byte By
707914 at 2007-11-25 7:32:48
Application is running fine on OAS on NT but I am trying to run the application on iPlanet with unix. When java application try to read the doc file i am getting this error at "com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.java, Compiled ...
378 byte By
707915 at 2007-11-25 7:32:49
I am getting a lot of these resets (255 today alone) in my messages file for one particular iPlanet instance:uxwdog[5411]: server terminated (signal 9): watchdog is restarting ituxwdog[5411]: server terminated (signal 11): watchdog is restarting itHow can I determine what is going on? I am ...
277 byte By
707916 at 2007-11-25 7:32:52
Using iPlanet WS Enterprise Edition, SP1 on SunOS 5.8.Trying to get the logs to rotate once per week using internal daemon. We set the time to 10080, yet the logs want to rotate daily. Have I missed something else? Is there a one day max using this method?
488 byte By
708649 at 2007-11-25 7:32:54
Hi, We are using IIS as our web server. Lot of times we have observered that IIS continues to serve the static pages but does not respond to the application server requests. Preliminary observation says that IIS requests do not reach iAS ( kxs logs does not record any request) . Is there any ...
339 byte By
707917 at 2007-11-25 7:32:55
We are migrating from iplanet web server 4.1 to iws6.0 on solaris 2.6. Migrating from instance to instance or from virtual server to virtual server is easily done with the migration feature. However, I have some full web server instances in 4.1 that I would like to be virtual servers in 6.0. ...
248 byte By
allam at 2007-11-25 7:32:57
i have installed ipanet6sp2 on solaris 8, it works fine when i call my pages on that machine but when i try to call it in my LAN, on a (windows) diff machine,i dont get page!!!,but if i ping to that ip i get response, what should i do
463 byte By
707919 at 2007-11-25 7:32:58
We are able to authenticate fine to LDAP, Iplanet directory server using IPlanet web server. I use acl's to control user file access.Now I need to customize menu's based on the username which is the uid in LDAP. How do I query who is logged into a given session?I saw an answer here about ...
440 byte By
707921 at 2007-11-25 7:32:59
We are using Netscape Enterprise Server 3.6. The logs are configured to archive every night at 2 am. A few weeks ago, we noticed that the dates in the access log were off while the error log was still correct. Any idea why the dates being tracked for accesses would get messed up? The system ...
14 byte By
707922 at 2007-11-25 7:33:00
Hi, Iam getting the error unable to locate dll "The Dynamic link libraery jvm.dll could not be found in the specified path" when i tried to start the iPlanet web server.Can anybody tell me the reason?this is an urgent one.Iam getting this error after changing the Global settings in iPlanet web ...
Is it possible to take the back up of whole iPlanet web server [For example incase of LDAP there is a provision to take the back up of the directory ].If it is there please let me know.
301 byte By
707923 at 2007-11-25 7:33:04
Dear sir,We r in conversion from HTML to JSP.we r using IPlanet server.we dont need to use bean now.we have to refer theexisting java class files.1. If i have to import the class file what i should do.2. where i should place my java class files. ...
1674 byte By
707924 at 2007-11-25 7:33:05
We are using iPlanet6.0 as our web server. When i put the NCSOC.jar in the $CLASSPATH, i got the following error message, But it works fine on my local web server(Apache web server). I checked the other jar files in the $CLASSPATH and it seems there is no XML-related jar file.Any ...
431 byte By
707925 at 2007-11-25 7:33:06
i am trying to use the bootclasspath in jvm12.conf via the line:jvm.option=-Xbootclasspath/p:C:/sandboxes/cpw/cpwcore/docroot/WEB-INF/lib/provi derutil.jarIt does not seem to be loading this jar first but to verify, I'd like to see the log of the classes being loaded. The ...
724 byte By
709232 at 2007-11-25 7:33:07
hii am facing a problem with iWS 6.0 SP2 on HP-UX 11.0. The installation is successful and i could able to start and stop the severs successfully, but if you admin server page is is taking 3-4 minutes to get each page. I am using Netscape 6.2. Initially i used IE 5 to view the web page but i ...
272 byte By
707926 at 2007-11-25 7:33:08
The first Instalation was succesful but when I tried to start the iPlanet.. this failed. then uninstalled the iPlanet.. and I tried to install it again but this time the file e41diu.exe cant start.... do you know why?... I`ll be gratefull.. thank you so much
484 byte By
709232 at 2007-11-25 7:33:10
Hiiws6.0 SP2 admin server is constantly throwing the following messages on to console. warning: daemon is running as super-user[LS ls1] http://cdbmsw1.cdbms_rbi.com, port 8888 ready to accept requestsstartup: server started successfullythe only problem i observed was the admin server response ...
255 byte By
707929 at 2007-11-25 7:33:12
Hi,Does anyone know how I can get version/patch level of all iplanet software installed on Solaris. I am trying to write a script will collects this information from all our boxes. We are running Solaris 2.6Thanks,Andrew
535 byte By
707930 at 2007-11-25 7:33:13
Our session cookie data value always contains the server domain and the sessionID. Is there any way to prevent the server domain from being prefixed onto the data value (e.g., 707B5DB3B1A228ED82BFDE1894E32B0800211063 instead of x.y.com-707B5DB3B1A228ED82BFDE1894E32B0800211063)?Also, is there ...
I have configured iPlanet Web Server(iWS) 4.1 SP9 to use a startup servlet. However, the error log does not show that the servlet has been initialized. Instead, it shows only the following entries:Loading Simple Session Manager by default. Specify MMapSessionManager in servlets.properties to ...
264 byte By
708239 at 2007-11-25 7:33:16
Ours is a Internet (https) site. In some of the customers PC if the users type https://www.xyz.com.sg usually he is getting "Page cannot be displayed" Error. If he clears Cache and set the default settings.he can able to acces. How to avoid the same.
606 byte By
707932 at 2007-11-25 7:33:17
We using iPlanet iWS SP10 develope home-made jsp on Windows2000, My & EndUser browser is MS iExplore 5.5Q1:"When I using 'userA' login to my home-made jsp application and Welcome page show as 'userA' and logoff, but when I using 'userB' logon at same client PC, its show me as ...
14 byte By
708049 at 2007-11-25 7:33:18