ClassNotFound when loading code to server

Hi all!
I'm fairly new to RMI but I've managed to get my RMI application running. However, when I come to the good stuff it all brakes down. I've written a simple service (Hello world) that shall be downloaded to the server. The code below is deploying this service from the client:
package jflex.rmi;
import java.rmi.Naming;
import jflexserver.services.*;
import jflex.rmi.TestTask;
public class ServerComm implements java.io.Serializable {
     Object message = "blanc";
     TestTask testTask = new TestTask();
     // "obj" is the identifier that we'll use to refer
     // to the remote object that implements the "Hello"
     // interface
     JFlexService obj = null;
     public void handShake() {
          try {
               System.out.println("Loading policy file...");
               System.setProperty("java.security.policy", "file:///C:\\JFlex\\Java\\jflexpolicy");
               System.setProperty("java.rmi.server.codebase","file:///c:\\JFlex\\Java\\jflex/");
               //System.out.println("Trying to increase timeout to 30 sec");
               //System.setProperty("sun.rmi.transport.connectionTimeout", "30000");
               System.out.println("Trying to lookup JFlexService...");
               obj = (JFlexService)Naming.lookup("//tomcat/JFlexServer");
               System.out.println("Trying to execute service TestTask...");
               System.out.println(obj.toString());
               message = obj.runService(testTask);
          } catch (Exception e) {
               e.printStackTrace();
}This will give the following exception:
Loading policy file...
Trying to lookup JFlexService...
Trying to execute service TestTask...
jflexserver.JFlexServer_Stub[RemoteStub [ref: [endpoint:[192.168.0.3:2770](remot
e),objID:[1f1fba0:f6cc1ac17b:-8000, 0]]]]
java.rmi.ServerException: RemoteException occurred in server thread; nested exce
ption is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
java.lang.ClassNotFoundException: jflex.rmi.TestTask
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
60)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:701)
at java.lang.Thread.run(Thread.java:536)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream
RemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at jflexserver.JFlexServer_Stub.runService(Unknown Source)
at jflex.rmi.ServerComm.handShake(ServerComm.java:30)
at jflex.JFlexFrame.<init>(JFlexFrame.java:218)
at jflex.JFlex.main(JFlex.java:23)
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested ex
ception is:
java.lang.ClassNotFoundException: jflex.rmi.TestTask
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:252)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
60)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:701)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.lang.ClassNotFoundException: jflex.rmi.TestTask
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:217)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:427)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:159)
at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:631)
at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:257)
at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.jav
a:200)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:151
3)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1
626)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:297)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:246)
... 6 more
Whu on earth can't the server locate this package. The point of RMI is that the server CAN be unaware of the code downloaded to its JVM, right???
Thanks in advance!

Thanks for helping me! I'm starting the rmiregistry in
a clean environment (according to the Sun tutorial)
by:
set CLASSPATH=; //Just to make sure all paths are
viped out
rmiregistry -J-Dsun.rmi.loader.logLevel=VERBOSE
If I echo the current CLASSPATH, I can see it's empty.
However, I'm starting the registry in the root
directory of the RMI-server application. Bad idea? As
I understand it, the registry shall be started in an
environment without any references to stub-files or
anything else involving the RMI-server. Still
confused...Looking at your explanation you could run it in two ways
1) Run it in an environrmrnt where classpath is not null and where the java.rmi.codebase property is set appropriately.
2) Run it in an environment where the applications classes are not on the classpath.
The requirements for 2) are
a) CLASSPATH is not null and doesnot include any entry of the your application classes.
b) CLASSPATH is null and working directory (".") is not the root your applications packages structure. The reason being that the null CLASSPATH is interpreted as "."
Or else in case you dont wanna set the codebase property u can acquire a required class via RMIClassLoader.loadClass method.

