"pointer to incomplete struct" Error

I keep geeting the error "Type error in argument 1 to `DLLStruct'; found 'pointer to struct parameters' expected 'pointer to incomplete struct parameters "
I'm trying to pass a pointer to a struct as an argument to a function in a DLL.  This is just some test code to see if it works but all it does is pass the struct pointer to DLLStruct() and it is supposed to update a,b,c to the values of 1,2,3).  Here is my code:
void __stdcall DLLStruct (struct parameters *tester_params);
struct parameters
 int a;
 int b;
 int c;
}tester_params;
int main (int argc, char *argv[])
char resultstr[256]; 
struct parameters *structPtr;
 structPtr = &tester_params;
 structPtr->a = 0;
 structPtr->b = 0;
 structPtr->c = 0;
 DLLStruct(structPtr);
 sprintf(resultstr,"a = %i",structPtr->a);
 MessagePopup ("Test...", resultstr);
 sprintf(resultstr,"b = %i",structPtr->b);
 MessagePopup ("Test...", resultstr);
 sprintf(resultstr,"c = %i",structPtr->c);
 MessagePopup ("Test...", resultstr);
 return 0;
Here is the DLL function:
 void __stdcall DLLStruct (struct parameters *tester_params)
 tester_params->a = 1;
 tester_params->b = 2;
 tester_params->c = 3;
Solved!
Go to Solution.

If the code is written as it is reported in your post, this error depends on the fact that when defining your DLLStruct function the structure is not yet defined. After function declaration, you define the struct and use it when calling DLLStruct: in that moment you are passing a completely defined structure to a function that was expecting an incomplete struct (i.e. the structure not yet defined).
Moving structure definition before function definition should eliminate the error.
Proud to use LW/CVI from 3.1 on.
My contributions to the Developer Zone Community
If I have helped you, why not giving me a kudos?

