-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSB_build script error #1
Comments
Hi, Do you have everything installed , WLS , OEPE and OSB . Then can you check your environment variables maybe generate a Sent from my iPad On 25 nov. 2011, at 20:50, Mahi2011
|
I am getting below error while executing ... Scripts/Test/Out/sbconfig.jar" "D:/Build/OSB/Scripts/Test/Out/cust.xml"' |
Hi , Can you check the generated py file and look at the invalid syntax Sent from my iPad On 27 nov. 2011, at 17:48, Mahi2011
|
I have verified the.py file but i couldn't find the syntax error. it is showing error at admin URL ...but the syntax is correct..could you pls cross verify it once ....it is there in above |
Hi, Regards |
I took scriprt from soa/tools:
i need to export OSB projects jar .below script should work for me ...but iam getting error
string trim errors:
unable to invoke WLST ...
script:
-
- <script> adminUser=sys.argv[1] adminPassword=sys.argv[2] adminUrl=sys.argv[3] exportJar = sys.argv[5] customFile = sys.argv[6] passphrase = "osb" project = sys.argv[4] connect(adminUser,adminPassword,adminUrl) domainRuntime() </script>
- <script> adminUser=sys.argv[1] adminPassword=sys.argv[2] adminUrl=sys.argv[3] passphrase = "osb" project=sys.argv[4] importJar=sys.argv[5] customFile=sys.argv[6] connect(adminUser,adminPassword,adminUrl) domainRuntime() </script>
Please helpme how can i execute above script...do i need to follow any specific steps
The text was updated successfully, but these errors were encountered: