Wlst ofline writeDomain error

Hi,
I am using wlst offline downloaded from dev2dev site, which i believe is based on jython. Anyway, i am trying to create a domain. All is well untill i try to write the domain using writeDomain(). It fails with the following error
"java.io.IOException: Unable to resolve input source.
Error: writeDomain() failed.
Traceback (innermost last):
File "wls.py", line 9, in ?
File "initWls.py", line 70, in writeDomain
com.bea.plateng.domain.script.jython.WLSTException: java.lang.NullPointerException
at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:33)
at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:890)
at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:459)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
at org.python.core.PyMethod.__call__(PyMethod.java)
at org.python.core.PyObject.__call__(PyObject.java)
at org.python.core.PyInstance.invoke(PyInstance.java)
I have a valid directory and can write perfectly into this. Any ideas, why this failing to write the domain.
Thx,
Ravi

Hello,
I believe you did not set up your classpath according to the doc.
Specifically I think you did not put @WL_HOME/server/lib in classpath.
The script runs fine on my machine. Please follow the readme.txt,
especially step 3 and step 4:
3. Extract the following files from the WLST offline configuration kit:
NOTE: <WL_HOME> refers to the root directory of your WebLogic
Platform installation.
By default, the pathname for this directory is c:\bea\weblogic81.
o WLST JAR files, including config.jar, comdev.jar, and 3rdparty.jar, to
<WL_HOME>\common\lib.
NOTE: It is recommended that you back up the existing JAR files.
For version compatibility,
they may have to be used when you use non-WLST related Weblogic
features.
o runWLSTOffline.cmd and runWLSTOffline.sh script files to
<WL_HOME>\common\bin.
o (Optional) Sample script files to the desired location.
4. Update the CLASSPATH environment variable to include the following
WebLogic Server,
Jython, and WLST files and directories:
NOTE: <JYTHON_HOME> refers to the root directory of your Jython
installation.
<WL_HOME>\server\lib
<WL_HOME>\server\lib\weblogic.jar
<JYTHON_HOME>\jython.jar
<WL_HOME>\common\lib\config.jar
<WL_HOME>\common\lib\comdev.jar
<WL_HOME>\common\lib\3rdparty.jar
Thanks,
-satya
Web Team wrote:
Hi The log is as follows
"========================================================
<< read template from "/opt/was/bea/weblogic81/common/templates/domains/wls.jar"
succeed: read template from "/opt/was/bea/weblogic81/common/templates/domains/wls.jar"<< find Server "myserver" as obj0
succeed: find Server "myserver" as obj0<< set obj0 attribute ListenAddress to ""
succeed: set obj0 attribute ListenAddress to ""<< set obj0 attribute ListenPort to "7001"
succeed: set obj0 attribute ListenPort to "7001"<< find User "weblogic" as obj1
succeed: find User "weblogic" as obj1<< set obj1 attribute Password to "********"
succeed: set obj1 attribute Password to "********"<< set config option OverwriteDomain to "true"
succeed: set config option OverwriteDomain to "true"<< write Domain to "/opt/was/ravi/user_projects/mydomain"
esourceBundleManager - Retrieved (Everyone of all groups.) under key (SecurityDesc.group.everyone) from namespace <config>.
2004-09-10 08:52:13,397 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (built-in anonymous role) under key (SecurityDesc.role.anonymous) from namespace <config>.
2004-09-10 08:52:13,649 INFO [main] com.bea.plateng.domain.TemplateBuilder - _apps_ not found in the template jar. Assuming old template structure.
2004-09-10 08:52:14,647 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Target) under key (target) from namespace <config>.
2004-09-10 08:52:14,664 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Server) under key (Server) from namespace <config>.
2004-09-10 08:52:14,779 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Application) under key (application) from namespace <config>.
2004-09-10 08:52:14,863 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Target) under key (target) from namespace <config>.
2004-09-10 08:52:14,867 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Server) under key (Server) from namespace <config>.
2004-09-10 08:52:14,875 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Service) under key (service) from namespace <config>.
2004-09-10 08:52:14,879 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Migratable RMI Service) under key (migratableRMIService) from namespace <config>.
2004-09-10 08:52:14,883 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Shutdown Class) under key (shutdownClass) from namespace <config>.
2004-09-10 08:52:14,887 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Startup Class) under key (startupClass) from namespace <config>.
2004-09-10 08:52:14,891 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (File T3) under key (fileT3) from namespace <config>.
2004-09-10 08:52:14,896 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Messaging Bridge) under key (messagingBridge) from namespace <config>.
2004-09-10 08:52:14,910 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Jolt Connection Pool) under key (joltConnectionPool) from namespace <config>.
2004-09-10 08:52:14,916 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (WLEC Connection Pool) under key (wlecConnectionPool) from namespace <config>.
2004-09-10 08:52:14,932 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (WTC Server) under key (wtcServer) from namespace <config>.
2004-09-10 08:52:15,165 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to replace component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType in
2004-09-10 08:52:15,301 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to remove component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType from
2004-09-10 08:52:15,323 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to find component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType in
2004-09-10 08:52:15,356 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to add component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType to
2004-09-10 08:52:15,376 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Added: FileStore to
2004-09-10 08:52:15,379 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType was replaced in
2004-09-10 08:52:15,403 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to replace component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType in
2004-09-10 08:52:15,407 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to remove component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType from
2004-09-10 08:52:15,409 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to find component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType in
2004-09-10 08:52:15,425 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to add component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType to
2004-09-10 08:52:15,432 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Added: RMDefaultPolicy to
2004-09-10 08:52:15,435 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType was replaced in
2004-09-10 08:52:15,545 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (WS Reliable Delivery Policy) under key (WSReliableDeliveryPolicy) from namespace <config>.
2004-09-10 08:52:15,548 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (JMS JDBC Store) under key (jms.jdbcStore) from namespace <config>.
2004-09-10 08:52:15,551 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (JMS File Store) under key (jms.fileStore) from namespace <config>.
2004-09-10 08:52:15,661 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,669 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,676 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,678 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,680 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,750 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (group) from namespace <config>.
2004-09-10 08:52:15,757 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,760 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,762 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,765 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,796 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Role) under key (Role) from namespace <config>.
2004-09-10 08:52:15,801 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,807 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,813 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,835 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,837 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,839 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,842 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,846 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,848 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
2004-09-10 08:52:15,851 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
2004-09-10 08:52:15,967 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: read template from "/opt/was/bea/weblogic81/common/templates/domains/wls.jar"
2004-09-10 08:52:16,399 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - find Server "myserver" as obj0
2004-09-10 08:52:16,636 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.Name) from namespace <config>.
2004-09-10 08:52:16,642 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
2004-09-10 08:52:16,648 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenAddress) from namespace <config>.
2004-09-10 08:52:16,659 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
2004-09-10 08:52:16,666 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenPort) from namespace <config>.
2004-09-10 08:52:16,670 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
2004-09-10 08:52:16,674 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.ListenPort) from namespace <config>.
2004-09-10 08:52:16,676 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
2004-09-10 08:52:16,679 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.Enabled) from namespace <config>.
2004-09-10 08:52:16,681 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Enabled) from namespace <config>.
2004-09-10 08:52:16,686 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: find Server "myserver" as obj0
2004-09-10 08:52:17,406 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set obj0 attribute ListenAddress to ""
2004-09-10 08:52:17,441 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set obj0 attribute ListenAddress to ""
2004-09-10 08:52:17,455 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set obj0 attribute ListenPort to "7001"
2004-09-10 08:52:17,463 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set obj0 attribute ListenPort to "7001"
2004-09-10 08:52:17,467 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - find User "weblogic" as obj1
2004-09-10 08:52:17,512 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User name) under key (User.Name) from namespace <config>.
2004-09-10 08:52:17,516 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (User.UserPassword) from namespace <config>.
2004-09-10 08:52:17,517 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UserPassword) from namespace <config>.
2004-09-10 08:52:17,522 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (User.ConfirmUserPassword) from namespace <config>.
2004-09-10 08:52:17,526 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ConfirmUserPassword) from namespace <config>.
2004-09-10 08:52:17,528 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (User.Description) from namespace <config>.
2004-09-10 08:52:17,530 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Description) from namespace <config>.
2004-09-10 08:52:17,534 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: find User "weblogic" as obj1
2004-09-10 08:52:17,575 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set obj1 attribute Password to "********"
2004-09-10 08:52:17,579 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set obj1 attribute Password to "********"
2004-09-10 08:52:17,582 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set config option OverwriteDomain to "true"
2004-09-10 08:52:17,584 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set config option OverwriteDomain to "true"
2004-09-10 08:52:17,598 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - write Domain to "/opt/was/ravi/user_projects/mydomain"
2004-09-10 08:52:17,822 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.Name) from namespace <config>.
2004-09-10 08:52:17,826 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
2004-09-10 08:52:17,828 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenAddress) from namespace <config>.
2004-09-10 08:52:17,832 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
2004-09-10 08:52:17,835 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenPort) from namespace <config>.
2004-09-10 08:52:17,837 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
2004-09-10 08:52:17,840 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.ListenPort) from namespace <config>.
2004-09-10 08:52:17,845 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
2004-09-10 08:52:17,847 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.Enabled) from namespace <config>.
2004-09-10 08:52:17,848 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Enabled) from namespace <config>.
2004-09-10 08:52:17,947 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.Name) from namespace <config>.
2004-09-10 08:52:17,952 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
2004-09-10 08:52:17,957 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.MulticastAddress) from namespace <config>.
2004-09-10 08:52:17,960 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (MulticastAddress) from namespace <config>.
2004-09-10 08:52:17,963 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.MulticastPort) from namespace <config>.
2004-09-10 08:52:17,966 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (MulticastPort) from namespace <config>.
2004-09-10 08:52:17,968 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.ClusterAddress) from namespace <config>.
2004-09-10 08:52:17,970 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ClusterAddress) from namespace <config>.
2004-09-10 08:52:18,086 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Machine.Name) from namespace <config>.
2004-09-10 08:52:18,089 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
2004-09-10 08:52:18,091 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenAddress) from namespace <config>.
2004-09-10 08:52:18,095 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
2004-09-10 08:52:18,096 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenPort) from namespace <config>.
2004-09-10 08:52:18,098 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
2004-09-10 08:52:18,142 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.Name) from namespace <config>.
2004-09-10 08:52:18,146 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
2004-09-10 08:52:18,148 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindGIDEnabled) from namespace <config>.
2004-09-10 08:52:18,150 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindGIDEnabled) from namespace <config>.
2004-09-10 08:52:18,156 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindGID) from namespace <config>.
2004-09-10 08:52:18,158 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindGID) from namespace <config>.
2004-09-10 08:52:18,160 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindUIDEnabled) from namespace <config>.
2004-09-10 08:52:18,162 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindUIDEnabled) from namespace <config>.
2004-09-10 08:52:18,165 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindUID) from namespace <config>.
2004-09-10 08:52:18,166 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindUID) from namespace <config>.
2004-09-10 08:52:18,168 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenAddress) from namespace <config>.
2004-09-10 08:52:18,171 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
2004-09-10 08:52:18,174 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenPort) from namespace <config>.
2004-09-10 08:52:18,177 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
2004-09-10 08:52:18,730 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - jdbcdrivers.xml not found in classpath, trying "../../server/lib/jdbcdrivers.xml"
2004-09-10 08:52:18,737 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - jdbcdrivers.xml not found at "/opt/server/lib/jdbcdrivers.xml", giving up...
2004-09-10 08:52:18,917 ERROR [main] com.bea.plateng.domain.jdbc.JDBCHelper - weblogic.xml.stream.XMLStreamException: Unable to instantiate the stream, the error was: Unable to resolve input source.
weblogic.xml.stream.XMLStreamException: Unable to instantiate the stream, the error was: Unable to resolve input source.
     at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:91)
     at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:49)
     at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:67)
     at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:49)
     at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:79)
     at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.loadSchema(JDBCConnectionMetaDataParser.java:216)
     at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.<init>(JDBCConnectionMetaDataParser.java:127)
     at com.bea.plateng.domain.jdbc.JDBCHelper.getDriverInfoFactory(JDBCHelper.java:393)
     at com.bea.plateng.domain.jdbc.JDBCAspectHelper.initDriverMap(JDBCAspectHelper.java:613)
     at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getJDBCDriverClassTable(JDBCAspectHelper.java:602)
     at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:731)
     at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:211)
     at com.bea.plateng.domain.aspect.JDBCConnectionPoolDriverNameConfigAspect.decompose(JDBCConnectionPoolDriverNameConfigAspect.java:54)
     at com.bea.plateng.domain.aspect.ConfigAspectImpl.setDelegate(ConfigAspectImpl.java:493)
     at com.bea.plateng.domain.aspect.ConfigAspectBuilder.createJDBCConnectionPoolSimpleAspect(ConfigAspectBuilder.java:367)
     at com.bea.plateng.domain.operation.config.ConfigJDBCConnectionPool.createNewSimpleConfigAspects(ConfigJDBCConnectionPool.java:121)
     at com.bea.plateng.domain.operation.HTableEditOperation.createSimpleTableModel(HTableEditOperation.java:647)
     at com.bea.plateng.domain.operation.HTableEditOperation.getSimpleTableModel(HTableEditOperation.java:299)
     at com.bea.plateng.domain.operation.HTableEditOperation.initSimpleTableModel(HTableEditOperation.java:531)
     at com.bea.plateng.domain.DomainChecker.isOperationValid(DomainChecker.java:590)
     at com.bea.plateng.domain.DomainChecker.getInvalidSection(DomainChecker.java:155)
     at com.bea.plateng.domain.GeneratorHelper.validateDomainCreation(GeneratorHelper.java:82)
     at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:516)
     at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:453)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
     at org.python.core.PyMethod.__call__(PyMethod.java)
     at org.python.core.PyObject.__call__(PyObject.java)
     at org.python.core.PyInstance.invoke(PyInstance.java)
     at org.python.pycode._pyx0.writeDomain$14(initWls.py:70)
     at org.python.pycode._pyx0.call_function(initWls.py)
     at org.python.core.PyTableCode.call(PyTableCode.java)
     at org.python.core.PyTableCode.call(PyTableCode.java)
     at org.python.core.PyFunction.__call__(PyFunction.java)
     at org.python.pycode._pyx1.f$0(wls.py:9)
     at org.python.pycode._pyx1.call_function(wls.py)
     at org.python.core.PyTableCode.call(PyTableCode.java)
     at org.python.core.PyCode.call(PyCode.java)
     at org.python.core.Py.runCode(Py.java)
     at org.python.core.__builtin__.execfile_flags(__builtin__.java)
     at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java)
     at com.bea.plateng.domain.script.jython.WLST_offline.main(WLST_offline.java:50)