Similar Messages

  • I just recently upgraded to the new itunes and getting this, ADAdPolicyEngine_DidEnterStation, could not be located in the dynamic link library C:|programsFiles(x86|itunes.dll, itunes.exe Entry point not found itunes Error 7 windows 127

    I just recently upgraded to the new itunes and getting this, ADAdPolicyEngine_DidEnterStation, could not be located in the dynamic link library C:|programsFiles(x86|itunes.dll, itunes.exe Entry point not found itunes Error 7 windows errors127

    See iTunes launch errors caused by iAdCore.dll.
    Review the rest of the user tip if required.
    tt2

  • JAVA_HOME does not point to the JDK Error.

    Hello Friends,
                         I unable build my local DC due problem with JAVA_HOME Parameter.
    I am using j2sdk1.4.2_08. Is this a problem. (JDK Version).
    I have checked the file C:\usr\sap\J2E\JC00\work\dev_server0
    I got the following error when try to build DC.
    Ant build finished with ERRORS
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
    Error: Build stopped due to an error: Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
    Build plugin finished at 2007-09-09 16:21:38 GMT+08:00 (SGT)
    Total build plugin runtime: 5.453 seconds
    Build finished with ERROR
    Cheers.. Sam

    Please find below is C:\usr\sap\J2E\JC00\work\dev_server0 content
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "640"
    node name   : ID4467550
    pid         : 5648
    system name : J2E
    system nr.  : 00
    started at  : Tue Sep 04 10:03:42 2007
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
    [Thr 4672] Tue Sep 04 10:03:42 2007
    [Thr 4672] *** ERROR => Invalid property value [box.number/J2EJC00senthil] [jstartxx.c   789]
    [Thr 4672] *** ERROR => Invalid property value [en.host/PWDF3013] [jstartxx.c   789]
    [Thr 4672] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 4672] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : senthil
    -> ms port    : 3601
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : senthil
    -> ms port    : 3601
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID4467500  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID4467550  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID4467500            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID4467550            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 4672] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4672] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 2992] WaitSyncSemThread: Thread 2992 started as semaphore monitor thread.
    [Thr 3280] JLaunchRequestFunc: Thread 3280 started as listener thread for np messages.
    [Thr 4672] Tue Sep 04 10:03:43 2007
    [Thr 4672] INFO: Invalid property value [JLaunchParameters/]
    [Thr 4672] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID4467550]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_08
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -verbose:gc -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global -Djava.awt.headless=true -XX:NewSize=85m -XX:MaxNewSize=85m -XX:MaxPermSize=192m -XX:PermSize=192m -XX:DisableExplicitGC -XX:UseParNewGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 512M
    -> init heap size  : 512M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 50021
    -> shutdown timeout: 120000
    [Thr 4672] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4932] JLaunchIStartFunc: Thread 4932 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djava.security.policy=./java.policy
    -> arg[  3]: -Djava.security.egd=file:/dev/urandom
    -> arg[  4]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  5]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  6]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  7]: -Djco.jarm=1
    -> arg[  8]: -Dsun.io.useCanonCaches=false
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 11]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -XX:NewSize=85m
    -> arg[ 14]: -XX:MaxNewSize=85m
    -> arg[ 15]: -XX:MaxPermSize=192m
    -> arg[ 16]: -XX:PermSize=192m
    -> arg[ 17]: -XX:+DisableExplicitGC
    -> arg[ 18]: -XX:+UseParNewGC
    -> arg[ 19]: -XX:+PrintGCDetails
    -> arg[ 20]: -XX:+PrintGCTimeStamps
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 24]: -verbose:gc
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 29]: -Dmemory.manager=512M
    -> arg[ 30]: -Xmx512M
    -> arg[ 31]: -Xms512M
    -> arg[ 32]: -DLoadBalanceRestricted=no
    -> arg[ 33]: -Djstartup.mode=JCONTROL
    -> arg[ 34]: -Djstartup.ownProcessId=5648
    -> arg[ 35]: -Djstartup.ownHardwareId=Z2123283434
    -> arg[ 36]: -Djstartup.whoami=server
    -> arg[ 37]: -Djstartup.debuggable=yes
    -> arg[ 38]: -DSAPINFO=J2E_00_server
    -> arg[ 39]: -DSAPSTARTUP=1
    -> arg[ 40]: -DSAPSYSTEM=00
    -> arg[ 41]: -DSAPSYSTEMNAME=J2E
    -> arg[ 42]: -DSAPMYNAME=senthil_J2E_00
    -> arg[ 43]: -DSAPDBHOST=
    -> arg[ 44]: -Dj2ee.dbhost=senthil
    [Thr 4932] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 5412] Tue Sep 04 10:03:50 2007
    [Thr 5412] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 5412] JLaunchISetClusterId: set cluster id 4467550
    [Thr 5412] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 5412] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5184] Tue Sep 04 10:04:23 2007
    [Thr 5184] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 5184] *** ERROR => JHVM_RegisterNatives: registration for class com.sap.security.core.server.vsi.service.jni.VirusScanInterface failed. [jhvmxx.c     338]
    [Thr 5412] Tue Sep 04 10:04:49 2007
    [Thr 5412] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 3120] Tue Sep 04 10:04:50 2007
    [Thr 3120] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 336] Tue Sep 04 10:09:06 2007
    [Thr 336] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    [Thr 2592] Tue Sep 04 12:34:36 2007
    [Thr 2592] JLaunchIExitJava: exit hook is called (rc=-337)
    [Thr 2592] JLaunchCloseProgram: good bye (exitcode=-337)
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "640"
    node name   : ID4467550
    pid         : 1432
    system name : J2E
    system nr.  : 00
    started at  : Tue Sep 04 12:34:40 2007
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
    [Thr 5984] Tue Sep 04 12:34:40 2007
    [Thr 5984] *** ERROR => Invalid property value [box.number/J2EJC00senthil] [jstartxx.c   789]
    [Thr 5984] *** ERROR => Invalid property value [en.host/PWDF3013] [jstartxx.c   789]
    [Thr 5984] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 5984] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : senthil
    -> ms port    : 3601
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : senthil
    -> ms port    : 3601
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID4467500  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID4467550  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID4467500            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID4467550            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 5984] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5984] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5096] JLaunchRequestFunc: Thread 5096 started as listener thread for np messages.
    [Thr 1600] WaitSyncSemThread: Thread 1600 started as semaphore monitor thread.
    [Thr 5984] Tue Sep 04 12:34:41 2007
    [Thr 5984] INFO: Invalid property value [JLaunchParameters/]
    [Thr 5984] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID4467550]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_08
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -verbose:gc -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global -Djava.awt.headless=true -XX:NewSize=85m -XX:MaxNewSize=85m -XX:MaxPermSize=192m -XX:PermSize=192m -XX:DisableExplicitGC -XX:UseParNewGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 512M
    -> init heap size  : 512M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 50021
    -> shutdown timeout: 120000
    [Thr 5984] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4812] JLaunchIStartFunc: Thread 4812 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djava.security.policy=./java.policy
    -> arg[  3]: -Djava.security.egd=file:/dev/urandom
    -> arg[  4]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  5]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  6]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  7]: -Djco.jarm=1
    -> arg[  8]: -Dsun.io.useCanonCaches=false
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 11]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -XX:NewSize=85m
    -> arg[ 14]: -XX:MaxNewSize=85m
    -> arg[ 15]: -XX:MaxPermSize=192m
    -> arg[ 16]: -XX:PermSize=192m
    -> arg[ 17]: -XX:+DisableExplicitGC
    -> arg[ 18]: -XX:+UseParNewGC
    -> arg[ 19]: -XX:+PrintGCDetails
    -> arg[ 20]: -XX:+PrintGCTimeStamps
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 24]: -verbose:gc
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 29]: -Dmemory.manager=512M
    -> arg[ 30]: -Xmx512M
    -> arg[ 31]: -Xms512M
    -> arg[ 32]: -DLoadBalanceRestricted=no
    -> arg[ 33]: -Djstartup.mode=JCONTROL
    -> arg[ 34]: -Djstartup.ownProcessId=1432
    -> arg[ 35]: -Djstartup.ownHardwareId=Z2123283434
    -> arg[ 36]: -Djstartup.whoami=server
    -> arg[ 37]: -Djstartup.debuggable=yes
    -> arg[ 38]: -DSAPINFO=J2E_00_server
    -> arg[ 39]: -DSAPSTARTUP=1
    -> arg[ 40]: -DSAPSYSTEM=00
    -> arg[ 41]: -DSAPSYSTEMNAME=J2E
    -> arg[ 42]: -DSAPMYNAME=senthil_J2E_00
    -> arg[ 43]: -DSAPDBHOST=
    -> arg[ 44]: -Dj2ee.dbhost=senthil
    [Thr 4812] Tue Sep 04 12:34:42 2007
    [Thr 4812] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4216] Tue Sep 04 12:35:05 2007
    [Thr 4216] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4216] JLaunchISetClusterId: set cluster id 4467550
    [Thr 4216] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4216] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5892] Tue Sep 04 12:35:49 2007
    [Thr 5892] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 5892] *** ERROR => JHVM_RegisterNatives: registration for class com.sap.security.core.server.vsi.service.jni.VirusScanInterface failed. [jhvmxx.c     338]
    [Thr 4216] Tue Sep 04 12:36:14 2007
    [Thr 4216] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 516] Tue Sep 04 12:36:16 2007
    [Thr 516] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 332] Tue Sep 04 12:41:00 2007
    [Thr 332] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    [Thr 5096] Tue Sep 04 20:53:33 2007
    [Thr 5096] JLaunchRequestFunc: receive command:17, argument:0 from pid:1152
    [Thr 5096] JLaunchIShutdownInvoke: set shutdown interval (stop:1188910413/end:1188910533/TO:120)
    [Thr 5096] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 5096] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 4196] JLaunchISetState: change state from [Running (3)] to [Waiting for stop (4)]
    [Thr 4196] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr 4196] Tue Sep 04 20:53:58 2007
    [Thr 4196] JLaunchISetState: change state from [Stopping (5)] to [Stopped (6)]
    [Thr 4988] Tue Sep 04 20:53:59 2007
    [Thr 4988] JLaunchIExitJava: exit hook is called (rc=0)
    [Thr 4988] JLaunchCloseProgram: good bye (exitcode=0)
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "640"
    node name   : ID4467550
    pid         : 272
    system name : J2E
    system nr.  : 00
    started at  : Tue Sep 04 20:54:04 2007
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
    [Thr 4792] Tue Sep 04 20:54:04 2007
    [Thr 4792] *** ERROR => Invalid property value [box.number/J2EJC00senthil] [jstartxx.c   789]
    [Thr 4792] *** ERROR => Invalid property value [en.host/PWDF3013] [jstartxx.c   789]
    [Thr 4792] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 4792] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : senthil
    -> ms port    : 3601
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : senthil
    -> ms port    : 3601
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID4467500  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID4467550  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID4467500            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID4467550            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 4792] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4792] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1072] JLaunchRequestFunc: Thread 1072 started as listener thread for np messages.
    [Thr 3240] WaitSyncSemThread: Thread 3240 started as semaphore monitor thread.
    [Thr 4792] Tue Sep 04 20:54:05 2007
    [Thr 4792] INFO: Invalid property value [JLaunchParameters/]
    [Thr 4792] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 4792] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID4467550]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_08
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -verbose:gc -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global -Djava.awt.headless=true -XX:NewSize=85m -XX:MaxNewSize=85m -XX:MaxPermSize=192m -XX:PermSize=192m -XX:DisableExplicitGC -XX:UseParNewGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 512M
    -> init heap size  : 512M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : yes
    -> debug mode      : yes
    -> debug port      : 50021
    -> shutdown timeout: 120000
    [Thr 4792] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 2100] JLaunchIStartFunc: Thread 2100 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djava.security.policy=./java.policy
    -> arg[  3]: -Djava.security.egd=file:/dev/urandom
    -> arg[  4]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  5]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  6]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  7]: -Djco.jarm=1
    -> arg[  8]: -Dsun.io.useCanonCaches=false
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 11]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -XX:NewSize=85m
    -> arg[ 14]: -XX:MaxNewSize=85m
    -> arg[ 15]: -XX:MaxPermSize=192m
    -> arg[ 16]: -XX:PermSize=192m
    -> arg[ 17]: -XX:+DisableExplicitGC
    -> arg[ 18]: -XX:+UseParNewGC
    -> arg[ 19]: -XX:+PrintGCDetails
    -> arg[ 20]: -XX:+PrintGCTimeStamps
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 24]: -verbose:gc
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 29]: -Xdebug
    -> arg[ 30]: -Xnoagent
    -> arg[ 31]: -Djava.compiler=NONE
    -> arg[ 32]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50021
    -> arg[ 33]: -Dmemory.manager=512M
    -> arg[ 34]: -Xmx512M
    -> arg[ 35]: -Xms512M
    -> arg[ 36]: -DLoadBalanceRestricted=no
    -> arg[ 37]: -Djstartup.mode=JCONTROL
    -> arg[ 38]: -Djstartup.ownProcessId=272
    -> arg[ 39]: -Djstartup.ownHardwareId=Z2123283434
    -> arg[ 40]: -Djstartup.whoami=server
    -> arg[ 41]: -Djstartup.debuggable=yes
    -> arg[ 42]: -DSAPINFO=J2E_00_server
    -> arg[ 43]: -DSAPSTARTUP=1
    -> arg[ 44]: -DSAPSYSTEM=00
    -> arg[ 45]: -DSAPSYSTEMNAME=J2E
    -> arg[ 46]: -DSAPMYNAME=senthil_J2E_00
    -> arg[ 47]: -DSAPDBHOST=
    -> arg[ 48]: -Dj2ee.dbhost=senthil
    [Thr 2100] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2588] Tue Sep 04 20:54:11 2007
    [Thr 2588] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 2588] JLaunchISetClusterId: set cluster id 4467550
    [Thr 2588] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2588] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 3600] Tue Sep 04 20:54:52 2007
    [Thr 3600] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 3600] *** ERROR => JHVM_RegisterNatives: registration for class com.sap.security.core.server.vsi.service.jni.VirusScanInterface failed. [jhvmxx.c     338]
    [Thr 2588] Tue Sep 04 20:55:21 2007
    [Thr 2588] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 4848] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 5320] Tue Sep 04 21:01:07 2007
    [Thr 5320] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "640"
    node name   : ID4467550
    pid         : 5276
    system name : J2E
    system nr.  : 00
    started at  : Tue Sep 04 22:04:45 2007
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
    [Thr 1532] Tue Sep 04 22:04:45 2007
    [Thr 1532] *** ERROR => Invalid property value [box.number/J2EJC00senthil] [jstartxx.c   789]
    [Thr 1532] *** ERROR => Invalid property value [en.host/PWDF3013] [jstartxx.c   789]
    [Thr 1532] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 1532] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : senthil
    -> ms port    : 3601
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : senthil
    -> ms port    : 3601
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID4467500  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID4467550  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID4467500            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID4467550            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 1532] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 1532] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1636] JLaunchRequestFunc: Thread 1636 started as listener thread for np messages.
    [Thr 644] WaitSyncSemThread: Thread 644 started as semaphore monitor thread.
    [Thr 1532] Tue Sep 04 22:04:46 2007
    [Thr 1532] INFO: Invalid property value [JLaunchParameters/]
    [Thr 1532] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 1532] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID4467550]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_08
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -verbose:gc -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global -Djava.awt.headless=true -XX:NewSize=85m -XX:MaxNewSize=85m -XX:MaxPermSize=192m -XX:PermSize=192m -XX:DisableExplicitGC -XX:UseParNewGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 512M
    -> init heap size  : 512M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : yes
    -> debug mode      : yes
    -> debug port      : 50021
    -> shutdown timeout: 120000
    [Thr 1532] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 5300] JLaunchIStartFunc: Thread 5300 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djava.security.policy=./java.policy
    -> arg[  3]: -Djava.security.egd=file:/dev/urandom
    -> arg[  4]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  5]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  6]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  7]: -Djco.jarm=1
    -> arg[  8]: -Dsun.io.useCanonCaches=false
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 11]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -XX:NewSize=85m
    -> arg[ 14]: -XX:MaxNewSize=85m
    -> arg[ 15]: -XX:MaxPermSize=192m
    -> arg[ 16]: -XX:PermSize=192m
    -> arg[ 17]: -XX:+DisableExplicitGC
    -> arg[ 18]: -XX:+UseParNewGC
    -> arg[ 19]: -XX:+PrintGCDetails
    -> arg[ 20]: -XX:+PrintGCTimeStamps
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 24]: -verbose:gc
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 29]: -Xdebug
    -> arg[ 30]: -Xnoagent
    -> arg[ 31]: -Djava.compiler=NONE
    -> arg[ 32]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50021
    -> arg[ 33]: -Dmemory.manager=512M
    -> arg[ 34]: -Xmx512M
    -> arg[ 35]: -Xms512M
    -> arg[ 36]: -DLoadBalanceRestricted=no
    -> arg[ 37]: -Djstartup.mode=JCONTROL
    -> arg[ 38]: -Djstartup.ownProcessId=5276
    -> arg[ 39]: -Djstartup.ownHardwareId=Z2123283434
    -> arg[ 40]: -Djstartup.whoami=server
    -> arg[ 41]: -Djstartup.debuggable=yes
    -> arg[ 42]: -DSAPINFO=J2E_00_server
    -> arg[ 43]: -DSAPSTARTUP=1
    -> arg[ 44]: -DSAPSYSTEM=00
    -> arg[ 45]: -DSAPSYSTEMNAME=J2E
    -> arg[ 46]: -DSAPMYNAME=senthil_J2E_00
    -> arg[ 47]: -DSAPDBHOST=
    -> arg[ 48]: -Dj2ee.dbhost=senthil
    [Thr 5300] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2320] Tue Sep 04 22:04:55 2007
    [Thr 2320] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 2320] JLaunchISetClusterId: set cluster id 4467550
    [Thr 2320] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2320] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 4712] Tue Sep 04 22:05:41 2007
    [Thr 4712] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 4712] *** ERROR => JHVM_RegisterNatives: registration for class com.sap.security.core.server.vsi.service.jni.VirusScanInterface failed. [jhvmxx.c     338]
    [Thr 2320] Tue Sep 04 22:06:47 2007
    [Thr 2320] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 6132] Tue Sep 04 22:06:48 2007
    [Thr 6132] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 2128] Tue Sep 04 22:13:14 2007
    [Thr 2128] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    [Thr 5860] Wed Sep 05 21:49:01 2007
    [Thr 5860] JLaunchIExitJava: exit hook is called (rc=-335)
    [Thr 5860] JLaunchCloseProgram: good bye (exitcode=-335)
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "640"
    node name   : ID4467550
    pid         : 5224
    system name : J2E
    system nr.  : 00
    started at  : Wed Sep 05 21:49:06 2007
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
    [Thr 5568] Wed Sep 05 21:49:06 2007
    [Thr 5568] *** ERROR => Invalid property value [box.number/J2EJC00senthil] [jstartxx.c   789]
    [Thr 5568] *** ERROR => Invalid property value [en.host/PWDF3013] [jstartxx.c   789]
    [Thr 5568] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 5568] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : senthil
    -> ms port    : 3601
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : senthil
    -> ms port    : 3601
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID4467500  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID4467550  : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID4467500            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] ID4467550            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    [Thr 5568] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5568] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1716] JLaunchRequestFunc: Thread 1716 started as listener thread for np messages.
    [Thr 1928] WaitSyncSemThread: Thread 1928 started as semaphore monitor thread.
    [Thr 5568] INFO: Invalid property value [JLaunchParameters/]
    [Thr 5568] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 5568] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID4467550]
    -> node name       : server0
    -> node type       : server
    -> java path       : C:\j2sdk1.4.2_08
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -verbose:gc -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global -Djava.awt.headless=true -XX:NewSize=85m -XX:MaxNewSize=85m -XX:MaxPermSize=192m -XX:PermSize=192m -XX:DisableExplicitGC -XX:UseParNewGC -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 512M
    -> init heap size  : 512M
    -> root path       : C:\usr\sap\J2E\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.engine.boot.Start
    -> parameters      :
    -> debuggable      : yes
    -> debug mode      : yes
    -> debug port      : 50021
    -> shutdown timeout: 120000
    [Thr 5568] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 2500] JLaunchIStartFunc: Thread 2500 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djava.security.policy=./java.policy
    -> arg[  3]: -Djava.security.egd=file:/dev/urandom
    -> arg[  4]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  5]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  6]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  7]: -Djco.jarm=1
    -> arg[  8]: -Dsun.io.useCanonCaches=false
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Drdbms.driverLocation=c:/sapdb/programs/runtime/jar/sapdbc.jar
    -> arg[ 11]: -Dsys.global.dir=C:/usr/sap/J2E/SYS/global
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -XX:NewSize=85m
    -> arg[ 14]: -XX:MaxNewSize=85m
    -> arg[ 15]: -XX:MaxPermSize=192m
    -> arg[ 16]: -XX:PermSize=192m
    -> arg[ 17]: -XX:+DisableExplicitGC
    -> arg[ 18]: -XX:+UseParNewGC
    -> arg[ 19]: -XX:+PrintGCDetails
    -> arg[ 20]: -XX:+PrintGCTimeStamps
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 24]: -verbose:gc
    -> arg[ 25]: -Dsys.global.dir=C:\usr\sap\J2E\SYS\global
    -> arg[ 26]: -Dapplication.home=C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> arg[ 27]: -Djava.class.path=C:\usr\sap\J2E\JC00\j2ee\os_libs\jstartup.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC00\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\usr\sap\J2E\SCS01\exe;C:\usr\sap\J2E\JC00\exe;C:\usr\sap\J2E\SYS\exe\run
    -> arg[ 29]: -Xdebug
    -> arg[ 30]: -Xnoagent
    -> arg[ 31]: -Djava.compiler=NONE
    -> arg[ 32]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50021
    -> arg[ 33]: -Dmemory.manager=512M
    -> arg[ 34]: -Xmx512M
    -> arg[ 35]: -Xms512M
    -> arg[ 36]: -DLoadBalanceRestricted=no
    -> arg[ 37]: -Djstartup.mode=JCONTROL
    -> arg[ 38]: -Djstartup.ownProcessId=5224
    -> arg[ 39]: -Djstartup.ownHardwareId=Z2123283434
    -> arg[ 40]: -Djstartup.whoami=server
    -> arg[ 41]: -Djstartup.debuggable=yes
    -> arg[ 42]: -DSAPINFO=J2E_00_server
    -> arg[ 43]: -DSAPSTARTUP=1
    -> arg[ 44]: -DSAPSYSTEM=00
    -> arg[ 45]: -DSAPSYSTEMNAME=J2E
    -> arg[ 46]: -DSAPMYNAME=senthil_J2E_00
    -> arg[ 47]: -DSAPDBHOST=
    -> arg[ 48]: -Dj2ee.dbhost=senthil
    [Thr 2500] Wed Sep 05 21:49:07 2007
    [Thr 2500] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1148] Wed Sep 05 21:49:15 2007
    [Thr 1148] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1148] JLaunchISetClusterId: set cluster id 4467550
    [Thr 1148] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 1148] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 6136] Wed Sep 05 21:50:06 2007
    [Thr 6136] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 6136] *** ERROR => JHVM_RegisterNatives: registration for class com.sap.security.core.server.vsi.service.jni.VirusScanInterface failed. [jhvmxx.c     338]
    [Thr 1148] Wed Sep 05 21:50:33 2007
    [Thr 1148] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 3344] Wed Sep 05 21:50:34 2007
    [Thr 3344] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 2620] Wed Sep 05 21:56:35 2007
    [Thr 2620] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    [Thr 5688] Thu Sep 06 10:29:06 2007
    [Thr 5688] JLaunchIExitJava: exit hook is called (rc=-337)
    [Thr 5688] JLaunchCloseProgram: good bye (exitcode=-337)
    trc file: "C:\usr\sap\J2E\JC00\work\dev_server0", trc level: 1, release: "640"
    node name   : ID4467550
    pid         : 3688
    system name : J2E
    system nr.  : 00
    started at  : Thu Sep 06 10:29:08 2007
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_senthil
    [Thr 3348] Thu Sep 06 10:29:08 2007
    [Thr 3348] *** ERROR => Invalid property value [box.number/J2EJC00senthil] [jstartxx.c   789]
    [Thr 3348] *** ERROR => Invalid property value [en.host/PWDF3013] [jstartxx.c   789]
    [Thr 3348] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 3348] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties]
    -> ms host    : senthil
    -> ms port    : 3601
    -> OS libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : senthil
    -> ms port    : 3601
    -> os libs    : C:\usr\sap\J2E\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_

  • Create a restore point fails with 0x81000101 error after replacing hard drives

    I recent had a hard drive failure so, figuring that I may as well gain something for all of the work, I replaced both drives in my RAID 1 array (thereby doubling the drive space).  I then restored from back up and all has appeared well for several months
    now.  Last week I started having trouble with RDC which led me to potential issues with my Intel RAID driver which finally led me to System Restore points.  It turns out that they haven't been working for some time now and I've been unable to get
    them started using any of the advice in the other discussions on this particular topic.
    All of the necessary services should be running.  I've also tried turning system protection off/on.
    The new information that I provide is that when I first opened the System Protection tab, I found two entries for the C: drive.  The first had protection turned off.  The second, named OS, was listed as missing.  After a couple of attempts
    with the configuration, I ended up with one entry for OS (C:) with protection On.  It still didn't work which led me to the forum and many failed attempts at getting this one feature working.
    One of the other discussions mentioned the RestoreSystem log files.  They are, of course, binary files but I was able to see that I'm getting something called SxRegReadDWORD4FAILED6 fairly soon followed later by a FAILED CSpp::_CreateSnapshotSet.
    I'm hoping that somebody with the right tool and knowledge to actually read those files can help me get restore points working again.

    Hi,
    What is the full error messages? Like this?
    The shared restore point operation failed with error (0x81000101) The creation of a shadow copy has timed out. Try this operation again.
    If yes, then we might take a try with the method mentioned in the below blog:
    Windows Server Backup failed to backup with error 0x81000101
    Let us know the process.
    Best regards
    Michael Shao
    TechNet Community Support

  • My iphone 3g stuck at restoring point and giving an  error 1015

    my iphone 3g stuck at restoring point and giving an  error 1015

    and error code or the exact msg would help

  • Nonlatin characters in URLs;NTFS Invalid or incomplete multibyte error

    I'm testing with a file called "柯有伦-零.mp3", which contains Chinese characters. (Maybe your browser won't show it correctly, and the font might be crappy...)
    Well, here's a screenshot of the correct filename:
    My locale: en_US.utf8
    Downloader I tested with: wget, aria2c
    Target filesystem I tested with: ext4, ntfs
    I find it strange the same filename has two forms in two urls:
    %BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    %E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    I don't know why... Must have something to do with character set/encoding. Somebody explain this to me please.
    ---------------------------------------------experiment--with--wget--------------------------------------------------
    wget "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ext4 partition:
    $ wget 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    --2009-08-25 12:17:41-- http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    Resolving down.jsharer.com... 222.73.163.168
    Connecting to down.jsharer.com|222.73.163.168|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3 [following]
    --2009-08-25 12:17:41-- ftp://-552790109:*password*@58.215.91.170:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    => `¿ÂÓÐÂ×-Áã.mp3'
    Connecting to 58.215.91.170:2022... connected.
    Logging in as -552790109 ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /22487/200908 ... done.
    ==> SIZE \277\302\323\320\302\327-\301\343.mp3 ... 5211995
    ==> PASV ... done. ==> RETR \277\302\323\320\302\327-\301\343.mp3 ... done.
    Length: 5211995 (5.0M)
    100%[=====================================================>] 5,211,995 89.1K/s in 56s
    2009-08-25 12:18:37 (91.2 KB/s) - `¿ÂÓÐÂ×-Áã.mp3' saved [5211995]
    wget "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ntfs partition:
    $ wget 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    --2009-08-25 12:26:29-- http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    Resolving down.jsharer.com... 222.73.163.168
    Connecting to down.jsharer.com|222.73.163.168|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3 [following]
    --2009-08-25 12:26:29-- ftp://1368144520:*password*@58.215.91.170:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    => `¿ÂÓÐÂ×-Áã.mp3'
    Connecting to 58.215.91.170:2022... connected.
    Logging in as 1368144520 ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /41161/200908 ... done.
    ==> SIZE \277\302\323\320\302\327-\301\343.mp3 ... 5211995
    ==> PASV ... done. ==> RETR \277\302\323\320\302\327-\301\343.mp3 ... done.
    ¿ÂÓÐÂ×-Áã.mp3: Invalid or incomplete multibyte or wide character
    wget  "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ext4 partition:
    $ wget 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    --2009-08-25 12:29:59-- http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    Resolving mp3.tktt.com... 58.215.81.44
    Connecting to mp3.tktt.com|58.215.81.44|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 126229 (123K) [audio/x-ms-wma]
    Saving to: `æ%9F¯æ%9C%89伦-é%9B¶.mp3'
    100%[=====================================================>] 126,229 129K/s in 1.0s
    2009-08-25 12:30:03 (129 KB/s) - `æ%9F¯æ%9C%89伦-é%9B¶.mp3' saved [126229/126229]
    wget "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ntfs partition:
    $ wget 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    --2009-08-25 12:37:30-- http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    Resolving mp3.tktt.com... 58.215.81.44
    Connecting to mp3.tktt.com|58.215.81.44|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 126229 (123K) [audio/x-ms-wma]
    æ%9F¯æ%9C%89伦-é%9B¶.mp3: Invalid or incomplete multibyte or wide character
    Cannot write to `æ%9F¯æ%9C%89伦-é%9B¶.mp3' (Invalid or incomplete multibyte or wide character).
    ---------------------------------------------let's--try--with--aria2c--------------------------------------------------
    aria2c "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ext4 partition:
    $ aria2c 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    2009-08-25 12:47:52.079592 NOTICE - #1 - Download has already completed: /home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    2009-08-25 12:47:52.080014 NOTICE - Download complete: /home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| n/a|/home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    Status Legend:
    (OK):download completed.
    aria2c "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ntfs partition:
    $ aria2c 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    [#1 SIZE:0B/0B CN:1 SPD:0Bs]
    2009-08-25 12:46:06.942979 ERROR - Exception caught
    Exception: [RequestGroup.cc:528] Download aborted.
    -> [AbstractDiskWriter.cc:115] Failed to open the file /media/20G/¿ÂÓÐÂ×-Áã.mp3, cause: Invalid or incomplete multibyte or wide character
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| ERR| n/a|/media/20G/¿ÂÓÐÂ×-Áã.mp3
    Status Legend:
    (ERR):error occurred.
    aria2 will resume download if the transfer is restarted.
    If there are any errors, then see the log file. See '-l' option in help/man page for details.
    aria2c "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ext4 partition:
    $ aria2c 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    [#1 SIZE:96.0KiB/123.2KiB(77%) CN:1 SPD:135.1KiBs]
    2009-08-25 12:30:17.753443 NOTICE - Download complete: /home/canti/Desktop/柯有伦-零.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| 136.0KiB/s|/home/canti/Desktop/柯有伦-零.mp3
    Status Legend:
    (OK):download completed.
    aria2c "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ntfs partition:
    $ aria2c 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    [#1 SIZE:0B/123.2KiB(0%) CN:1 SPD:0Bs]
    2009-08-25 12:42:14.735797 NOTICE - Download complete: /media/20G/柯有伦-零.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| 20.0MiB/s|/media/20G/柯有伦-零.mp3
    Status Legend:
    (OK):download completed.
    So I'm asking:
    1. Why is '%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3' interpreted correctly by aria2c but not with wget?
    2. Why is '%BF%C2%D3%D0%C2%D7-%C1%E3.mp3' interpreted to '¿ÂÓÐÂ×-Áã.mp3' by aria2c and wget both?
    3. Can I tune aria2c/wget to get those characters interpreted right? I have some experience with FTP clients such as filezilla and gftp, they both have a charset option for correctly displaying filenames from servers that has a encoding other than utf-8.
    4. Despite wget/aria2c both get the '%BF%C2%D3%D0%C2%D7-%C1%E3.mp3' interpreted wrong, they are able to write a file called '¿ÂÓÐÂ×-Áã.mp3' to EXT4 partitions. But they can't do this to NTFS partitions. (PcManFM can display Chinese/Japnese filenames on NTFS partitions correctly. Just to point it out.) How can I tune ntfs-3g's options to fix this?
    5. What I asked in the beginning, why does the same filename has two versions in two URLs?
    Last edited by lolilolicon (2009-08-25 05:33:18)

    That was a nice little oversight on my part --not checking the utf-8 charset.
    I experimented a little bit. I tried your link to downoad the file with wget; of course it doesn't work for me. Does the use of the wget option --restrict-file-names=nocontrol help? That option stops the incorrect interpretation of control characters.
    For a download example, here's a Russian language Wikipedia page,  http://ru.wikipedia.org/wiki/%D0%97%D0% … 1%86%D0%B0
    Without --restrict-file-names=nocontrol
    $ wget http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    --2009-08-27 06:11:35-- http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    Length: 77305 (75K) [text/html]
    Saving to: `Ð%97аглавнаÑ%8F_Ñ%81Ñ%82Ñ%80аниÑ%86а'
    2009-08-27 06:11:36 (292 KB/s) - `Ð%97аглавнаÑ%8F_Ñ%81Ñ%82Ñ%80аниÑ%86а' saved [77305/77305]
    With --restrict-file-names=nocontrol
    $ wget --restrict-file-names=nocontrol http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    --2009-08-27 06:12:37-- http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    Length: 77304 (75K) [text/html]
    Saving to: `Заглавная_страница'
    2009-08-27 06:12:37 (291 KB/s) - `Заглавная_страница' saved [77304/77304]
    Wget also has the --header option. The man page gives an example that might be useful.
    I'm still looking at the ntfs problem.
    Last edited by thisoldman (2009-08-27 11:11:49)

  • Can I use a struct pointer inside a struct?

    System: Red Hat Linux Enterprise 4
    BDB: 4.5.2.NC
    Language: C
    My data structure list below:
    typedef struct a
    int length;
    float area;
    }A;
    typedef struct b
    A * A1;
    int others;
    }B;
    Because the length of array A1 is various, so I want to create at run time by malloc().
    Codes list below:
    B b1;
    b1.A1 = (A*) malloc(sizeof(A)*n); /*n is set by parameter*/
    for (int i = 0; i < n; i++)
    b1.A1.length = x;
    b1.A1.area = y;
    memset(&Data, 0, sizeof(DBT));
    Data.data = &b1;
    Data.size = sizeof(B) + sizeof(A)*n;
    ret = dbp->put(dbp, NULL, &Key, &Data, DB_NOOVERWRITE);
    There was no error when putting data into BDB, but I can't get the data properly.
    ret = dbp->get(dbp, NULL, &Key, &Data, 0);
    B * b1;
    b1 = (B*)(Data.data);
    for (int j = 0; j < n; j++)
    printf("%d, %dn", b1.A1[j].length, b1.A1[j].area);
    Error appears when I access the item of array A1. : "Segementation fault"
    I got the information from DB manual ''C Getting Started Guide: Chapter 3. Database Records". It's read from the very beginning:"They can therefore be used to store anything from simple primitive data to complex structures so long as the information you want to store resides in a single contiguous block of memory."
    Does it mean that data.data can just be a block of memory? I mean that I have to specify the size of a char array (length of a string), etc.? Should not I use a dynamic size array? If could, how to do with it?

    Hi Lesslie,
    BDB stores data that is located at a specified address and of a particular size. Your data contains a field that points to dynamically allocated memory, meaning that data can be located in different, not necessarily contiguous, locations in the heap.
    To resolve this the most efficient and easiest way is to pack your data into a single memory location (a buffer that can hold your data) and then store the data in that location (this is called marshalling).
    So, you should pack the n structures of type A, and provide the Data DBT with the address of the buffer where they are marshaled and the size of the buffer holding the structures.
    For more information consult the following section in the GSG guide for C on storing structures with pointers:
    http://www.oracle.com/technology/documentation/berkeley-db/db/gsg/C/BerkeleyDB-Core-C-GSG.pdf
    Regards,
    Andrei

  • Malformed or incomplete collection error

    I am trying to work with a custom record type and collections.
    create or replace procedure coll_test
    as
    type param_rec is record (
    param_cd varchar2(10),
    unit_cd varchar2(10),
    min_value number,
    max_value number);
    type param_array is table of param_rec index by binary_integer;
    basic_params param_array;
    begin
      -- load the array
      basic_params(1) := ('00040','43',null,25);
      basic_params(2) := ('00400','12',6,9);
      basic_params(3) := ('01264','28',null,115);
      basic_params(4) := ('00550','19',null,15);
      basic_params(5) := ('01256','28',null,20);
    -- loop through the array
    for i in 1..basic_params.count
    loop
       dbms_output.put_line(basic_params(i).param_cd||' '||basic_params(i).max_value);
    end loop;
    end;
    /When I try to compile this, I get the following error message:
    11/3
    PL/SQL: Statement ignored
    11/22
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    12/3
    PL/SQL: Statement ignored
    12/22
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    13/3
    PL/SQL: Statement ignored
    13/22
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    14/3
    PL/SQL: Statement ignored
    14/22
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    15/3
    PL/SQL: Statement ignored
    15/22
    PLS-00320: the declaration of the type of this expression is incomplete or malformedSo it appears that I am trying to populate the array incorrectly. Can someone point out what I am doing wrong?
    Tony

    You have to assign all the fields individually -
    there are no constructors for record types.Oh yeah, my mistake. Sorry OP.
    Got confused cos I'd just answered another similar post where the assignment was being done in the declaration section where you can specify the record type like I showed.
    hehe

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • 3905 End-Point Maximum Reach Number error message

    Dears,
    I am Hisham Fawzy, I have an issue about that 3905 End-point, it can't be able to transfer internally & externally and this message appear when pressing Transfer button " Maximum Reach Number". I believe that firmware issue but i need to confirmation.
    Note: Number of calls= 4 & Busy trigger= 2 in line configuration.
    Thanks,
    Hisham Fawzy

    Never seem this error, although I have installed a few hundred of these 3905 phones.
    Normally it is an issue with number of calls to low, but in your case it seems OK
    So just upgrade, and see what is happeneing
    Bye

  • ### Deployment Incomplete  ### null Error

    I have create a simple application which is erroring out with following error when trying to run it second time.
    ### Deployment Incomplete
    ## null
    Everytime I have to delete the application from <systemfolder>/o.j2ee/drs folder. Once deleted from this location it runs fine for first time. Again the same error.
    Thanks,
    Rajdeep

    If the problem is indeed because of the "too long directory path" then the solution is to set the JDeveloper User Directory to a shorter path.
    (see the install guide). This means something like C:\temp instead of whatever it is right now.

  • Incomplete Book error

    When trying to 'Buy Book' in iPhoto '09, I keep getting the error:
    *Incomplete Book*
    Your book seems to have frames on one or more pages that do not contain photos. You must either change the layout of those pages or place photos in those frames before you can buy this book.
    All frames do in fact have images - however from what I read this seems to be a page background issue.
    Based on the suggestions in the forum, I have re-selected the layout of Blank, then background image and dragged the image on to the background. It all appears onscreen perfectly.
    No matter what I do, it keeps giving me the same error message.
    Does anyone have any ideas?

    Kat
    Welcome to the Apple user to user assistance forums
    Yours s the first post of this I've seen in iPhoto '09 - it use dot be that the most common problem was a background photo behind a full [age photo making it very hard to fine - I'm sure that you do have a missing photo and since it is not obvious it probably is a background photo behind a full page photo
    click here for a link to the iPhoto '08 discussion I did on this - iPhoto '09 is a bit different in that there is no longer a grey palm tree -but the concept is the same - see if it helps you.
    LN

  • ITunes.exe - Entry Point Not Found - QTCF error popup - can't open iTunes

    Hi, whenever I try to open iTunes I also get this message:
    iTunes.exe - Entry Point Not Found
    The procedure entry point QTCF_CFUniCharGetUnicodePropertyDataForPlane could not be located in the dynamic link library QTCF.dll
    I've tried uninstalling iTunes then reisntalling, uninstalling Quicktime, rebooted and I still get the same problem. I also moved QTCF.dll into iTunes. Still get the same error. I also tried a system restore, and I STILL get the same error.
    I tried removing everything and turing off my antivirus and I still get this message and my iTunes does not work. Also when the message comes on it will not go away until I re-start my system. Any help out there on this???
    Thanks.

    *Replying to smyth_m*
    So I followed the instructions and downloaded the newest version of iTunes like it told me, but after I did that, When I would attempt to get on iTunes an iTunes.exe - Entry Point Not found messege would come up. And it says The procedure entry point sqlite3preparev2 could not be located in the dynamic link library SQLite3.dll.
    That's a different one, smyth. At the moment, you could try basiam's workaround from the following post:
    http://discussions.apple.com/thread.jspa?messageID=10444196#10444196
    ... however, this could possibly cause trouble in its own right next time you upgrade iTunes, given that there will be a misplaced, older SQLite3.dll in system32 ... So be sure to remember you've got that dll down there, and if you get an odd message about SQLite3.dll when you try launching iTunes *after your next iTunes upgrade,* delete the old copy of the dll in system32 and see if you get a normal launch without it there.

  • INCOMPLETE BOOK ERROR...HELP!

    I've previewed the book, even made a pdf of the book (all 100 pages of it which is why I refuse to abandon the effort) and all looks great...except the iphoto won't let me buy the book due to this error message.
    "Your book seems to have frames on one or more pages that do not contain photos. You must either change the layout of those pages or place photos in those frames before you can buy this book."
    I'm sure it's operator error since I've never done this before but support (although they had great suggestions which I did to no avail) takes too long to get back to me (which now means I'm not going to get this book in time)...any suggestions? This book which took me days to complete is soon going to become a moot point.

    Let me suggest you create a new library just for the book. You can assemble the photos you want to use in the book in an album in your primary library and use iPhoto Library Manager to transfer them to the book library.
    The book library will be small enough that you can easily and quickly back it up each time your use it. Then you can follow #9a - Archiving an iPhoto 7(08)/8(09)/9(11) Book for Editing and/or Ordering at a Later Date to archive the library to a disk (or other hard drive) for use at a later date if additional copies are needed.

  • Incomplete Image ERROR HELP!!

    So I'm stuck I have tried to burn a wedding dvd for a couple three times now and get the same error everytime. I have a 17" Macbook Pro with a phillips external hard drive that is holding the data. Everytime I burn the dvd once its done and has spat out the dvd is says image incomplete. Plays almost through the whole movie in the dvd player but then freezes towards the end. Please someone help me I'm absolutley stuck and need to get this fixed! THANK YOU!

    Hi
    Need more info:
    a. Free space on internal (start-up) hard disk ?
    b. How is the external hard disk formatted ?
    c. What brand of DVD disks ?
    d. Type of DVDs -R or +R or +/-RW ?
    e. QuickTime version ?
    f. Did You try to make a DiskImage and how did this play ?
    Yours Bengt W

Maybe you are looking for

  • My 7.1 sys

    I bought a 7. surround sound system like a year ago, but a tthe present time my computer couldnt support the speaker systems. I just recently bought a brand new computer that can support it.. But I cant figure out how to make it work...if there was a

  • Unable to download & install The Witcher 2

    I have bought and paid for a copy of the Witcher 2, which appears normally as an App purchase. However, since moving to a new computer, I am unable to either download or install the game. Whenever I try to initiate a DL, the app application reamians

  • Re: MSI G43-Z97 - fan control issue + BIOS

    Well, this is not a helpful answer and more like "don't care". This doesn't to be normal or wanted I think, when I didn't had this issues with the Z77A-G43 (which I think is a previous version of the MB). Also I cannot change the Fanspeed in Speedfan

  • In ldap how doe you get your role from your session.

    i am getting the role from the request in ldap how do you get it from the from the session. <%if(request.isUserInRole("management")){%>                                                                                                                   

  • Unable to create PKGBUILD successfully

    Hi, This is the first time I am creating package and would like to maintain this package https://aur.archlinux.org/packages/mult - setlang=en as I am the author of upstraem package. Here is the git code https://github.com/mbusb/multibootusb . I have