Problem enabling jsp in SunONE 6.0 sp9

Hi there.
Bit of a newbie question here... We've never used JSP pages on any of our sites before, so this hasn't come up.
I'm having difficulty enabling JSPs on our web server.
I've followed the steps in the "...Guide to Servlets" manual (1. enable servlets in server manager; 2. include jsp-servlet enable="true" in web-apps.xml file; 3. add tools.jar to jvm classpath (found this in /usr/java/lib/tools.jar) )
The classpath was originally .../iplanet/servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar and now I've added :/usr/java/lib/tools.jar to it.
When I try to access a JSP application provided by a software vendor, I get an error in the server's error log as follows:
[25/May/2007:11:48:58] info (19136):     JSP11 Log:The scratchDir you specified: /export/swr/iplanet/servers/https-mapstest.county.oxford.on.ca/config/../ClassCache/https-mapstest.county.oxford.on.ca/jspviewer is unusable.
[25/May/2007:11:49:09] info (19136):     jsp: init
[25/May/2007:11:49:10] failure (19136):     Internal error: servlet service function had thrown ServletException (uri=/jspviewer/jspForm.jsp): org.apache.jasper.compiler.CompileException: /export/swr/arcgis/arcims/Samples/Java/jspviewer/jspForm.jsp(8,0) Unable to open taglibrary http://mapstest.county.oxford.on.ca/maps/Java_Connector91 : Could not locate TLD http://mapstest.county.oxford.on.ca/maps/JavaConnector91, stack: org.apache.jasper.compiler.CompileException: /export/swr/arcgis/arcims/Samples/Java/jspviewer/jspForm.jsp(8,0) Unable to open taglibrary http://mapstest.county.oxford.on.ca/maps/Java_Connector91 : Could not locate TLD http://mapstest.county.oxford.on.ca/maps/JavaConnector91
at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:715)
at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:110)
at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1096)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1061)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1057)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:218)
at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:209)
at org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$4(JspServlet.java:171)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:489)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:599)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:943)
at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1094)
at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:1005)
, root cause:
There is a .tld file at the noted location (which is linked as an "additional document directory"). It's arcims_taglib.tld.
Is this a classpath thing?
The server has been restarted, and starts with no apparent errors. It's noted in the error log that it has successfully initialized the web application environment (web-apps.xml) for the virtual server.
Any suggestions and/or assistance will be greatly welcomed!
Thanks,
Chris J.

I've installed 7.0 of the web server, and it's working fine. Administration seems a little slower (probably just the speed of the test machine), but it's generally fine to use. Seems quite quick and responsive at serving pages...
In short, jsp seems to work (out-of-box). A really simple jsp page (which just prints out a date) works. (e.g.
    <%
    Date now = new Date();
    out.println(DateFormat.getTimeInstance().format(now));
    %>)
However, if I try to use a more complex set of jsp pages, one of which is referencing something from a jar file, I get a server error:
for host xx.xx.xx.xx trying to GET /GeoDoc/redirectlogin.do, service-j2ee reports: StandardWrapperValve[action]: PWC1406: Servlet.service() for servlet action threw exception
java.lang.NullPointerException at com.geodoc.struts.redirectLoginAction.execute(redirectLoginAction.java:73) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:796) at javax.servlet.http.HttpServlet.service(HttpServlet.java:917) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:391) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:272) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:241) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:182) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:160) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at com.sun.webserver.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:149) at com.sun.webserver.connector.nsapi.NSAPIConnector.service(NSAPIConnector.java:995)
Any thoughts or suggestions?
Thanks,
CDEJ