=========================================================="
the script is below
"++++++++++++++++++++++++++++++++++++++++++++++++++++
readTemplate('/opt/was/bea/weblogic81/common/templates/domains/wls.jar')
cd('Server/myserver')
set('ListenAddress','')
set('ListenPort',7001)
cd('/Security/mydomain')
cd('User/weblogic')
cmo.setPassword('weblogic')
setOption('OverwriteDomain','true')
writeDomain('/opt/was/ravi/user_projects/mydomain')
dumpStack()
dumpVariables()
closeTemplate()
exit()
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Similar Messages

  • WLST writeDomain() error

    Hi,
    Did a script to create a domain that uses Wlst offline (wls9.1)
    once I set a couple of parameters I invoke the writeDomain() command to write the domain to directory i get this
    command:
    newDomain=domainDirectory+'/'+domainName
    writeTemplate(newTemplate)
    writeDomain(newDomain)
    error:
    Error: writeDomain() failed. Do dumpStack() to see details
    begining of dumpstack()
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException:
    om.bea.plateng.domain.GenerationException: Error <u>creating JarHelper</u>
    Root Cause: java.io.FileNotFoundException: D:\bea91\_configtmp\_bea5226tmp
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExce
    tionHandler.java:51)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.jav
    :1333)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:70
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)
    java.lang.Object;(Unknown Source).....
    I don't understand the error
    Ashanty
    Message was edited by:
    Ashanty

    Hi,
    Did a script to create a domain that uses Wlst offline (wls9.1)
    once I set a couple of parameters I invoke the writeDomain() command to write the domain to directory i get this
    command:
    newDomain=domainDirectory+'/'+domainName
    writeTemplate(newTemplate)
    writeDomain(newDomain)
    error:
    Error: writeDomain() failed. Do dumpStack() to see details
    begining of dumpstack()
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException:
    om.bea.plateng.domain.GenerationException: Error <u>creating JarHelper</u>
    Root Cause: java.io.FileNotFoundException: D:\bea91\_configtmp\_bea5226tmp
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExce
    tionHandler.java:51)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.jav
    :1333)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:70
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)
    java.lang.Object;(Unknown Source).....
    I don't understand the error
    Ashanty
    Message was edited by:
    Ashanty

  • WLST - datasource creation error

    I have a wired issue with WLST:
    Though I am able to connect to Oracle DB using SQLPlus and also able to create JDBC data source in Weblogic, I am getting the following error while trying the same using WLST:
    Caused by: weblogic.common.resourcepool.ResourceSystemException:
    Could not connect to 'oracle.jdbc.OracleDriver'.
    The returned message is: ORA-01017: invalid username/password; logon denied

    Here is WLST script:
    cd("/JDBCSystemResources/HDR_Data_Source")
    print "setting attributes for mbean type JDBCSystemResource : HDR_Data_Source"
    refBean0 = getMBean("/Servers/cds2.dev.admin")
    theValue = jarray.array([refBean0], Class.forName("weblogic.management.configuration.TargetMBean"))
    cmo.setTargets(theValue)
    cd("/JDBCSystemResources/HDR_Data_Source/JDBCResource/HDR_Data_Source/JDBCDriverParams/HDR_Data_Source/Properties/HDR_Data_Source/Properties/user")
    print "setting attributes for mbean type JDBCProperty : HDR_Data_Source"
    global props
    set("Value", props.get('cds.jdbc.username','dummyvalue'))
    set("Name", "user")
    cd("/JDBCSystemResources/HDR_Data_Source/JDBCResource/HDR_Data_Source")
    print "setting attributes for mbean type JDBCDataSource : HDR_Data_Source"
    set("Name", "HDR_Data_Source")
    cd("/JDBCSystemResources/HDR_Data_Source/JDBCResource/HDR_Data_Source/JDBCConnectionPoolParams/HDR_Data_Source")
    print "setting attributes for mbean type JDBCConnectionPoolParams : HDR_Data_Source"
    set("TestTableName", "SQL SELECT 1 FROM DUAL")
    cd("/JDBCSystemResources/HDR_Data_Source/JDBCResource/HDR_Data_Source/JDBCDriverParams/HDR_Data_Source")
    print "setting attributes for mbean type JDBCDriverParams : HDR_Data_Source"
    set("Password", props.get('cds.jdbc.password','dummyvalue'))
    set("Url", "jdbc:oracle:thin:@"+props.get('cds.jdbc.host','dummyvalue')+":1521:"+props.get('cds.jdbc.dbname','dummyvalue'))
    set("DriverName", "oracle.jdbc.xa.client.OracleXADataSource")
    cd("/JDBCSystemResources/HDR_Data_Source/JDBCResource/HDR_Data_Source/JDBCDataSourceParams/HDR_Data_Source")
    print "settig attributes for mbean type JDBCDataSourceParams : HDR_Data_Source"
    set("GlobalTransactionsProtocol", "TwoPhaseCommit")
    set("JNDINames", jarray.array([props.get('cds.jdbc.dataSource.hdr2.jndiName','dummyvalue')], String))

  • WLST offline writeDomain

    I've been running WLST in off-line mode and when I try to write the modified domain, I get an exception which doesn't help me very much. I just wonder why this method is called: "SecurityInfo.getAllUsersInAdminRole"
    [wlst] com.bea.plateng.domain.script.jython.WLSTException: java.lang.NullPointerException
    [wlst] at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [wlst] at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1373)
    [wlst] at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:712)
    [wlst] at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         [wlst] at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         [wlst] at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [wlst] at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [wlst] at org.python.core.PyObject.__call__(PyObject.java:270)
    [wlst] at org.python.core.PyInstance.invoke(PyInstance.java:261)
    [wlst] at org.python.pycode._pyx5.writeDomain$14(/tmp/WLSTOfflineIni7092.py:70)
    [wlst] at org.python.pycode._pyx5.call_function(ILorg.python.core.PyFrame;)Lorg.python.core.PyObject;(/tmp/WLSTOfflineIni7092.py:???)
    [wlst] at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst] at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst] at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst] at org.python.pycode._pyx15.f$0(/home/xxxx/projects/tromskraft/customerportal/devenv/portal/build/filtered.py:112)
    [wlst] at org.python.pycode._pyx15.call_function(ILorg.python.core.PyFrame;)Lorg.python.core.PyObject;(/home/xxx/projects/tromskraft/customerportal/devenv/portal/build/filtered.py:???)
    [wlst] at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst] at org.python.core.PyCode.call(PyCode.java:14)
    [wlst] at org.python.core.Py.runCode(Py.java:1135)
    [wlst] at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
    [wlst] at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
    [wlst] at weblogic.management.scripting.utils.WLSTInterpreter.execfile(WLSTInterpreter.java:305)
    [wlst] at weblogic.ant.taskdefs.management.WLSTTask.execute(WLSTTask.java:108)
    [wlst] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wlst] Caused by: java.lang.NullPointerException
    [wlst] at com.bea.plateng.domain.security.SecurityInfo.getAllUsersInAdminRole(SecurityInfo.java:587)
    [wlst] at com.bea.plateng.domain.security.SecurityInfo.getDefaultAdminID(SecurityInfo.java:73)
    [wlst] at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:572)
    [wlst] at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:704)
    [wlst] at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
         [wlst] at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         [wlst] at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [wlst] at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [wlst] at org.python.core.PyObject.__call__(PyObject.java:270)
    [wlst] at org.python.core.PyInstance.invoke(PyInstance.java:261)
    [wlst] at org.python.pycode._pyx5.writeDomain$14(/tmp/WLSTOfflineIni7092.py:70)
    [wlst] at org.python.pycode._pyx5.call_function(ILorg.python.core.PyFrame;)Lorg.python.core.PyObject;(/tmp/WLSTOfflineIni7092.py:???)
    [wlst] at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst] at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst] at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst] at org.python.pycode._pyx15.f$0(/home/xxxxx/projects/tromskraft/customerportal/devenv/portal/build/filtered.py:112)
    [wlst] at org.python.pycode._pyx15.call_function(ILorg.python.core.PyFrame;)Lorg.python.core.PyObject;(/home/xxxx/projects/tromskraft/customerportal/devenv/portal/build/filtered.py:???)
    [wlst] at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst] at org.python.core.PyCode.call(PyCode.java:14)
    [wlst] at org.python.core.Py.runCode(Py.java:1135)
    [wlst] at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
    [wlst] at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
    [wlst] at weblogic.management.scripting.utils.WLSTInterpreter.execfile(WLSTInterpreter.java:305)
    [wlst] at weblogic.ant.taskdefs.management.WLSTTask.execute(WLSTTask.java:108)
    [wlst] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wlst] at org.apache.tools.ant.Task.perform(Task.java:364)
    [wlst] at org.apache.tools.ant.Target.execute(Target.java:341)
    [wlst] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wlst] at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    Trond Andersen, Invenia AS, http://www.invenia.no

    Here how I did it.
    1. Read the basic domain template:
    <pre>
    readTemplate(r'@bea.home@/weblogic92/common/templates/domains/wls.jar')
    </pre>
    2. Set domain name and possibly username and password. Also alter the server name if there is a new for it.
    3. Write the domain to the file system:
    <pre>
    setOption('OverwriteDomain', 'true')
    writeDomain(r'@domain.placement@')
    closeTemplate()
    </pre>
    4. Read the newly written domain
    <pre>
    readDomain('@domain.placement@')
    setOption('ReplaceDuplicates','false')
    </pre>
    5. Add the required templates. Here is how we did it for the portal setup:
    <pre>
    addTemplate(r'@bea.home@/weblogic92/common/templates/applications/workshop_wl.jar')
    addTemplate(r'@bea.home@/weblogic92/common/templates/applications/p13n.jar')
    addTemplate(r'@bea.home@/weblogic92/common/templates/applications/wlp.jar')
    </pre>
    6. Do all the changes to the portal configuration like setting the portal data sources, jms configuration etc.
    7. Update the domain to file:
    <pre>
    updateDomain()
    closeDomain()
    </pre>
    done!!!
    Trond Andersen, Invenia AS, http://www.invenia.no

  • Remote Server - WLST Deployment adapter error

    Hi everyone.
    I have a issue I hope you can help with.
    The task: To use a Python script to create a FTP Adapter / DbAdapter connection to a remote server.
    The problem: Script works fine with WebLogic working on localhost but gives <b>error with any remote server including Virtual Machine</b>
    The area of code concerned:
    FTPappPath=get('/AppDeployments/FtpAdapter/PlanPath')
              print(FTPplanPath)
              FTPplanPath=get('/AppDeployments/FtpAdapter/SourcePath')
              print(FTPsrcPath)
              print '--------Start loadApplication-------'
              myPlan=loadApplication(FTPsrcPath, FTPplanPath)
    When deploying to any server except localhost, it fails at the last line in the above.. "loadApplication" . I have checked and the FTPplanPath and FTPappPath are correct when looking at the print statement.
    The error:
    java.io.IOException: Exception in AppMerge flows' progression
    at weblogic.deploy.api.internal.utils.AppMerger.getMergedApp(AppMerger.j
    ava:70)
    at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImp
    l.createDeployableObject(WebLogicDeployableObjectFactoryImpl.java:181)
    at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImp
    l.createDeployableObject(WebLogicDeployableObjectFactoryImpl.java:163)
    at weblogic.deploy.api.tools.SessionHelper.initialize(SessionHelper.java
    :727)
    at weblogic.deploy.api.tools.SessionHelper.initializeConfiguration(Sessi
    onHelper.java:556)
    at weblogic.deploy.api.tools.SessionHelper.initializeConfiguration(Sessi
    onHelper.java:544)
    at weblogic.deploy.api.tools.SessionHelper.initializeConfiguration(Sessi
    onHelper.java:627)
    at weblogic.deploy.api.tools.SessionHelper.initializeConfiguration(Sessi
    onHelper.java:608)
    at weblogic.management.scripting.JSR88DeployHandler.loadApplication(JSR8
    8DeployHandler.java:173)
    at weblogic.management.scripting.WLScriptContext.loadApplication(WLScrip
    tContext.java:787)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx16.loadApplication$11(<iostream>:290)
    at org.python.pycode._pyx16.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.createFTPAdapter$2(C:\Users\xxx\Desktop
    \NEW xx SCRIPTS\FTPAdapterScript - Manual\CreateFtpAdapter.py:34)
    at org.python.pycode._pyx15.call_function(C:\Users\xxx\Desktop\NEW
    xx SCRIPTS\FTPAdapterScript - Manual\CreateFtpAdapter.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.main$3(C:\Users\xxx\Desktop\NEW xx SCRI
    PTS\FTPAdapterScript - Manual\CreateFtpAdapter.py:64)
    at org.python.pycode._pyx15.call_function(C:\Users\xxx\Desktop\NEW
    xx SCRIPTS\FTPAdapterScript - Manual\CreateFtpAdapter.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(C:\Users\xxx\Desktop\NEW xx SCRIPTS
    \FTPAdapterScript - Manual\CreateFtpAdapter.py:68)
    at org.python.pycode._pyx15.call_function(C:\Users\daljxxxbain\Desktop\NEW
    xx SCRIPTS\FTPAdapterScript - Manual\CreateFtpAdapter.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: weblogic.utils.compiler.ToolFailureException: Exception in AppMerge f
    lows' progression
    at weblogic.application.compiler.AppMerge.merge(AppMerge.java:172)
    at weblogic.deploy.api.internal.utils.AppMerger.merge(AppMerger.java:88)
    at weblogic.deploy.api.internal.utils.AppMerger.getMergedApp(AppMerger.j
    ava:63)
    ... 45 more
    Caused by: weblogic.utils.compiler.ToolFailureException: [J2EE:160106]ERROR: The
    source file, '\u01\app\oracle\product\fmw\Oracle_SOA1\soa\connectors\FtpAdapter
    .rar', could not be found.
    at weblogic.application.compiler.flow.PrepareInputFlow.prepareInput(Prep
    areInputFlow.java:99)
    at weblogic.application.compiler.flow.PrepareInputFlow.compile(PrepareIn
    putFlow.java:41)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36
    at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile(F
    lowDriver.java:96)
    at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:157)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.AppMerge.merge(AppMerge.java:169)
    ... 47 more
    ----Failed---
    I dont know why the it says the FtpAdapter.rar can not be found when its there. What can I try? I have searched Google but nothing helps!!
    Thanks
    Edited by: 974881 on Dec 4, 2012 6:14 AM

    bump :)
    Can we not use "loadApplication()" when connecting to a remote server in a script?

  • WLST throwing weird error

    I am trying to invoke WLST and I keep getting this error:
    Initializing WebLogic Scripting Tool (WLST) ...
    Traceback (innermost last):
    File "<iostream>", line 7, in ?
    ImportError: No module named management.
    It was working fine for a while. Anyone has any idea? This is on Linux.
    Thanks
    Anil

    Satya,
    You are right, while invoking some script my classpath got wiped out therefore
    there was no weblogic.jar in the classpath which was causing this error.It works
    fine now.
    Thank you
    Anil
    Satya Ghattu <[email protected]> wrote:
    Anil,
    Please check the classpath. Seems like WLST is not able to find
    weblogic.jar in the classpath.
    Thanks,
    -satya
    Anil Jacob wrote:
    I am trying to invoke WLST and I keep getting this error:
    Initializing WebLogic Scripting Tool (WLST) ...
    Traceback (innermost last):
    File "<iostream>", line 7, in ?
    ImportError: No module named management.
    It was working fine for a while. Anyone has any idea? This is on Linux.
    Thanks
    Anil

  • WLST updateApplication syntax error

    Hi folks,
    I'm attempting to update an app in my weblogic domain using WLST for speed purposes.
    I've tried
    updateApplication('myapp-0', block='true')
    but I get the following syntax error.
    Traceback (innermost last):
    File "<console>", line 1, in ?
    TypeError: updateApplication() takes at least 2 arguments (1 given)
    In the docs I see that you can supply the method with a deploymentPlan argument but it says it's optional and my app doesn't have one.
    Any ideas why I'm getting this error?
    Thanks,
    Mark.

    The documentation is wrong the API requires a plan argument it is NOT optional
    try redeploy() instead

  • WLST lookup error.

    Hi all,
    I am getting the following error while trying to lookup a datasource. Please suggest the possible issue as per the WLST script below
    ERROR MESSAGE
    File "<console>", line 1, in ?
    File "/home/oracle/ORTDScripts/ortd_datasource.py", line 26, in ?
    File "<iostream>", line 903, in lookup
    File "<iostream>", line 1848, in raiseWLSTException
    WLSTException: Error occured while performing lookup : Could not find the instance for Delete_DWDataSource
    WSLT file
    # WebLogic Domain Parameters used
    username = 'weblogic'
    password = '******'
    wlsHost = 'xyz'
    adminServerListenPort = '7001'
    planPath = '/u01/app1/oracle/Middleware/Oracle_SOA1/soa/Plan.xml'
    # Database parameters used for Datasource
    db_host_name = 'xxxxxx'
    db_port = '1521'
    db_sid = 'xxxxxx'
    db_user = 'xxxx'
    db_password ='xxxxx'
    # Targets for deployment
    targetServer = 'soa_server1'
    connect(username,password,'t3://'+wlsHost+':'+adminServerListenPort)
    edit()
    startEdit()
    cd('/Servers/'+targetServer)
    target = cmo
    cd('../..')
    configchanged = 'false'
    print cmo
    soaJDBCSystemResource = lookup("Delete_DWDataSource","JDBCSystemResource")
    if soaJDBCSystemResource is None:
    print "Creating DWDataSource for ORTD Application"
    soaJDBCSystemResource = create('Delete_DWDataSource',"JDBCSystemResource")
    soaJDBCResource = soaJDBCSystemResource.getJDBCResource()
    soaJDBCResource.setName('Delete_DWDataSource')
    soaConnectionPoolParams = soaJDBCResource.getJDBCConnectionPoolParams()
    soaConnectionPoolParams.setTestTableName("SQL SELECT 1 FROM DUAL")
    soaConnectionPoolParams.setInitialCapacity(10)
    soaConnectionPoolParams.setMaxCapacity(100)
    soaDataSourceParams = soaJDBCResource.getJDBCDataSourceParams()
    soaDataSourceParams.addJNDIName('jdbc/dw')
    soaDriverParams = soaJDBCResource.getJDBCDriverParams()
    soaDriverParams.setUrl('jdbc:oracle:thin:@'+db_host_name+':'+db_port+':'+db_sid)
    soaDriverParams.setDriverName('oracle.jdbc.xa.client.OracleXADataSource')
    soaDriverParams.setPassword(db_password)
    soaDriverProperties = soaDriverParams.getProperties()
    soaProperty = soaDriverProperties.createProperty("user")
    soaProperty.setValue(db_user)
    varSOAServerTarget = '/Servers/'+serverName
    soaServerTarget = getMBean(varSOAServerTarget)
    soaJDBCSystemResource.addTarget(target)
    configchanged = 'true'
    try:
    save()
    activate(block="true")
    if configchanged == 'true':
    print "DWDataSource for ORTD Application successfully created"
    except:
    if configchanged != 'false':
    print "Error while trying to save and/or activate!!!"
    dumpStack()
    try:
    if configchanged == 'true':
    redeploy('DbAdapter',planPath , upload='true', stageMode='stage')
    else:
    print "The configurations are already in place, no changes were made"
    except:
    print "Error while redeploying DB adapter"
    disconnect()
    Edited by: user5108636 on 24/08/2010 20:07

    Oracle Enterprise Pack for Eclipse 11.1.1.6 now includes WLST / Jython / Python support - so if you are new to it, the IDE can help you.
    I don't think your script is correct because in the lookup() method when the datasource does not exist, it does not get assigned to None as your script expects, rather it appears to raise an exception, which your code is currently not catching. Here is what you could try instead.
    datasourceName = 'oracleDS'
    try:
         datasourceBean=lookup(datasourceName,'JDBCSystemResource')
    except:
         print '%s DOES NOT exist' % datasourceName
    else:
         print '%s exists' % datasourceName

  • WriteDomain() UnsatisfiedLinkError in 10.3.1 on WinXP

    This code runs on wls 10.3. It fails on 10.3.1.
    AND only when this code is executed via the ant task.
    This code runs successfully if manually typed-in in WLST.
    The error is indicating a native-language def for the method
    is not being found. What steps must I take to resolve this?
    Here is the script I use to run the task, the code and the ERROR:
    @echo off
    call "C:\wls\wlserver_10.3\server\bin\setWLSEnv.cmd"
    call "C:\wls\modules\org.apache.ant_1.7.0\bin\ant" -f build.xml -emacs testIt
    <taskdef name="wlst" classname="weblogic.ant.taskdefs.management.WLSTTask"
    classpath="${env.WL_HOME}/server/lib/weblogic.jar"/>
    <wlst>
    <script>
    templ='C:\\wls\\wlserver_10.3\\common\\templates\\domains\\wls.jar'
    readTemplate(templ)
    cd('/Security/base_domain/User/weblogic')
    set('Password','1weblogic')
    setOption('JavaHome', 'C:\\wlsjdk160_11')
    print 'WRITING data'
    writeDomain('C:\\wls\\user_projects\\domains\\mepA')
    print 'CLOSE IT'
    closeTemplate()
    </script>
    </wlst>
    WRITING data
    Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: com.bea.plateng.common.jni.JNIUtil.getEnvVariable(Ljava/lang/String;)Ljava/lang/String;
    at com.bea.plateng.common.jni.JNIUtil.getEnvVariable(Native Method)
    at com.bea.plateng.domain.StartMenu.create(StartMenu.java:82)
    at com.bea.plateng.domain.StartMenu.create(StartMenu.java:64)
    at com.bea.plateng.domain.DomainGenerator.generate(DomainGenerator.java:486)
    at com.bea.plateng.domain.script.ScriptExecutor$2.run(ScriptExecutor.java:2936)

    With further testing this is definitely a bug with writeDomain, wls-10.3.1's wlst anttask and ant 1.7.0.
    because this all works in wls-10.3 and ant 1.6.5.
    I move the script code into a python file. I created the cmd script, wlst.cmd.
    @echo off
    SETLOCAL
    call "%WL_HOME%\server\bin\setWLSEnv.cmd"
    java weblogic.WLST %*
    ENDLOCAL
    I ran it from the cmd shell with the file and it ran successfully.
    wlst.cmd test.py
    In my build.xml file I created an exec task that executed the cmd above and
    it ran successfully as well.
    <exec dir="${basedir}" executable="cmd">
    <arg line="/c wlst.cmd test.py"/>
    </exec>
    In my build.xml file I created a wlst task to process the file. It fails with the UnsatisfiedLinkError as did the embedded script code.
    <wlst fileName="${basedir}/test.py"/>

  • BPM Enterprise WL configuration error

    Hi,
    I am getting the following error while configuraing OBPM enterprise WL, please suggest.
    [<I> 08/09/10 18:27:33]
    [<I> 08/09/10 18:27:33] Initializing WebLogic Scripting Tool (WLST) ...
    [<I> 08/09/10 18:27:33]
    [<I> 08/09/10 18:27:35] Welcome to WebLogic Server Administration Scripting Shell
    [<I> 08/09/10 18:27:35]
    [<I> 08/09/10 18:27:35] Type help() for help on available commands
    [<I> 08/09/10 18:27:35]
    [<I> 08/09/10 18:27:35] Starting server BPMServer
    [<I> 08/09/10 18:27:50] Please see the server log files for startup messages available at C:\Oracle\Middleware\user_projects\domains\bpm_domain\bpm
    [<I> 08/09/10 18:27:50] Starting weblogic server ...
    [<I> 08/09/10 18:27:50] WLST-WLS-1283950670276: Error occurred during initialization of VM
    [<I> 08/09/10 18:27:50] WLST-WLS-1283950670276: Could not reserve enough space for object heap
    [<I> 08/09/10 18:27:50] WLST-WLS-1283950670276: Stopped draining WLST-WLS-1283950670276
    [<I> 08/09/10 18:27:50] WLST-WLS-1283950670276: Stopped draining WLST-WLS-1283950670276
    [<I> 08/09/10 18:27:53] No stack trace available.
    [<I> 08/09/10 18:27:53]
    [<I> 08/09/10 18:27:53]
    [<I> 08/09/10 18:27:53] Exiting WebLogic Scripting Tool.

    Hi,
    Below is the complete log:
    FuegoLauncher.main()
    fix classpath: C:\OraBPMwlHome\bin;C:\OraBPMwlHome\bin\lax.jar;
    new classpath: C:\OraBPMwlHome\bin\lax.jar;FuegoLauncher.main() - 2
    arg[0] = C:\OraBPMwlHome\bin\obpmadmcenter.properties
    StreamLogOutput: No log file specified in property 'fuego.log.admcenter.file'.
    Defaulting to System.err.
    configurations not stored in directory
    The destination directory [C:\OraBPMwlHome\ears\webapps\webapps_expanded\08-workspace-XAFDIDS.ear] already exists. This directory will be deleted for expanding the ear file [C:\OraBPMwlHome\ears\webapps\08-workspace-XAFDIDS.ear]
    The destination directory [C:\OraBPMwlHome\ears\webapps\webapps_expanded\06-workspaceadmin-XAFDIDS.ear] already exists. This directory will be deleted for expanding the ear file [C:\OraBPMwlHome\ears\webapps\06-workspaceadmin-XAFDIDS.ear]
    The destination directory [C:\OraBPMwlHome\ears\webapps\webapps_expanded\09-feeds-XAFDIDS.ear] already exists. This directory will be deleted for expanding the ear file [C:\OraBPMwlHome\ears\webapps\09-feeds-XAFDIDS.ear]
    The destination directory [C:\OraBPMwlHome\ears\webapps\webapps_expanded\07-papiws-XAFDIDS.ear] already exists. This directory will be deleted for expanding the ear file [C:\OraBPMwlHome\ears\webapps\07-papiws-XAFDIDS.ear]
    The destination directory [C:\OraBPMwlHome\ears\webapps\webapps_expanded\07-papiws-wls92-XAFDIDS.ear] already exists. This directory will be deleted for expanding the ear file [C:\OraBPMwlHome\ears\webapps\07-papiws-wls92-XAFDIDS.ear]
    The destination directory [C:\OraBPMwlHome\ears\webapps\webapps_expanded\07-papiws-wls103-XAFDIDS.ear] already exists. This directory will be deleted for expanding the ear file [C:\OraBPMwlHome\ears\webapps\07-papiws-wls103-XAFDIDS.ear]
    [<I> 08/09/10 19:14:43]
    [<I> 08/09/10 19:14:43] CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\Middleware\jdk160_14_R27.6.5-32\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\bea\oracle_common\lib;C:\bea\jdk160_05\lib;
    [<I> 08/09/10 19:14:43]
    [<I> 08/09/10 19:14:43] PATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;C:\Oracle\MIDDLE~1\patch_oepe1032\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\Oracle\Middleware\jdk160_14_R27.6.5-32\jre\bin;C:\Oracle\Middleware\jdk160_14_R27.6.5-32\bin;C:\OracleBAM\ClientForBAM\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\oracle\product\10.2.0\client_3;C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IBM\Infoprint Select;C:\Notes;C:\Program Files\XLView;C:\lotus\compnent;C:\Utilities;C:\Program Files\Common Files\Lenovo;C:\program files\ibm\personal communications\;C:\Program Files\IBM\Trace Facility\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\ThinkPad\ConnectUtilities;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\OracleBAM\BAM;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    [<I> 08/09/10 19:14:43]
    [<I> 08/09/10 19:14:43] Your environment has been set.
    [<I> 08/09/10 19:14:43]
    [<I> 08/09/10 19:14:43] CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\Middleware\jdk160_14_R27.6.5-32\lib\tools.jar;C:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\bea\oracle_common\lib;C:\bea\jdk160_05\lib;;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar
    [<I> 08/09/10 19:14:56]
    [<I> 08/09/10 19:14:56] Initializing WebLogic Scripting Tool (WLST) ...
    [<I> 08/09/10 19:14:56]
    [<I> 08/09/10 19:15:03] Welcome to WebLogic Server Administration Scripting Shell
    [<I> 08/09/10 19:15:03]
    [<I> 08/09/10 19:15:03] Type help() for help on available commands
    [<I> 08/09/10 19:15:03]
    [<I> 08/09/10 19:15:04] Starting server BPMServer
    [<I> 08/09/10 19:15:19] Please see the server log files for startup messages available at C:\Oracle\Middleware\user_projects\domains\bpm_domain\bpm
    [<I> 08/09/10 19:15:19] Starting weblogic server ...
    [<I> 08/09/10 19:15:19] WLST-WLS-1283953519328: Error occurred during initialization of VM
    [<I> 08/09/10 19:15:19] WLST-WLS-1283953519328: Could not reserve enough space for object heap
    [<I> 08/09/10 19:15:19] WLST-WLS-1283953519328: Stopped draining WLST-WLS-1283953519328
    [<I> 08/09/10 19:15:19] WLST-WLS-1283953519328: Stopped draining WLST-WLS-1283953519328
    [<I> 08/09/10 19:15:22] No stack trace available.
    [<I> 08/09/10 19:15:22]
    [<I> 08/09/10 19:15:22]
    [<I> 08/09/10 19:15:22] Exiting WebLogic Scripting Tool.
    [<I> 08/09/10 19:15:22]

  • WLST and WebLogic Integration

    Hi all,
    I have installed WebLogic Integration 8.5 bundle. Meaning i have also installed weblogic server 8.1. on Windows XP
    I am now trying to use Weblogic Scripting Tool WLST. But there is no tools on the menu(tools->weblogic scripting tool) this was added in the 9.1 installation...
    How do I configure my installation weblogic server 8.1 with WLI8.5 to run WLST?
    after i run setELSEnv.cmd to set the environment. Then i try java weblogic.WLST and the error is "java.lang.NoClassDefFoundError: weblogic/WLST"
    Where are the libs, how do i configure WLST to run.
    I also tried starting the WLST from the 9.1 installation, but it cannot connect to 8.1 installation, tough connecting to 9.1 installation is no problem. If i try i get this error: "weblogic.management.ManagementRuntimeException: java.lang.NoSuchMethodError: isCachable"
    (I installed weblogic 9.1 and there the WLST was installed during installation and all works just fine. unfortenatly my system must run on 8.1->wli8.5)

    Hi
    I am trying to use WLST tool for configuring Weblogic domain in 9.1 OFFLINE.
    I have done with almost all except JTA configuration.
    Can you please give me smaples for the same.
    The following is part iof my script...
    readTemplate('F:/AuctionDoc/Installer/inDomain.jar')
    cd('/JDBCSystemResource/localNonTxPool/JdbcResource/localNonTxPool')
    create('myJdbcDataSourceParams','JDBCDataSourceParams')
    cd('JDBCDataSourceParams/NO_NAME_0')
    set('JNDIName', 'jdbc/NonTxDataSource')
    #JDBC settings and other JMS settings worked
    But the JTA settings dint work
    #=======================================================================================
    # Set JTA timeout
    #=======================================================================================
    cd("/JTA/inInstDomain")
    set("TimeoutSeconds", "1200")
    set("AbandonTimeoutSeconds", "1200")
    I have to do the above OFFLINE.
    I could not locate the JTA folder or any thing related with JTA configuration to do offline using WLST
    Can you please give an example of JTA settings
    Thanks
    Binu

  • THE problem [EPMINS] [ERROR] [EPMINS-00001]

    I have installed epm 11.1.2.1 on window ,but when i configure the epm system ,spot the error and process shutdown.
    here is the log:
    configtool:
    [2012-05-17T10:49:45.318+08:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 15] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-05-17T10:49:45.318+08:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 15] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Checking if any raframework component is after maintenance. Software entries: [[uid: waWebApp, location: products\biplus, version: 11.1.2.2.0, singleton: false], [uid: raFrameworkService, location: products\biplus, version: 11.1.2.2.0, singleton: false], [uid: raFrameworkWebApp, location: products\biplus, version: 11.1.2.2.0, singleton: false]]
    [2012-05-17T10:49:45.318+08:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 15] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.config.document.DocumentUtills] trace: Not found any maintained entry
    [2012-05-17T10:49:45.318+08:00] [EPMCFG] [WARNING] [EPMCFG-07334] [oracle.EPMCFG] [tid: 15] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.cis.config.dependencies.ClassPathPresentCheck] E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps\lib\APSConfig.jar referenced by APS preConfiguration task does not exist
    [2012-05-17T10:49:45.365+08:00] [EPMINS] [ERROR] [EPMINS-00001] [oracle.EPMINS] [tid: 15] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] *[SRC_CLASS: com.hyperion.hit.wizard.Wizard] trace: Unexpected error:[[*
    java.lang.NullPointerException
    *     at com.hyperion.cis.ConfigToolDocument.isAppServerClasspathOptional(ConfigToolDocument.java:488)*
    *     at com.hyperion.cis.config.dependencies.ClassPathPresentCheck.proccessEntering(ClassPathPresentCheck.java:44)*
    *     at com.hyperion.config.wizard.ProductTaskSelectionField.<init>(ProductTaskSelectionField.java:52)*
    *     at com.hyperion.config.wizard.impl.ProductTaskSelectionForm.<init>(ProductTaskSelectionForm.java:78)*
    *     at com.hyperion.config.wizard.impl.ProductTaskSelectionState.getForm(ProductTaskSelectionState.java:71)*
    *     at com.hyperion.hit.wizard.Wizard.changeState(Wizard.java:440)*
    *     at com.hyperion.hit.wizard.Wizard.access$1500(Wizard.java:47)*
    *     at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:552)*
    *     at java.lang.Thread.run(Thread.java:662)*
    registry:
    [2012-05-17T10:49:35.412+08:00] [EPMREG] [ERROR] [EPMREG-11054] [oracle.EPMREG.REG] [tid: 14] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.hit.registry.RegistryConnection] [SRC_METHOD: createRegistry] 执行注册表 DDL 脚本 E:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\registry\drop_oracle.sql 时出现 SQL 异常。
    [2012-05-17T10:49:35.412+08:00] [EPMREG] [ERROR] [EPMREG-11099] [oracle.EPMREG.REG] [tid: 14] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.hit.registry.RegistryConnection] [SRC_METHOD: createRegistry] 出现异常。[[
    java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1110)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
         at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:2251)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:2192)
         at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:347)
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:474)
         at com.hyperion.hit.registry.RegistryUtils.initUpgradeRegistry(RegistryUtils.java:272)
         at com.hyperion.hit.registry.RegistryUtils.dropRegistry(RegistryUtils.java:240)
         at com.hyperion.hit.registry.RegistryUtils.initRegistry(RegistryUtils.java:102)
         at com.hyperion.hit.registry.Registry.createBasicComponents(Registry.java:2305)
         at com.hyperion.config.document.Storage.initRegistry(Storage.java:245)
         at com.hyperion.cis.config.ConfigRegistryUtils.initializeRegistry(ConfigRegistryUtils.java:384)
         at com.hyperion.config.wizard.impl.RegistryWizardState$1$1.commit(RegistryWizardState.java:228)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:544)
         at java.lang.Thread.run(Thread.java:662)
    com.hyperion.hit.registry.RegistryConnection] [SRC_METHOD: createRegistry] 执行注册表 DDL 脚本 E:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\registry\drop_oracle.sql 时出现 SQL 异常。
    [2012-05-17T10:49:35.428+08:00] [EPMREG] [ERROR] [EPMREG-11099] [oracle.EPMREG.REG] [tid: 14] [ecid: 0000JTOgoJNCWr15zvT4iW1Fh6Sq000002,0:374] [SRC_CLASS: com.hyperion.hit.registry.RegistryConnection] [SRC_METHOD: createRegistry] 出现异常。[[
    java.sql.SQLException: ORA-01418: 指定的索引不存在
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1110)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
         at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:2251)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:2192)
         at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:347)
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:474)
         at com.hyperion.hit.registry.RegistryUtils.initUpgradeRegistry(RegistryUtils.java:272)
         at com.hyperion.hit.registry.RegistryUtils.dropRegistry(RegistryUtils.java:240)
         at com.hyperion.hit.registry.RegistryUtils.initRegistry(RegistryUtils.java:102)
         at com.hyperion.hit.registry.Registry.createBasicComponents(Registry.java:2305)
         at com.hyperion.config.document.Storage.initRegistry(Storage.java:245)
         at com.hyperion.cis.config.ConfigRegistryUtils.initializeRegistry(ConfigRegistryUtils.java:384)
         at com.hyperion.config.wizard.impl.RegistryWizardState$1$1.commit(RegistryWizardState.java:228)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:544)
         at java.lang.Thread.run(Thread.java:662)
    any one can solve the problem?

    The log file showed a problem with wlst.sh file .After giving rights for that file for our user..the configuration got completed. But the webserver configuration failed.
    following are the error messages from log file:
    <JDBC> <BEA-001129> <Received exception while creating connection for pool "EPMSystemRegistry": IO Error: The Network Adapter could not establish the connection>
    <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'EPMSystemRegistry' due to error weblogic.application.ModuleException:
    Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
    <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean epm-applistener-libraries#[email protected]. Error - weblogic.management.DeploymentException: [Deployer:149606]Failed to configure deployment mbean for epm-applistener-libraries#[email protected]..
    <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'epm-applistener-libraries [LibSpecVersion=11.1.2.0,LibImplVersion=11.1.2.0]' due to error weblogic.management.DeploymentException: [Deployer:149606]Failed to configure deployment mbean for epm-applistener-libraries#[email protected]..
    <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean epm-shared-libraries#[email protected]. Error - weblogic.management.DeploymentException: [Deployer:149606]Failed to configure deployment mbean for epm-shared-libraries#[email protected]..
    <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'epm-shared-libraries [LibSpecVersion=11.1.2.0,LibImplVersion=11.1.2.0]' due to error weblogic.management.DeploymentException: [Deployer:149606]Failed to configure deployment mbean for epm-shared-libraries#[email protected]..
    <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initialized correctly.>
    com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: Error: assign() failed. Do dumpStack() to see details.
    [2012-05-25T16:28:34.968-04:00] [EPMCFG] [ERROR] [EPMCFG-07236] [oracle.EPMCFG] [tid: 25] [ecid: 0000JU5Zz_lCknm5Kr^Aye1FjyBd000006,0] [SRC_CLASS: com.hyperion.cis.config.ant.apache2.OHS2Configurator] /disk04/oradata/Hyp_unix_install/oracle/Middleware/user_projects/epmsystem1/httpConfig/ohs/config/OHS/ohs_component/httpd.conf wasn't found. OHS wasnt configured successfully, see oraInventory logs for more details"
    [2012-05-25T16:28:34.970-04:00] [EPMCFG] [ERROR] [EPMCFG-05364] [oracle.EPMCFG] [tid: 25] [ecid: 0000JU5Zz_lCknm5Kr^Aye1FjyBd000006,0] [SRC_CLASS: com.hyperion.foundation.config.WebServerConfigurationTaskProcessor] Error in web server configuring:[[
    com.hyperion.cis.config.HttpConfigurationException: File not found
    Also Not enough space in /tmp environment variable directory (923MB found, but minimum 1023MB required) was a serious error.
    http://www.oracle.com/technetwork/middleware/bi-foundation/epm-tips-issues-73-up-399995.pdf had info about changing the temp directory location in installtool.sh file
    But no details on how/where to change those details during configuration. or in configtool.sh file
    Please do help me out on this.
    thanks

  • Creation of domain issues - migration from weblogic 10.3.0 to 10.3.5 versio

    Hello,
    i would like to kindly ask for a help with following issue:
    Basically we are migrating from the 10.3.0 to the 10.3.5 version. We are building the domain using the template in "silent mode". And when i try to create the domain with new weblogic 10.3.5 im getting some errors.
    The command to run the creation of the domain is following:
    ${WL_HOME}/common/bin/config.sh -mode=silent -silent_script=${SILENT_SCRIPT} -log=${WLLOGFILE} >> ${LOGFILE} 2>&1
    returnCode=$?
    SILENT_SCRIPT contains following commands:
    read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar";
    write domain to "/local/wg372/BM/appl/BmDomain";
    set OverwriteDomain "true";
    close template;
    When i setup new env(solaris) with weblogic 10.3.5 im getting following error when the silent_script command (*write domain to "/local/wg372/BM/appl/BmDomain";*) is executed:
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar"
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "/local/wg372/BM/appl/BmDomain"
    2011-07-18 16:53:00,505 ERROR [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - There was an error executing the script: /local/wg372/BM/appl/installer/silent_script
    java.lang.NullPointerException
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.buildSecurityInfo(SecurityGenerateLDIFT.java:460)
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.<init>(SecurityGenerateLDIFT.java:119)
         at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:718)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    In Windows env im getting following error:
    create.domain:
    [exec] -mode="silent" -silent_script=J:/_dev/build/installer/silent_script
    [exec] << read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] >> succeed: read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] << write Domain to "J:/_dev/build/BmDomain"
    [exec] CFGFWK-60550: Script execution aborted. The script may contain an error.
    [exec] null
    CFGFWK-60550: - doc says
    CFGFWK-60550: Script execution aborted. The script may contain an error.
    Cause:
    Action:
    Level: 1
    Type: ERROR
    Impact: Configuration
    I tried to google for this issue, look into the weblogic documentation but with no luck.
    So i would like to kindly ask, if anyone of you perhaps could give me a hint/advise with this problem.
    Thanks in advance.

    Hi,
    thanks for the reply but im not sure if we are talking about the same thing. What i need is to upgrade the weblogic "DOMAIN" not the weblogic installation itself.
    Anyway,
    after some googling and testing im again stucked with another issue:
    1. First i have created the old doman (10.3.0)
    2. Then i have tested the domain with the new weblogic version 10.3.5 - as it should be (and is) compatible within those 2 versions
    ---> worked fine
    3. Then via offline WLST(of weblogic 10.3.5) i have managed to create new template with command writeTemplate(nameOfTemplate.jar)
    4. But when i try to create the new domain with the new template via WLST(of weblogic 10.3.5) im again stucked (im able to read the template in wlst but not able to writeDomain ) - error:
    wls:/offline> readTemplate('/home/wg372/tmp/new_template.jar')
    wls:/offline/BmDomain>writeDomain('/home/wg372/tmp/new_domain')
    Error: writeDomain() failed. Do dumpStack() to see details.
    wls:/offline/BmDomain>dumpStack()
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.writeDomain$15(/var/tmp/WLSTOfflineIni6651397525640719781.py:71)
    at org.python.pycode._pyx3.call_function(/var/tmp/WLSTOfflineIni6651397525640719781.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx24.f$0(<console>:1)
    at org.python.pycode._pyx24.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
    ... 29 more
    I tried to have a look around for the "The application location must have write permission." problem but again with no luck.
    Furthemore when i try to do the same with old domain template, with old version of WLST (of weblogic 10.3.0), i have no problems with creating of the domain.
    Any ideas?
    Ill keep you updated :-)

  • BPM Enterprise - Create domain Fails

    Hello all
    I am new to BPM Enterprise
    I am using BPM Enterprise 10.3.1.0
    I am using WebLogic server 10.3 (R3)
    Databas Oracle 11g
    I run the configuration wizard to create the directory service and configure the engine. It works fine, but when it reachs to create the weblogic DOMAIN, it fails.
    The log says:
    CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JDK160~1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    PATH=C:\bea\patch_wlw1030\profiles\default\native;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\bea\JDK160~1\jre\bin;C:\bea\JDK160~1\bin;c:\ORACLE\app\pepe\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;C:\bea\WLSERV~1.3\server\native\win\32\oci920_
    Your environment has been set.
    CLASSPATH=C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JDK160~1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbtools57.jar;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting ShellType help() for help on available commands
    Starting server BPMServer
    Please see the server log files for startup messages available at C:\bea\user_projects\domains\BPM_DOMAIN (BUT THE FORDER IS EMPTY)
    Starting weblogic server ...
    WLST-WLS-1254257611468: Error occurred during initialization of VM
    WLST-WLS-1254257611468: Could not reserve enough space for object heap
    WLST-WLS-1254257611468: Stopped draining WLST-WLS-1254257611468
    WLST-WLS-1254257611468: Stopped draining WLST-WLS-1254257611468
    No stack trace available.
    Exiting WebLogic Scripting Tool.Any sugestions??? I have been searching in forums and documentation, but i can't find the problem
    I really appreciate any help :)
    Thanks in advance to all

    Hello
    I am running on my laptop which has 2GB of memory.
    I think the WLST can't allocate the memory specified in it's shell script. But i don't know where i can modify this parameter.
    Somehow i am able to start the <BEA_HOME>wlserver10.3\common\bin\wlst.cmd (which starts the wlsto). I opened this script and i can't see where the memory is set :(
    In the log file...it says that WLST is started successfully, but the problem of memory came when "STARTING BPM SERVER"
    Does anyone here have a sugestion where i could see/modify the parameter of memory for starting a server using WLST?
    Thanks in advance

  • Weblogic9: how to enable RuntimeMBeanServer

    Hi,
    I try to shutdown a server using WLST, but get error below. I did not do anythig about the server. Is the RuntimeMBeanServer disabled by default? How to enable it?
    Any information would be appreciated. Thanks in advance.
    WLST detected that the RuntimeMBeanServer is not enabled. This might
    happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    Please ensure that this MBeanServer is enabled. Online WLST cannot function
    without this MBeanServer.
    Traceback (innermost last):
    File "<string>", line 1, in ?
    File "<iostream>", line 11, in connect
    WLSTException: "Error occured while performing connect : Cannot connect to WLST.Could not find provi
    der for protocol t3 in package list 'weblogic.management.remote|mx4j.remote.provider|mx4j.tools.remo
    te.provider' Use dumpStack() to view the full stacktrace"

    Hi Wei,
    Can you provide a little more background on the environment that you are
    trying to run in. In particular what JDK and version of JMX are you using
    and your classpath.
    Charles
    <Wei Jiang> wrote in message news:[email protected]..
    Hi,
    I try to shutdown a server using WLST, but get error below. I did not do
    anythig about the server. Is the RuntimeMBeanServer disabled by default?
    How to enable it?
    Any information would be appreciated. Thanks in advance.
    WLST detected that the RuntimeMBeanServer is not enabled. This might
    happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    Please ensure that this MBeanServer is enabled. Online WLST cannot
    function
    without this MBeanServer.
    Traceback (innermost last):
    File "<string>", line 1, in ?
    File "<iostream>", line 11, in connect
    WLSTException: "Error occured while performing connect : Cannot connect to
    WLST.Could not find provi
    der for protocol t3 in package list
    'weblogic.management.remote|mx4j.remote.provider|mx4j.tools.remo
    te.provider' Use dumpStack() to view the full stacktrace"

