cancel
Showing results for 
Search instead for 
Did you mean: 

Request for an example of the instance.properties file

Former Member
0 Kudos

Hi everyone,

Somebody can give me an example of the file <b>instance.properties</b> ? : When I installed sap netweaver 2004s SP 9 , this file was not created in its place It caused me a problem (the SAP J2EE engine does not working).

I want to solve the problem by creating this file manually into its place, and then try to see if it works or not.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Georgi_Mihaylov
Explorer
0 Kudos

ID16574800.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.

ID16574800.Debuggable=no

ID16574800.JLaunchParameters=

ID16574800.JavaParameters=-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 -Xms15M -XX:NewSize=5M -XX:MaxNewSize=5M -XX:PermSize=10M -XX:MaxPermSize=20M -verbose:gc -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC

ID16574800.JavaPath=C:/java/j2sdk1.4.2_15

ID16574800.LogName=dispatcher

ID16574800.MainClass=com.sap.engine.boot.Start

ID16574800.MaxHeapSize=170

ID16574800.Name=dispatcher

ID16574800.Parameters=

ID16574800.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster/dispatcher

ID16574800.Type=dispatcher

ID16574850.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.

ID16574850.DebugMode=no

ID16574850.DebugPort=50121

ID16574850.Debuggable=yes

ID16574850.JLaunchParameters=

ID16574850.JavaParameters=-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 -XX:MaxPermSize=256M -XX:PermSize=128M -Xms100M -XX:NewSize=30M -XX:MaxNewSize=30M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer

ID16574850.JavaPath=C:/java/j2sdk1.4.2_15

ID16574850.LogName=server0

ID16574850.MainClass=com.sap.engine.boot.Start

ID16574850.MaxHeapSize=1023

ID16574850.Name=server0

ID16574850.Parameters=

ID16574850.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster/server0

ID16574850.Type=server

bootstrap.ClassPath=./bootstrap/launcher.jar

bootstrap.JavaParameters=-Djco.jarm=1 -Djco.jarm=1

bootstrap.JavaPath=C:/java/j2sdk1.4.2_15

bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart

bootstrap.MaxHeapSize=512

bootstrap.Name=bootstrap

bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0165748

bootstrap.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster

bootstrap.Type=bootstrap

bootstrap_ID16574800.ClassPath=./bootstrap/launcher.jar

bootstrap_ID16574800.JLaunchParameters=

bootstrap_ID16574800.JavaParameters=-Djco.jarm=1

bootstrap_ID16574800.JavaPath=C:/java/j2sdk1.4.2_15

bootstrap_ID16574800.MainClass=com.sap.engine.offline.OfflineToolStart

bootstrap_ID16574800.MaxHeapSize=256

bootstrap_ID16574800.Name=dispatcher bootstrap

bootstrap_ID16574800.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID016574800

bootstrap_ID16574800.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster

bootstrap_ID16574800.Type=bootstrap

bootstrap_ID16574850.ClassPath=./bootstrap/launcher.jar

bootstrap_ID16574850.JLaunchParameters=

bootstrap_ID16574850.JavaParameters=-Djco.jarm=1

bootstrap_ID16574850.JavaPath=C:/java/j2sdk1.4.2_15

bootstrap_ID16574850.MainClass=com.sap.engine.offline.OfflineToolStart

bootstrap_ID16574850.MaxHeapSize=256

bootstrap_ID16574850.Name=server0 bootstrap

bootstrap_ID16574850.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID016574850

bootstrap_ID16574850.RootPath=C:/usr/sap/J2E/JC01/j2ee/cluster

bootstrap_ID16574850.Type=bootstrap

instance.box.number=J2EJC01georgilf

instance.en.host=GeorgiLF

instance.en.port=3200

instance.enabled=yes

instance.install.dir=C:/usr/sap/J2E/JC01/j2ee

instance.ms.host=GeorgiLF

instance.ms.port=3900

instance.osLibsPath=C:/usr/sap/J2E/JC01/j2ee/os_libs

instance.runAction=NONE

instance.runMode=normal

instance.system.id=1

Former Member
0 Kudos

Hi Georgi,

Thank you very much, It's really nice from you.

Regards

Hassan

Answers (0)