Bind jbuilder6 to weblogic6

hello
i download a evaluation version of weblogic6 many days ago(i don't remember the
date for sure),today i want to bind it to my jb6,i keep up with the help document,enable
it as the project server of my project,then i start the weblogic from the "start"
menu of my computer SUCCESSFULLY,in the jb6,i select "run" icon,then "server"
to start project server,it ask me to input the weblogic password,after that,it
tell me follow:
$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
Unable to start WebLogic Server !!
Missing license file for: WebLogic Server 6.1
$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
why?
thanks for helps!

Hi,
it seems that your license is no longer valid. The license normally is
valid for 30 days after downloading. If you downloaded it longer than 30
days ago, you will have to download the installation package again.
Hope that helps,
Nils
zhebincong wrote:
>
hello
i download a evaluation version of weblogic6 many days ago(i don't remember the
date for sure),today i want to bind it to my jb6,i keep up with the help document,enable
it as the project server of my project,then i start the weblogic from the "start"
menu of my computer SUCCESSFULLY,in the jb6,i select "run" icon,then "server"
to start project server,it ask me to input the weblogic password,after that,it
tell me follow:
$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
Unable to start WebLogic Server !!
Missing license file for: WebLogic Server 6.1
$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
why?
thanks for helps!--
============================
[email protected]

