Catastrophe errors on iPlanet 6.0 SP6, jdk1.4.2_10 , solaris 28

Any ideas on catastrophe errors ?
[02/Jul/2007:09:51:18] catastrophe (27562): UnixSignalHandlerThread: failed to wait on signals. (Interrupted system call)
[02/Jul/2007:09:51:18] failure (27561): Child process admin thread is shutting down
[02/Jul/2007:09:51:22] info ( 7838): Installing a new configuration
[02/Jul/2007:09:51:22] info ( 7838): [LS ls1] http://10.239.234.82, port 80 ready to accept requests
[02/Jul/2007:09:51:22] info ( 7838): A new configuration was successfully installed
[02/Jul/2007:09:51:23] info ( 7838): Using the Java HotSpot(TM) Server VM v1.4.2_10 from Sun Microsystems Inc.

I don't know why your application doesn't work after
the server is restarted by the watchdog. Perhaps you
could describe your application and the observed
problem in more detail?
The server restart and the associated
catastrophe-level error message is likely caused by a
bug in Web Server. Please consider applying the
latest service pack, 6.0SP11. (In fact, since 6.0 has
reached its End Of Life period, I think you should
consider upgrading to a supported version like Sun
Java System Web Server 7.0.)Ours is a typical Java/Servlet based application, about 700 users use it. These days we are frequently encountering catastrophe errors on iPlanet logs, after which the site stops functioning correctly. We are considering moving to 6.1SP6 but not sure if that will resolve the issue, as we don't have any repro steps either...
Please find log snippet below...
[03/Jul/2007:04:19:26] catastrophe (11169): UnixSignalHandlerThread: failed to wait on signals. (Interrupted system call)
[03/Jul/2007:04:19:26] failure (11168): Child process admin thread is shutting down
[03/Jul/2007:04:19:30] info ( 8491): Installing a new configuration
[03/Jul/2007:04:19:30] info ( 8491): [LS ls1] http://10.239.234.81, port 80 ready to accept requests
[03/Jul/2007:04:19:30] info ( 8491): A new configuration was successfully installed
[03/Jul/2007:04:19:31] info ( 8491): Using the Java HotSpot(TM) Server VM v1.4.2_10 from Sun Microsystems Inc.
[03/Jul/2007:04:19:31] info ( 8491): Java VM classpath: <snip/>
[03/Jul/2007:04:19:31] info ( 8491): Loading IWSSessionManager by default.
[03/Jul/2007:04:19:31] info ( 8491): IWSSessionManager: Maximum number of sessions is 1000
[03/Jul/2007:04:19:31] info ( 8491): Successfully initialized web application environment (web-apps.xml) for virtual server (https-goldoak1.res.globalone.net)
[03/Jul/2007:04:19:31] info ( 8491): Internal Info: loading servlet /home/gold/jsp/Dispatch.jsp
[03/Jul/2007:04:19:31] info ( 8491): Internal Info: loading servlet /home/gold/jsp/Dispatch.jsp
[03/Jul/2007:04:19:31] info ( 8491): Internal Info: loading servlet /home/gold/jsp/Dispatch.jsp
[03/Jul/2007:04:19:31] info ( 8491): Internal Info: loading servlet /home/gold/jsp/Dispatch.jsp
[03/Jul/2007:04:19:32] info ( 8491): /home/gold/jsp/Dispatch.jsp: init
[03/Jul/2007:04:23:56] config ( 8491): 0.000
[03/Jul/2007:04:23:56] config ( 8491): :
[03/Jul/2007:05:31:26] failure (11168): Watchdog Admin channel has been shutdown
[03/Jul/2007:05:32:40] config ( 8491): Full thread dump Java HotSpot(TM) Server VM (1.4.2_10-b03 mixed mode):
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Thread-168"
[03/Jul/2007:05:32:40] config ( 8491): prio=5 tid=0x030a3318
[03/Jul/2007:05:32:40] config ( 8491): nid=0xb4
[03/Jul/2007:05:32:40] config ( 8491): in Object.wait()
[03/Jul/2007:05:32:40] config ( 8491): [1e8de000..1e8df660]
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Native Method)
[03/Jul/2007:05:32:40] config ( 8491):      - waiting on <0x403f81c0> (a com.trilogy.util.Pool)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Object.java:429)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.util.Pool.acquireShared(Pool.java:185)
[03/Jul/2007:05:32:40] config ( 8491):      - locked <0x403f81c0> (a com.trilogy.util.Pool)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.util.Pool.acquireExclusive(Pool.java:217)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.sc.local.SCLocalSession.beginTransaction(SCLocalSession.java:142)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.mcc.useracl.service.core.UserAclServiceImpl.transact(Unknown Source)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.mcc.useracl.service.core.UserAclServiceImpl.authenticate(Unknown Source)
[03/Jul/2007:05:32:40] config ( 8491):      at jsps.home._gold._jsp._Dispatch_jsp$75.service(_Dispatch_jsp.java:42763)
[03/Jul/2007:05:32:40] config ( 8491):      at jsps.home._gold._jsp._Dispatch_jsp._jspService(_Dispatch_jsp.java:25539)
[03/Jul/2007:05:32:40] config ( 8491):      - locked <0x2a9d69b0> (a com.trilogy.twc.server.twc.TWCSession)
[03/Jul/2007:05:32:40] config ( 8491):      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
[03/Jul/2007:05:32:40] config ( 8491):      at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
[03/Jul/2007:05:32:40] config ( 8491):      at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
[03/Jul/2007:05:32:40] config ( 8491):      at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:483)
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Thread-167"
[03/Jul/2007:05:32:40] config ( 8491): prio=5 tid=0x030a2680
[03/Jul/2007:05:32:40] config ( 8491): nid=0xb5
[03/Jul/2007:05:32:40] config ( 8491): in Object.wait()
[03/Jul/2007:05:32:40] config ( 8491): [1e8ae000..1e8af660]
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Native Method)
[03/Jul/2007:05:32:40] config ( 8491):      - waiting on <0x403f81c0> (a com.trilogy.util.Pool)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Object.java:429)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.util.Pool.acquireShared(Pool.java:185)
[03/Jul/2007:05:32:40] config ( 8491):      - locked <0x403f81c0> (a com.trilogy.util.Pool)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.util.Pool.acquireExclusive(Pool.java:217)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.sc.local.SCLocalSession.beginTransaction(SCLocalSession.java:142)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.mcc.useracl.service.core.UserAclServiceImpl.transact(Unknown Source)
[03/Jul/2007:05:32:40] config ( 8491):      at com.trilogy.mcc.useracl.service.core.UserAclServiceImpl.authenticate(Unknown Source)
[03/Jul/2007:05:32:40] config ( 8491):      at jsps.home._gold._jsp._Dispatch_jsp$75.service(_Dispatch_jsp.java:42763)
[03/Jul/2007:05:32:40] config ( 8491):      at jsps.home._gold._jsp._Dispatch_jsp._jspService(_Dispatch_jsp.java:25539)
[03/Jul/2007:05:32:40] config ( 8491):      - locked <0x2a9b2658> (a com.trilogy.twc.server.twc.TWCSession)
[03/Jul/2007:05:32:40] config ( 8491):      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
[03/Jul/2007:05:32:40] config ( 8491):      at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
[03/Jul/2007:05:32:40] config ( 8491):      at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
[03/Jul/2007:05:32:40] config ( 8491):      at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:483)
[03/Jul/2007:05:32:40] config ( 8491):
<!--comment similar logs for "Thread-XX" -->
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Thread-1"
[03/Jul/2007:05:32:40] config ( 8491): prio=5 tid=0x012d64e0
[03/Jul/2007:05:32:40] config ( 8491): nid=0x22
[03/Jul/2007:05:32:40] config ( 8491): waiting on condition
[03/Jul/2007:05:32:40] config ( 8491): [1fd7f000..1fd7fc28]
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Thread.sleep(Native Method)
[03/Jul/2007:05:32:40] config ( 8491):      at com.iplanet.server.http.session.SessionReaper.run(SessionReaper.java:63)
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Signal Dispatcher"
[03/Jul/2007:05:32:40] config ( 8491): daemon
[03/Jul/2007:05:32:40] config ( 8491): prio=10 tid=0x00ab7d48
[03/Jul/2007:05:32:40] config ( 8491): nid=0x1d
[03/Jul/2007:05:32:40] config ( 8491): waiting on condition
[03/Jul/2007:05:32:40] config ( 8491): [0..0]
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Finalizer"
[03/Jul/2007:05:32:40] config ( 8491): daemon
[03/Jul/2007:05:32:40] config ( 8491): prio=8 tid=0x00ab4a98
[03/Jul/2007:05:32:40] config ( 8491): nid=0x1b
[03/Jul/2007:05:32:40] config ( 8491): in Object.wait()
[03/Jul/2007:05:32:40] config ( 8491): [fb17f000..fb17fc28]
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Native Method)
[03/Jul/2007:05:32:40] config ( 8491):      - waiting on <0x42b58138> (a java.lang.ref.ReferenceQueue$Lock)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
[03/Jul/2007:05:32:40] config ( 8491):      - locked <0x42b58138> (a java.lang.ref.ReferenceQueue$Lock)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Reference Handler"
[03/Jul/2007:05:32:40] config ( 8491): daemon
[03/Jul/2007:05:32:40] config ( 8491): prio=10 tid=0x00ab3130
[03/Jul/2007:05:32:40] config ( 8491): nid=0x1a
[03/Jul/2007:05:32:40] config ( 8491): in Object.wait()
[03/Jul/2007:05:32:40] config ( 8491): [fb27f000..fb27fc28]
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Native Method)
[03/Jul/2007:05:32:40] config ( 8491):      - waiting on <0x418da6f0> (a java.lang.ref.Reference$Lock)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.Object.wait(Object.java:429)
[03/Jul/2007:05:32:40] config ( 8491):      at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
[03/Jul/2007:05:32:40] config ( 8491):      - locked <0x418da6f0> (a java.lang.ref.Reference$Lock)
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "main"
[03/Jul/2007:05:32:40] config ( 8491): prio=5 tid=0x003f6880
[03/Jul/2007:05:32:40] config ( 8491): nid=0x14
[03/Jul/2007:05:32:40] config ( 8491): runnable
[03/Jul/2007:05:32:40] config ( 8491): [0..fe23fc8c]
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "VM Thread"
[03/Jul/2007:05:32:40] config ( 8491): prio=5 tid=0x00ab22e8
[03/Jul/2007:05:32:40] config ( 8491): nid=0x19
[03/Jul/2007:05:32:40] config ( 8491): runnable
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "VM Periodic Task Thread"
[03/Jul/2007:05:32:40] config ( 8491): prio=10 tid=0x003f46e8
[03/Jul/2007:05:32:40] config ( 8491): nid=0x21
[03/Jul/2007:05:32:40] config ( 8491): waiting on condition
[03/Jul/2007:05:32:40] config ( 8491):
[03/Jul/2007:05:32:40] config ( 8491): "Suspend Checker Thread"
[03/Jul/2007:05:32:40] config ( 8491): prio=10 tid=0x00ab7448
[03/Jul/2007:05:32:40] config ( 8491): nid=0x1c
[03/Jul/2007:05:32:40] config ( 8491): runnable
[03/Jul/2007:05:32:40] config ( 8491):