Similar Messages

  • Unable to enable JSPs in SunONE 6.0

    Hi,
    I am having difficulty configuring SunONE 6.0 to compile and execute JSPs. I have taken many steps to rectify this, but everything that I have done has been fruitless thus far. I have attempted all of the following:
    1. Configure through the web admin tool-- when selecting JDK in the Configure JRE/JDK Paths section, and adding a JDK Path value, I receive an error that "The JDK Path does not exist" although it is on the server in the location I specify.
    2. Modified the start-jvm file for my server to add a NSES_JDK entry, while modifying the existing NSES_JRE entry to point to the JRE in my NSES_JDK path.
    3. Updated the web-apps.xml file in my server's directory to attempt to add a <jsp-servlet enable='true'/> element-- not sure if I did this correctly or not...
    Why is this so difficult??? It was significantly easier in iWS 4.x... Anyway, any help that can be provided would be very much appreciated.
    Regards,
    Eric Lacey

    Hmm...may be you missed something. Take a look at:
    http://docs.sun.com/source/816-5689-10/jsp.htm#16856
    and see if you can resolve the issue.
    Thanks
    Manish

  • "There was a problem enabling iCloud Backup"

    I currently have an iPad 2, and my husband has an iPod Touch (not sure of the generation - its about a year old). As of tomorrow, we'll both have iPhone 4S's.    We both use my iTuned account for purchasing apps and music. I've finally got iOS 5 up and running on my iPad, with iCloud linked to my iTunes account.  I've got my husband's iPod Touch updated with iOS 5. I set it up with his old iTunes account, and put my iTunes account into the 'Store' part of the settings, as the 'Apple IDs and iCloud' document suggested to do. But when I try to set his iPod Touch to backup to iCloud, I get the following error: "iCloud Backup Failed. There was a problem enabling iCloud Backup."
    Any suggestions?  Am I misunderstanding how I'm supposed to be doing this?  It's not a huge deal with the iPod Touch, but I want to get this figured out before tomorrow, so that I can set it up so that my iPad and iPhone both sync to one iCloud account, and his iPod Touch and iPhone sync to a different one.

    @uzagaku yes this works, and that's the only way to re-enable iCloud backup actually. No need to disable encryption, that's only for further local backups. But thanks for pointing out to that iCloud setting in iCloud .. I should have looked there immediately, obviously. As soon as it's activated there, the setting syncs on iOS. Remains that enabling iCloud backup from iOS should of course be possible, so there's still a huge bug there.

  • Problem in jsp with container(JEUS)

    Hi I am a developer in Korea
    Nowadays I have a problem in jsp pages which have contained some pakage directive in a library path
    so my problem is changing some of the classes in the package during service time.
    Error result is
    -Root Exception stack trace :
    -jeus.servlet.jsp.compiler.JspCompileException: fail to compile : source = C:\TmaxSoft\JEUS6.0\webhome\epims_container1\_generated_\j2ee-modules\harweb\jeus_jspwork\_custermg\_html\_mypage\_600_MyReqJob_5fjsp.java, -error msg = C:\TmaxSoft\JEUS6.0\webhome\epims_container1\_generated_\j2ee-modules\harweb\jeus_jspwork\_custermg\_html\_mypage\_600_MyReqJob_5fjsp.java:76: cannot access custermg.MyPageQuery
    bad class file: C:\epims\harweb\WEB-INF\classes\custermg\MyPageQuery.class
    -class file has wrong version 8241.8224, should be 49.0
    -Please remove or make sure it appears in the correct subdirectory of the classpath.
    -     MyPageQuery myquery = null;
    I don't know why this could be happed in random period of time It happens nearly each 10 hours . after this failure, the same error happen in other classes.
    Before ten hours?.... No problem with the jsp pages
    The number 8241.8224 tells me that it is not generated by java compiler but I don't have any clue but the above error
    my run time environment is
    - HP Server, Windows Server 2003, 64bit
    - Jeus, jdk1.5.0_15
    so any help from you will be appreciated...
    thanks

    Mr. Ahmed,
    Excuse-me by my bad english.
    I experienced the same problem when surrounded my scripts with comment caracters:
    <!--
    < SCRIPT ...
    -->
    If this is your case, simply uncomment it and the script will work fine.

  • Problem using jsp:include from inside a custom tag

    Hi, All !
              I have a problem using <jsp:include> from inside a custom tag. Exception is:
              "java.lang.ClassCastException: weblogic.servlet.jsp.BodyContentImpl"
              Apparently, weblogic tries to cast BodyContentImpl to JspWriterImpl and
              could not do this. Is it a bug, since in the 1.1 spec is said: "The
              BodyContent is a subclass of JspWriter that can be used to process body
              evaluations so they can retrieved later on."
              My code is:
              <wfmklist:items>
              <jsp:include page="item.jsp" flush="true"/>
              </wfmklist:items>
              

    This is an area of contention with WL. It is not so tolerant with regards to
              the spec. I spent several days recently trying to convince it to accept the
              specification in regards to bodies and includes and it appears to have
              successfully rebuffed my efforts.
              Frankly, this is very disappointing. It appears that some shortcuts were
              taken on the way to JSP 1.1 support, and the result is a very hard-coded,
              inflexible implementation. As I have not seen the implementation myself, I
              hate to assume this, however one could posit that the term "interface" was a
              foreign concept during the implementation, other than as some annoying
              intermediary reference requiring an immediate cast to a specific Weblogic
              class, which in turn is apparently required to be final or have many final
              methods, as if being optimized for a JDK 1.02 JIT.
              I am sorry that I don't have any positive suggestions other than to use a
              URL object to come back in an execute the necessary "include" directly. You
              lose all context (other than session) and that can cause its own problems.
              However, you can generally get the URL approach to work, and you will
              hopefully avoid further frustration.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              Tangosol: How Weblogic applications are customized
              "Denis" <[email protected]> wrote in message
              news:[email protected]...
              > Hi, All !
              > I have a problem using <jsp:include> from inside a custom tag. Exception
              is:
              > "java.lang.ClassCastException: weblogic.servlet.jsp.BodyContentImpl"
              >
              > Apparently, weblogic tries to cast BodyContentImpl to JspWriterImpl and
              > could not do this. Is it a bug, since in the 1.1 spec is said: "The
              > BodyContent is a subclass of JspWriter that can be used to process body
              > evaluations so they can retrieved later on."
              >
              > My code is:
              > ...
              > <wfmklist:items>
              > <jsp:include page="item.jsp" flush="true"/>
              > </wfmklist:items>
              > ...
              

  • Urgent Solution needed--Problem in JSP compilation with JDK 1.5 and JDK 1.6

    Hi,
    I m using JDK 1.5 and Tomcat 5.0 the problem is that after starting server when I m going to access my application at that time instead of displaying HomePage it directly display the blank page on screen.
    After analyzing tomcat log I have found that there was a problem with JSP page compilation.
    The exception logged in Tomcat Log is given below
    An error occurred at line: 1 in the generated java file
    The type Collection is not generic; it cannot be parameterized with arguments <? extends E>
    Stacktrace:
    *     at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)*
    *     at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)*
    *     at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)*
    *     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)*
    *     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)*
    *     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)*
    *     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)*
    *     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)*
    *     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)*
    *     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)*
    *     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:447)*
    *     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)*
    *     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)*
    *     at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424)*
    *     at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343)*
    *     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)*
    *     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)*
    *     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)*
    *     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)*
    *     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)*
    *     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)*
    *     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)*
    *     at java.lang.Thread.run(Thread.java:619)*
    After getting this kind of error I have analyzed my code furhter then I came to know that there was problem with static include tag.
    In my jsp page I have used following line which is the main cause of error
    <%@ include file="top.jsp" %>If I ommit this line then it is working properly.
    Instead of static include I have used jsp:include also.
    Still I m getting same problem.
    We have to migrated from JDK 1.5 to 1.6 and Tomcat 5.0.28 to 6.0.14, still same problem is there.
    We have tried a lot but didnt get success to overcome this problem.
    If anybody having any solution then ur each reply will be appreciated.
    Thanks in advance..........!!!!!!!
    Edited by: JBOSS2000 on Jan 15, 2008 9:29 AM

    Hi "mshanu" and "amit" Thanks for ur replies Here I m posting the code of "top.jsp"........!!!!
    <%@ page errorPage="errordisplay.jsp"%>
    <table cellpadding="0"
           cellspacing="0"  height=50 width=780>
           <tbody>
             <tr class="header">
               <td class="logo"><IMG SRC="assets/Logo.gif" BORDER=0 ALIGN=top></td>
               <td align="right"><span class="applicationtitle"><%@ include file="/contents/logo.htm" %></span><br>
               <span class="companyname"><%@ include file="/contents/companyname.htm" %></span></td>
             </tr>
            </tbody>
    </table>To include top.jsp I have tried
    <jsp:include page="top.jsp" flush="true">
    </jsp:include>
             AND       
    <%@ include file="top.jsp"%>but none of this worked.
    If I remove the include then It is working properly.
    But I need inluded file too so that I am wondoring for the solution.
    This problem seems very wiered to me. I dont know why it is happening.
    This problem is started only when I used the TOMCAT 6.14.
    Is it the bug of TOMCAT 6.14 or What somebody Plz help.
    I got stuck here.........!!!!!!!!!!
    It doesn't seem any problem with top.jsp. As per my thinking the problem is there in include due to that it doesn't compile the JSP page in Tomcat 6.0.
    Earlier I am having same code running on the Tomcat 5.0.28 and JDK 1.5.0.
    But problem occured when I have used Tomcat 6.x...!!

  • Help please, im having big problems enabling wifi sync

    Hi everyone,
    Im having problems enabling wifi-sync between my Windows PC (Windows 7 - iTunes 11.0.4) and my iPhone 4S (Running iOS 6.1.3)
    iTunes lets me check the box "Sync This Phone over WiFi" and when i click Apply - Then Sync the box stays checked but when I look on my iPhone on Settings > General > iTunes Wifi Sync it just still says "To enable Wi-Fi Syncing with iTunes, connect to iTunes on your computer using a cable and click "Syncwith this iPhone over Wi-Fi"."
    I have checked that both iphone and PC are connected to same WiFi network, and have tried a FW restore on the iphone and neither have solved the problem. I have also authorised my computer to my apple ID.
    Im getting to the end of my tether with this issue now, its strange because my wifes iPod Touch will sync over wifi flawlessly (Same PC, different user account)
    Please help if you can...
    Regards

    Yes, i have been clicking APPLY and then SYNC and then finally "ejecting" the iphone frmo within itunes before i dis-connect it. Its a very odd problem.

  • Back up error: "There was a problem enabling iCloud Backup."

    Keep getting this error when trying to backup iphone 5 to icloud: "There was a problem enabling iCloud Backup."

    It looks like you need to install iOS 6.0.1 that was released yesterday.  You can find more information here: http://lighthousetechnologies.com/blog/software-testing-iphone-5-bug-upgrade
    Khanh-Thy
    Lighthouse Software Testing
    www.lighthousetechnologies.com

  • There is a problem enabling iCloud Backup.  Anyone knows what to do?

    There is a problem enabling iCloud Backup.  Anyone knows what to do?

    Found a solution
    https://discussions.apple.com/message/16343143#16343143

  • HT1766 There was a problem enabling icloud backup

    Everytime I try to turn on icloud on my 4s so I can backup my contacts to restore to my new iphone5
    it tells me there was a problem enabling icloud backup.

    It is saying cannot load storage plan as well

  • Re: There was a problem enabling iCloud Backup

    Why do repeatedly get this message when trying to turn on iCloud Backup on my iPad: There was a problem enabling iCloud Backup?

    You really do have to sync after enabling iCloud on the device in iTunes. I just clicked Apply after enabling iCloud and it gave the error in the thread title. Went back to my PC, disabled it, synced, enabled it, synced, then synced to iCloud from the device and it worked a treat.

  • Language problem in JSP please help

    Hi all java guru;
    Altough I tried all different way I can not solve the my problem.
    My problem is Turkish language problem in JSP.
    If my jsp page use database applications such as push or pull data to my SQL 2000 database or call some datas from database, some data which contains turkish caracter are seen wrong. suc as ����� is to ??????
    what is the problem?
    But important point is that; this is only Database data which come from sql database. But I can see JSP data or HTML data truly.
    I try different method to solve in JSP page;
    1-request.setEncoding("iso-8859-9");
    or
    request.setCharacterEncoding( "windows-1250" );
    2-
    @contentType="text/html; charset=iso-8859-9"
    @page pageEncoding="iso-8859-9"
    3-
    <meta http-equiv="Content-Language" content="tr">
    <META http-equiv="Content-Style-Type" content="text/css">
    4-
    ISO-8859-9 is turkish charecter spefications
    String TR_tlp = new String(NEW_TALEP.getBytes(),"ISO-8859-9"); // this parm is inserting database but problem is go on.
    5-
    for the database...
    Properties props = new Properties();
    props.put("user","login");
    props.put("password","password");
    props.put("charSet","UNICODE");
    6-
    url= "jdbc:microsoft:sqlserver://IP_NO:1433;databasename=database;TRUSTED_CONNECTION = true;CHARSET="+sun.io.ByteToCharConverter.getDefault().getCharacterEncoding();
    or
    url= "jdbc:microsoft:sqlserver://IP_NO:1433;databasename=database;TRUSTED_CONNECTION = true;CHARSET=ISO-8859-9"
    con= DriverManager.getConnection(url, kulad, sifre);
    I am using tomcat 5.0.19,
    is there any way to solve this problem... Please help......

    Were you ever able to solve your problem?
    I have a similar problem.
    My database is storing the characters correctly and they can be viewed in Java, but when I try to convert them to unicode using:
    String inputUtf8 = new String(input.getBytes(),charset);
    it works for almost all characters, but some come through as noncharacter "boxes."
    The characters that come through as boxes in iso8859-1 are the ones that are in the "supplementary" character range of that set, such as:
    - curved left and right quotes
    - "TM" symbol
    - bullets
    - m dash and n dash
    (see this table: http://www.csgnetwork.com/htmlchrset.html for a more complete list of the supplementary characters )
    Any idea what I need to do to have these characters show up properly?

  • "There was a problem enabling FileVault." Error Message.

    After several attempt trying to enable the filevault on the newly fresh nstalled Mac OS X Mountain Lion, the same error messages appears:
    There was a problem enabling FileVault.
    Problems were encountered with the disk “Mac HD”. Please turn off FileVault, verify and (if necessary) repair the disk with Disk Utility, and try enabling FileVault again.
    Each time I've done the followings:
    1. I've turned FileVault off.
    2. I've erased all partitioned on my hard disk drive, using the USB disk containing the installation files of Mac OS X Mountain Lion.
    3. I've created a single Mac OS X Journaled, non-Encrypted partition using the disk utility and instaled the OS on it.
    4. I've followed the initial proccess of the newly installed OS by entering the WiFi credentials, AppleID and password and ...
    5. I've restarted the system after first boot.
    6. I've just enabled the FileVault after logging in without running any application or plugging any device or even using the system for about 6 hours!
    But every time the same error occoured.
    My system hardware specifications are as follows:
    MacBook 13-inch, Aluminum, Late 2008
    Model Identifier:          MacBook5,1
    Processor: Intel Core 2 Duo 2.4 GHz 3 MB L2 Cache
    Memory: 2x4 GB 1333 MHz DDR3
    Graphics:  NVIDIA GeForce 9400M 256 MB
    Misc:
    Boot ROM Version:          MB51.007D.B03 / SMC Version (system):          1.32f8 / Sudden Motion Sensor State:          Enabled
    HDD: 500.11 GB TOSHIBA MK5065GSX Revision: GJ003A 
    Native Command Queuing:          Yes / Queue Depth:          32
    Removable Media:          No / Detachable Drive:          No
    BSD Name:          disk0
    Rotational Rate:          5400 / Medium Type:          Rotational
    Partition Map Type:          GPT (GUID Partition Table)
    S.M.A.R.T. status:          Verified
      Volumes:
    disk0s1:
      Capacity:          209.7 MB (209,715,200 bytes) / BSD Name:          disk0s1 / Content:          EFI
    disk0s2:
      Capacity:          499.25 GB (499,248,103,424 bytes) / BSD Name:          disk0s2 / Content:          Apple_CoreStorage
    Recovery HD:
      Capacity:          650 MB (650,002,432 bytes) / BSD Name:          disk0s3 / Content:          Apple_Boot
    Please Help!

    It looks like you need to install iOS 6.0.1 that was released yesterday.  You can find more information here: http://lighthousetechnologies.com/blog/software-testing-iphone-5-bug-upgrade
    Khanh-Thy
    Lighthouse Software Testing
    www.lighthousetechnologies.com

  • Problems enabling nfs client and server

    I just re-build a solaris 11.1x86 on a x4640 SunFire
    Have problems enabling nfs
    First i typed the following command:
    # svcs network/nfs/server
    disable
    Second I typed the following command:
    #svcadm enable network/nfs/server
    # svcs network/nfs/server
    offline
    did this 3 or 4 times without success...
    any ideas?
    I holding production here! Please help!!

    Let's rule out the easier stuff first...
    Do you have something shared?
    I think you need to have something shared before you can enable the nfs server service.
    Or, if you share something, the service is started automatically. See below.
    Thanks, Cindy
    # svcs -a | grep nfs
    disabled Feb_26 svc:/network/nfs/client:default
    disabled Feb_26 svc:/network/nfs/server:default
    disabled Feb_26 svc:/network/nfs/rquota:default
    # svcadm enable svc:/network/nfs/server:default
    # svcs | grep nfs
    disabled 13:51:52 svc:/network/nfs/server:default
    # zfs set share.nfs=on rpool/cindy
    # share
    rpool_cindy /rpool/cindy nfs sec=sys,rw
    # svcs | grep nfs
    online Feb_26 svc:/network/nfs/fedfs-client:default
    online Feb_27 svc:/network/nfs/status:default
    online Feb_27 svc:/network/nfs/cbd:default
    online Feb_27 svc:/network/nfs/mapid:default
    online Feb_27 svc:/network/nfs/nlockmgr:default
    online 13:52:35 svc:/network/nfs/rquota:default
    online 13:52:35 svc:/network/nfs/server:default

  • How to enable FIPS on sunone directory server 6.3?

    Hi all,
    My product needs FIPS certification.
    As part of that we will be connecting to sunone directory server and use it as user store.
    For that i need the steps to enable FIPS on sunone directory server 6.3.
    Has any one done this before?
    Please help me in this.
    Thanks in advance.
    Usha.

    To enable the TLS Encryption Cipher
    1. Check out the ssl-supported-ciphers property of the server.
    $ dsconf set-server-prop -h host -p port ssl-cipher-family:cipher2 View the available SSL ciphers.
    $ dsconf get-server-prop -h host -p port ssl-supported-ciphers
      ssl-supported-ciphers :     TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
      ssl-supported-ciphers :     TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
      ssl-supported-ciphers :     TLS_DHE_RSA_WITH_AES_256_CBC_SHA
      ssl-supported-ciphers :     TLS_DHE_DSS_WITH_AES_256_CBC_SHA
      ...Hope this helps,
    -Shankar

Maybe you are looking for