Maybe you are looking for

  • Display parameters in the report....

    Hi friends, I have one requirement to show up the parameters the user has selected in the 'report customization form' in the report .Any thoughts pl help..I know it is possible in dynamic pages but i never tried in the report ...pl help Vishnu singir

  • Adf master -detail data table

    Hi, I have adf master detail data table , I put af:selectbooelancheckbox and autosubmit is true in detail data table .When I click the detail table , valuechangelistener of the af:selectbooelancheckbox is runnig I don't want this situation. Is it pos

  • Previous version on disk for FinalCutStudio 2 update

    We have two licenses of FinalCutStudio 1 installed in two PowerMac G5. One of those G5 is beginning to have problems and we are planning to substitute it. I remember that the installation in the G5 was a nightmare because it required the previous ver

  • BBC America HD Channel Not Available

    I'm seeing a notice on channel 689 for BBC America HD that the channel isn't available, but I can view the SD version on 189.  Anyone else having this problem?  I used the in home agent and it didn't report any outages.

  • Gnomes-hell shortcut workaround

    Yesterday I installed cinnamon. Unfortinately I can't found a way to bind it with any DM except gdm. So I got a broken shortcuts with gnomes-hell. No way to switch keyboard layouts. Keyboard panel applet missing at all. When I trying to add him to pa