Similar Messages

  • IPlanet 6.0 SP6 Crashing - catastrophe (  453): Server crash detected (sign

    I am currently running iPlanet 6.0 SP6 on Sun Solaris 2.8 and it crashes after running for sometimes. The crashing can happen at anytime. Below are the details error message from iPlanet :
    [08/Dec/2004:12:01:36] catastrophe ( 453): Server crash detected (signal SIGBUS)
    [08/Dec/2004:12:01:36] info ( 453): Crash occurred in function INThttp_dump822 from module /package/iplanet60sp6/bin/https/lib/libns-httpd40.so
    [08/Dec/2004:12:01:36] failure ( 452): Child process admin thread is shutting down
    Please HELP !!!!!

    Hi Elving,
    Thanks for your info.
    I am getting another crash now and the details is :
    [18/Dec/2004:09:54:30] catastrophe ( 355): Server crash detected (signal SIGSEGV)
    [18/Dec/2004:09:54:30] info ( 355): Crash occurred in function strcpy from module /usr/lib/libc.so.1
    [18/Dec/2004:09:54:30] failure ( 350): Child process admin thread is shutting down
    This error is about the same as the previous one (cause by strcmp function) but not sure are there related.
    So from what you said in your reply, do you mean these could be an unknown problem in Sun one web server ??
    I do not have any contract with Sun, so i guess I have to debug these problem by examining the core files. But what are the core files and the sources? Or which file or module is probably causing the problem?
    Many thanks if you can provide me with further info about these server crashing ..... ?
    In fact, this is a Sun One web server unknown problem or my application problem ?? any idea based on the crashing messages i have so far ....???

  • Error: no `server' JVM at `D:\jdk1.3\jre\bin\server\jvm.dll'

    I am running WLCS 3.2 with WLS 5.1 & SP6 on an NT 4.0 system and the
    java -version gives this output:
    D:\WebLogicCommerceServer3.2>java -version
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    When I initiate WLCS using the startCommerce.bat file it complains this way:
    Error: no `server' JVM at `D:\jdk1.3\jre\bin\server\jvm.dll'
    So my question is what did I forget to do when I moved from JDK1.2.2 to JDK1.3?
    This is probably an easy fix but it's late in the day and my brain
    turned off a few hours ago so I'm gratefully asking here in the newsgroup.
    Thanks in advance!
    Hugo Penafiel
    marchFIRST

    I think the script starts JVM with -server option and you do not
    have HotSpot server installed. Change -server to -hotspot or remove
    it altogether.
    Hugo <[email protected]> wrote:
    I am running WLCS 3.2 with WLS 5.1 & SP6 on an NT 4.0 system and the
    java -version gives this output:
    D:\WebLogicCommerceServer3.2>java -version
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    When I initiate WLCS using the startCommerce.bat file it complains this way:
    Error: no `server' JVM at `D:\jdk1.3\jre\bin\server\jvm.dll'
    So my question is what did I forget to do when I moved from JDK1.2.2 to JDK1.3?
    This is probably an easy fix but it's late in the day and my brain
    turned off a few hours ago so I'm gratefully asking here in the newsgroup.
    Thanks in advance!
    Hugo Penafiel
    marchFIRSTDimitri

  • Error: "No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'" when local build

    Hello SDN!
    I want to build CRM ISA 5.0 application locally thru NWDS. This application uses Development Component technology. In the NWDI server track for this application has a build variant "default" with key "com.sap.jdk.home_path_key" and value for this key "JDK1.4.2_HOME".
    When I try to build it locally I've got an error:
    Error: com.sap.tc.buildplugin.util.BuildPluginException: No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'
         at com.sap.tc.buildplugin.JavaMacroContextProvider.setupJavaCompiler(JavaMacroContextProvider.java:235)
         at com.sap.tc.buildplugin.JavaMacroContextProvider.setupJavaEnvironment(JavaMacroContextProvider.java:180)
         at com.sap.tc.buildplugin.JavaMacroContextProvider.execute(JavaMacroContextProvider.java:35)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.prepareTechnologySpecificData(PrepareContextBuildStep.java:187)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.setupBuildFileCreatorContext(PrepareContextBuildStep.java:95)
         at com.sap.tc.buildplugin.PrepareContextBuildStep.execute(PrepareContextBuildStep.java:56)
         at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
         at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
         at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:350)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:99)
         at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:73)
         at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1750)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:6004)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Error: Build stopped due to an error: No JDK_HOME_PATH defined for key 'JDK1.4.2_HOME'
    I've created system environment variables JDK_HOME_PATH, JAVA_HOME and JDK1.4.2_HOME pointed to C:\j2sdk1.4.2_17. In NWDS parameter "Installed JREs" pointed to C:\j2sdk1.4.2_17. Nothing effect.
    How to build this application locally?
    Regards, Lev

    Hi All,
    the JDK_1.4.2_HOME must be set not as an environment variable or a VM parameter, but it must be set for the CBS service.
    See the guide which -- among others -- also covers this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f
    - On 640/700 you can reach the CBS service settings from the Visual Admin.
    (http://help.sap.com/saphelp_nw70/helpdata/EN/53/75b3407e73c57fe10000000a1550b0/frameset.htm)
    - as of 710 you find it here:
    http://<host>:<port>/nwa u2013 Configuration Management u2013 Infrastructure u2013 Java System Properties u2013 Component Build Service
    (notice the SAP note: #1451364 - Modification of CBS service properties disabled in NWA
    http://service.sap.com/sap/support/notes/1451364)
    Some further hints:
    - BUILD_TOOL_JDK_HOME = <path to highest JDK>
    - JDK_HOME_PATHS = JDK1.3.1_HOME=<path of jdk131>;JDK1.4.2_HOME=<path of jdk142>;JDK1.5.0_HOME=<path of jdk150>JDK1.6.0_HOME=<path of jdk160>;default=<path of the JDK as default>
    Some simple rules with examples:
    - for BUILD_TOOL_JDK_HOME you simply enter the path to your JDK, e.g.: /opt/IBMJava2-amd64-142
    - for JDK_HOME_PATHS you have to follow the scheme "key=value" e.g.: JDK_1.4.2_HOME=/opt/IBMJava2-amd64-142
    - for BUILD_TOOL_JDK_HOME you always specify the highest JDK,
    - for JDK_HOME_PATHS you list the available JDKs.
    - JRE is not allowed, specify always JDK!
    Best Regards,
    Ervin

  • Error : com.iplanet.jato.model.ModelControlException: Location is beyond th

    Hi..All,
    I have a Page displayed with few values & one of them is of HREF type.The Model gets populated & I am able to view the data. When I click on the HREF value, I get an error :com.iplanet.jato.model.ModelControlException: Location is beyond the end of the current bean array (0 > -1)I tried setting the Bean Scope to "Any", "Request" , but it still gives me this error. The sys out in the constructor shows 0 for the size when the request comes in for the second time.
    Here is the JSP :
    package accruals.main;
    import java.io.*;
    import java.util.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import com.iplanet.jato.*;
    import com.iplanet.jato.command.*;
    import com.iplanet.jato.model.*;
    import com.iplanet.jato.view.*;
    import com.iplanet.jato.view.event.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import AccrualsEJB.*;
    public class TaxPackUserAccessView extends BasicTiledView {
    * Default constructor
    public TaxPackUserAccessView(View parent, String name) {
    super(parent,name);
    // setMaxDisplayTiles(5);
    System.out.println("The Model Name in the init before is : " +getPrimaryModel().getName());
    try {
    System.out.println("The model size in the init is : " + getPrimaryModel().getSize());
    } catch (Exception e) {System.out.println("Error in init " + e);}
    // Non-visual component initialization
    private com.iplanet.jato.model.SimpleModelReference taxPackUserAccess;
    * Creates the non-visual components
    * <p><em>WARNING:</em> This code was automatically generated, do not edit!
    private void initComponents(){
    taxPackUserAccess = new com.iplanet.jato.model.SimpleModelReference();
    { // begin local variable scope
    taxPackUserAccess.setModelClassName("accruals.main.TaxPackUserAccess");
    } // end local variable scope
    // Instance initializer - non-visual components
    initComponents();
    // Instance initializer - set properties
    this.setPrimaryModelReference(taxPackUserAccess);
    com.iplanet.jato.model.ModelReference[] autoRetrievingModelsVar =
    new com.iplanet.jato.model.ModelReference[0];
    this.setAutoRetrievingModels(autoRetrievingModelsVar);
    this.setMaxDisplayTiles(100);
    * Registers each child in this container.
    * <p><em>WARNING:</em> This code was automatically generated, do not edit!
    private void registerChildren() {
    registerChild(CHILD_EMP_NO, com.iplanet.jato.view.BasicDisplayField.class);
    registerChild(CHILD_NAME, com.iplanet.jato.view.BasicDisplayField.class);
    registerChild(CHILD_ADMIN, com.iplanet.jato.view.BasicDisplayField.class);
    registerChild(CHILD_SUPER_USER, com.iplanet.jato.view.BasicDisplayField.class);
    registerChild(CHILD_EMP_NO_SUMMARY, com.iplanet.jato.view.BasicCommandField.class);
    // Instance initializer - register children
    registerChildren();
    * Creates the named child.
    * <p><em>WARNING:</em> This code was automatically generated, do not edit!
    protected View createChildReserved(String name) {
    if (name.equals(CHILD_EMP_NO)) {
    com.iplanet.jato.view.BasicDisplayField child =
    new com.iplanet.jato.view.BasicDisplayField(this, CHILD_EMP_NO);
    child.setModelReference(taxPackUserAccess);
    com.iplanet.jato.model.ModelFieldBinding modelFieldBindingVar =
    new com.iplanet.jato.model.ModelFieldBinding();
    { // begin local variable scope
    modelFieldBindingVar.setReadFieldName("empNo");
    modelFieldBindingVar.setWriteFieldName("empNo");
    } // end local variable scope
    child.setModelFieldBinding(modelFieldBindingVar);
    child.setValue( "");
    return child;
    else if (name.equals(CHILD_NAME)) {
    com.iplanet.jato.view.BasicDisplayField child =
    new com.iplanet.jato.view.BasicDisplayField(this, CHILD_NAME);
    child.setModelReference(taxPackUserAccess);
    com.iplanet.jato.model.ModelFieldBinding modelFieldBindingVar =
    new com.iplanet.jato.model.ModelFieldBinding();
    { // begin local variable scope
    modelFieldBindingVar.setReadFieldName("name");
    modelFieldBindingVar.setWriteFieldName("name");
    } // end local variable scope
    child.setModelFieldBinding(modelFieldBindingVar);
    child.setValue( "");
    return child;
    else if (name.equals(CHILD_ADMIN)) {
    com.iplanet.jato.view.BasicDisplayField child =
    new com.iplanet.jato.view.BasicDisplayField(this, CHILD_ADMIN);
    child.setModelReference(taxPackUserAccess);
    com.iplanet.jato.model.ModelFieldBinding modelFieldBindingVar =
    new com.iplanet.jato.model.ModelFieldBinding();
    { // begin local variable scope
    modelFieldBindingVar.setReadFieldName("admin");
    modelFieldBindingVar.setWriteFieldName("admin");
    } // end local variable scope
    child.setModelFieldBinding(modelFieldBindingVar);
    child.setValue( "1");
    return child;
    else if (name.equals(CHILD_SUPER_USER)) {
    com.iplanet.jato.view.BasicDisplayField child =
    new com.iplanet.jato.view.BasicDisplayField(this, CHILD_SUPER_USER);
    child.setModelReference(taxPackUserAccess);
    com.iplanet.jato.model.ModelFieldBinding modelFieldBindingVar =
    new com.iplanet.jato.model.ModelFieldBinding();
    { // begin local variable scope
    modelFieldBindingVar.setReadFieldName("superUser");
    modelFieldBindingVar.setWriteFieldName("superUser");
    } // end local variable scope
    child.setModelFieldBinding(modelFieldBindingVar);
    child.setValue( "1");
    return child;
    else if (name.equals(CHILD_EMP_NO_SUMMARY)) {
    com.iplanet.jato.view.BasicCommandField child =
    new com.iplanet.jato.view.BasicCommandField(this, CHILD_EMP_NO_SUMMARY);
    child.setModelReference(taxPackUserAccess);
    com.iplanet.jato.model.ModelFieldBinding modelFieldBindingVar =
    new com.iplanet.jato.model.ModelFieldBinding();
    { // begin local variable scope
    modelFieldBindingVar.setReadFieldName("empNo");
    modelFieldBindingVar.setWriteFieldName("empNo");
    } // end local variable scope
    child.setModelFieldBinding(modelFieldBindingVar);
    return child;
    return super.createChildReserved(name);
    /** Returns the <code>empNo</code> child View component */
    public com.iplanet.jato.view.BasicDisplayField getEmpNoChild() {
    return (com.iplanet.jato.view.BasicDisplayField)getChild(CHILD_EMP_NO);
    /** Returns the <code>name</code> child View component */
    public com.iplanet.jato.view.BasicDisplayField getNameChild() {
    return (com.iplanet.jato.view.BasicDisplayField)getChild(CHILD_NAME);
    /** Returns the <code>admin</code> child View component */
    public com.iplanet.jato.view.BasicDisplayField getAdminChild() {
    return (com.iplanet.jato.view.BasicDisplayField)getChild(CHILD_ADMIN);
    /** Returns the <code>superUser</code> child View component */
    public com.iplanet.jato.view.BasicDisplayField getSuperUserChild() {
    return (com.iplanet.jato.view.BasicDisplayField)getChild(CHILD_SUPER_USER);
    /** Returns the <code>empNoSummary</code> child View component */
    public com.iplanet.jato.view.BasicCommandField getEmpNoSummaryChild() {
    return (com.iplanet.jato.view.BasicCommandField)getChild(CHILD_EMP_NO_SUMMARY);
    public static final String CHILD_EMP_NO = "empNo";
    public static final String CHILD_NAME = "name";
    public static final String CHILD_ADMIN = "admin";
    public static final String CHILD_SUPER_USER = "superUser";
    public static final String CHILD_EMP_NO_SUMMARY = "empNoSummary";
    public void handleEmpNoSummaryRequest(RequestInvocationEvent event) throws Exception {
    System.out.println("The Model Name is : " +getPrimaryModel().getName());
    setPrimaryModel((DatasetModel)getDefaultModel());
    System.out.println("In Because of the link :" +((TiledViewRequestInvocationEvent)event).getTileNumber());
    System.out.println("The Model Name is : + " +getPrimaryModel().getName());
    System.out.println("The model size is from the request : " + getPrimaryModel().getSize());
    getPrimaryModel().setLocation(((TiledViewRequestInvocationEvent)event).getTileNumber());
    System.out.println("the value of the clicked field was :" + getDisplayFieldStringValue(CHILD_EMP_NO));
    System.out.println("From the value:"+ getEmpNoChild().getValue());
    getParentViewBean().forwardTo(getRequestContext());
    public void beginComponentDisplay(DisplayEvent event) throws ModelControlException {
    TaxPackUserDATA tpackDATA =null;
    AccrualsSessionHome myAccrualsSessionHome;
    String userID;
    Object result;
    try {
    System.out.println("Before the create");
    Context c = new InitialContext();
    System.out.println("after the intial context");
    result = c.lookup("ejb/AccrualsSession");
    System.out.println("The class name :" +result.getClass().getName());
    System.out.println("after the lookup");
    myAccrualsSessionHome = (AccrualsSessionHome)PortableRemoteObject.narrow(result,AccrualsSessionHome.class);
    System.out.println("after narrow down");
    AccrualsSession asb = myAccrualsSessionHome.create();
    System.out.println("after the create");
    tpackDATA = asb.validateUser("111351");
    System.out.println("The user is " + tpackDATA.getEmpNo());
    System.out.println("The Name id is " + tpackDATA.getName());
    System.out.println("The admin is " + tpackDATA.getAdmin());
    System.out.println("The superUser is " + tpackDATA.getSuperUser());
    } catch (Exception e) {
    System.out.println("Error during Validate User Login in AccrualsLoginServlet" + e);
    System.out.println("Inside AccrualsLoginViewBean beginComponentDisplay");
    BeanAdapterModel model = (TaxPackUserAccess) getRequestContext().getModelManager().getModel(TaxPackUserAccess.class);
    System.out.println("After creating the model" + getPrimaryModel().getName());
    getRequestContext().getRequest().setAttribute(model.getBeanScopeAttributeName(), tpackDATA);
    System.out.println("Leaving AccrualsLoginViewBean beginComponentDisplay");
    System.out.println("The model size is : " + model.getSize());
    // getPrimaryModel().setSize(1);
    // resetTileIndex();
    // super.beginComponentDisplay(event);
    }

    You are using BeanAdapterModel. Unless you've elected to place your BeanAdapterModel instance in the session, it is request-scoped like all JATO objects. This means that on the second request, a new model is created, and unless you set the list of beans on the model, it has no beans on which to set the incoming data.
    An easy place to set the list of beans is in the constructor of the model. If, however, the beans are in one of the J2EE scopes (either already, or because you elected to put them there sometime earlier in your request handling), then you can use the model's ability to look up the beans in that scope by adjusting the Bean Scope and Bean Scope Attribute properties.

  • Installing JDK1.4 on Solaris

    I am having problem in installation of JDK1.4 on Solaris ix86 plateform, when I run the .sh instaltion file its either prompt that the file is corrupted or sometime it is installed successfully without any error but when I run java it gives following error,
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Any help and suggestion will be highly appriciated,
    Regards

    You may be experiencing a conflict with a previously installed Java - the current Solaris 10 comes with 1.5.0_05, I believe.

  • Error in installation of 64 bit 11g client on solaris sparc64 bit

    hi,
    i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine.
    following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS:
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    kindly assist.
    Thanks,
    -Shubhen

    user12052679 wrote:
    hi,
    i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine.
    following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS:
    Pl read the Install Guide to ensure you meet all of the pre-installation requirements - http://docs.oracle.com/cd/E11882_01/install.112/e24347/pre_install.htm#CIHFICFD
    Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile
    kindly assist.
    Thanks,
    -ShubhenHTH
    Srini

  • JAPPLET Application migration from JDK1.2.2_07 to JDK1.4.2_10 - Issues

    Hi
    We have a JAPPLET application that is using SWING components. So far the development and maintenance of this application has been done using JDK1.2.2_07. Now we wanted to upgrade to JDK1.4.2_10 for some enhancements to this application. Regarding this upgrade we have the following questions.
    1.Does JDK1.4.2_10 have the complete backward compatibility up to JDK1.2.2_07?
    2.What sort of possible rework to the existing features required? Main components and features that this application has are menus, tables, tree tables, printing, tabbed and framed views.
    3.What sort of upgrades is required for user�s environment?
    I would be very grateful if you could help me with answers to these questions. Also help me with any other suggestions related to this upgrade.
    Thanks & Regards
    Srini

    Yes you can use SPA to do the test even if you are on RBO on 9.2.0.8..0.
    It is not necessary to go in cbo before the test.
    Use metalink Note.562899.1 TESTING SQL PERFORMANCE IMPACT OF AN ORACLE 9i TO ORACLE DATABASE 10g RELEASE 2 UPGRADE WITH SQL PERFORMANCE ANALYZER
    You will need to put your optimizer statistics gathering strategy in place and tune the sqls on 10.2.0.4.0 using cbo. SPA will help in doing the testing.
    you can validate the outcome of your tuning actions using SPA and even use sql tuning advisor to tune some of the sqls, if needed.
    Hope this helps.
    Thanks
    Ashish

  • File Not Found Error on iPlanet 6.1

    Hi All,
    Just a newbie here and don't have ample experience in configuring servers.
    I have deployed my JSP pages ( in JAR file) in our iPlanet 6.1 directory and everything works properly except in one of the pages. It returned a FileNotFound Exception.
    service-j2ee reports: WEB2798: [] ServletContext.log(): WEB4059: can't find /manageroutingresults.jsp (File not found)
    In the Access logs, it says:
    [10/Sep/2007:04:17:03 +0000] "GET /manageroutingresults.jsp?message=insertion%20of%20route%20failed:
    manageroutingresults.jsp is indeed cant be found because it should manageRoutingResults.jsp. I tried searching for any jsp files with this name ('manageroutingresults'), but I could not find any.
    By the way, the error occurs everytime my page redirect to other page.
    Is there any way how to solve this?
    hope you can help me...
    Thank you so much.

    Hi,
    I am not much comfortable with App.Server. Still I wish to try to help you.
    When I read the line manageroutingresults.jsp is indeed cant be found because it should manageRoutingResults.jsp. I can feel that you are trying to access "manageroutingresults.jsp" instead of "manageRoutingResults.jsp"
    To my knowledge, letter-case matters. So try to access both the pages manually - "manageroutingresults.jsp" and "manageRoutingResults.jsp".
    Before that, ensure that the jsp file is available in your app-server folder.
    Please let me know the result

  • Error in @Override while chaning from JDK1.6 to JDk1.5

    Hi,
    I am getting following error while migrating from JDK1.6 to JDK1.5.
    Multiple markers at this line
         - implements org.quartz.Job.execute
         - The method execute(JobExecutionContext) of type TransferFiles must override a superclass
         method
    I have a class which implements Job interface having one method execute(JobExecutionContext context) . I am overriding this method inside one of my class by using @Override annotataion.
    It is working absolutely fine in JDK1.6 but while migrating to JDK1.5 it is showing the above error.
    Kindly help me in this regard.
    Thanks,
    AK

    Thank you very much for your kind help. I would like to tell you that by changing my enviroment to JDK1.5 from JDK1.6 it is asking for change the project facet. After changing the Project Facet from 6.0 to 5.0 I am getting error at @Override annotation line.
    I am sharing my code here.
    @Override
         public void execute(JobExecutionContext arg0) throws JobExecutionException {
              System.out.println("Quartz Scheduler: " + new Date());
              errFileList.clear();
              ArrayList<String> inputFileList = new ArrayList<String>();
              try {
                   Authenticate.setUser();
                   inputFileList = getInputFileList(yesterdayDate());
                   int x = 0;
                   Iterator<String> inputIterator = inputFileList.iterator();
                   while (inputIterator.hasNext()) {
                        String inputFile = inputIterator.next();
                        StringTokenizer st = new StringTokenizer(inputFile, "&");
                        String output = null;
                        while (st.hasMoreTokens()) {
                             String view = (String) st.nextElement();
                             if (view.startsWith("view")) {
                                  StringTokenizer st1 = new StringTokenizer(view, "=");
                                  while (st1.hasMoreTokens()) {
                                       output = (String) st1.nextElement();
                        x++;
                        String outputFile = OUTPUT_FILES + output + XML;
                        getAuthentication(Authenticate.getUserId(), Authenticate
                                  .getPassword());
                        status = copyfile(inputFile, outputFile, x);
                        runTime();
                   runDate();
                   LOG.info("Error Files Are : " + getErrorFileList());
                   LOG.info("No of Error Files : " + errFileList.size());
                   if ((null != status) && (errFileList.size() > 0)) {
                        setSendMail(true);
                        EmailHandler
                                  .dispatchEmail(toMailList(), Email.ERROR_FILES,
                                            TransferFiles.getErrorFileList().toString(),
                                            Email.FROM);
                   // readLogfile(
                   // "C:/Program Files/Apache Software Foundation/Tomcat 5.5/webapps/XmlFileTransformation/FileTransform.log"
              } catch (Exception e) {
                   System.out.println("Exception" + e);
                   LOG.error("Exception" + e);
    Here I have two suggestions coming by eclipse.
    1.create execute method in super type ToolConstants
    2.Remove @Override annotation.
    but I have the same method inside an interface named as Job. So after removing the @Override annotation
    I am getting the following runtime exception.
    javax.servlet.ServletException: Servlet execution threw an exception
    root cause
    java.lang.NoClassDefFoundError: javax/activation/DataSource
         fileTransform.FileTransServlet.doPost(FileTransServlet.java:52)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    Please help me.
    Thanks,
    Ak

  • Adapter Class not formed error in bdk 1.1. with jdk1.4.2

    Hi,
    i have installed j2sdk 1.4.2 on my machine n bdk 1.1 now
    I have set classpath apropriatly.now when i m going to
    hook up two beans there appear this error
    WARNING: Could not Runtime.exec(String) "javac" in the standard way: java.io.IOException: CreateProcess: javac -classpath classes;..\lib\methodtracer.jar;..\inf
    obus.jar;C:\Downloads\bdk1_1\beans\jars\buttons.jar;C:\Downloads\bdk1_1\beans\jars\eventmonitor.jar;C:\Downloads\bdk1_1\beans\jars\jelly.jar;C:\Downloads\bdk1_1
    \beans\jars\juggler.jar;C:\Downloads\bdk1_1\beans\jars\misc.jar;C:\Downloads\bdk
    1_1\beans\jars\molecule.jar;C:\Downloads\bdk1_1\beans\jars\quote.jar;C:\Download
    s\bdk1_1\beans\jars\select.jar;C:\Downloads\bdk1_1\beans\jars\sort.jar;C:\Downlo
    ads\bdk1_1\beans\jars\test.jar;C:\Downloads\bdk1_1\beans\jars\transitional.jar -
    nowarn tmp\sunw\beanbox\___Hookup_18b651ebd6.java error=2
    Check that the version of "javac" that you are running
    is the one supplied with Sun's JDK1.x (which includes the
    compiler classes) and not some other version of "java"
    or JRE shipped with some other product.
    Could not create event adaptor.
    I don't know what to do.so please anyone have idea then please suggest me.
    jogi
    [email protected]

    Hey jogi
    I had a problem with bean box when hooking two beans together - it just hung, turned out that not only the bdk needed to be installed in a directory with no spaces in it (it didnt like spaces like "c:\Program Files\bdk1.1" for example ) but i also had to move my jars into a non- space file path.....hhhmmm not sure if this will fix your problem but if your stuck give it a go or have a read through the bug report http://developer.java.sun.com/developer/bugParade/bugs/4257660.html
    walt.

  • Out of Memory Error in iplanet 6.1

    While starting iplanet 6.1 sp2 in HP-UX 11.00 , out of memory error occurs. Value for JVM heapsize is set to min 128 MB and Max of 512 MB. Tried changing both the values to 512 MB, still the error occurs.
    Please revert with any solution.

    Please find the values of JVM HeapSIze and HP-UX process and address space limits.
    JVM Heap size has been changed to
    Min 128MB
    Max 2GB
    max_thread_proc 2048
    maxdsiz 1073741824
    maxssiz 401604608
    maxtsiz 1073741824
    After the modification of the above changes , out of memory errors occurs.Find the logfile below.
    [21/Feb/2005:09:37:31] failure ( 8528): for host 163.38.174.17 trying to POST /wect/servlets/com.citicorp.treasury.westerneurope.maintenance.PageLinksServlet, service-j2ee reports: StandardWrapperValve[PageLinksServlet]: WEB2792: Servlet.service() for servlet PageLinksServlet threw exception
    javax.servlet.ServletException: WEB2664: Servlet execution threw an exception
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:793)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:578)
    ----- Root Cause -----
    java.lang.OutOfMemoryError
    [21/Feb/2005:09:45:04] warning ( 8528): HTTP3039: terminating with 6 sessions st
    ill in progress
    [21/Feb/2005:09:45:04] failure ( 8528): CORE3189: Restart functions not called since 6 sessions still active
    Please suggest.

  • IPlanet 6.0 SP6 compatibility with Oracle 11g Client in Windows server 2003

    Hi All,
    We have issues with our classic ASP application when connecting to Oracle 11g. Our application Database is migrating from oracle 10g to oracle 11g, with oracle 10g we don't have any issues but we are facing issues with Oracle 11g database
    We are running iPlanet-WebServer-Enterprise/6.0SP6. And Chilisoft is Sun ONE ASP 4.0 (formerly known as Chili!Soft ASP) on windows 2003 machine for running ASP application.
    The connection we are trying is
    Provider=OraOLEDB.Oracle; Data Source=xxxx;User Id=xxx;Password=xxx;
    The error we are getting is "OraOLEDB error '80004005' "
    Question: Is iPlanet-WebServer-Enterprise/6.0SP6. And Chilisoft is Sun ONE ASP 4.0 is compatible with Oracle Client 11g in Windows 32 bit machine
    Appreciate your quick response
    Thanks,
    Murthy

    I have the same situation. Could you please share your experience if you resolve it? Thanks.

  • 11g R2 Error with iplanet recon

    All,
    I am trying to do the iplanet target recon and I see this error,
    [2012-10-11T15:12:27.316-04:00] [oim_server1] [ERROR] [] [oracle.iam.reconciliation.impl] [tid: OIMQuartzScheduler_Worker-7] [userId: oiminternal] [ecid: 0000JdGz_aNBh4o5GVK6yf1GTkbE000001,1:26023] [APP: oim
    #11.1.2.0.0] Generic Information: {0}[[
    oracle.iam.reconciliation.exception.ReconciliationException: oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/db/DSEE LDAP Server"
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.getProfile(ReconOperationsServiceImpl.java:2121)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:544)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:535)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    We created a new resource object for the ldap server as the default gave us isssues after creating an app instance. The proviisoning is working fine with new RO and app instance. Howevwe, with the recon we are seeing issues.
    I dont see a recon table RA_*** in the DB for the new iplanet resource object. I tried creating the recon profile and it says it was created successfully and no errors in the log as well.
    Thanks,
    M

    have you created new Resource object manually using Design console?
    However you can use the existing RO instead of new one just create new appinstance .It won't allow you to create new app with same combination of RO+IT RESOURCE+FORM if already exist.
    So, just create one IT resource and use the old RO+FORM and you will be in good position to create appinstance.
    Even if you doubt on the previous form just create copy.
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • NSAPI Plugin start up error in iPlanet 4.1 on Solaris

    Hello,
    I have the following error message when starting my NSAPI plugin in iPlanet 4.1 under Solaris.
    dstats: shmem allocation failed (No access rights)
    this occurrs when my plugin calls this function:
    daemon_atrestart(destroy, NULL);
    such problem never occurrs under Windows NT/2000 environment.
    Can anybody help? Really appreciate that.
    Deen

    You have to set the java compile path at main level in your web server admin page
    ie in the global settings and jdk/jre configure set the path of your jdk to your java directory
    sincer
    thusi

Maybe you are looking for