Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Show Stopper WSCP WebSphere Control Program?

2 views
Skip to first unread message

RAvi Krishnamurthy

unread,
Jul 3, 2001, 1:27:10 PM7/3/01
to
Hi all,
I am trying to start WSCP on AIX, My websphere application server as
well as the Admin Client seem to be working perfectly fine ( I am able to
create an app server, deploy ejbs) but when i
invoke ./wscp.sh i get the following error.

Help Much Appreciated
Ravi Krishnamurthy
Rational Software Cupertino California

com.ibm.ejs.sm.client.RepositoryOpException: Failed to create
InitialContext : null
at
com.ibm.ejs.sm.client.RepositoryOpException.<init>(RepositoryOpException.jav
a:47)

at
com.ibm.ejs.sm.ejscp.ClientRepository.<init>(ClientRepository.java:150)
at
com.ibm.ejs.sm.ejscp.EjscpExtension.init(EjscpExtension.java:113)
at tcl.lang.JavaLoadCmd.cmdProc(JavaLoadCmd.java:129)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Interp.eval(Interp.java:2042)
at tcl.lang.Interp.eval(Interp.java:2071)
at com.ibm.ejs.sm.ejscp.WscpShell.main(WscpShell.java:99)
Failed to load extension : EjscpExtension

Schloop

unread,
Jul 3, 2001, 11:53:55 PM7/3/01
to
Are you using the default port number of 900 to connect to the
adminserver? If not you'll have to create a properties file with the
one line:
wscp.hostPort=<port_number_other_than_900>

and reference that properties file upon wscp invocation as in:

./wscp.sh -p wscp.properties ...

Remove "123" from e-mail to reply.

Markus Dillmann

unread,
Jul 4, 2001, 8:51:27 AM7/4/01
to
Hi,

do you have security enabled on the WAS-Server ? If so, you have to put the
login-informtation into a properties file for wscp. wscp is not able to open a
challenge to get user/password.

there is a howto in infocenter (or the 3.5 handbook redbook) about this topic

- Markus

mdillman.vcf

Ravi Srivatsav Krishnamurthy

unread,
Jul 5, 2001, 3:36:53 AM7/5/01
to
Thanks Schloop
i created a file with my port number specified and then gave it
executable permission and placed it in the java_home directory and it
picked up and wscp seems to be working just great.
So the solution if your lsdport is different from 900 is that create a
.property file with wscp.hostPort=<port_number_other_than_900> and
refernece with wscp.

Thanks
Ravi Krishnamurthy
Rational Software Cupertino CA

sch...@yahoo.com (Schloop) wrote in message news:<3b429262...@nntp.sprynet.com>...

0 new messages