Similar Messages

  • Classnotfound when loading report

    Post Author: Codeamazon
    CA Forum: Deployment
    &#91;I've searched and don't see an answer to this...be happy to be proven wrong.  Also not sure if this should go here, or to the Java forum.&#93;I'm trying to get the Java Reporting Component working.  My environment is OpenVMS, and we've installed Tomcat specifically for this project.  I do have JSPs working with beans with database connections, so the underlying Java side seems to be functional, however I get a classnotfound error when I try to load a report.Here is basic.jsp, the sample JSP that I got from online documentation : http://www.businessobjects.com/pdf/dev_zone/crxi_java_startup_guide.pdf , along with the error it generates.  I have debugged the report path by commenting out the CRConfig.xml report-path option and using an absolute approach.  REPORT1.RPT is in the web-inf/classes directory of my app.  Here is my code:  &#91;HTML STUFF HERE&#93;<%@page import="com.crystaldecisions.reports.sdk." %><%@page import="com.crystaldecisions.sdk.occa.report.reportsource." %><%@page import="com.crystaldecisions.sdk.report.lib.*" %><%    String reportName="REPORT1.RPT";    try    {      //check to see if report source already exists      Object reportSource = session.getAttribute("reportSource");      //if not yet opened      if (reportSource == null)      {        ReportClientDocument oReportClientDocument = new ReportClientDocument();        oReportClientDocument.open(reportName, 0);======more stuff, but the code fails on this line==========Error:root cause java.lang.NoClassDefFoundError     java.lang.Class.forName0(Native Method)     java.lang.Class.forName(Class.java:141)     com.crystaldecisions.proxy.remoteagent.z.a(Unknown Source)     com.crystaldecisions.sdk.occa.report.application.ReportAppSession.int(Unknown Source)     com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)     com.crystaldecisions.sdk.occa.report.application.ClientDocument.for(Unknown Source)     com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.for(Unknown Source)     com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)     com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)     org.apache.jsp.basic_jsp._jspService(org.apache.jsp.basic_jsp:79)     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)     javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Looks to me like somewhere in the report loader, it isn't finding a class it needs, which suggests a missing .jar, but I can't find one missing based on the documentation.  I've installed these .jars in the apps' web-inf/lib directory:
    CONCURRENT.JAR;2  
    CrystalCharting.jar;1                  
    CRYSTALCOMMON.JAR;1
    CRYSTALCONTENTMODELS.JAR;1             
    CrystalExporters.jar;1
    CrystalExportingBase.jar;1             
    CRYSTALFORMULAS.JAR;1
    CRYSTALQUERYENGINE.JAR;1               
    CRYSTALREPORTENGINE.JAR;1
    CRYSTALREPORTINGCOMMON.JAR;1           
    ICU4J.JAR;2        
    ICU4J.JAR;1
    JRCEROM.JAR;1      
    KEYCODEDECODER.JAR;1                   
    LOG4J.JAR;2
    LOG4J.JAR;1        
    METAFILERENDERER.JAR;1                 
    RASAPP.JAR;1
    RASCORE.JAR;1      
    RPOIFS.JAR;1       
    SERIALIZATION.JAR;1
    URIUtil.jar;1
    webreporting-jsf.jar;1                 
    webreporting.jar;1
    XERCESIMPL.JAR;1
    XML-APIS.JAR;2     
    XML-APIS.JAR;1
    I based this list on Crystal Reports 11/Developer
    Files/Help/chs/JavaReportingComponent_docs/reference/default.htm ,
    "required components" list.  Can anyone help me solve this or suggest how I can debug it or get more information about what it's not finding?Thanks,Shasta 

    Thanks for helping me! I'm starting the rmiregistry in
    a clean environment (according to the Sun tutorial)
    by:
    set CLASSPATH=; //Just to make sure all paths are
    viped out
    rmiregistry -J-Dsun.rmi.loader.logLevel=VERBOSE
    If I echo the current CLASSPATH, I can see it's empty.
    However, I'm starting the registry in the root
    directory of the RMI-server application. Bad idea? As
    I understand it, the registry shall be started in an
    environment without any references to stub-files or
    anything else involving the RMI-server. Still
    confused...Looking at your explanation you could run it in two ways
    1) Run it in an environrmrnt where classpath is not null and where the java.rmi.codebase property is set appropriately.
    2) Run it in an environment where the applications classes are not on the classpath.
    The requirements for 2) are
    a) CLASSPATH is not null and doesnot include any entry of the your application classes.
    b) CLASSPATH is null and working directory (".") is not the root your applications packages structure. The reason being that the null CLASSPATH is interpreted as "."
    Or else in case you dont wanna set the codebase property u can acquire a required class via RMIClassLoader.loadClass method.

  • Problem with music in swf file when loading site to server

    Hello,
    I am a newbie to Flash and have an swf file I created for a
    website,
    http://www.kanzamancleveland.com.
    I have a button there that turns the music on/off when the site
    loads. I also put some music into the swf file, but instead of
    putting it directly in the swf file, I am calling it from the
    actionscript code in the swf file. I want it to stream when the
    site loads and start loading/playing after the site loads. The code
    is embedded in the on/off button. Now this code works when the swf
    file is on my local hard-drive, but when I put it on the server
    with the rest of the website, it doesn't work. Any ideas?
    Here is the code:
    import fl.motion.Keyframe;
    import flash.display.MovieClip;
    import flash.media.Sound;
    import flash.media.SoundChannel;
    import flash.net.URLRequest;
    import flash.events.Event;
    import flash.events.MouseEvent;
    var _sound:Sound;
    var _channel:SoundChannel;
    var _playing:Boolean = false;
    var _position:int;
    var request:URLRequest = new URLRequest("lowsaaloony.mp3");
    var buffer:SoundLoaderContext = new SoundLoaderContext(5000);
    _sound = new Sound( );
    _sound.load(request, buffer);
    _channel = _sound.play( );
    _playing = true;
    offbtn.addEventListener(MouseEvent.MOUSE_UP, onPlayPause);
    function onPlayPause(event:MouseEvent):void {
    if (_playing) {
    _position = _channel.position;
    _channel.stop( );
    } else {
    _channel = _sound.play(_position);
    _playing = !_playing;
    gotoAndPlay(2);
    stop();
    I put the code together going from various Flash help
    websites, and it works when everything is on my local hd, but again
    as I mentioned before, when I put it up on the server, the music
    doesn't play. I contacted the hosting company and they said that
    they do allow streaming music on a website using Flash. Any help on
    what I am doing wrong, or what else I need to do would be highly
    appreciated. Thank you.
    Jay

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • Firefox will not play .ogv video files when loaded from a server. Does anyone have any answers that will fix this?

    I've read the suggestions for fixing this, and none of them work. I've updated my .htaccess to match MIME types for .ogv, I've uploaded the files as both Binary and ASCII, neither method works. The .ogv file plays fine when you load it from a local file, but it will not play when viewed from a remote server. I've confirmed with my hosting company that the .htaccess and all other issues for HTML5 are up-to-date. Safari and Chrome play the HTML5 videos just fine, but Firefox will not. Does anyone have any concrete answers as to what the problem is. I'm also serving up the video files as .webm and .mp4, but neither of these formats works in Firefox either.

    That can happen if the server isn't configured properly to send the files with a by Firefox supported MIME type.
    *https://developer.mozilla.org/en/docs/Properly_Configuring_Server_MIME_Types
    Did you check via the Web Console which headers Firefox receives when requesting the .ogv file?
    If that is OK then it is possible that the file is using an unsupported coding method.
    * https://developer.mozilla.org/En/Media_formats_supported_by_the_audio_and_video_elements

  • Server stops when loading WPSD.NLM

    i found a strange behaviour of my NW&%SP8-VM.
    after reinstalling nmas the server stops loading when WPSD.NLM is called.
    the server does not abend or freeze ! :-)
    i can connect via rconj but not via nrm or netware client.
    i changed to hte logger screen and saved it to c:\nweserver :
    <F1> for Help-----------Top Of Screen Lines Lost: 0
    Initialize Keyboard
    Initialize Debugger
    Initialize Polling Keyboard
    System Memory
    Loading module XLDR.NLM
    Loading module PVER500.NLM
    Loading module LIBC.NLM from startup device
    Portions copyright (c) 1980, 1982, 1983, 1986, 1990, 1993 by the
    Regents
    of the University of California (Free BSD) and (c) 1997, 1998 by the
    NetBSD
    Foundation, Inc.
    Loading module FATFS.NLM from startup device
    Checking local drives
    ALERT: NetWare needs to check one or more drives for consistency. This
    becomes
    necessary when NetWare is not downed correctly (ie: from an abend, hang
    or
    quitting from the context of the internal debugger.)
    NetWare is now checking the C: volume for file system errors...
    Volume NWLOCALVOL created Aug-16-2007 17:3
    Volume Serial Number is BDDD-3062
    517,890,048 bytes total disk space.
    65,536 bytes in 2 hidden files.
    409,600 bytes in 46 directories.
    143,491,072 bytes in 2013 user files.
    373,923,840 bytes available on disk.
    8,192 bytes in allocation unit.
    63,219 total allocation units on disk.
    45,645 available allocation units on disk.
    VERIFIED OK
    Loading module TBX.NLM from startup device
    Loading module CDBE.NLM from startup device
    Initializing NetWare Configuration Database
    Running CDBE consistency check on the NetWare Configuration File
    (C:\NWSERVER).
    Validating CDBE Local Registry File...
    ++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++
    ++++++++++++++++++++++++++++++++++++++
    CDBE consistency check completed successfully.
    NetWare Configuration file is located at C:\NWSERVER
    Building CDBE Local cache...
    Parsing the NetWare Configuration File [v6.1]
    Refreshing the NetWare Environment from the NetWare Configuration File.
    Initializing NetWare Environment
    The NetWare Environment has been updated successfully.
    Initialize Swap File
    Add Default Swap Info
    Processing LCONFIG.SYS file.
    LCONFIG.SYS file exists, overriding default locale values
    Process Startup File [Pass 1]
    System Cache
    Loading module NWKCFG.NLM from startup device
    NetWare Kernel Load Template v63.8 rev. 0.
    NetWare Kernel Load Template being verified.
    NetWare Kernel Load Template verification successful.
    Processing stage 0 loading of nlms.
    To Enable Splash Screen, reload server using command line option -L
    Processor 0 Speed
    NW Server v5.70+ detected
    Default options:
    Floppy drive is present.
    Floppy drive is present.
    Module ACPIDRV.PSM load status OK
    Auto-Loading Module ACPICA.NLM
    Auto-loading module ACPICA.NLM
    ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Copyright (C) 2000-2007 Novell, Inc. All Rights Reserved.
    Auto-Loading Module ACPIASL.NLM
    Auto-loading module ACPIASL.NLM
    ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Copyright (C) 2003-2007 Novell, Inc. All Rights Reserved.
    Module ACPIASL.NLM load status OK
    Module ACPICA.NLM load status OK
    Module SCSIHD.CDM load status OK
    Module IDECD.CDM load status OK
    Module IDEATA.HAM load status OK
    Module LSIMPTNW.HAM load status OK
    Module KEYB.NLM load status OK
    Module CHARSET.NLM load status OK
    Loading module ACPIDRV.PSM
    ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 16 January 2007
    Copyright (C) 1987-2007 Novell, Inc. All Rights Reserved.
    ACPI: RSDP @ 0xF6C70/0x0014 (v000 PTLTD )
    ACPI: RSDT @ 0x2FEFAB74/0x0030 (v001 PTLTD RSDT 0x06040000 LTP
    0x00000000)
    ACPI: FACP @ 0x2FEFEF14/0x0074 (v001 INTEL 440BX 0x06040000 PTL
    0x000F4240)
    ACPI: DSDT @ 0x2FEFABA4/0x4370 (v001 PTLTD Custom 0x06040000 MSFT
    0x0100000D)
    ACPI: FACS @ 0x2FEFFFC0/0x0040
    ACPI: APIC @ 0x2FEFEF88/0x0050 (v001 PTLTD APIC 0x06040000 LTP
    0x000000
    00)
    ACPI: BOOT @ 0x2FEFEFD8/0x0028 (v001 PTLTD $SBFTBL$ 0x06040000 LTP
    0x00000001)
    Parsing all Control Methods:
    Table [DSDT](id 0001) - 328 Objects with 31 Devices 84 Methods 9 Regions
    tbxface-0619 [13] TbLoadNamespace : ACPI Tables successfully
    acquired
    evxfevnt-0176 [13] Enable : Transition to ACPI mode
    successful
    evgpeblk-1108 [15] EvCreateGpeBlock : GPE 00 to 0F [_GPE] 2 regs on
    int 0x9
    evgpeblk-1208 [15] EvInitializeGpeBlock : Found 1 Wake, Enabled 1
    Runtime GPEs
    in this block
    Completing Region/Field/Buffer/Package
    initialization:..........................
    Initialized 9/9 Regions 0/0 Fields 26/26 Buffers 21/22 Packages (337
    nodes)
    Initializing Device/Processor/Thermal objects by executing _INI
    methods:.
    Executed 1 _INI methods requiring 0 _STA executions (examined 37
    objects)
    Module ACPIDRV.PSM load status OK
    Loading module SCSIHD.CDM
    Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.03.10 30 May 2008
    Copyright (c) 1995-2008 Novell, Inc. All Rights Reserved.
    Module SCSIHD.CDM load status OK
    Loading module IDECD.CDM
    Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 4 April 2007
    Copyright (C) 1994-2007, Novell, Inc. All rights reserved.
    Module IDECD.CDM load status OK
    Loading module IDEATA.HAM
    Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 5 May 2007
    Copyright (C) 1989-2007, Novell, Inc. All rights reserved.
    Module IDEATA.HAM load status OK
    Loading module LSIMPTNW.HAM
    LSI Corporation Common Architecture NWPA-HAM SAS/Fibre/SCSI Driver.
    Version 5.02 5 December 2007
    Copyright (c) 2000-2007 LSI Corporation. All rights reserved.
    Module LSIMPTNW.HAM load status OK
    Loading module KEYB.NLM
    NetWare National Keyboard Support
    Version 2.10 26 July 2001
    Copyright 2001 Novell, Inc. All rights reserved.
    (LsiMptNw-SAS/Fibre/SCSI) Device List:
    HBA ID LUN VENDOR PRODUCT REV SYNC WIDE QTAG IR P
    SCAN
    2 0 0 VMware Virtual disk 1.0 F40 W16 Yes Y
    New
    2 1 0 VMware Virtual disk 1.0 F40 W16 Yes Y
    New
    2 2 0 VMware Virtual disk 1.0 F40 W16 Yes Y
    New
    2 7 LSI Corpo LSI_53C1030 1 F160 W16
    New
    Keyboard support for Germany, code page 850 loaded
    Module KEYB.NLM load status OK
    Loading module CHARSET.NLM
    Display Character Set Support For NetWare
    Version 1.01 4 June 2003
    Copyright 2003, Novell, Inc. All Rights Reserved.
    Module CHARSET.NLM load status OK
    <SCSIHD>READCAPACITY SUCCEEDED FOR DEVICE 3
    <SCSIHD>CAPACITY=0x9FFFFF sectors * 200
    <SCSIHD>READCAPACITY SUCCEEDED FOR DEVICE 5
    <SCSIHD>CAPACITY=0x9FFFFF sectors * 200
    <SCSIHD>READCAPACITY SUCCEEDED FOR DEVICE 7
    <SCSIHD>CAPACITY=0x7FFFFF sectors * 200
    Total server memory: 785.982 Kilobytes
    Novell Open Enterprise Server, NetWare 6.5
    Support Pack Revision 08
    (C) Copyright 1983-2008 Novell Inc. All Rights Reserved. Patent Pending.
    Server Version 5.70.08 October 3, 2008
    Friday, 3 July 2009 19.36.36 <<NO TIME ZONE>>
    Loading module ACPICMGR.NLM
    ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Copyright (C) 2003-2007 Novell, Inc. All Rights Reserved.
    Module ACPICMGR.NLM load status OK
    Loading module ACPIPWR.NLM
    ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Copyright (C) 2003-2007 Novell, Inc. All Rights Reserved.
    Module ACPIPWR.NLM load status OK
    NOTE: The NLM "CONNMGR.NLM" has modified event 154 properties
    (1:0:0)<SCSIHD>REA
    DCAPACITY SUCCEEDED FOR DEVICE 3
    <SCSIHD>CAPACITY=0x9FFFFF sectors * 200
    <SCSIHD>READCAPACITY SUCCEEDED FOR DEVICE 5
    <SCSIHD>CAPACITY=0x9FFFFF sectors * 200
    <SCSIHD>READCAPACITY SUCCEEDED FOR DEVICE 7
    <SCSIHD>CAPACITY=0x7FFFFF sectors * 200
    Loading module MALHLP.NLM
    NSS Configure help messages (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Module MALHLP.NLM load status OK
    NSS background checking scheduled.
    (LsiMptNw-SAS/Fibre/SCSI) Device List:
    HBA ID LUN VENDOR PRODUCT REV SYNC WIDE QTAG IR P
    SCAN
    2 0 0 VMware Virtual disk 1.0 F40 W16 Yes Y
    Refr
    2 1 0 VMware Virtual disk 1.0 F40 W16 Yes Y
    Refr
    2 2 0 VMware Virtual disk 1.0 F40 W16 Yes Y
    Refr
    2 7 LSI Corpo LSI_53C1030 1 F160 W16
    Refr
    NetWare Virtual Disk
    Version 1.00 30 November 2004
    Copyright 2003-2004 Novell, Inc. All rights reserved.
    Module VDISK.NLM load status OK
    Adding swap file to 'SYS'
    Successfully imported symbols from NSS
    All Digitally Signed Objects successfully loaded.
    Loading module PMLODR.NLM
    Portions (C) Copyright 1986-1990 RSA Data Security, Inc.
    Loading module TIMESYNC.NLM
    NetWare Time Synchronization Services
    Version 6.61.01 14 October 2005
    Copyright 1991-2001,2002 Novell, Inc. All rights reserved.
    Auto-Loading Module CLIB.NLM
    Auto-loading module CLIB.NLM
    (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 10 March 2008
    Copyright (c) 1996-2007 by Novell, Inc. All rights reserved.
    Auto-Loading Module NLMLIB.NLM
    Auto-loading module NLMLIB.NLM
    Novell NLM Runtime Library
    Version 5.90.15 10 March 2008
    Copyright (c) 1996-2007 by Novell, Inc. All rights reserved.
    Auto-Loading Module REQUESTR.NLM
    Auto-loading module REQUESTR.NLM
    Novell NCP Requestor for NLMs
    Version 5.90.15 10 March 2008
    Copyright (c) 1996-2007 by Novell, Inc. All rights reserved.
    Auto-Loading Module THREADS.NLM
    Auto-loading module THREADS.NLM
    Novell Threads Package for NLMs
    Version 5.90.15 10 March 2008
    Copyright (c) 1996-2007 by Novell, Inc. All rights reserved.
    Auto-Loading Module LIB0.NLM
    Auto-loading module LIB0.NLM
    Novell Ring 0 Library for NLMs
    Version 5.90.15 10 March 2008
    Copyright (c) 1996-2007 by Novell, Inc. All rights reserved.
    Loading module POLIMGR.NLM
    Module LIB0.NLM load status OK
    Module THREADS.NLM load status OK
    Module REQUESTR.NLM load status OK
    Auto-Loading Module STREAMS.NLM
    Auto-loading module STREAMS.NLM
    NetWare STREAMS PTF
    Version 6.00.06 4 May 2005
    Copyright 1989-1999 Mentat, Inc. All rights reserved.
    Portions Copyright 1989-2002 Novell, Inc. All rights reserved.
    Module STREAMS.NLM load status OK
    Module NLMLIB.NLM load status OK
    Auto-Loading Module NIT.NLM
    Auto-loading module NIT.NLM
    NetWare Interface Tools Library for NLMs
    Version 5.90.15 10 March 2008
    Copyright (c) 1996-2007 by Novell, Inc. All rights reserved.
    Module NIT.NLM load status OK
    Module CLIB.NLM load status OK
    Auto-Loading Module DSAPI.NLM
    Auto-loading module DSAPI.NLM
    NetWare NWNet Runtime Library
    Version 6.00.04 27 January 2006
    (C) Copyright 1995-2005, Novell, Inc. All rights reserved.
    Patent Pending--Novell, Inc.
    Auto-Loading Module NETNLM32.NLM
    Auto-loading module NETNLM32.NLM
    NetWare NWNet Runtime Library
    Version 6.01.03 26 August 2008
    (C) Copyright 1995-2008, Novell, Inc. All rights reserved.
    Patent Pending--Novell, Inc.
    Auto-Loading Module NCPNLM32.NLM
    Auto-loading module NCPNLM32.NLM
    NetWare NWNCP Runtime Library
    Version 6.01.03 26 August 2008
    (C) Copyright 1995-2008, Novell, Inc. All rights reserved.
    Patent Pending--Novell, Inc.
    Auto-Loading Module CLNNLM32.NLM
    Auto-loading module CLNNLM32.NLM
    NetWare NWClient Runtime Library
    Version 6.01.03 26 August 2008
    (C) Copyright 1995-2008, Novell, Inc. All rights reserved.
    Patent Pending--Novell, Inc.
    Module CLNNLM32.NLM load status OK
    Module NCPNLM32.NLM load status OK
    Module NETNLM32.NLM load status OK
    Auto-Loading Module DSEVENT.NLM
    Auto-loading module DSEVENT.NLM
    NetWare DSEvent Runtime Library
    Version 6.01.03 26 August 2008
    (C) Copyright 1995-2008, Novell, Inc. All rights reserved.
    Patent Pending--Novell, Inc.
    Module DSEVENT.NLM load status OK
    Module DSAPI.NLM load status OK
    Auto-Loading Module CLXNLM32.NLM
    Auto-loading module CLXNLM32.NLM
    NetWare NWCLX Runtime Library
    Version 6.01.03 26 August 2008
    (C) Copyright 1995-2008, Novell, Inc. All rights reserved.
    Patent Pending--Novell, Inc.
    Module CLXNLM32.NLM load status OK
    Module TIMESYNC.NLM load status OK
    NetWare License Policy Manager
    Version 6.27 3 November 2005
    Copyright 1984-2005 Novell, Inc. All rights reserved.
    Module POLIMGR.NLM load status OK
    SAS Data Flow Manager
    Version 27510.02a 25 August 2008
    Copyright 1999-2008, Novell, Inc. All rights reserved.
    All Digitally Signed Objects successfully loaded.
    Security Domain Infrastructure
    Version 27510.02a 25 August 2008
    Copyright 1998-2008, Novell, Inc. All rights reserved.
    All Digitally Signed Objects successfully loaded.
    Setting _admin volume's ID
    Loading module DHOST.NLM
    Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 18 September 2006
    Copyright 1999-2006 Novell, Inc.
    DHost Portability Interface loaded successfully.
    Module DHOST.NLM load status OK
    Loading module SPMDCLNT.NLM
    Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Copyright 2003-2008 Novell, Inc. All rights reserved.
    Module SPMDCLNT.NLM load status OK
    Loading module EDIT.NLM
    NetWare Text Editor
    Version 8.00.01 1 May 2006
    Copyright 1989-2006 Novell, Inc. All rights reserved.
    Auto-Loading Module NWSNUT.NLM
    Auto-loading module NWSNUT.NLM
    NetWare NLM Utility User Interface
    Version 7.00.01 11 July 2008
    Copyright 1989-2008 Novell, Inc. All rights reserved.
    Module NWSNUT.NLM load status OK
    Module EDIT.NLM load status OK
    SERVER-5.70-151: Unable to find load file DXEVENT.NLM
    Admin volume startup: error logging the server in = -634
    Unable to verify _admin volume object in eDirectory.
    Loading module CONLOG.NLM
    System Console Logger
    Version 3.01.02 8 August 2006
    (c) Copyright 1992-2002-2006 Novell, Inc. All rights reserved.
    Module CONLOG.NLM load status OK
    CONLOG-3.01-10: System console logging started Fri Jul 3 18:44:30 2009.
    CONLOG-3.01-9: Logging system console to sys:etc\console.log.
    CONLOG-3.01-22: Log file size restricted to 100 kilobytes.
    Loading module SNMP.NLM
    Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 25 July 2006
    Copyright 1995-1999, 2002 Novell, Inc. All rights reserved.
    Auto-Loading Module TLI.NLM
    Auto-loading module TLI.NLM
    NetWare Transport Level Interface Library
    Version 4.30.02 19 December 2000
    Copyright 1989-1992 Mentat, Inc. All rights reserved.
    Portions Copyright 1989-2000 Novell, Inc. All rights reserved.
    Module TLI.NLM load status OK
    Module SNMP.NLM load status OK
    Loading module IPXS.NLM
    NetWare STREAMS IPX Protocol
    Version 4.10.01 12 February 1998
    Copyright 1989-1998 Novell, Inc. All rights reserved.
    Loading module BCALLSRV.NLM
    IPXS-4.10-0022:
    Warning, unable to open default IPX configuration file
    "SYS:ETC\IPXSPX.CFG"; using internal defaults.
    Module IPXS.NLM load status OK
    Backup Call Server MOAB_NDK2
    Version 1.02.01 18 August 1998
    (c) Copyright 1991-1998 Novell, Inc. All Rights Reserved.
    Auto-Loading Module BTRIEVE.NLM
    Auto-loading module BTRIEVE.NLM
    BTRIEVE.NLM v7.90.000
    Version 7.90 21 March 2001
    (c) Copyright Pervasive Software Inc. 1989-2001. All rights reserved.
    Auto-Loading Module NWMKDE.NLM
    Auto-loading module NWMKDE.NLM
    NWMKDE.NLM v7.94.251.000
    Version 7.94 11 December 2001
    (c) Copyright Pervasive Software Inc. 1989-2001. All rights reserved.
    Auto-Loading Module NWUCMGR.NLM
    Auto-loading module NWUCMGR.NLM
    NWUCMGR.NLM v1.5 Build 230
    Version 1.05 14 March 2001
    Module NWUCMGR.NLM load status OK
    User Count Manager
    (c) Copyright 1996-2001, Pervasive Software Inc. All rights reserved
    worldwide.
    Auto-Loading Module PSVCS.NLM
    Auto-loading module PSVCS.NLM
    Portability Services
    Version 251.00 30 November 2001
    Module PSVCS.NLM load status OK
    Auto-Loading Module NWAIF103.NLM
    Auto-loading module NWAIF103.NLM
    nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 30 November 2001
    Module NWAIF103.NLM load status OK
    Auto-Loading Module NWENC103.NLM
    Auto-loading module NWENC103.NLM
    NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 24 February 2001
    Copyright (c) 1999-2001 Pervasive Software Inc.
    Module NWENC103.NLM load status OK
    Pervasive Text Encoding Library successfully loaded.
    NWMKDE-29:
    MicroKernel Database Engine
    (c) Copyright Pervasive Software Inc. 1989-2001
    All Rights Reserved
    Module NWMKDE.NLM load status OK
    BTRIEVE-1:
    Btrieve for NetWare v7.90
    (c) Copyright Pervasive Software Inc. 1989-2001
    All Rights Reserved.
    Module BTRIEVE.NLM load status OK
    Auto-Loading Module CSL.NLM
    Auto-loading module CSL.NLM
    NetWare Call Support Layer For NetWare
    Version 2.06.02 13 January 2000
    (c) Copyright 1991-2000 Novell, Inc. All Rights Reserved.
    Module CSL.NLM load status OK
    Module BCALLSRV.NLM load status OK
    BCALLSRV-1.02-59: BCALLSRV initializing.
    Loading module CNEAMD.LAN
    Novell Ethernet NE1500/2100 and PCnet (ISA, ISA+, PCI, Fast)
    Version 1.39 23 January 1998
    (c) Copyright 1996, 1997, 1998 by Novell, Inc. All rights reserved.
    Auto-Loading Module ETHERTSM.NLM
    Auto-loading module ETHERTSM.NLM
    Novell Ethernet Topology Specific Module
    Version 3.90 20 March 2006
    (C) Copyright 1990 - 2006, by Novell, Inc. All rights reserved.
    Auto-Loading Module MSM.NLM
    Auto-loading module MSM.NLM
    Novell Multi-Processor Media Support Module
    Version 4.12 22 August 2007
    Copyright (c) 1990 - 2007, by Novell, Inc. All rights reserved.
    Module MSM.NLM load status OK
    Module ETHERTSM.NLM load status OK
    Module CNEAMD.LAN load status OK
    Loading module CNEAMD.LAN
    Previously loaded module was used re-entrantly
    Module CNEAMD.LAN load status OK
    Loading module TCPIP.NLM
    Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82 20 November 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved.
    Patent pending
    Auto-Loading Module CSLIND.NLM
    Auto-loading module CSLIND.NLM
    TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 7 December 1999
    Copyright 1994-1999 Novell, Inc. All rights reserved.
    Module CSLIND.NLM load status OK
    Auto-Loading Module NETLIB.NLM
    Auto-loading module NETLIB.NLM
    Novell TCPIP NETLIB Module
    Version 6.50.22 12 February 2003
    Copyright 1994-2003 Novell, Inc. All rights reserved. Patent
    pending.
    Module NETLIB.NLM load status OK
    Auto-Loading Module TCP.NLM
    Auto-loading module TCP.NLM
    Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.04 30 September 2008
    Copyright 1994-2008 Novell, Inc. All rights reserved. Patent
    pending.
    Module TCP.NLM load status OK
    TCPIP-6.82-26: Fri Jul 3 18:44:48 2009
    Will act as a router.
    TCPIP-6.82-27: Fri Jul 3 18:44:48 2009
    RIP is disabled.
    Novell BSDSOCK Module
    Version 6.82 20 November 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved.
    Module BSDSOCK.NLM load status OK
    Module TCPIP.NLM load status OK
    TCPIP.NLM autoloaded TCP.NLMLoading module IPXRTR.NLM
    IPX NLSP Router
    Version 6.81.01 22 April 2008
    Copyright 1994-2008 Novell, Inc. All rights reserved.
    Portions Copyright 1991-2008 D.L.S. Associates.
    Auto-Loading Module A3112.NLM
    Auto-loading module A3112.NLM
    OS Support For NetWare 4.x NLMs
    Version 4.18 25 October 1999
    (c) Copyright 1993-1997, Novell, Inc. All rights reserved.
    Module A3112.NLM load status PUB EXISTS
    Module IPXRTR.NLM load status OK
    Loading module IPXRTRNM.NLM
    IPX Router Network Management
    Version 6.60 24 June 1998
    Copyright 1994-1998 Novell, Inc. All rights reserved.
    Module IPXRTRNM.NLM load status OK
    Timesync: Waiting for TCP/IP to be initialized
    Timesync: TCP/IP initialized. Timesync is loaded with TCP/IP support
    Timesync: IPX is initialized. Timesync is loaded with IPX support
    Time Synchronization has been established
    Loading module VMWTOOL.NLM
    VMware Tools
    Version 1.01 26 July 2007
    Copyright (c) 1998-2007 VMware, Inc. All rights reserved.
    Protected by one or more U.S. Patent Nos.
    6,397,242, 6,496,847, 6,704,925, 6,711,672, 6,725,289,
    6,735,601, 6,785,886, 6,789,156, 6,795,966, 6,880,022,
    6,944,699, 6,961,806 and ...
    Module VMWTOOL.NLM load status OK
    Loading module NW5-IDLE.NLM
    Netware CPU Idler
    Version 1.00.09 26 March 2009
    Module NW5-IDLE.NLM load status OK
    Loading module JAVA.NLM
    java.nlm (based on 1.4.2_18) Build 08101613
    Version 1.43 16 October 2008
    Copyright (c) 2006 Novell, Inc. Portions Copyright (c) 2006 Sun
    Microsystems
    Auto-Loading Module JSOCK.NLM
    Auto-loading module JSOCK.NLM
    Support For Java Sockets (loader)
    Version 1.43 16 October 2008
    (C) Copyright 2000-2006 Novell, Inc. All Rights Reserved
    Module JSOCK.NLM load status OK
    Loading module JSOCK6X.NLM
    Module JAVA.NLM load status OK
    NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43 16 October 2008
    (C) Copyright 2000-2006 Novell, Inc. All Rights Reserved
    Module JSOCK6X.NLM load status OK
    Loading module IPMGMT.NLM
    TCPIP - NetWare IP Address Management
    Version 1.03.01 29 May 2007
    Copyright (C) 2007 Novell, Inc. All Rights Reserved
    Module IPMGMT.NLM load status OK
    Loading module PERL.NLM
    Perl 5.8.4 - Command Line Interface
    Version 5.00.05 13 September 2005
    Copyright (C) 2000-01, 2004-05 Novell, Inc. All Rights Reserved.
    Loading module PERL.NLM
    Auto-Loading Module LIBPERL.NLM
    Auto-loading module LIBPERL.NLM
    Perl 5.8.4 - Script Interpreter and Library
    Version 5.00.05 13 September 2005
    Copyright (C) 2000-01, 2004-05 Novell, Inc. All Rights Reserved.
    Loading module JVM.NLM
    Module LIBPERL.NLM load status OK
    Module PERL.NLM load status OK
    Perl 5.8.4 - Command Line Interface
    Version 5.00.05 13 September 2005
    Copyright (C) 2000-01, 2004-05 Novell, Inc. All Rights Reserved.
    Module PERL.NLM load status OK
    Java Hotspot 1.4.2_18 Interpreter
    Version 1.43 16 October 2008
    (C) Copyright 2003-2006 Novell, Inc. All Rights Reserved.
    Module JVM.NLM load status OK
    Loading module VERIFY.NLM
    Java verify (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Copyright (c) 2006 Novell, Inc. Portions Copyright (c) 2006 Sun
    Microsystems
    Module VERIFY.NLM load status OK
    Loading module JVMLIB.NLM
    Java jvmlib (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Copyright (c) 2006 Novell, Inc. Portions Copyright (c) 2006 Sun
    Microsystems
    Module JVMLIB.NLM load status OK
    Loading module ZIP.NLM
    Java zip (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Copyright (c) 2006 Novell, Inc. Portions Copyright (c) 2006 Sun
    Microsystems
    Fri Jul 3 18:45:13 2009
    Time synchronization has been established.
    Module ZIP.NLM load status OK
    Loading module NILE.NLM
    Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 20 August 2007
    Copyright (C) 1996-2007 Novell, Inc. All Rights Reserved
    Auto-Loading Module NWUTIL.NLM
    Auto-loading module NWUTIL.NLM
    Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 20 August 2007
    Copyright (C) 1996-2006 Novell, Inc. All Rights Reserved
    Fri Jul 3 18:45:29 2009
    Time synchronization has been lost after 2 successful polling loops.
    DOSFAT.NSS and/or FATFS.NLM is loaded!
    Module NWUTIL.NLM load status OK
    Auto-Loading Module PKIAPI.NLM
    Auto-loading module PKIAPI.NLM
    Public Key Infrastructure Services
    Version 2.23.10 20 November 2004
    Copyright 1997-2004 Novell, Inc. All rights reserved.
    Module PKIAPI.NLM load status OK
    Auto-Loading Module PKI.NLM
    Auto-loading module PKI.NLM
    Novell Certificate Server
    Version 3.32 25 August 2008
    Copyright 1997-2008 Novell, Inc. All rights reserved.
    Module PKI.NLM load status OK
    Module NILE.NLM load status OK
    Loading module HTTPSTK.NLM
    Novell Small Http Interface
    Version 4.03 4 September 2008
    Copyright 1998-2008 Novell, Inc. All rights reserved.
    Error accessing WinSock Services, ccode = 0x273B
    SERVER-5.70-1553: Module initialization failed.
    Module HTTPSTK.NLM NOT loaded
    Module HTTPSTK.NLM load status INIT FAIL
    Loading module NICISDI.XLM
    Module NICISDI.XLM load status OK
    Loading module SASDFM.XLM
    Module SASDFM.XLM load status OK
    Loading module NFAP4NRM.NLM
    NFAP Simple Password Management NLM
    Version 1.04 8 December 2003
    Copyright 2001-2003 Novell, Inc. All rights reserved.
    Auto-Loading Module SETMD4.NLM
    Auto-loading module SETMD4.NLM
    Windows Native File Access CIFS Library (Build 163 SP)
    Version 2.01 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Auto-Loading Module NMASGPXY.NLM
    Auto-loading module NMASGPXY.NLM
    NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Copyright 2000-2008 Novell, Inc. All rights reserved.
    Module NMASGPXY.NLM load status OK
    Module SETMD4.NLM load status OK
    java: Class APAdminIPConf exited successfully
    java: Class ApacheIPConf exited successfully
    Auto-Loading Module PORTAL.NLM
    Auto-loading module PORTAL.NLM
    Novell Remote Manager NLM
    Version 4.03 22 September 2008
    Copyright 1998-2008 Novell, Inc. All rights reserved.
    java: Class com.novell.application.tomcat.ipconfig.IPConfigUti l exited
    successfu
    lly
    java: Class com.novell.application.tomcat.ipconfig.IPConfigUti l exited
    successfu
    lly
    Auto-Loading Module HTTPSTK.NLM
    Auto-loading module HTTPSTK.NLM
    Novell Small Http Interface
    Version 4.03 4 September 2008
    Copyright 1998-2008 Novell, Inc. All rights reserved.
    Error accessing WinSock Services, ccode = 0x273B
    Module HTTPSTK.NLM load status INIT FAIL
    Auto-Loading Module NWIDK.NLM
    Auto-loading module NWIDK.NLM
    CDWare Volume Module
    Version 3.01.01 19 September 2003
    Copyright 2003 Novell, Inc. All rights reserved.
    Module NWIDK.NLM load status OK
    Module PORTAL.NLM cannot be loaded until HTTPSTK is loaded
    Module PORTAL.NLM load status AUTO FAIL
    Auto-Loading Module HTTPSTK.NLM
    Auto-loading module HTTPSTK.NLM
    Novell Small Http Interface
    Version 4.03 4 September 2008
    Copyright 1998-2008 Novell, Inc. All rights reserved.
    Error accessing WinSock Services, ccode = 0x273B
    Module HTTPSTK.NLM load status INIT FAIL
    Module NFAP4NRM.NLM cannot be loaded until PORTAL is loaded
    Module NFAP4NRM.NLM cannot be loaded until HTTPSTK is loaded
    Error processing External Records.
    Module NFAP4NRM.NLM NOT loaded
    Module NFAP4NRM.NLM load status AUTO FAIL
    Loading module AFPTCP.NLM
    AFPTCP (Build 163 SP)
    Version 2.07 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Auto-Loading Module WSPDSI.NLM
    Auto-loading module WSPDSI.NLM
    NetWare Winsock Service 1.0 NLM for Data Stream Interface
    Version 6.21.01 25 October 2005
    Copyright 1984-2004 Novell, Inc. All rights reserved.
    Auto-Loading Module WSPIP.NLM
    Auto-loading module WSPIP.NLM
    NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 4 December 2007
    Copyright 1984-2007 Novell, Inc. All rights reserved.
    Module WSPIP.NLM load status OK
    Module WSPDSI.NLM load status OK
    Module AFPTCP.NLM load status OK
    Loading module CIFS.NLM
    CIFS Semantic Agent (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Auto-Loading Module VLRPC.NLM
    Auto-loading module VLRPC.NLM
    DFS Volume Location Database (VLDB) RPC interface (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Auto-Loading Module DFSLIB.NLM
    Auto-loading module DFSLIB.NLM
    DFS Common Library (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Module DFSLIB.NLM load status OK
    Auto-Loading Module JSTCP.NLM
    Auto-loading module JSTCP.NLM
    Jetstream TCP Transport Layer (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Patents Pending.
    Auto-Loading Module JSMSG.NLM
    Auto-loading module JSMSG.NLM
    Jetstream Message Layer (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Patents pending.
    Module JSMSG.NLM load status OK
    Module JSTCP.NLM load status OK
    Module VLRPC.NLM load status OK
    The share point "_ADMIN" is now active on volume _ADMIN.
    The share point "SYS" is now active on volume SYS.
    The share point "NW65OS" is now active on volume NW65OS.
    Module CIFS.NLM load status OK
    Loading module CIFSPROX.NLM
    NMAS Proxy for CIFS (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    Auto-Loading Module LDAPX.NLM
    Auto-loading module LDAPX.NLM
    NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.05.01 22 October 2008
    (C) Copyright 1999-2005, Novell, Inc. All rights reserved.
    Module LDAPX.NLM load status OK
    Module CIFSPROX.NLM load status OK
    Loading module NFAP4NRM.NLM
    NFAP Simple Password Management NLM
    Version 1.04 8 December 2003
    Copyright 2001-2003 Novell, Inc. All rights reserved.
    Auto-Loading Module PORTAL.NLM
    Auto-loading module PORTAL.NLM
    Novell Remote Manager NLM
    Version 4.03 22 September 2008
    Copyright 1998-2008 Novell, Inc. All rights reserved.
    Auto-Loading Module HTTPSTK.NLM
    Auto-loading module HTTPSTK.NLM
    Novell Small Http Interface
    Version 4.03 4 September 2008
    Copyright 1998-2008 Novell, Inc. All rights reserved.
    Module HTTPSTK.NLM load status OK
    Module PORTAL.NLM load status OK
    Module NFAP4NRM.NLM load status OK
    Loading module PKI.NLM
    This module is ALREADY loaded and cannot be loaded more than once.
    Module PKI.NLM load status NOT MULTIPLE
    Loading module NLDAP.NLM
    LDAP Agent for Novell eDirectory 8.8 SP4
    Version 20218.11 30 January 2009
    Copyright 1997-2007 Novell, Inc. All rights reserved.
    Module NLDAP.NLM load status OK
    Loading module PSA.NSS
    PSA Posix Semantic Agent (PSA) (Build 163 MP)
    Version 3.27 13 November 2008
    Copyright 1987-2008 Novell, Inc. All Rights Reserved.
    This product includes software developed by the University of
    California, Berk
    eley and its contributors.
    Module PSA.NSS load status OK
    Loading module JAVA.NLM
    This module is ALREADY loaded and cannot be loaded more than once.
    Module JAVA.NLM load status NOT MULTIPLE
    Loading module SCRCB.NLM
    Scripting - LibC-CLib Context Broker
    Version 1.00 3 October 2005
    Copyright (c) 2002-03 Novell, Inc. All Rights Reserved.
    Module SCRCB.NLM load status OK
    Loading module LSSS.NLM
    Novell SecretStore LDAP Extension Manager 3.4.1.2
    Version 3.40 8 August 2008
    Copyright 1998-2008 Novell, Inc.
    U.S. Patent No. 5,818,936
    U.S. Patent No. 7,231,517.
    Auto-Loading Module SSLDP.NLM
    Auto-loading module SSLDP.NLM
    Novell SecretStore LDAP Transport Plugin 3.4.1.2
    Version 3.40 8 August 2008
    Copyright 1998-2008 Novell, Inc.
    U.S. Patent No. 5,818,936
    U.S. Patent No. 7,231,517.
    Auto-Loading Module SSS.NLM
    Auto-loading module SSS.NLM
    Novell SecretStore 3.4.1.2
    Version 3.40 8 August 2008
    Copyright 1998-2008 Novell, Inc.
    U.S. Patent No. 5,818,936
    U.S. Patent No. 7,231,517.
    Module SSS.NLM load status OK
    SSS.NLM: Audit Not Available!
    Loading module APACHE2.NLM
    Cache Refresh Scheduled ...
    SecretStore Service Configuration
    =================================
    SecretStore Service Configuration Cache Enabled...
    Cache Refresh Frequency Set to 30 Minutes...
    Default Policy Object Hierarchy Was Used...
    DN of the SecretStore Policy Object =
    SecretStore.Security
    Master Password Feature Enabled...
    Last Accessed Timestamp Feature Disabled...
    Module SSLDP.NLM load status OK
    SSS.NLM: Audit Log Reporting Not Requested...
    Module LSSS.NLM load status OK
    SecretStore LDAP Service Extensions Loaded...
    Apache Web Server 2.0.63
    Version 2.00.63 25 April 2008
    Copyright 2006 The Apache Software Foundation. Licensed under the
    Apache Licen
    se Version 2.0.
    Loading module NMASLDAP.NLM
    Auto-Loading Module APRLIB.NLM
    Auto-loading module APRLIB.NLM
    Apache Portability Runtime Library 0.9.17
    Version 0.09.17 25 April 2008
    Licensed under the Apache License Version 2.0
    Module APRLIB.NLM load status OK
    Module APACHE2.NLM load status OK
    NMAS LDAP Extensions 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Copyright 2001-2008 Novell, Inc. All rights reserved.
    Module NMASLDAP.NLM load status OK
    Loading module SYSCALLS.NLM
    NetWare Operating System Call and Marshalling Library
    Version 5.61 2 August 2007
    (c) Copyright 1996-2007 Novell, Inc. All rights reserved.
    Loading module LDAPXS.NLM
    SSLDP.NLM: LDAP Service Plugin Available...
    Module SYSCALLS.NLM load status OK
    (Clib version)
    Version 3.05.01 22 October 2008
    (C) Copyright 1999-2005, Novell, Inc. All rights reserved.
    Module LDAPXS.NLM load status OK
    Loading module LBURP.NLM
    Loading module NLSTRAP.NLM
    LDAP Bulkload Update/Replication Protocol service extension for
    Novell eDirect
    ory 8.8
    Version 20215.04 28 August 2008
    Copyright 2001-2002 Novell, Inc. All rights reserved.
    Module LBURP.NLM load status OK
    NetWare License Server Trap
    Version 5.02 19 February 2004
    Copyright 1997-2004 Novell, Inc. All Rights Reserved.
    Loading module SASL.NLM
    Module NLSTRAP.NLM load status OK
    Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Copyright 2002-2008 Novell, Inc. All rights reserved.
    Module SASL.NLM load status OK
    NLSTRAP: Server Name is NW65
    NLSTRAP: Community String set to public
    NLSTRAP: Time Interval set to 10
    Loading module APACHE2.NLM
    Loading in address space ADMINSRV.
    Apache Web Server 2.0.63
    Version 2.00.63 25 April 2008
    Copyright 2006 The Apache Software Foundation. Licensed under the
    Apache Licen
    se Version 2.0.
    Auto-Loading Module APRLIB.NLM
    Auto-loading module APRLIB.NLM
    Loading in address space ADMINSRV.
    Apache Portability Runtime Library 0.9.17
    Version 0.09.17 25 April 2008
    Licensed under the Apache License Version 2.0
    Auto-Loading Module LIBC.NLM
    Auto-loading module LIBC.NLM
    Loading in address space ADMINSRV.
    Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 3 October 2008
    Copyright (c) 1999-2007 by Novell, Inc. All rights reserved.
    Portions copyright (c) 1980, 1982, 1983, 1986, 1990, 1993 by the
    Regents
    of the University of California (Free BSD) and (c) 1997, 1998 by the
    NetBSD
    Foundation, Inc.
    Module LIBC.NLM load status OK
    Module APRLIB.NLM load status OK
    Module APACHE2.NLM load status OK
    Loading module SMSUT.NLM
    SMS - Utility Library for NetWare 6.X
    Version 1.01.03 26 June 2008
    Copyright (C) 1990-2003, 2005 Novell, Inc. All Rights Reserved.
    Fri Jul 3 18:46:23 2009
    Time synchronization has been established.
    Module SMSUT.NLM load status OK
    Loading module SMDR.NLM
    SMS - Storage Data Requestor
    Version 6.58.01 16 October 2008
    Copyright (C) 1989-95, 2007, 2008 Novell, Inc. All Rights Reserved.
    Module SMDR.NLM load status OK
    Loading module SPXS.NLM
    Loading module TSAFS.NLM
    SMS - File System Agent for NetWare 6.X
    Version 6.53.03 16 October 2008
    Copyright (C) 2002-03, 2008 Novell, Inc. All Rights Reserved.
    Module TSAFS.NLM load status OK
    NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 18 January 2000
    Copyright 1992-1999 Novell, Inc. All Rights Reserved.
    Auto-Loading Module A3112.NLM
    Auto-loading module A3112.NLM
    OS Support For NetWare 4.x NLMs
    Version 4.18 25 October 1999
    (c) Copyright 1993-1997, Novell, Inc. All rights reserved.
    Module A3112.NLM load status PUB EXISTS
    Loading module NISSERV.NLM
    Module SPXS.NLM load status OK
    NetWare NFS - NIS Server
    Version 15.12.02 14 October 2008
    Copyright (C) 1995-2006, Novell, Inc. All Rights Reserved.
    Auto-Loading Module UNICRYPT.NLM
    Auto-loading module UNICRYPT.NLM
    TCP/IP Encryption NLM
    Version 9.11 15 December 1998
    (C) Copyright 1995, Novell, Inc. All rights reserved
    Module UNICRYPT.NLM load status OK
    Auto-Loading Module NDSILIB.NLM
    Auto-loading module NDSILIB.NLM
    NetWare NFS - eDirectory Interface Library
    Version 15.05.01 14 October 2008
    Copyright (C) 1999-2006, Novell, Inc. All Rights Reserved.
    Auto-Loading Module NETDB.NLM
    Auto-loading module NETDB.NLM
    Network Database Access Module
    Version 4.11.05 6 January 2005
    Copyright (C) 1993-2005, Novell, Inc. All Rights Reserved.
    Loading module DSBACKER.NLM
    Loading module JNET.NLM
    NDS Context: O=nwmig
    NetDB Library loaded successfully.
    Module NETDB.NLM load status OK
    Auto-Loading Module NISBIND.NLM
    Auto-loading module NISBIND.NLM
    NetWare NFS - NIS Client Module
    Version 15.02.02 14 October 2008
    Copyright (C) 1995-2006, Novell, Inc. All Rights Reserved.
    Auto-Loading Module PKERNEL.NLM
    Auto-loading module PKERNEL.NLM
    NetWare NFS - Portmapper and RPC Module
    Version 15.01 14 October 2008
    Copyright (C) 1995-2005, Novell, Inc. All Rights Reserved.
    Auto-Loading Module RPCBSTUB.NLM
    Auto-loading module RPCBSTUB.NLM
    NetWare NFS - Portmapper & Rpcbind co-existance Support Module
    Version 15.00.16 14 October 2008
    Copyright (C) 1995-2005, Novell, Inc. All Rights Reserved.
    Module RPCBSTUB.NLM load status OK
    Module PKERNEL.NLM load status OK
    Module NISBIND.NLM load status OK
    Default domain is not set, you need to set it through ypset
    Unable to Login. : error -219. Run schinst -n and try again. If the
    problem stil
    l persists, see the TroubleShooting section of the admin doc.
    Could not authenticate ContextHandle.Run schinst -n and try again. If
    the proble
    m still persists, see the TroubleShooting section of the admin doc.
    Exiting...-2
    19
    Module NDSILIB.NLM load status OK
    Auto-Loading Module NISSWDD.NLM
    Auto-loading module NISSWDD.NLM
    NetWare NFS - NIS Password Management Support Module
    Version 15.02.02 14 October 2008
    Copyright (C) 1995-2006, Novell, Inc. All Rights Reserved.
    Module NISSWDD.NLM load status OK
    NISSERV - Error initializing NDSILIB at startup
    Module NISSERV.NLM load status OK
    Java jnet (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Copyright (c) 2006 Novell, Inc. Portions Copyright (c) 2006 Sun
    Microsystems
    Loading module XNFS.NLM
    Module JNET.NLM load status OK
    Module NDSILIB.NLM is being referenced
    You must unload NISSWDD.NLM before you can unload NDSILIB.NLM
    Loading module PERL.NLM
    Loading module PERL.NLM
    NetWare NFS - NFS Server for NetWare 6.5
    Version 1.04.02 14 October 2008
    Copyright (C) 2002-2008, Novell, Inc. All Rights Reserved.
    Error : NFS services initialization failed during eDirectory interface
    library
    (ndsilib.nlm) initialization - Error Code : 9600. Unloading XNFS.NLM.
    Error : Try running 'schinst -n'. For details refer to Native File
    Access doc
    umentation.
    SERVER-5.70-1553: Module initialization failed.
    Module XNFS.NLM NOT loaded
    Module XNFS.NLM load status INIT FAIL
    Install for Novell eDirectory
    Version 20218.05 1 October 2008
    Copyright (c) 1993-2007 Novell, Inc. All rights reserved.
    Loading module EMBOX.NLM
    Module DSBACKER.NLM load status OK
    Perl 5.8.4 - Command Line Interface
    Version 5.00.05 13 September 2005
    Copyright (C) 2000-01, 2004-05 Novell, Inc. All Rights Reserved.
    Auto-Loading Module LIBPERL.NLM
    Auto-loading module LIBPERL.NLM
    Perl 5.8.4 - Script Interpreter and Library
    Version 5.00.05 13 September 2005
    Copyright (C) 2000-01, 2004-05 Novell, Inc. All Rights Reserved.
    Module LIBPERL.NLM load status OK
    Module PERL.NLM load status OK
    Using CATALINA_BASE: sys:/tomcat/4
    Using CATALINA_HOME: sys:/tomcat/4
    Using CATALINA_TMPDIR: sys:/tomcat/4/temp
    Using JAVA_HOME: SYS:\java
    Doing a start
    java: Class com.novell.application.tomcat.util.tccheck.LDAPVer ifier
    exited succe
    ssfully
    Module DSBACKER.NLM unloaded
    eDirectory Management Tool Box Engine
    Version 20215.23 24 April 2008
    Copyright 2001-2007 Novell, Inc. All rights reserved. Patents
    Pending.
    Auto-Loading Module XIS11.NLM
    Auto-loading module XIS11.NLM
    XML Integration Service
    Version 1.00.03 30 September 2008
    Copyright (c) 1993-2002 Novell, Inc. All rights reserved.
    Module XIS11.NLM load status OK
    Module EMBOX.NLM load status OK
    Perl 5.8.4 - Command Line Interface
    Version 5.00.05 13 September 2005
    Copyright (C) 2000-01, 2004-05 Novell, Inc. All Rights Reserved.
    Module PERL.NLM load status OK
    Using CATALINA_BASE: sys:/tomcat/4
    Using CATALINA_HOME: sys:/tomcat/4
    Using CATALINA_TMPDIR: sys:/tomcat/4/temp
    Using JAVA_HOME: SYS:\java
    Doing a start
    Loading module LANGMAN.NLM
    java: Class com.novell.application.tomcat.util.tccheck.LDAPVer ifier
    exited succe
    ssfully
    Loading module OWCIMOMD.NLM
    Novell Cross-Platform Language Manager
    Version 10210.69 23 April 2008
    Copyright 2001-2003 Novell, Inc. All rights reserved. Patents
    Pending.
    Auto-Loading Module XI18N.NLM
    Auto-loading module XI18N.NLM
    Novell Cross-Platform Internationalization Package
    Version 10310.53 2 August 2005
    Copyright 2001-2003 Novell, Inc. All rights reserved. Patents
    Pending.
    Module XI18N.NLM load status OK
    Module LANGMAN.NLM load status OK
    OpenWBEM CIMOM Daemon with Novell providers
    Version 3.02 27 November 2007
    Copyright (C) 2004 Novell, Inc. Portions Copyright (C) 2000-2004
    Vintela, Inc
    Auto-Loading Module LLDAPSSL.NLM
    Auto-loading module LLDAPSSL.NLM
    NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 22 October 2008
    (C) Copyright 1999-2005, Novell, Inc. All rights reserved.
    Module LLDAPSSL.NLM load status OK
    Auto-Loading Module LIBGCC_S.NLM
    Auto-loading module LIBGCC_S.NLM
    gcc runtime and intrinsics support
    Version 3.04.03 29 April 2005
    Copyright (C) 1989-2004 Free Software Foundation, Inc.
    Loading module HT2SOAP.NLM
    Module LIBGCC_S.NLM load status OK
    Starting service NetWare Administration Tomcat
    Apache Tomcat/4.1.37-LE-jdk1.4
    Starting service Tomcat-Standalone
    Apache Tomcat/4.1.37-LE-jdk1.4
    Using config file: /system/cimom/etc/openwbem/openwbem.conf
    [1] CIMOM beginning startup
    Module OWCIMOMD.NLM load status OK
    Loading module RCONAG6.NLM
    Fri Jul 3 18:50:17 2009
    Time synchronization has been lost after 8 successful polling loops.
    eDirectory Management Tool Box HTTP to SOAP shim
    Version 20215.23 24 April 2008
    Copyright 2001-2007 Novell, Inc. All rights reserved. Patents
    Pending.
    Module HT2SOAP.NLM load status OK
    RConsole Agent for Netware
    Version 6.11 20 November 2007
    (C) 1995-1998, 2004-2006 Novell, Inc. All rights reserved.
    Auto-Loading Module SAS.NLM
    Auto-loading module SAS.NLM
    Secure Authentication Services
    Version 1.75 13 March 2004
    Copyright 1997-2003 Novell, Inc. All rights reserved.
    Portions Copyright 1996 Terisa Systems, Inc. All rights reserved.
    Loading module EMBOXMGR.NLM
    Module SAS.NLM load status OK
    Module RCONAG6.NLM load status OK
    eDirectory Management Tool Box Manager
    Version 20215.23 24 April 2008
    Copyright 2001-2007 Novell, Inc. All rights reserved. Patents
    Pending.
    Auto-Loading Module EMBOXMSG.NLM
    Auto-loading module EMBOXMSG.NLM
    eDirectory Management Tool Box Message API
    Version 20215.23 24 April 2008
    Copyright 2001-2007 Novell, Inc. All rights reserved. Patents
    Pending.
    Loading module SLPDA.NLM
    Module EMBOXMSG.NLM load status OK
    Module EMBOXMGR.NLM load status OK
    SERVICE LOCATION NDS DIRECTORY AGENT (RFC2165/RFC2608)
    Version 2.13 15 November 2005
    Copyright 1996-2005 Novell, Inc. All rights reserved.
    Loading module RSS.NLM
    NetWare Secure IP Remote Console service registered
    Fri Jul 3 18:50:29 2009
    RCONAG6 LISTEN /dev/ssltcp 172.16.16.57:2036
    Fri Jul 3 18:50:29 2009
    RCONAG6 LISTEN /dev/tcp 172.16.16.57:2034
    Fri Jul 3 18:50:29 2009
    RCONAG6 LISTEN /dev/nspx D5F83F:000000000001:16800
    NetWare IP Remote Console service registered
    Fri Jul 3 18:50:49 2009
    Time synchronization has been established.
    Novell GroupWise WebAccess
    Version 7.0.3
    (C) Copyright 1993-2008 Novell, Inc. All rights reserved.
    <GroupWise WebAccess> WebAccess Servlet is ready for work
    Novell GroupWise WebAccess Spell Checker
    Version 7.0.3
    (C) Copyright 1996-2008 Novell, Inc. All rights reserved.
    Maximum suggestions: 10
    Dictionary path :
    SYS:\Tomcat\4\webapps\gw\web-inf\classes\com\novell
    \collexion\morphology\data
    <GroupWise WebAccess Spell Checker> Spell Servlet is ready for work
    Loading module WPSD.NLM
    Fri Jul 3 18:52:55 2009
    Fri Jul 3 18:53:25 2009
    Time synchronization has been established.
    Fri Jul 3 18:57:16 2009
    RCONAG6 192.168.10.123:2376 Remote console connection granted

    Hello,
    maybe your problem has to do something with loading SLPDA.NLM. If you
    cannot get to open Autoexec.ncf then go back to DOS-Mode, rename this
    file in C:\nwserver-directory and start again. i have seenthis behaviour
    on servers loading SLPDA with no network-communication and they stop
    loading at WPSD.NLM. Try to load SLPD.NLM manually when the server is
    up. After that shift the line in Autoexec.ncf where you want to load
    Slpda.NLM to the end of the file and boot the server again to see what
    happens.
    Good luck
    Burkhard Wiegand
    Netware Admin
    Debeka-Versicherungen
    D-56068 Koblenz

  • Applet does not load on app server when Free Design Layout

    Hi,
    I have to embed a an applet in a webpage of an web application. Before I go on to anything.. let me first tell you, I am using Netbeans 6.0
    As shown in the tuorial:
    [http://www.netbeans.org/kb/articles/tutorial-applets-40.html]
    1. I first made the "Applet" source say HelloApplet. java. After compiling and running it I get the HelloApplet.jar.
    2. I created a WebApplication and then from the properties -> packaging -> I "Add Project" HelloApplet.jar.
    3. Then I a webpage I "embeded" the applet.
    4. I run the web app and the applet gets loaded and everything is just fine.
    But before I go on I must tell you that the applet was designed in Null Layout. Now I edited the applet source once again and changed the layout to Free Design Layout*. ( this is available from Netbeans..on the HelloApplet.java .. go to the design view.. right click on the form and from the context menu you can change the layout to FreeDesign or whatever you might want).
    When I expand the "Libraries" node I see the that the library Swing Layout Extensions - swing-layout-1.0.3.jar has been added.
    When I "run" the "HelloApplet.java" file, the applet is shown in the appletviewer. No problems with that.
    But!
    When I try to Clean & Build and Run the WebApplication, the applet does not get loaded. On inspecting the java console I see the following error:
    java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: org.jdesktop.layout.GroupLayout$Group
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 10 moreIt clearly shows that the Free Design Layout has something to do with the GroupLayout which can be found by expanding the "Swing Layout Extensions - swing-layout-1.0.3.jar". Now when the HelloApplet.jar is created only the HelloApplet.class file gets included together with some other data but NOT the swing extensions. Hence when I run the web app the class file looks for the GroupLayout.class definition but can find it in the jar as its not included when the HelloApplet.jar is created.
    But with null layout there isint a problem because null layout takes the definitions from the JRE on the machine.. and so it runs without a hitch.
    My Question is : How can I run the applet with Free Design Layout? or is it possible to package the swing layout extensions in the HelloApplet.jar?<</u>
    Thanks for all your replies.
    Cheers.
    Edited by: arijit_datta on May 15, 2008 4:07 PM

    Solved.
    Here is the solution:
    [http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html|http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html]
    Cheers..
    Edited by: arijit_datta on May 16, 2008 7:41 AM

  • Failed to load resource: the server responded with a status of 405 (Method Not Allowed) XMLHttpRequest cannot load (WCF service URL). Invalid HTTP status code 405

    Hi,
    while consuming the  WCF service POST method Jquery, getting error in Chrome and firefox, in IE  Its working fine.
    ERROR:Failed to load resource: the server responded with a status of 405 (Method Not Allowed)  XMLHttpRequest cannot load (WCF service URL). Invalid HTTP status code 405.
    Jquery used to call:
    $.support.cors = true
            $.ajax({
                type: "POST",
                url: serviceURL,
                data: JSON.stringify(managedProps),
                useDefaultXhrHeader:false,
                contentType: "application/json; charset=utf-8",
                dataType: "json",
                //processData: true,
                crossDomain: true,
                success: function (data, status, jqXHR) {
                   alert("sucess");
                error: function (xhr) {
                    alert("error");
    WCF sevice Web.config
    <webHttpBinding>
            <!--<binding name="webHttpBindingWithJsonP" transferMode="StreamedRequest" />-->
            <binding name="crossDomain" crossDomainScriptAccessEnabled="true" transferMode="StreamedResponse" />
          </webHttpBinding>
        </bindings>
        <services>
          <service name="DynamicRefinerWCF.DynamicRefiner">
            <endpoint address="" behaviorConfiguration="REST" bindingConfiguration="crossDomain" binding="webHttpBinding" contract="DynamicRefinerWCF.IDynamicRefiner" />
            <endpoint address="mex" binding="mexHttpBinding" contract="DynamicRefinerWCF.IDynamicRefiner" />
            <host>
              <baseAddresses>
                <add baseAddress="http://localhost/example.svc" />
              </baseAddresses>
            </host>
          </service>
        </services>
        <!--<protocolMapping>
            <add binding="basicHttpsBinding" scheme="https" />
        </protocolMapping>-->    
        <!--<serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />-->
      </system.serviceModel>
      <system.webServer>
        <!--<modules runAllManagedModulesForAllRequests="true"/>-->
        <modules>
          <remove name="WebDAVModule" />
        </modules>
        <handlers>
          <remove name="WebDAV" />
        </handlers>
        <directoryBrowse enabled="true" />
        <httpProtocol>
          <customHeaders>
            <add name="Access-Control-Allow-Origin" value="*"/>
            <add name="Access-Control-Allow-Headers" value="Content-Type"/>
            <add name="Access-Control-Allow-Methods" value="GET, POST, PUT, DELETE, OPTIONS"/>
            <add name="Access-Control-Request-Headers:" value="*" />
            <add name="Access-Control-Request-Method:" value="*" />
          </customHeaders>
        </httpProtocol>
        <!--
            To browse web app root directory during debugging, set the value below to true.
            Set to false before deployment to avoid disclosing web app folder information.
          -->
        <!--<directoryBrowse enabled="true"/>-->
      </system.webServer>
    </configuration>
    Thanks,
    Swathi

    Right on - I have done that a number of times.

  • Application does not load correctly when deploying to standalone server

    All,
    I have created simple application implementing fusion theme. Applicaiton works fine when I run on integrated server but when deployed on standalone server it does not load any images or the theme itself. afrloop keep incrementing in status bar and ends up with java script error while later.
    I deployed another test application on standalone server and that works fine i.e. theme gets loaded correctly. Also, how should I include images on the page? I have a images folder in web content folder but they dont get loaded.
    Any help will be appreciated.
    Thanks,
    Dipal

    LabVIEW now uses the Microsoft installer. It's possible that you need to upgrade the version that's on the Win2K box. I think the latest service packs from Microsoft include it.

  • I now get an 500 Internal Server error when loading Firefox, after updating RealPlayer

    I now get an 500 Internal Server error when loading Firefox, after updating RealPlayer.
    When I try to open Firefox, it opens. But there is the error message.
    What is this? How do I did rid of it?
    '''bold text'''

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    You can also check the connection settings in Tools > Options > Advanced : Network : Connection<br />
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]

  • My file .mov won't load (or) play when put on the server ?

    My file .mov won't load (or) play when put on the server ? Yet it works fine in my local network.
    The source in DW is = vid.jpeg and the link = vid.mov
    I opened the movie in QuickTime player and save it for the web. I pasted what was required...
    Can someone help me with this one ?

    Could be any number of things. We would need a link to the actual on-line page to diagnose further.
    Best wishes,
    Adninjastrator

  • When using a proxy server at work, Deezer page does not load normally?

    When using a proxy server at work, Deezer page does not load normally, but when I go home and use connection without proxy, everything is fine.
    It loads, and some features on the website work, but the look is not the same. Over the proxy it shows just text on the left side of the screen and I can't choose some of the options.
    When I go home and use my home connection without proxy, there are no problems, everything is OK.
    Could you please solve this?

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • Errors when loading data to ODS

    Hi,
    I am getting the following dump when loading data to ODS
    whta might be the problem
    Runtime Error          MESSAGE_TYPE_X
    Date and Time          29.09.2006 14:26:52
    ShrtText
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    Short text of error message:
    Test message: SDOK_GET_PHIO_ACCESS 001
    Technical information about the message:
    Message classe...... "1R"
    Number.............. 000
    Variable 1.......... "SDOK_GET_PHIO_ACCESS"
    Variable 2.......... 001
    Variable 3.......... " "
    Variable 4.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "MESSAGE_TYPE_X" C
    "SAPLSDCL" or "LSDCLF00"
    "INTERNAL_ERROR"
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    System environment
    SAP Release.............. "640"
    Application server....... "bomw093a"
    Network address.......... "132.186.125.66"
    Operating system......... "Windows NT"
    Release.................. "5.2"
    Hardware type............ "4x Intel 801586"
    Character length......... 8 Bits
    Pointer length........... 32 Bits
    Work process number...... 16
    Short dump setting....... "full"
    Database server.......... "BOMW093A"
    Database type............ "ORACLE"
    Database name............ "BIW"
    Database owner........... "SAPDAT"
    Character set............ "English_United State"
    SAP kernel............... "640"
    Created on............... "Nov 4 2004 23:26:03"
    Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
    Database version......... "OCI_920_SHARE "
    Patch level.............. "43"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."
    SAP database version..... "640"
    Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    Memory usage.............
    Roll..................... 8112
    EM....................... 6271776
    Heap..................... 0
    Page..................... 24576
    MM Used.................. 3921120
    MM Free.................. 258392
    SAP Release.............. "640"
    User and Transaction
    Client.............. 800
    User................ "IC881147"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPLSDCL"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where terminated
    The termination occurred in the ABAP program "SAPLSDCL" in "INTERNAL_ERROR".
    The main program was "RSRD_BROADCAST_PROCESSOR ".
    The termination occurred in line 25 of the source code of the (Include)
    program "LSDCLF00"
    of the source code of program "LSDCLF00" (when calling the editor 250).
    The program "SAPLSDCL" was started as a background job.
    Job name........ "SECOQUERY"
    Job initiator... "IC881147"
    Job number...... 14265102
    Source Code Extract
    Line
    SourceCde
    1
    2
      INCLUDE LSDCLF00                                                   *
    3
    4
    5
    6
          FORM INTERNAL_ERROR                                           *
    7
    8
          Handles unexpected error conditions (internal errors)
    9
    10
    -->  VALUE(U_ROUTINE)    Routine/function module where error occured
    11
    -->  VALUE(U_ERROR_CODE) Identifier in routine (e.g. number)
    12
    -->  VALUE(U_VAR1)       Variable containing further information
    13
    -->  VALUE(U_VAR2)       Variable containing further information
    14
    -->  VALUE(U_VAR3)       Variable containing further information
    15
    -->  VALUE(U_VAR4)       Variable containing further information
    16
    17
    form internal_error
    18
    using value(u_routine)
    19
    value(u_error_code)
    20
    value(u_var1)
    21
    value(u_var2)
    22
    value(u_var3)
    23
    value(u_var4).
    24
    >>>>>
    message x000 with u_routine u_error_code u_var1 u_var2.
    26
    27
    endform.
    28
    29
    30
    *&      Form  BAD_OBJECT_TO_SYMSG
    31
    32
          maps error information in u_bad_object into system message
    33
          variables
    34
    35
    -->  VALUE(U_BAD_OBJECT)  structure containing error information
    36
    37
    form bad_object_to_symsg
    38
    using value(u_bad_object) type sdokerrmsg.
    39
    40
    sy-msgid = u_bad_object-id.
    41
    sy-msgty = u_bad_object-type.
    42
    sy-msgno = u_bad_object-no.
    43
    sy-msgv1 = u_bad_object-v1.
    44
    sy-msgv2 = u_bad_object-v2.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    1
    SY-DBCNT
    4
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    Report Dissemaintion Framework: Executing the Transferred Settings
    SY-MSGTY
    X
    SY-MSGID
    1R
    SY-MSGNO
    000
    SY-MSGV1
    SDOK_GET_PHIO_ACCESS
    SY-MSGV2
    001
    SY-MSGV3
    SY-MSGV4
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    15 FORM         SAPLSDCL                            LSDCLF00                               25
    INTERNAL_ERROR
    14 FORM         SAPLSDCI                            LSDCIU13                              303
    PHIO_GET_CONTENT_ACCESS
    13 FUNCTION     SAPLSDCI                            LSDCIU13                              113
    SDOK_PHIO_GET_CONTENT_ACCESS
    12 FUNCTION     SAPLSKWF_CONTENT                    LSKWF_CONTENTU02                       63
    SKWF_PHIO_CONTENT_ACCESS_GET
    11 METHOD       CL_RSRA_KWF_UTILITIES=========CP    CL_RSRA_KWF_UTILITIES=========CM00B    50
    CL_RSRA_KWF_UTILITIES=>COPY_MIME_TO_FOLDER
    10 METHOD       CL_RSRA_KWF_TMPL==============CP    CL_RSRA_KWF_TMPL==============CM002    28
    CL_RSRA_KWF_TMPL=>GET_STYLESHEET
    9 METHOD       CL_RSRA_KWF_TMPL==============CP    CL_RSRA_KWF_TMPL==============CM001   227
    CL_RSRA_KWF_TMPL=>CONSTRUCTOR
    8 METHOD       CL_RSRA_ENGINE_BC=============CP    CL_RSRA_ENGINE_BC=============CM010     9
    CL_RSRA_ENGINE_BC=>SET_TEMPLATE_FOLDER
    7 METHOD       CL_RSRA_ENGINE_BC=============CP    CL_RSRA_ENGINE_BC=============CM001    75
    CL_RSRA_ENGINE_BC=>CONSTRUCTOR
    6 METHOD       CL_RSRA_JOB===================CP    CL_RSRA_JOB===================CM003    47
    CL_RSRA_JOB=>EXECUTE_SINGLE
    5 METHOD       CL_RSRA_JOB===================CP    CL_RSRA_JOB===================CM00E    14
    CL_RSRA_JOB=>EXECUTE_SINGLE_RC
    4 METHOD       CL_RSRD_PRODUCER_RA===========CP    CL_RSRD_PRODUCER_RA===========CM001   147
    CL_RSRD_PRODUCER_RA=>IF_RSRD_F_PRODUCER_RT~PRODUCE
    3 METHOD       CL_RSRD_SETTING===============CP    CL_RSRD_SETTING===============CM005    28
    CL_RSRD_SETTING=>EXECUTE_NODES
    2 METHOD       CL_RSRD_SETTING===============CP    CL_RSRD_SETTING===============CM002    73
    CL_RSRD_SETTING=>EXECUTE
    1 EVENT        RSRD_BROADCAST_PROCESSOR            RSRD_BROADCAST_PROCESSOR              197
    START-OF-SELECTION
    Chosen variables
    Name
    Val.
    No.      15 Ty.          FORM
    Name  INTERNAL_ERROR
    U_ROUTINE
    SDOK_GET_PHIO_ACCESS
    54445445554445444455
    34FBF754F089FF133533
    SY-MSGV1
    SDOK_GET_PHIO_ACCESS
    54445445554445444455222222222222222222222222222222
    34FBF754F089FF133533000000000000000000000000000000
    U_ERROR_CODE
    001
    333
    001
    SY-MSGV2
    001
    33322222222222222222222222222222222222222222222222
    00100000000000000000000000000000000000000000000000
    U_VAR1
    2
    0
    SY-MSGV3
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SDOKI_MODE_DELETE
    5
    0000
    5000
    U_VAR2
    2
    0
    SY-MSGV4
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    No.      14 Ty.          FORM
    Name  PHIO_GET_CONTENT_ACCESS
    SYST
    ####################################################A#######P###############è#################
    0000000000000000000000000000000000000000000000000000400000005000000000000000E00000000000000000
    0000000010002000000000000000000000000000400000001000100010000000000000000000840000000000000000
    PHIO_OBJECT_ID-CLASS
    2222222222
    0000000000
    DUMMY_VERSTYPE
    0
    3
    0
    DUMMY_FCT_EXPORT
    222222222222222222222222222222
    000000000000000000000000000000
    DUMMY_FCT_IMPORT
    222222222222222222222222222222
    000000000000000000000000000000
    DUMMY_FCT_DELETE
    222222222222222222222222222222
    000000000000000000000000000000
    FCT_VIEW
    222222222222222222222222222222
    000000000000000000000000000000
    BUFF_XPIRE
    000000000000
    333333333333
    000000000000
    NO_BUFFER
    2
    0
    SUBRC_AUX
    3
    0000
    3000
    SDOKA_EVENT_PH_FROM_REL_PRE
    0022
    3333
    0022
    SCREEN
    %_17SNS0001592815_%_%_%_%_%_%_
    2533545333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
    5F173E30001592815F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
    <%_TABLE_SDOKSTRE>
    SY-XFORM
    CONVERSION_EXIT
    444545544454545222222222222222
    3FE65239FEF5894000000000000000
    CONTEXT[]
    Table IT_5544[0x89]
    FUNCTION=SKWF_PHIO_CONTENT_ACCESS_GETDATA=CONTEXT[]
    Table reference: 324
    TABH+  0(20) = 00000000801CE03C0000000044010000A8150000
    TABH+ 20(20) = 0000000059000000FFFFFFFF047B0200D00E0000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0x00000000
    ext1         = 0x801CE03C
    shmId        = 0     (0x00000000)
    id           = 324   (0x44010000)
    label        = 5544  (0xA8150000)
    fill         = 0     (0x00000000)
    leng         = 89    (0x59000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000058
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x381CE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x98DC033D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    CONTEXT
    22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    PROPERTIES[]
    Table[initial]
    PROPERTIES
    22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    No.      13 Ty.          FUNCTION
    Name  SDOK_PHIO_GET_CONTENT_ACCESS
    ALLOW_MODEL
    2
    0
    CACHE_SERVER
    0000000000
    2222222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    CLIENT
    800
    333
    800
    CONTENT_ONLY
    X
    5
    8
    CONTENT_OR_URL_ONLY
    2
    0
    OBJECT_ID
    222222222222222222222222222222222222222222
    000000000000000000000000000000000000000000
    RAW_MODE
    2
    0
    TEXT_AS_STREAM
    X
    5
    8
    USE_URL_AT
    2
    0
    ACCESS_MODE
    00
    33
    00
    DOCUMENT_HTTPS_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    DOCUMENT_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    MODEL_RETURNED
    2
    0
    COMPONENTS[]
    Table[initial]
    COMPONENT_ACCESS[]
    Table IT_5533[0x8616]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_COMPONENT_ACCESS
    Table reference: 337
    TABH+  0(20) = 00000000481BE03C00000000510100009D150000
    TABH+ 20(20) = 00000000A8210000FFFFFFFF04C5010088190000
    TABH+ 40( 8) = 01000000C1248000
    store        = 0x00000000
    ext1         = 0x481BE03C
    shmId        = 0     (0x00000000)
    id           = 337   (0x51010000)
    label        = 5533  (0x9D150000)
    fill         = 0     (0x00000000)
    leng         = 8616  (0xA8210000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000107
    occu         = 1     (0x01000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x001BE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x985D043D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    CONTEXT[]
    Table IT_5544[0x89]
    FILE_CONTENT_ASCII[]
    Table IT_5534[0x1022]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_FILE_CONTENT_ASCII
    Table reference: 312
    TABH+  0(20) = 00000000B01BE03C00000000380100009E150000
    TABH+ 20(20) = 00000000FE030000FFFFFFFF04C50100D81A0000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0x00000000
    ext1         = 0xB01BE03C
    shmId        = 0     (0x00000000)
    id           = 312   (0x38010000)
    label        = 5534  (0x9E150000)
    fill         = 0     (0x00000000)
    leng         = 1022  (0xFE030000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000113
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x681BE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xB813043D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    FILE_CONTENT_BINARY[]
    Table IT_5535[0x1022]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_FILE_CONTENT_BINARY
    Table reference: 325
    TABH+  0(20) = 00000000181CE03C00000000450100009F150000
    TABH+ 20(20) = 00000000FE030000FFFFFFFF04C50100101B0000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0x00000000
    ext1         = 0x181CE03C
    shmId        = 0     (0x00000000)
    id           = 325   (0x45010000)
    label        = 5535  (0x9F150000)
    fill         = 0     (0x00000000)
    leng         = 1022  (0xFE030000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000114
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    store_id     = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0xD01BE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0xC08FD33C
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    PROPERTIES[]
    Table[initial]
    COMPONENT_ACCESS
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    FILE_CONTENT_ASCII
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    FILE_CONTENT_BINARY
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    OBJECT_ID_AUX
    222222222222222222222222222222222222222222
    000000000000000000000000000000000000000000
    X_DOCUMENT_URL
    X
    5
    8
    X_DOCUMENT_HTTPS_URL
    X
    5
    8
    X_COMPONENT_ACCESS
    X
    5
    8
    SUBRC_AUX
    0
    0000
    0000
    %_DUMMY$$
    2222
    0000
    %_SPACE
    2
    0
    SY-REPID
    SAPLSDCI
    5454544422222222222222222222222222222222
    310C343900000000000000000000000000000000
    No.      12 Ty.          FUNCTION
    Name  SKWF_PHIO_CONTENT_ACCESS_GET
    CACHE_SERVER
    0000000000
    2222222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    PHIO
    2222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000
    USE_URL_AT
    2
    0
    X_ALLOW_MODEL
    2
    0
    X_CONTENT_ONLY
    X
    5
    8
    X_CONTENT_OR_URL_ONLY
    2
    0
    X_RAW_MODE
    2
    0
    X_TEXT_AS_STREAM
    X
    5
    8
    ACCESS_MODE
    00
    33
    00
    DOCUMENT_HTTPS_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    DOCUMENT_URL
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ERROR
    000
    2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    X_MODEL_RETURNED
    2
    0
    COMPONENT_ACCESS[]
    Table IT_5533[0x8616]
    CONTEXT[]
    Table IT_5544[0x89]
    FILE_CONTENT_ASCII[]
    Table IT_5534[0x1022]
    FILE_CONTENT_BINARY[]
    Table IT_5535[0x1022]
    PROPERTIES[]
    Table[initial]
    SKWFA_C_ACT_READ
    03
    33
    03
    SYST-REPID
    SAPLSKWF_CONTENT
    5454545454445445222222222222222222222222
    310C3B76F3FE45E4000000000000000000000000
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    PHIO+1(42)
    222222222222222222222222222222222222222222
    000000000000000000000000000000000000000000
    CL_ABAP_TABLEDESCR=>TABLEKIND_STD
    S
    5
    3
    SKWFC_YES
    X
    5
    8
    No.      11 Ty.          METHOD
    Name  CL_RSRA_KWF_UTILITIES=>COPY_MIME_TO_FOLDER
    I_S_MIME_IO
    FM_FOLDER  3AA00E1E0D0E3DCBE10000000A1144B5
    4454444452234433434343434444333333334333343
    6DF6FC4520031100515040534325100000001114425
    I_S_FOLDER_IO
    FBW_FLD    08BSWBLVV6N1IJCIG3VHEX2H8
    4455444222233455445534344444354453432222222
    627F6C40000082372C666E19A397368582880000000
    L_T_PROPERTY_REQUEST
    Table IT_5512[1x25]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_PROPERTY_REQUEST
    Table reference: 316
    TABH+  0(20) = 28D5D23C68D5D23C000000003C01000088150000
    TABH+ 20(20) = 0100000019000000FFFFFFFF04C5010038110000
    TABH+ 40( 8) = 10000000C1248400
    store        = 0x28D5D23C
    ext1         = 0x68D5D23C
    shmId        = 0     (0x00000000)
    id           = 316   (0x3C010000)
    label        = 5512  (0x88150000)
    fill         = 1     (0x01000000)
    leng         = 25    (0x19000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000069
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 1
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0xC00BE03C
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    store_id     = 3644  (0x3C0E0000)
    shmIsReadOnly = 0     (0x00000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x00000000
    hsdir        = 0x00000000
    ext2         = 0x600DE03C
    >>>>> 2nd level extension part <<<<<
    tabhBack     = 0x98D5033D
    delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
    pb_func      = 0x00000000
    pb_handle    = 0x00000000
    L_S_PROPERTY_REQUEST
    KW_RELATIVE_URL
    4555444545455542222222222
    B7F25C14965F52C0000000000
    L_T_PHIO
    Table IT_5494[1x43]
    CLASS=CL_RSRA_KWF_UTILITIESMETHOD=COPY_MIME_TO_FOLDERDATA=L_T_PHIO
    Table reference: 309
    TABH+  0(20) = E8D4D23CE0D3D23C000000003501000076150000
    TABH+ 20(20) = 010000002B000000FFFFFFFF04C5010018120000
    TABH+ 40( 8) = 10000000C1248000
    store        = 0xE8D4D23C
    ext1         = 0xE0D3D23C
    shmId        = 0     (0x00000000)
    id           = 309   (0x35010000)
    label        = 5494  (0x76150000)
    fill         = 1     (0x01000000)
    leng         = 43    (0x2B000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000073
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    collHash     = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x2010E03C
    pghook       = 0x00000000
    idxPtr       = 0x00000000
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    store_id     = 3643  (0x3B0E0000)
    shmIsReadOnly = 0     (0x00000000)

    Hi priya,
    Not sure: check syntax in your Update Roules, also at level of start routine.
    Ciao.
    Riccardo.

  • App Insights for web application not working when deployed to Dev server

    App Insights is not sending telemetry data for ASP.NET MVC web *requests* (page views from the JS instrumentation are fine) when the app is deployed to the Dev or Test IIS servers.  On local IIS express it works perfectly fine.    I have
    no idea how to troubleshoot this problem.
    Bert Jackson

    - the AI.config file is both in the root of the site, and the /bin folder (which was confusing the other day).  Both are correct.
    - it looks like a local browser can go to https://dc.services.visualstudio.com (it results in a 403 since its just a GET to the root).  During this test, I found that this server did NOT have the Root trust certificate (Baltimore cybertrust), which
    would cause problems when using IE locally to browse the app; the javascript AI logging was not working, because it couldnt fetch the ai.0.js file).  I got the proper root certificate installed on the server, but request logging still not working.  I
    dont believe the firewall is a problem.
    - I've verified that all binaries are indeed deployed in to the bin folder on the server
    - web.config does have the AI http module; I've verified via logging that the ApplicationInsightsWebTracking is loaded.  However, I have custom Context/Telemetry initializers, and their Initialize() methods are *NOT* being called when deployed on the
    server.  I've tried both ways of registering the initializers; via code in the Application_Start() event and also in the ApplicationInsights.config file.
    I don't know how to troubleshoot any further, to figure out if AppInsights is actually *trying* to send telemetry out and failing, or if its not actually even trying.
    Bert Jackson

  • Failed to load resource: the server responded with a status of 404 (Not Found)

    I uploaded 2 x small Wordpress sites to Azure this morning using the local Git repository on my iMac. They worked fine when I checked them earlier and now I see the websites are not loading correctly with 30+ errors on each effecting all .css, .js and
    .jpg files - using view source, these are the error messages.
    Failed to load resource: the server responded with a status of 404 (Not Found)
    When I open the web root in my ftp client the files are definitely there as you would expect. I am using Azure Small Basic Hosting, any thoughts on what has gone wrong and how to fix the websites?
    Site 1: http://goo.gl/VONbHc
    Site 2: http://goo.gl/wdTP67
    Liam

    Hi,
    I tested your site 1, when I open http://goo.gl/VONbHc, it direct me to
    http://templestudios.azurewebsites.net/ ,so I think you create templestudios as your azure website name. it seems that the page will go directory to another page, one image html code as below.
    <img width="300" height="225" title="Portrait Photography" class="thumb wp-post-image" alt="Portrait Photography" src="http://www.photostudio.ie/wp-content/uploads/portrait-girl-dublin-300x225.jpg">
    The image was not found seems more relate to
    http://www.photostudio.ie , I open this site, contents are as following screenshot.
    Hope this helps
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error handling when loading flate files

    Hi
    We have a Process Chain loading flate files from a server into a ODS. We want to create a routine to avoid errors in the ODS when no files is found.
    The error we want to handle is
    Error 1 when loading external data
    Message no. RSAR234
    We want to handle this error message as OK to avoid red request in the ODS
    Please help
    Kind regards
    Ola Einar Langen

    Hi, and thanks for your hints.
    We ended up with the following codes. It's will mark the prosess chain red (but this is as wanted) but we have implemented that the prosess chain will proceed even with error in the loading process
    The code for the routine implemented in the infopackage in "External data" tab.
    p_filename = 'filename.txt.
    OPEN DATASET p_filename FOR INPUT IN BINARY MODE.
    If file could not be open
    IF SY-SUBRC NE 0.
        p_subrc = SY-SUBRC.
      delete the current request
        CALL FUNCTION 'RSSM_DELETE_REQUEST'.
    ENDIF.
    close the file if OK
    CLOSE DATASET p_filename.
    p_subrc = 0.
    The solution is no OK for us
    Kind regards
    Ola Einar Langen

Maybe you are looking for