b*h 发帖数: 353 | 1 Hello everyone, I updated my weblogic server from 6.1 to 8.1. Then I was
trying to update .ear for 8.1 on the host from my local by following command:
/usr/bin/java -cp ../lib/weblogic.jar weblogic.deploy -debug -port 7001 -host
myhostname -component hit:advisor -component DEPLOYABLE_hit:advisor update
"******" hit ../dist/DEPLOYABLE_hit.ear
where "******" is the password.
The date of .ear on host side was changed after this command, but I got
exception server sides, the exception on the server |
v******e 发帖数: 63 | 2 My guess is you need to give user "system"'s password.
You can post your question to BEA's dev2dev.bea.com site to get faster
support.
command:
-host
verImpl.setAttribute(Ljavax.management.ObjectName;Ljavax.management.Attribute;
weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.wls
weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.run
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.
weblogic.management.internal.Secu
【在 b*h 的大作中提到】 : Hello everyone, I updated my weblogic server from 6.1 to 8.1. Then I was : trying to update .ear for 8.1 on the host from my local by following command: : /usr/bin/java -cp ../lib/weblogic.jar weblogic.deploy -debug -port 7001 -host : myhostname -component hit:advisor -component DEPLOYABLE_hit:advisor update : "******" hit ../dist/DEPLOYABLE_hit.ear : where "******" is the password. : The date of .ear on host side was changed after this command, but I got : exception server sides, the exception on the server
|
b*h 发帖数: 353 | 3 Thank you for reply. But how to give user the system's password? Thanks.
verImpl.setAttribute(Ljavax.management.ObjectName;Ljavax.management.Attribute;
weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.wls
weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.run
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.
at
weblogic.management.internal.SecurityHelper.isAccessAllowed(SecurityHelper.jav
weblogic.management.internal
【在 v******e 的大作中提到】 : My guess is you need to give user "system"'s password. : You can post your question to BEA's dev2dev.bea.com site to get faster : support. : : command: : -host : verImpl.setAttribute(Ljavax.management.ObjectName;Ljavax.management.Attribute; : weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.wls : weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.run : weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.
|
p***n 发帖数: 635 | 4 if your company has support account, just open a ticket and call those
guys at BEA. they have around the clock support.
especially if there is a bug in WEBLOGIC, you'll rack your head for days
to figure out
【在 v******e 的大作中提到】 : My guess is you need to give user "system"'s password. : You can post your question to BEA's dev2dev.bea.com site to get faster : support. : : command: : -host : verImpl.setAttribute(Ljavax.management.ObjectName;Ljavax.management.Attribute; : weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.wls : weblogic.management.internal.SecurityHelper$IsAccessAllowedPrivilegeAction.run : weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.
|