Similar Messages

  • Binding jbuilder6 to weblogic6

    hello i download a evaluation version of weblogic6 many days ago(i don't remember
    the date for sure),today i want to bind it to my jb6,i keep up with the help document,enable
    it as the project server of my project,then i start the weblogic from the "start"
    menu of my computer SUCCESSFULLY,in the jb6,i select "run" icon,then "server"
    to start project server,it ask me to input the weblogic password,after that,it
    tell me follow:
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Unable to start WebLogic Server !! Missing license file for: WebLogic Server 6.1
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    why? thanks for helps!

    Please check for file named license.bea in your base
    Weblogic directory (e.g. D:\WLS6.1\license.bea).
    Does this file exist ?
    If yes, check the file permissions, then check file content
    for valid information.
    Developer Relation Engineer
    BEA Support

  • Integrate jbuilder6 and weblogic6

    hello
    i integrate the jbuilder6 with weblogic6,write a simple servlet,right click it,select
    "web run",it throw a "stringindexoutofboundsexception",as follow:
    C:\JBuilder6\jdk1.3.1\bin\javaw -classpath "C:\bea\wlserver6.1\lib\weblogic.jar;C:\bea\wlserver6.1\lib\weblogic.jar;C:\JBuilder6\jdk1.3.1\demo\jfc\Java2D\Java2Demo.jar;C:\JBuilder6\jdk1.3.1\jre\lib\i18n.jar;C:\JBuilder6\jdk1.3.1\jre\lib\jaws.jar;C:\JBuilder6\jdk1.3.1\jre\lib\rt.jar;C:\JBuilder6\jdk1.3.1\jre\lib\sunrsasign.jar;C:\JBuilder6\jdk1.3.1\lib\dt.jar;C:\JBuilder6\jdk1.3.1\lib\htmlconverter.jar;C:\JBuilder6\jdk1.3.1\lib\tools.jar"
    -ms64m -mx64m -Djava.library.path=C:/bea/wlserver6.1/bin -Dbea.home=C:/bea
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Djava.security.policy==C:/bea/wlserver6.1/lib/weblogic.policy
    -Dweblogic.management.password=88888888 weblogic.Server
    Starting WebLogic Server ....
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;11&#31186;> <Notice> <Management> <Loading
    configuration file .\config\mydomain\config.xml ...>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;18&#31186;> <Notice> <WebLogicServer>
    <Starting WebLogic Admin Server "myserver" for domain "mydomain">
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <J2EE> <Error deploying
    application TEST: Could not load TEST>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <Management> <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException: java.lang.StringIndexOutOfBoundsException:
    String index out of range: -1
         at java.lang.String.substring(String.java:1525)
         at weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.java:469)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:234)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3407)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3376)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:862)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:815)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load TEST - with nested exception:
    [java.lang.StringIndexOutOfBoundsException: String index out of range: -1]
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:431)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    >
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <Management> <Application
    Poller started for development server.>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <WebLogicServer>
    <ListenThread listening on port 8080>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 8081>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <Management> <Starting
    discovery of Managed Server... This feature is on by default, you may turn this off
    by passing -Dweblogic.management.discover=false>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development
    Mode>
    why?who can help me?
    thank you!

    Hi Shailendra,
    I searched a lot, there seems very few information from internet and internal about this topic, I'm not familiar with Workday and ServiceNow applicaitons, I would recommend you may post in the following community sites(which should be offcial
    sites) for a better assistance regarding the integration questions between Workday and ServiceNow and SharePoint Online(O365).
    https://community.servicenow.com/thread/174050
    https://community.workday.com/
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Jbuilder use weblogic6 as web server

    hello
    i integrate the jbuilder6 with weblogic6,write a simple servlet,right click it,select "web run",it throw a "stringindexoutofboundsexception",as follow:
    C:\JBuilder6\jdk1.3.1\bin\javaw -classpath "C:\bea\wlserver6.1\lib\weblogic.jar;C:\bea\wlserver6.1\lib\weblogic.jar;C:\JBuilder6\jdk1.3.1\demo\jfc\Java2D\Java2Demo.jar;C:\JBuilder6\jdk1.3.1\jre\lib\i18n.jar;C:\JBuilder6\jdk1.3.1\jre\lib\jaws.jar;C:\JBuilder6\jdk1.3.1\jre\lib\rt.jar;C:\JBuilder6\jdk1.3.1\jre\lib\sunrsasign.jar;C:\JBuilder6\jdk1.3.1\lib\dt.jar;C:\JBuilder6\jdk1.3.1\lib\htmlconverter.jar;C:\JBuilder6\jdk1.3.1\lib\tools.jar" -ms64m -mx64m -Djava.library.path=C:/bea/wlserver6.1/bin -Dbea.home=C:/bea
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Djava.security.policy==C:/bea/wlserver6.1/lib/weblogic.policy -Dweblogic.management.password=88888888 weblogic.Server
    Starting WebLogic Server ....
    <2002-7-2 ����02��17��11��> <Notice> <Management> <Loading configuration file .\config\mydomain\config.xml ...>
    <2002-7-2 ����02��17��18��> <Notice> <WebLogicServer> <Starting WebLogic Admin Server "myserver" for domain "mydomain">
    <2002-7-2 ����02��17��46��> <Error> <J2EE> <Error deploying application TEST: Could not load TEST>
    <2002-7-2 ����02��17��46��> <Error> <Management> <ApplicationManager starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1525)
         at weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.java:469)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:234)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3407)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3376)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:862)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:815)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load TEST - with nested exception:
    [java.lang.StringIndexOutOfBoundsException: String index out of range: -1]
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:431)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    >
    <2002-7-2 ����02��17��48��> <Notice> <Management> <Application Poller started for development server.>
    <2002-7-2 ����02��17��48��> <Notice> <WebLogicServer> <ListenThread listening on port 8080>
    <2002-7-2 ����02��17��49��> <Notice> <WebLogicServer> <SSLListenThread listening on port 8081>
    <2002-7-2 ����02��17��49��> <Notice> <Management> <Starting discovery of Managed Server... This feature is on by default, you may turn this off by passing -Dweblogic.management.discover=false>
    <2002-7-2 ����02��17��49��> <Notice> <WebLogicServer> <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development Mode>
    [b]
    why?who can help me?
    thank you!

    Hi did you solve this problem? I've got a similar problem.

  • Jbuilder6 and wls6

    hello
    i integrate the jbuilder6 with weblogic6,write a simple servlet,right click it,select
    "web run",it throw a "stringindexoutofboundsexception",as follow:
    C:\JBuilder6\jdk1.3.1\bin\javaw -classpath "C:\bea\wlserver6.1\lib\weblogic.jar;C:\bea\wlserver6.1\lib\weblogic.jar;C:\JBuilder6\jdk1.3.1\demo\jfc\Java2D\Java2Demo.jar;C:\JBuilder6\jdk1.3.1\jre\lib\i18n.jar;C:\JBuilder6\jdk1.3.1\jre\lib\jaws.jar;C:\JBuilder6\jdk1.3.1\jre\lib\rt.jar;C:\JBuilder6\jdk1.3.1\jre\lib\sunrsasign.jar;C:\JBuilder6\jdk1.3.1\lib\dt.jar;C:\JBuilder6\jdk1.3.1\lib\htmlconverter.jar;C:\JBuilder6\jdk1.3.1\lib\tools.jar"
    -ms64m -mx64m -Djava.library.path=C:/bea/wlserver6.1/bin -Dbea.home=C:/bea
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Djava.security.policy==C:/bea/wlserver6.1/lib/weblogic.policy
    -Dweblogic.management.password=88888888 weblogic.Server
    Starting WebLogic Server ....
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;11&#31186;> <Notice> <Management> <Loading
    configuration file .\config\mydomain\config.xml ...>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;18&#31186;> <Notice> <WebLogicServer>
    <Starting WebLogic Admin Server "myserver" for domain "mydomain">
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <J2EE> <Error deploying
    application TEST: Could not load TEST>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <Management> <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException: java.lang.StringIndexOutOfBoundsException:
    String index out of range: -1
         at java.lang.String.substring(String.java:1525)
         at weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.java:469)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:234)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3407)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3376)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:862)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:815)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load TEST - with nested exception:
    [java.lang.StringIndexOutOfBoundsException: String index out of range: -1]
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:431)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    >
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <Management> <Application
    Poller started for development server.>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <WebLogicServer>
    <ListenThread listening on port 8080>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 8081>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <Management> <Starting
    discovery of Managed Server... This feature is on by default, you may turn this off
    by passing -Dweblogic.management.discover=false>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development
    Mode>
    why?who can help me?
    thank you!

    hello
    i integrate the jbuilder6 with weblogic6,write a simple servlet,right click it,select
    "web run",it throw a "stringindexoutofboundsexception",as follow:
    C:\JBuilder6\jdk1.3.1\bin\javaw -classpath "C:\bea\wlserver6.1\lib\weblogic.jar;C:\bea\wlserver6.1\lib\weblogic.jar;C:\JBuilder6\jdk1.3.1\demo\jfc\Java2D\Java2Demo.jar;C:\JBuilder6\jdk1.3.1\jre\lib\i18n.jar;C:\JBuilder6\jdk1.3.1\jre\lib\jaws.jar;C:\JBuilder6\jdk1.3.1\jre\lib\rt.jar;C:\JBuilder6\jdk1.3.1\jre\lib\sunrsasign.jar;C:\JBuilder6\jdk1.3.1\lib\dt.jar;C:\JBuilder6\jdk1.3.1\lib\htmlconverter.jar;C:\JBuilder6\jdk1.3.1\lib\tools.jar"
    -ms64m -mx64m -Djava.library.path=C:/bea/wlserver6.1/bin -Dbea.home=C:/bea
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Djava.security.policy==C:/bea/wlserver6.1/lib/weblogic.policy
    -Dweblogic.management.password=88888888 weblogic.Server
    Starting WebLogic Server ....
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;11&#31186;> <Notice> <Management> <Loading
    configuration file .\config\mydomain\config.xml ...>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;18&#31186;> <Notice> <WebLogicServer>
    <Starting WebLogic Admin Server "myserver" for domain "mydomain">
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <J2EE> <Error deploying
    application TEST: Could not load TEST>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <Management> <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException: java.lang.StringIndexOutOfBoundsException:
    String index out of range: -1
         at java.lang.String.substring(String.java:1525)
         at weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.java:469)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:234)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:3407)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:3376)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:862)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:815)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:428)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load TEST - with nested exception:
    [java.lang.StringIndexOutOfBoundsException: String index out of range: -1]
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:431)
         at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
         at weblogic.j2ee.Application.addComponent(Application.java:163)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
         at weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy30.addWebDeployment(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1121)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:315)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy29.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
         at $Proxy38.start(Unknown Source)
         at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
         at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
         at weblogic.management.Admin.finish(Admin.java:590)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
         at weblogic.Server.main(Server.java:35)
    >
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <Management> <Application
    Poller started for development server.>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;48&#31186;> <Notice> <WebLogicServer>
    <ListenThread listening on port 8080>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 8081>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <Management> <Starting
    discovery of Managed Server... This feature is on by default, you may turn this off
    by passing -Dweblogic.management.discover=false>
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;49&#31186;> <Notice> <WebLogicServer>
    <Started WebLogic Admin Server "myserver" for domain "mydomain" running in Development
    Mode>
    why?who can help me?
    thank you!

  • How to increase heap size in JVM??

    Hello all,
    Iam trying to deploy an EAR file from JBuilder6 to WebLogic6.1 and Iam running into java.lang.OutOfMemoryError in JBuilder!!..Can someone tell me how to overcome this problem.
    TIA

    there are a set of config files in the JBuilder directory (bin directory I think - removed JBuilder a while back) that specify JVM arguments, what JVM to run etc.
    Chuck

  • Whose bug: IE or Fissues?

    Scenario:
    I got into one of my frequent "Submit that won't Submit" states and out of force of habit from having the same thing happen on Answers where we can not then reuse the Submit button I cloned the thread into its own tab, cloned my Submit and finished
    my post.  No trouble doing that.  I know that I could have tried to re-use the Submit button on TechNet.  I just forgot to use it.
    So, I continued working on my forum, leaving that "stuck" Submit still open.  Eventually I got to another thread that I wanted to reply to and got the warning that I already had a Reply open.  I tried to close it by contracting the preview
    and went back to the new preview post that I wanted to reply to.  Same message.  Went back to the place where my previously "hung" Submit was (BTW how are we supposed to find this if we forget what the Subject was?) and expanded it. 
    OMG. There was my new post (courtesy of the cloned thread) and more importantly no more sign of an open Reply frame, so I again tried to start my new Reply in the other preview thread.  Still got the warning?  WTH?
    ICIM this is on W8.1.2, so IE11.
    Robert Aldwinckle

    Something is barfing in the checks for manifest classpaths.
    Would be interesting to see the "web-app" that is causing this to happen. Can you
    jar up a simple webapp test case and attach it?
    mbg
    "zb cong" <[email protected]> wrote:
    >
    hello
    i integrate the jbuilder6 with weblogic6,write a simple servlet,right click
    it,select
    "web run",it throw a "stringindexoutofboundsexception",as follow:
    <2002-7-2 &#19979;&#21320;02&#26102;17&#20998;46&#31186;> <Error> <Management>
    <ApplicationManager
    starting Config caught throwable
    java.lang.reflect.UndeclaredThrowableException: java.lang.StringIndexOutOfBoundsException:
    String index out of range: -1
         at java.lang.String.substring(String.java:1525)
         at weblogic.servlet.internal.WebAppHelper.resolveManifestName(WebAppHelper.java:469)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:234)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles...
    why?who can help me?
    thank you!

  • Bea home and........

    hello
    when i setup my jbuilder6 to weblogic6,it ask me to input "bea home" and "weblogic6
    installation directory",i don't know which is which.
    my directory structure:
    f:/
    |
    |
    weblogic---jdk131
    |
    logs
    |
    utils
    |
    wlserver6.1
    thank you!

    Hi,
    Bea Home = f:\weblogic
    WebLogic 6 installation directory = f:\weblogic\wlserver6.1
    Nils
    [email protected] wrote:
    >
    hello
    when i setup my jbuilder6 to weblogic6,it ask me to input "bea home" and "weblogic6
    installation directory",i don't know which is which.
    my directory structure:
    f:/
    |
    |
    weblogic---jdk131
    |
    logs
    |
    utils
    |
    wlserver6.1
    thank you!
    ============================
    [email protected]

  • How to integrate jbuilder6.0  with weblogic6.1

    Hi ,
    Can anybody give me some steps to integrate Jbuilder 6.0 with weblogic6.1 ..
    Thanks

    There is a link to a white paper dated 17 Jan about this here:
    http://community.borland.com/all/0,1435,c|3|13,00.html
    "janvi" <[email protected]> wrote in message news:3d0f6ab9$[email protected]..
    >
    Hi ,
    Can anybody give me some steps to integrate Jbuilder 6.0 with weblogic6.1 ..
    Thanks

  • A strange problem of using jbuilder6&weblogic6.1 to develop EJB

    I just use jbuilder create an blank EJB, without add anything,then I begin to compile��when it excute "run ejbc on west.jar",there are some errors:
    "west.ejbgrpx": <2002-5-14 AM 02:46:35> <Warning> <EJB> <EJB Deployment: west has a class www.westBean which is in the classpath. This class should only be located in the ejb-jar file.>
    "west.ejbgrpx": <2002-5-14 AM 02:46:35> <Warning> <EJB> <EJB Deployment: west has a class www.westHome which is in the classpath. This class should only be located in the ejb-jar file.>
    "west.ejbgrpx": <2002-5-14 AM 02:46:35> <Warning> <EJB> <EJB Deployment: west has a class www.west which is in the classpath. This class should only be located in the ejb-jar file.>
    "west.ejbgrpx": ERROR: Error from ejbc: ERROR: The classes which ejbc generated from your home and remote interfaces cannot be loaded. Please ensure that you have set the -d option to a writeable directory.
    "west.ejbgrpx": ERROR: ejbc found errors
    but a few days ago,it works very well, Then i change the ejb server weblogic6.1 to borland application server,there is no problem during compiling.
    Please help me,Thank you very much!

    You have probably some space in your TEMP,TMP or CLASSPATH environments variable. ejbc don't like these spaces at all, so you have to move your libraries and code in order to remove these spaces.

  • Why so happen when tomcat call ejb from weblogic6.1?

    Hi everyone,
    I've developed a stataless session bean and deployed to weblogic6.1,then
    converted the ejb into a web service and deployed to axis hosting
    Tomcat4.1.when I developed a web service client to call the web service,but
    errors displayed as follows:
    AxisFault
    faultCode: {http://xml.apache.org/axis/}Server.userException
    faultSubcode:
    faultString: javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal ʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ]
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:
    javax.naming.AuthenticationException. Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal ʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    at javax.security.auth.Subject$SecureSet.add(Subject.java:1071)
    at
    weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(BootService
    sStub.java:72)
    at
    weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java
    :80)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:108)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFacto
    ryDelegate.java:509)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFac
    toryDelegate.java:364)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:336)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:208)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at
    org.apache.axis.providers.java.EJBProvider.getContext(EJBProvider.java:349)
    at
    org.apache.axis.providers.java.EJBProvider.getEJBHome(EJBProvider.java:314)
    at
    org.apache.axis.providers.java.EJBProvider.makeNewServiceObject(EJBProvider.
    java:127)
    at
    org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider
    .java:206)
    at
    org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.ja
    va:144)
    at
    org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:258)
    at
    org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
    71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at
    org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
    335)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
    FilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
    ain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
    va:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
    va:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
    java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
    :174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
    ction(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
    a:533)
    at java.lang.Thread.run(Thread.java:536)
    javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal ʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ]
    at
    org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:2
    49)
    at
    org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:16
    8)
    at
    org.apache.axis.encoding.DeserializationContextImpl.endElement(Deserializati
    onContextImpl.java:973)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
    Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
    her.dispatch(Unknown Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
    Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at
    org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
    textImpl.java:230)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2511)
    at org.apache.axis.client.Call.invoke(Call.java:2481)
    at org.apache.axis.client.Call.invoke(Call.java:2176)
    at org.apache.axis.client.Call.invoke(Call.java:2099)
    at org.apache.axis.client.Call.invoke(Call.java:1622)
    at wsclient.common.DynamicInvoker.invokeMethod(DynamicInvoker.java:177)
    at wsclient.common.DynamicInvoker.main(DynamicInvoker.java:79)
    Exception in thread "main"
    anyone may help me,thank you in advance!
    Regards peero

    Hello,
    I know the reason of the problem,that is the conflict from different
    version of jdk.As we know weblogic6.1 run using jdk1.3.1.If I run tomcat
    using jdk1.3.1,it work fine.But if change it jdk1.4.1,the error is always
    same.
    Anyway thank you!
    then can you tell me if weblogic6.1 can run using jdk1.4.1? If true,how to
    do?
    Regards,
    Peero
    "Bruce Stephens" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    Your WSDL looks fine, so this should not be your issue. I'd suggest
    that you focus on the security framework.
    Not much help,
    Bruce
    peero wrote:
    Hello Bruce,
    Thank you! the content of wsdl file list as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wsdl:definitions
    targetNamespace="http://localhost:8080/axis/services/Greeting"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:apachesoap="http://xml.apache.org/xml-soap"
    xmlns:impl="http://localhost:8080/axis/services/Greeting"
    xmlns:intf="http://localhost:8080/axis/services/Greeting"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <wsdl:message name="greetingRequest">
    <wsdl:part name="in0" type="xsd:string" />
    </wsdl:message>
    - <wsdl:message name="greetingResponse">
    <wsdl:part name="greetingReturn" type="xsd:string" />
    </wsdl:message>
    - <wsdl:portType name="Greeting">
    - <wsdl:operation name="greeting" parameterOrder="in0">
    <wsdl:input message="impl:greetingRequest" name="greetingRequest" />
    <wsdl:output message="impl:greetingResponse" name="greetingResponse"
    />
    </wsdl:operation>
    </wsdl:portType>
    - <wsdl:binding name="GreetingSoapBinding" type="impl:Greeting">
    <wsdlsoap:binding style="rpc"
    transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="greeting">
    <wsdlsoap:operation soapAction="" />
    - <wsdl:input name="greetingRequest">
    <wsdlsoap:bodyencodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="http://localhost:8080/axis/services/Greeting" use="encoded"
    />
    </wsdl:input>
    - <wsdl:output name="greetingResponse">
    <wsdlsoap:bodyencodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="http://localhost:8080/axis/services/Greeting" use="encoded"
    />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    - <wsdl:service name="GreetingService">
    - <wsdl:port binding="impl:GreetingSoapBinding" name="Greeting">
    <wsdlsoap:addresslocation="http://localhost:8080/axis/services/Greeting"
    />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Regards,
    Peero
    "Bruce Stephens" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    This is a curious stack trace and on the surface it looks like a
    security issue. I'm not sure we can help you solve the axis problem,
    but I would like to know from an interop perspective. Could you post
    the wsdl for the service you are trying to call?
    Thanks,
    Bruce
    peero wrote:
    Hi everyone,
    I've developed a stataless session bean and deployed to
    weblogic6.1,then
    converted the ejb into a web service and deployed to axis hosting
    Tomcat4.1.when I developed a web service client to call the webservice,but
    errors displayed as follows:
    AxisFault
    faultCode: {http://xml.apache.org/axis/}Server.userException
    faultSubcode:
    faultString: javax.naming.AuthenticationException [Root exception
    is> > > > java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal> > ʵÀýµÄ¶ÔÏó> > > > Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:
    javax.naming.AuthenticationException. Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.PrincipalʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    at javax.security.auth.Subject$SecureSet.add(Subject.java:1071)
    at
    weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(BootService
    sStub.java:72)
    at
    weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java
    :80)
    atweblogic.security.acl.internal.Security.authenticate(Security.java:108)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFacto
    ryDelegate.java:509)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFac
    toryDelegate.java:364)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:336)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:208)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:149)
    atjavax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    atjavax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at
    javax.naming.InitialContext.<init>(InitialContext.java:195)
    >>>>
    at
    org.apache.axis.providers.java.EJBProvider.getContext(EJBProvider.java:349)
    >>>>
    at
    org.apache.axis.providers.java.EJBProvider.getEJBHome(EJBProvider.java:314)
    >>>>
    at
    org.apache.axis.providers.java.EJBProvider.makeNewServiceObject(EJBProvider.
    java:127)
    at
    org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider
    .java:206)
    at
    org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.ja
    va:144)
    at
    org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:258)
    >>>>
    at
    org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
    71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
    atorg.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
    atorg.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at
    org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
    335)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
    FilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
    ain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
    va:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
    va:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    >>>>
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
    java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
    :174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    atorg.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    >>>>
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
    ction(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    >>>>
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
    a:533)
    at java.lang.Thread.run(Thread.java:536)
    javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.PrincipalʵÀýµÄ¶ÔÏó> > > > Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    at
    org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:2
    49)
    at
    org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:16
    8)
    at
    org.apache.axis.encoding.DeserializationContextImpl.endElement(Deserializati
    onContextImpl.java:973)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(UnknownSource)
    atorg.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
    Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
    her.dispatch(Unknown Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
    Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(UnknownSource)
    >>>>
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at
    org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
    textImpl.java:230)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2511)
    at org.apache.axis.client.Call.invoke(Call.java:2481)
    at org.apache.axis.client.Call.invoke(Call.java:2176)
    at org.apache.axis.client.Call.invoke(Call.java:2099)
    at org.apache.axis.client.Call.invoke(Call.java:1622)
    atwsclient.common.DynamicInvoker.invokeMethod(DynamicInvoker.java:177)
    >>>>
    at wsclient.common.DynamicInvoker.main(DynamicInvoker.java:79)
    Exception in thread "main"
    anyone may help me,thank you in advance!
    Regards peero

  • Webauction and jbuilder6

    Has anyone tried (successfully) to import the learnweblogic webauction
    source code into jbuilder6? I don't think it should be difficult but
    I don't seem to be able to get it right. I am using weblogic6.1.1 and
    the new webauction source code. My directories are:
    c:\winnt\administrator\jbproject\myAuction3\src\webauction\dto\
    " " \ejb\
    " " \jsp\taglib\
    the ejb-jar.xml,
    weblogic-ejb.xml and
    weblogic-cmp-rdbms are all in the ...\ejb\ directory (with .java
    files).
    the web.xml and weblogic.xml are in the ...\jsp\ directory (with .java
    files).
    I then create a new project with root at ...\myAuction3\
    and I get 4 packages in jbuilder:
    webauction.dto
    webauction.ejb
    webauction.jsp
    webauction.jsp.taglib
    Next, I choose "create new EJB module from XML" in JB6 and point it to
    the ...\ejb\ directory where JB6 discovers (only) the ejb-jar.xml
    file. I click okay.
    JB6 then builds a nice UMLesque diagram for WebAuctionEJB, ItemEJB,
    UserEJB, BidEJB and BidrecieverEJB...things look great at this
    point...except that the build fails and "verify" the EJB's XML fails.
    I know this is getting long winded so I will cut it off here. If
    someone could please help me get this straightened out I would REALLY
    appreciate it. I have been at it for several days now and I guess I
    have hit a wall.
    TIA,
    -Billy

    For anyone responding, I seem to have solved it. Works on one machine (NT), but not on another (XP home).
    Thanks anyway

  • Cannot Target JSM server under weblogic6.1sp2

              I just downloaded and installed weblogic6.1sp2. When I created JMS server and target
              the JMS server to the WL server node, I got the following error. Can someone help
              me:
              Here is my system info:
              Windows NT 2000 server service pack 2
              960 Mhz
              512 Mbytes of RAM
              Weblogic6.1sp2
              ------ error ----------
              weblogic.management.DistributedManagementException: Distributed Management [1
              exceptions]
                   at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:543)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy22.addDeployment(Unknown Source)
                   at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
                   at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
                   at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
                   at $Proxy13.setTargets(Unknown Source)
                   at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
                   at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
                   at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
                   at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Distributed update exception
              - remote object: ose:Location=oseapp1,Name=oseapp1,Type=ServerConfig
              - remote server: weblogic.management.internal.RemoteMBeanServerImpl@7b80c9
              - actionName: addDeployment
              - params: [Ljava.lang.Object;@5c0eb
              - signature: [Ljava.lang.String;@3cb509
              Distributed update exception
              - remote object: ose:Location=oseapp1,Name=oseapp1,Type=ServerConfig
              - remote server: weblogic.management.internal.RemoteMBeanServerImpl@7b80c9
              java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              Start server side stack trace:
              java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
                   at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
                   at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
                   at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
                   at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
                   at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
                   at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
                   at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
                   at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
                   at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
                   at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
                   at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
                   at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
                   at $Proxy62.bind(Unknown Source)
                   at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
                   at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
                   at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
                   at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
                   at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
                   at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy22.addDeployment(Unknown Source)
                   at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
                   at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
                   at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
                   at $Proxy13.setTargets(Unknown Source)
                   at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
                   at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
                   at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
                   at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End server side stack trace
                   <>
              --------------- nested within: ------------------
              weblogic.management.DeploymentException: - with nested exception:
              [java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              Start server side stack trace:
              java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
                   at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
                   at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
                   at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
                   at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
                   at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
                   at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
                   at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
                   at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
                   at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
                   at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
                   at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
                   at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
                   at $Proxy62.bind(Unknown Source)
                   at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
                   at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
                   at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
                   at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
                   at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
                   at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy22.addDeployment(Unknown Source)
                   at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
                   at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
                   at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
                   at $Proxy13.setTargets(Unknown Source)
                   at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
                   at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
                   at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
                   at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End  server side stack trace
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:338)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy22.addDeployment(Unknown Source)
                   at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
                   at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
                   at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
                   at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
                   at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
                   at $Proxy13.setTargets(Unknown Source)
                   at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
                   at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
                   at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
                   at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              --------------- nested within: ------------------
              weblogic.management.DistributedOperationUpdateException: - with nested exception:
              [weblogic.management.DeploymentException:  - with nested exception:
              [java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              Start server side stack trace:
              java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
                   at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
                   at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
                   at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
                   at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
                   at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
                   at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
                   at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
                   at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
                   at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
                   at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
                   at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
                   at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
                   at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
                   at $Proxy62.bind(Unknown Source)
                   at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
                   at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
                   at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
                   at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
                   at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
                   at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   --------------- nested within: ------------------
              weblogic.management.console.utils.SetException: An error occurred while updating
              Target on Proxy for ose:Name=oseapp1_jms_server,Type=JMSServer - with nested exception:
              [weblogic.management.DistributedManagementException: Distributed Management [1
              exceptions]]
                   at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
                   at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
                   at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Console Release Build6.1.2.0Server Release Build6.1.2.0Server BuildWebLogic Server
              6.1 SP2 12/18/2001 11:13:46 #154529 All Server Product VersionsWebLogic Server
              6.1 SP2 12/18/2001 11:13:46 #154529 WebLogic XML Module 6.1 SP2 12/18/2001
              11:28:02 #154529
              

    Hi Khoivu,
              This is a new one. I believe this is fixed in 7.0, and I will
              post a support case to get this fixed by 6.1SP3.
              Please post your config.xml (if you can the one
              from before you make the change the one after if they are different.).
              Meanwhile, I suspect there is a name collision in JNDI, perhaps youv have a destination with
              the same JNDI name as one of the default connection factories or another JNDI
              advertised object?
              Tom
              Khoivu wrote:
              > I just downloaded and installed weblogic6.1sp2. When I created JMS server and target
              > the JMS server to the WL server node, I got the following error. Can someone help
              > me:
              >
              > Here is my system info:
              >
              > Windows NT 2000 server service pack 2
              > 960 Mhz
              > 512 Mbytes of RAM
              > Weblogic6.1sp2
              >
              > ------ error ----------
              >
              > weblogic.management.DistributedManagementException: Distributed Management [1
              > exceptions]
              > at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:543)
              > at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > at $Proxy22.addDeployment(Unknown Source)
              > at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
              > at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
              > at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
              > at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
              > at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
              > at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
              > at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
              > at $Proxy13.setTargets(Unknown Source)
              > at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
              > at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
              > at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
              > at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > Distributed update exception
              > - remote object: ose:Location=oseapp1,Name=oseapp1,Type=ServerConfig
              > - remote server: weblogic.management.internal.RemoteMBeanServerImpl@7b80c9
              > - actionName: addDeployment
              > - params: [Ljava.lang.Object;@5c0eb
              > - signature: [Ljava.lang.String;@3cb509
              > Distributed update exception
              > - remote object: ose:Location=oseapp1,Name=oseapp1,Type=ServerConfig
              > - remote server: weblogic.management.internal.RemoteMBeanServerImpl@7b80c9
              > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              >
              > Start server side stack trace:
              > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              > at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
              > at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
              > at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
              > at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
              > at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              > at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              > at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              > at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              > at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
              > at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
              > at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
              > at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
              > at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
              > at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              > at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              > at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
              > at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
              > at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              > at $Proxy62.bind(Unknown Source)
              > at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
              > at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
              > at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
              > at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
              > at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
              > at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
              > at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
              > at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
              > at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
              > at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
              > at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > at $Proxy22.addDeployment(Unknown Source)
              > at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
              > at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
              > at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
              > at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
              > at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
              > at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
              > at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
              > at $Proxy13.setTargets(Unknown Source)
              > at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
              > at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
              > at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
              > at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > End server side stack trace
              >
              > <>
              > --------------- nested within: ------------------
              > weblogic.management.DeploymentException: - with nested exception:
              > [java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              >
              > Start server side stack trace:
              > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              >         at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
              >         at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
              >         at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
              >         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
              >         at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
              >         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
              >         at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
              >         at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              >         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              >         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
              >         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
              >         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              >         at $Proxy62.bind(Unknown Source)
              >         at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
              >         at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
              >         at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
              >         at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
              >         at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
              >         at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
              >         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
              >         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
              >         at java.lang.reflect.Method.invoke(Native Method)
              >         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
              >         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
              >         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
              >         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              >         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              >         at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
              >         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
              >         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              >         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              >         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              >         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              >         at $Proxy22.addDeployment(Unknown Source)
              >         at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
              >         at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
              >         at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
              >         at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
              >         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
              >         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
              >         at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
              >         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
              >         at $Proxy13.setTargets(Unknown Source)
              >         at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
              >         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
              >         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
              >         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
              >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              >         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
              >         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              >         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              >         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              >         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              >         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > End  server side stack trace
              > ]
              > at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:338)
              > at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
              > at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
              > at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
              > at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > at $Proxy22.addDeployment(Unknown Source)
              > at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
              > at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
              > at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
              > at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
              > at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
              > at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
              > at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
              > at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
              > at $Proxy13.setTargets(Unknown Source)
              > at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
              > at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
              > at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
              > at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > --------------- nested within: ------------------
              > weblogic.management.DistributedOperationUpdateException: - with nested exception:
              > [weblogic.management.DeploymentException:  - with nested exception:
              > [java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              >
              > Start server side stack trace:
              > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              >         at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
              >         at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
              >         at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:285)
              >         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
              >         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
              >         at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
              >         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
              >         at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
              >         at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              >         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              >         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
              >         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
              >         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              >         at $Proxy62.bind(Unknown Source)
              >         at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
              >         at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
              >         at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
              >         at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
              >         at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
              >         at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
              >         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
              >         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
              >         at java.lang.reflect.Method.invoke(Native Method)
              >         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
              >         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
              >         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
              >         --------------- nested within: ------------------
              > weblogic.management.console.utils.SetException: An error occurred while updating
              > Target on Proxy for ose:Name=oseapp1_jms_server,Type=JMSServer - with nested exception:
              > [weblogic.management.DistributedManagementException: Distributed Management [1
              > exceptions]]
              > at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
              > at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
              > at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > --------------------------------------------------------------------------------
              >
              > Console Release Build6.1.2.0Server Release Build6.1.2.0Server BuildWebLogic Server
              > 6.1 SP2 12/18/2001 11:13:46 #154529 All Server Product VersionsWebLogic Server
              > 6.1 SP2 12/18/2001 11:13:46 #154529 WebLogic XML Module 6.1 SP2 12/18/2001
              > 11:28:02 #154529
              

  • How do you bind a EJB home to a COSNaming service ?

    Hi All,
    I am trying to have a corba client(written in java) communicate to an EJB,
    but I am facing a few problems. As per the procedure specified by the BEA documentation
    I have created the idl files. Then using the idl (idl -jpoa=. -jbase=. Hello.idl)
    command I have created the respective java classes. But I am not sure wether
    the Weblogic server by default binds the EJB to a COSNaming service or not(In
    Borland App server it binds to a COSNaming service). Incase it does not then what
    do I need to do, to have the EJB bound to a COSNaming service. Generally how do
    I find out wether a Home Interface is bound to a Naming service? I am using Weblogic6.1
    app server and IONA Orbix 2000.
    Regards,
    Ameet.

    Hello Andy,
    Thank you very much for your reply. Forgive me sending out several
    messages, just to try to reach you. You can tell how frustrated I am
    with the issue. The O2K version I tried is 2.0 came with E2A application
    server.
    Have you tried Orbix 3? and any luck of it? What do you think is
    the effective way to push IONA to fix the bug?
    Thanks,
    Qing
    Andy Piper <[email protected]> wrote:
    "Qing Lu" <[email protected]> writes:
    Yeah, this is a bug in the Orbix 2000 idl compiler, I ran into this
    when I tried it and couldn't find any workaround. I reported the
    problem to Iona but I don't know whether they did anything about
    it. Incidentally what version of O2K is this? I tried with 1.2 and was
    going to try 2.0 - but if this is with 2.0 I won't bother.
    andy
    As far as I know, BEA implemented COSNaming wrapper around their JNDI.So EJB
    got bound just like in the normal case and your client uses COSNamingto get
    reference.
    Do you have any experience with CORBA C++ client (Orbix 2000) callingEJB? I have
    problem with it. I can generate stub files with Orbix idl compiler.
    But when I link stubs with the client.cpp, I got the following:
    [exec] clientC.cpp
    [exec] client.hh(1008) : error C2327: 'IT_Gen_DynamicProxy_EJBHome::EJBHome
    ::EJBMetaData' : member from enclosing class is not a type name, static,or enum
    erator
    [exec] clientC.cpp(1785) : error C2065: 'itlocal_result' : undeclaredident
    ifier
    [exec] clientC.cpp(1785) : error C2296: '*' : illegal, left operandhas typ
    e 'class javax::ejb::EJBMetaData *(__thiscall javax::ejb::IT_Gen_DynamicProxy_EJ
    BHome::*)(void)'
    [exec] clientC.cpp(1789) : error C2440: '=' : cannot convert from'class
    ja
    vax::ejb::EJBMetaData *' to 'int'
    [exec] This conversion requires a reinterpret_cast, aC-style cast
    or function-style cast
    [exec] client.cpp
    [exec] client.hh(1008) : error C2327: 'IT_Gen_DynamicProxy_EJBHome::EJBHome
    ::EJBMetaData' : member from enclosing class is not a type name, static,or enum
    erator
    [exec] Generating Code...
    BUILD FAILED
    Any help will be appreciated.
    "Ameet Kanguri" <[email protected]> wrote:
    Hi All,
    I am trying to have a corba client(written in java) communicate
    to
    an EJB,
    but I am facing a few problems. As per the procedure specified bythe
    BEA documentation
    I have created the idl files. Then using the idl (idl -jpoa=. -jbase=.
    Hello.idl)
    command I have created the respective java classes. But I am notsure
    wether
    the Weblogic server by default binds the EJB to a COSNaming serviceor
    not(In
    Borland App server it binds to a COSNaming service). Incase it doesnot
    then what
    do I need to do, to have the EJB bound to a COSNaming service. Generally
    how do
    I find out wether a Home Interface is bound to a Naming service? Iam
    using Weblogic6.1
    app server and IONA Orbix 2000.
    Regards,
    Ameet.--

  • DataSource-class pool-JNDI-bind-lookup

    Hi,
    I am a beginner in this subject and it is confused. I read that
    the best way to use the connections is from a DataSource. There
    are 2 ways to configure it:
    1- From the data-source.xml file
    2- Or using InitialContext, Context and bind method from a java
    program loaded in the startup.
    If so, which one is better?
    On the other hand, there are some classes I can use, for
    instance:
    1- OracleConnectionCacheImpl
    2- OracleConnectionPoolDataSource
    etc.
    which one is better?
    Thank you very much for any comment.
    Andres.

    Hi:
    upon further research, i find that the data
    that was used in State class at binding does not change on any update,
    like via foll -
    State s = (State)ic.lookup(JNDINAME);
    s.addHashtableEntry (key, val); or
    s.setDesc ("new desc");
    next time i lookup State class the hashtable entry is missing and desc is
    old and not "new desc".
    any help appreciated.
    thanks
    rajans
    Rajan Sadasivan wrote:
    Hi:
    I am using jdk1.3, weblogic6.0
    I am binding a state class like ->
    public class State implements Serializable {
    private String desc;
    private Hashtable sessions;
    onto the JNDI tree. Binding is done like initialCxt.bind (name,
    _state);
    and state's sessions has one entry in it and state's desc is set.
    I then use another client to do _initialCxt.lookup (name) on same
    weblogic JVM.
    The _state object is returned with correct value of desc; but the
    sessions
    hashtable is empty and the single entry is gone. I do see also the the
    State's finialize () method is called.
    Can anyone explain why i am losing hashtable information ?
    How do I make this work in weblogic jndi with hashtable info ?
    thanks
    rajans

Maybe you are looking for

  • Report changes for Multiple sets of books

    Hi, I am new to the financials suite. What changes would be needed in reports to make them global and run across multiple sets of books and currencies. I was thinking of eliminating any _all tables. I am not sure on what SOB related parameter changes

  • Deleted PR line item to PO

    Hi, When converting PR to PO through ME21N manually, deleted line items (deletion fllag on) from PR are adopting to PO as open line item. Is it a standard SAP behaviour? Can we prevent any other way except selecting the open only check box in Overvie

  • Entries

    Experts:- if we have doubts, we can ask that , I attended the one of the interview that one ask if we automatic payment programe paying co code, and sednig co code, what are the enteries, suppose if u pay other companies payments, plz tell me entries

  • TYPE Long in ABAP

    Hi all, I'm looking for a data element in ABAP SAP compared to a long in Java Thanks !

  • 10.6.5 Breaking USB Keyboard/Hub Combination?

    Hey guys, just did the update to 10.6.5 only to find my USB being dodgy and not working. After some digging around, came across this thread http://discussions.apple.com/thread.jspa?threadID=2644159&start=0&tstart=0 and followed the instructions liste