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!

Similar Messages

  • Visulage 3.5 and wls6.0

    Is it possible to have visulage 3.5 and wls6.0 work together.
    (i know that visulage 3.5 and wls5.1 work together)
    Regards
    Suchak Jani

    Hello,
    There is no magic formula for that, if you want to use the end routine use the new load for bi7. If not, use what you like most.
    Regards,
    Jorge Diogo

  • MQSeries and WLS6.1-SP3 integration question

    Hello all,
    I am trying to have WLS6.1-sp3 MDBs consume messages off
    MQSeries 5.2 queues. My quetions are:
    1. Do I need to use the JMSBridge60.zip? I assume I don't need it
    since it say WLS6.1 has builtin brdige. If so, then what is the
    appropriate approach.
    2. Is it possible to have WLS and MQSeries 5.2 participate in
    two-phase commit based trascations?
    your help is greatly appreciated.
    Many thanks.

    Hello all,
    I am trying to have WLS6.1-sp3 MDBs consume messages off
    MQSeries 5.2 queues. My quetions are:
    1. Do I need to use the JMSBridge60.zip? I assume I don't need it
    since it say WLS6.1 has builtin brdige. If so, then what is the
    appropriate approach.
    2. Is it possible to have WLS and MQSeries 5.2 participate in
    two-phase commit based trascations?
    your help is greatly appreciated.
    Many thanks.

  • Web Service WLS9.2 and WLS6.1 SOAP compatibility

    We have a Web Service (running on WLS6.1) which has been published for a long time, and many customers have developed their own clients.
    Now we must upgrade our Web Service from WLS6.1 to WLS9.2. In practice we had to re-develope the Web Service starting form the original WSDL.
    The new WSDL is identical to the original one, and the business code inside has obviously been kept the same.
    The new Java Test Client that we generated with clientgen (WLS92) works fine, but we need to guarantee total compatibility for all the clients developed for the 6.1 version.
    Unfortunately testing our new Web Service (WLS9.2) with our old java Client (developed with WLS6.1), we found that the SOAP implementation of arrays has changed, and therefore the old client is not compatible with the new Web Services.
    Is this a known issue? Is there a workaround or a solution to this problem?
    == WLS6.1 array "listaPacchetti " SOAP implementation ==
    <listaPacchetti xsi:type='SOAP-ENC:Array' xmlns:bean='java:smash.webservices.bean' SOAP-ENC:arrayType='bean:PacchettoBean[2]'>
    <item xsi:type='bean:PacchettoBean' xmlns:bean='java:smash.webservices.bean' >
    <numeroSmsResidui xsi:type='xsd:int'>2908</numeroSmsResidui>
    <flagOnOffNet xsi:type='xsd:int'>1</flagOnOffNet>
    <numeroSmsIniziali xsi:type='xsd:int'>4000</numeroSmsIniziali>
    <idPacchetto xsi:type='xsd:string'>9693</idPacchetto>
    <cessato xsi:type='xsd:int'>0</cessato>
    <dataScadenza xsi:type='xsd:string'>28-02-2008</dataScadenza>
    </item>
    <item xsi:type='bean:PacchettoBean' xmlns:bean='java:smash.webservices.bean' >
    <numeroSmsResidui xsi:type='xsd:int'>1866</numeroSmsResidui>
    <flagOnOffNet xsi:type='xsd:int'>0</flagOnOffNet>
    <numeroSmsIniziali xsi:type='xsd:int'>2000</numeroSmsIniziali>
    <idPacchetto xsi:type='xsd:string'>9694
    </idPacchetto>
    <cessato xsi:type='xsd:int'>0</cessato>
    <dataScadenza xsi:type='xsd:string'>28-02-2008</dataScadenza>
    </item>
    </listaPacchetti>== WLS9.2 array "listaPacchetti " SOAP implementation ==
    <listaPacchetti>
    <numeroSmsResidui>2908</numeroSmsResidui>
    <flagOnOffNet>1</flagOnOffNet>
    <numeroSmsIniziali>4000</numeroSmsIniziali>
    <idPacchetto>9693</idPacchetto>
    <cessato>0</cessato>
    <dataScadenza>28-02-2008</dataScadenza>
    </listaPacchetti>
    <listaPacchetti>
    <numeroSmsResidui>1866</numeroSmsResidui>
    <flagOnOffNet>0</flagOnOffNet>
    <numeroSmsIniziali>2000</numeroSmsIniziali>
    <idPacchetto>9694</idPacchetto>
    <cessato>0</cessato>
    <dataScadenza>28-02-2008</dataScadenza>
    </listaPacchetti>Any help will be appreciated!
    Thank you
    Laura

    Hi
    Thanks for your reply
    I downloaded OC4J 10.1.2.0.2 and ran it as as a standalone server.
    I read the blog you linked and made the changes to the web.xml for the webservice. All of which I was able to do using the property palette in jdev 10.1.2.1.0.
    I deployed my webservice to my oc4j standalone server and it appeared as a new application. I editied the orion-web.xml for the new application manually.
    When I point my browser at the webservice I get the test page which allows me to pass parameters to the webserive. I invoke the webservice (which does a HTTP GET according to the test page) and the webservice runs. No user and password is needed though.
    What is the expected behaviour? I was hoping that the webservice wouldn't run until I supplied the admin user name and password
    paul

  • 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]

  • Difference between WLS6.1 SP2 and SP3

    I have recently tested my application in WLS 6.1 SP3 (who work normally in WLS 6.1 SP2) , I have problem with my jsp page for merging a jsp in another
    What need I do to correct it ?

    wliu wrote:
    When i deploy the database pool,it throw the following exception:could find
    ocicore9.dll
    and my config.xml is:
    <JDBCConnectionPool DriverName="oracle.jdbc.OracleDriver"
    InitialCapacity="20" MaxCapacity="20" Name="oracleOciPool"
    Password="{3DES}IHsomrZ2hLxZiBrV9VXTlQ=="
    PreparedStatementCacheSize="100"
    Properties="user=db9i;password=password;server=db9i"
    RefreshMinutes="5" Targets="MyCluster,server2,server1"
    TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:oci:@"/>
    I am running at w2k and wls6.1 sp2
    oracle runnint at Tru64 unix
    and classpath has contained classes12.zip which is the lastest version, path
    has contain %BEA_HOME%\bin\oci901_8 directoryOcicore.dll may be an Oracle OCI library. Your path (the path list that Tru64 Unix
    uses to search for native libraries) must also contain all the standard Oracle client
    libraries.
    Joe

  • How can I add an image to a project and change it at runtime?

    I'm using JBuilder6 and I thought I saw a control to add images but I can't find it. I also wanted to be able to change the control at runtime. Also how should I specify the path so it knows how to use it? I hate to hard code one in. Since this is probably gonna be ported to other OS does Java have a way around this? I was going to put the images into my project's directory. For me to be able to just include the file w/the extension do I need to put it in the src folder or will the main directory be accessible?

    To add an image, or other source file with JBuilder, you have a button call "Add to project", his icon is a folder with a green cross.
    To call the Image os independant, I sugest you to put your images in a folder "image" in your project folder. Then to call them, you could use this :
    image=new ImageIcon(AClass.class.getResource("image"+java.io.File.separator+imageName));Where AClass is a class of your project, in general, the class where you call getRessource;
    "image" is the name of the under folder where are the image in your project folder;
    imageName is a string with the name of the file witch contains the image, for exemple : "my image.gif"I hope I help you.
    JHelp.

  • 5.1 version EAR built for WLS6.1

    Hello all,
    I have posted this in this ng before, but havent got a reply yet. I hope
    somebody can help, cos I havent been able to progress further because of
    this problem.
    Im trying to install a EAR file built for EJB 1.1 spec on to WLS
    6.1.3(running on Win2K Prof, with Oracle 8.1.7).
    There are 2 problems:
    1. I havent been able to succesfully deploy my ear file on WLS6.1 with
    XADrivers. The cmp beans do not deploy. They fail with the following
    exception :
    Unable to deploy EJB: EntityBeanA from ejbJars.jar:
    The Container-Managed Persistence Entity EJB failed while creating its SQL
    TypeMap. The error was: null, Exception = null
    Having experimented with a large number of configuration parameters for the
    connection pool and TXdatasources, I finally have this in my config
    file,which Ibelieve is right :
    <JDBCTxDataSource EnableTwoPhaseCommit="false"
    JNDIName="weblogic.jdbc.jts.default.eBanking" Name="eBankDs"
    PoolName="eBanking" Targets="myserver"/>
    <JDBCConnectionPool DriverName="weblogic.jdbc.oci.xa.XADataSource"
    Name="eBanking"
    Properties="user=ebank120;password=ebank120;dataSourceName=eBankDs;serverNam
    e=ICARUS.EBANKING"
    SupportsLocalTransaction="true" Targets="myserver"
    TestTableName="bankusers"/>
    Not that this works either..
    2. So I have arrived at the (erroneous?) conclusion that something's wrong
    with my application's descriptors. Im attempting to create an EJB1.1 bean
    with WLS6.1 weblogic-ejb-jar and weblogic-cmp-rdbms-jar xml files.
    2.1. Is this combination valid?
    2.2 Ii try to run ejbc on such a jar file with one test bean (with an
    ejb1.1 ejb-jar.xml and WLS 6.1 weblogic-ejb-jar.xml and wls6.1
    weblogic-cmp-rdbms-jar.xml).
    2.2.1 The weblogic-ejb-jar has the type-version tag as 5.1.0. I get
    the following errors :
    ERROR: Error from ejbc: Error while reading
    'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was: while processing
    weblogic-rdbms-bean.xml file: encountered an unexpected version of xml
    file. Make sure that your weblogic-rdbms-bean.xml file is the correct
    version (e.g. a common error is to use a 6.0.0 CMP20 cmp xml file on a
    5.1.0CMP11 Bean). Got xml processor:
    weblogic.ejb20.dd.xml.WebLogicEjbJarLoader_WLS600
    2.2.2 The weblogic-ejb-jar has the type-version tag as 6.0. I get
    the following errors :
    ERROR: Error from ejbc: Error while deploying EJB 'Ctpaclxrf'. The bean is
    using container managed persistence version 1.x, but the bean's persistence
    type is
    using version 2.x. The types must be the same. ERROR: ejbc found errors
    So Im at a loss currently. Nothing seems to be working. Im sorry for the
    long post, but I'd be very grateful if somebody could help. Any help at all
    is very welcome.
    Thanks and regards,
    Pavan

    EJB 1.1 to EJB 2.0 conversion
    http://e-docs.bea.com/wls/docs61/notes/migrate.html#1078938
    pavan wrote:
    Hello all,
    I have posted this in this ng before, but havent got a reply yet. I hope
    somebody can help, cos I havent been able to progress further because of
    this problem.
    Im trying to install a EAR file built for EJB 1.1 spec on to WLS
    6.1.3(running on Win2K Prof, with Oracle 8.1.7).
    There are 2 problems:
    1. I havent been able to succesfully deploy my ear file on WLS6.1 with
    XADrivers. The cmp beans do not deploy. They fail with the following
    exception :
    Unable to deploy EJB: EntityBeanA from ejbJars.jar:
    The Container-Managed Persistence Entity EJB failed while creating its SQL
    TypeMap. The error was: null, Exception = null
    Having experimented with a large number of configuration parameters for the
    connection pool and TXdatasources, I finally have this in my config
    file,which Ibelieve is right :
    <JDBCTxDataSource EnableTwoPhaseCommit="false"
    JNDIName="weblogic.jdbc.jts.default.eBanking" Name="eBankDs"
    PoolName="eBanking" Targets="myserver"/>
    <JDBCConnectionPool DriverName="weblogic.jdbc.oci.xa.XADataSource"
    Name="eBanking"
    Properties="user=ebank120;password=ebank120;dataSourceName=eBankDs;serverNam
    e=ICARUS.EBANKING"
    SupportsLocalTransaction="true" Targets="myserver"
    TestTableName="bankusers"/>
    Not that this works either..
    2. So I have arrived at the (erroneous?) conclusion that something's wrong
    with my application's descriptors. Im attempting to create an EJB1.1 bean
    with WLS6.1 weblogic-ejb-jar and weblogic-cmp-rdbms-jar xml files.
    2.1. Is this combination valid?
    2.2 Ii try to run ejbc on such a jar file with one test bean (with an
    ejb1.1 ejb-jar.xml and WLS 6.1 weblogic-ejb-jar.xml and wls6.1
    weblogic-cmp-rdbms-jar.xml).
    2.2.1 The weblogic-ejb-jar has the type-version tag as 5.1.0. I get
    the following errors :
    ERROR: Error from ejbc: Error while reading
    'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was: while processing
    weblogic-rdbms-bean.xml file: encountered an unexpected version of xml
    file. Make sure that your weblogic-rdbms-bean.xml file is the correct
    version (e.g. a common error is to use a 6.0.0 CMP20 cmp xml file on a
    5.1.0CMP11 Bean). Got xml processor:
    weblogic.ejb20.dd.xml.WebLogicEjbJarLoader_WLS600
    2.2.2 The weblogic-ejb-jar has the type-version tag as 6.0. I get
    the following errors :
    ERROR: Error from ejbc: Error while deploying EJB 'Ctpaclxrf'. The bean is
    using container managed persistence version 1.x, but the bean's persistence
    type is
    using version 2.x. The types must be the same. ERROR: ejbc found errors
    So Im at a loss currently. Nothing seems to be working. Im sorry for the
    long post, but I'd be very grateful if somebody could help. Any help at all
    is very welcome.
    Thanks and regards,
    Pavan

  • Jbuilder 6 and the J2EE server.

    I love Jbuilder and I have been using the J2EE Server(Through the Forte Ide) to develop a few J2EE applications. Is it possible to develop and deploy J2EE applications using only Jbuilder6 and the J2EE server.
    NB: Applications are for educational purposes.

    I'm presently trying to get the Java Pet Store demo
    http://interstagedemo.fs.fujitsu.com:8000/petstore/index.jsp
    working in JBuilder 7 Enterprise, and I've made at least some headway (some of the JPS 1.3_01 source files aren't in the right subdirectories- per their package declarations- which I've reported to Sun and which they've promised to fix in v1.3_02). JPS works out-of-the-box with the Cloudscape database that's distributed with J2EE v1.3, but at the moment, I can't figure out how to make the JPS connect to Cloudscape through JBuilder.
    Borland has their own J2EE server/container, and in fact I just received their 60-day trial on 2 CDs today ("Borland Solution for Java Trial" $19.90 US including shipping; includes JBuilder 7 Enterprise 30-day trial):
    http://shop.borland.com/dr/v2/ec_MAIN.Entry10?V1=396710&PN=1&SP=10023&xid=39696&DSP=&CUR=840&PGRP=0&CACHE_ID=0
    BES (Borland Enterprise Server) claims to be well-integrated with JBuilder, so it may be a better bet than trying to use the freebie J2EE server, at least to start off with.

  • J2SDK1.4 conflict with JBuilder6 on XP

    Hi!
    I have installed JBuilder6 and J2SDK 1.4 and now
    my DOS prompt on my XP will use the JDK1.3.1 that
    comes with JBuilder6 no matter how I set to J2SDK1.4 all the
    JAVA environment variables in the XP's advanced system
    environement variables. I also changed the default SDK
    in the JBuilder to J2SDK 1.4. That works when compiling
    in the JBuilder, but the DOS prompt will still insist on using
    the JDK1.3.1. Anybody knows how I can fix this please?

    >
    Edit the file jdk.config that is available under
    JBuilder6\bin directory and change the location of the
    JDK from jdk1.3.1 to jdk1.4.
    as below
    javapath D:\jdk1.4.0/bin/java
    addpath D:\jdk1.4.0/lib/tools.jar
    NO. Do not do this - it will make your JBuilder quite unstable.
    It's likely that the JBuilder installation has put the JDK 1.3.1 paths on your system Path (check your environment). If this is the case, fix up your Path to point to the JDK 1.4 directory. Also check to see if you have an environment variable called JAVA_HOME in either the System or User environment, and fix it up to point to the JVM that you want to use.
    If you're talking about the JVM loaded by the Java Plug-In (into IE or Netscape), you need to bring up the Java Plug-in Control Panel (from your Control Panel folder), and see what JVMs it sees, and set it to point to the 1.4VM.
    If all else, fails, just uninstall and re-install the 1.4 JDK - it'll fix up everything nicely. JBuilder will continue to use 1.3.1 for itself (remember: JBuilder is a pure java program!).
    If you want JBuilder to use the 1.4 to run your program, go to JBuilder's Tools menu and select the Configure JDK... menu item, and point it at your 1.4 JDK. This info is now saved as part of the project.

  • Geting a SCROLL BAR to scroll

    hi i have create this application using JBuilder6 and it has a JTextArea within a JPanel, but i cannot get the text to scroll.
    Any comments welcomed.
    d code:
    package com.borland.samples.gary;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    * <p>Author: </p>
    * <p>Description: </p>
    * <p>Copyright: Copyright (c) 2003</p>
    * <p>Company: </p>
    * @author unascribed
    * @version 1.0
    public class Frame1 extends JFrame {
      JPanel contentPane;
      JButton jButton1 = new JButton();
      FlowLayout flowLayout1 = new FlowLayout();
      JButton jButton2 = new JButton();
      JButton jButton3 = new JButton();
      JButton jButton4 = new JButton();
      JScrollPane jScrollPane1 = new JScrollPane();
      JTextArea jTextArea2 = new JTextArea();
      Border border1;
      //Construct the frame
      public Frame1() {
        enableEvents(AWTEvent.WINDOW_EVENT_MASK);
        try {
          jbInit();
        catch(Exception e) {
          e.printStackTrace();
      //Component initialization
      private void jbInit() throws Exception  {
        //setIconImage(Toolkit.getDefaultToolkit().createImage(Frame1.class.getResource("[Your Icon]")));
        contentPane = (JPanel) this.getContentPane();
        border1 = BorderFactory.createEmptyBorder();
        jButton1.setText("jButton1");
        contentPane.setLayout(flowLayout1);
        this.setSize(new Dimension(400, 300));
        this.setTitle("Frame Title");
        jButton2.setText("jButton2");
        jButton3.setText("jButton3");
        jButton4.setText("jButton4");
        jTextArea2.setPreferredSize(new Dimension(250, 170));
        jTextArea2.setMargin(new Insets(3, 3, 3, 3));
        jTextArea2.setLineWrap(true);
        jTextArea2.setWrapStyleWord(true);
        jScrollPane1.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
        jScrollPane1.setViewportBorder(border1);
        jScrollPane1.setNextFocusableComponent(jTextArea2);
        jScrollPane1.addMouseListener(new java.awt.event.MouseAdapter() {
          public void mousePressed(MouseEvent e) {
            jScrollPane1_mousePressed(e);
        contentPane.add(jButton1, null);
        contentPane.add(jButton2, null);
        contentPane.add(jButton3, null);
        contentPane.add(jButton4, null);
        contentPane.add(jScrollPane1, null);
        jScrollPane1.getViewport().add(jTextArea2, null);
      //Overridden so we can exit when window is closed
      protected void processWindowEvent(WindowEvent e) {
        super.processWindowEvent(e);
        if (e.getID() == WindowEvent.WINDOW_CLOSING) {
          System.exit(0);
      void jScrollPane1_mousePressed(MouseEvent e) {
        jTextArea2.append("mouussee pressed");
    }cheers Brendan2003

    Change jTextArea2.setPreferredSize() to jScrollPane1.setPreferredSize(). As it stands now, you are telling the text area that you don't want it to change size, if at all possible, so it doesn't.

  • Adapter jar file in classpath ?

    Hi All,
              Is it still a requirement to put the adapter jar file in classpath for the
              adapter developed using ADK in WLI2.1 and WLS6.1SP1 ?
              coz if I dont put it in the classpath, then its not able to find the message
              bundle files (.properties and .xml) !!
              Thanks
              Amit
              

    then i created a jar file named darshan.jar with following command :
    jar -xvf d:\darshan.jar darshan/*.classThat command doesn't create a .jar file, it extracts files from an existing one. You need to use c instead of x to create a new .jar file:
    jar -cvf d:\darshan.jar darshan/*.class

  • Upload time faster on wintel than solaris

    I posted a similar question before but have not resolved the issue so...
    I setup WLS 6.1 on a wintel, 500MHz laptop
    and WLS6.1 on a E220R running Solaris 8
    my client browser is IE 5.5 running on Win2k
    I tested the time it takes to upload a file using the console to upload an
    EAR file
    when I upload a 2.5Mb EAR to wintel it takes about 5 seconds to upload and
    install
    on the solrais box it takes about 35 seconds, most of this time is spend
    uploading the file
    why is it so much slower to upload to solaris?
    any help on this will be greatly appreciated
    Jim Durnford [email protected]

    Thanks for the tips, Varjak.
    I never use so-called 'download accelerators', nothing like more useless software on the system.
    My anti-virus programs and settings are such that they don't affect my downloads.  Anything that I download from other sites (Google, Netflix, etc) come in at similar speeds regardless of whether I'm on the PC, Mac, tablet, or whatever.
    It's not really an issue, I was just curious if anyone else has compared their PC vs. Mac and noticed the same thing I experience.
    This happens across all other OS's, not just Windows.  The Mac isn't faster anywhere else only on the Apple-based iTunes.  I just find it funny and it wouldn't surprise me at all if their system 'sniffs out' Macs and gives them the fast lane for downloading from iTunes!

  • Upload to solaris slower than to wintel

    I posted a similar question before but have not resolved the issue so...
    I setup WLS 6.1 on a wintel, 500MHz laptop
    and WLS6.1 on a E220R running Solaris 8
    my client browser is IE 5.5 running on Win2k
    I tested the time it takes to upload a file using the console to upload an
    EAR file
    when I upload a 2.5Mb EAR to wintel it takes about 5 seconds to upload and
    install
    on the solrais box it takes about 35 seconds, most of this time is spend
    uploading the file
    why is it so much slower to upload to solaris?
    Jim Durnford [email protected]

    Jim,
    Experienced similar performance deltas when compiling JSP pages from the
    command line. On wintel it takes about 10 minutes for several hundred pages
    whereas it takes at least several hours on Solaris using exactly the same
    script to compile. I cannot give you the precise time difference since I
    killed it after two hours on Solaris. Recieved the old shoulder shrug when
    the subject was brought to the attention of WL support. No answer.
    "Jim Durnford" <[email protected]> wrote in message
    news:[email protected]..
    I posted a similar question before but have not resolved the issue so...
    I setup WLS 6.1 on a wintel, 500MHz laptop
    and WLS6.1 on a E220R running Solaris 8
    my client browser is IE 5.5 running on Win2k
    I tested the time it takes to upload a file using the console to upload an
    EAR file
    when I upload a 2.5Mb EAR to wintel it takes about 5 seconds to upload and
    install
    on the solrais box it takes about 35 seconds, most of this time is spend
    uploading the file
    why is it so much slower to upload to solaris?
    Jim Durnford [email protected]

  • Stateful bean not failing over

              I have a cluster of two servers and a Admin server. Both servers are running NT
              4 sp6 and WLS6 sp1.
              When I stop one of the servers, the client does n't automatically failover to
              the other server, instead it fails unable to contact server that has failed.
              My bean is configured to have its home clusterable and is a stateful bean. My
              client holds onto the remote interface, and makes calls through this. If Server
              B fails then it should automatically fail over to server A.
              I have tested my multicast address and all seems to be working fine between servers,
              my stateless bean work well, load balancing between servers nicely.
              Does anybody have any ideas, regarding what could be causing the stateful bean
              remote interface not to be providing failover info.
              Also is it true that you can have only one JMS destination queue/topic per cluster..The
              JMS cluster targeting doesn't work at the moment, so you need to deploy to individual
              servers?
              Thanks
              

    Did you enable stateful session bean replication in the
              weblogic-ejb-jar.xml?
              -- Rob
              Wayne Highland wrote:
              >
              > I have a cluster of two servers and a Admin server. Both servers are running NT
              > 4 sp6 and WLS6 sp1.
              > When I stop one of the servers, the client does n't automatically failover to
              > the other server, instead it fails unable to contact server that has failed.
              >
              > My bean is configured to have its home clusterable and is a stateful bean. My
              > client holds onto the remote interface, and makes calls through this. If Server
              > B fails then it should automatically fail over to server A.
              >
              > I have tested my multicast address and all seems to be working fine between servers,
              > my stateless bean work well, load balancing between servers nicely.
              >
              > Does anybody have any ideas, regarding what could be causing the stateful bean
              > remote interface not to be providing failover info.
              >
              > Also is it true that you can have only one JMS destination queue/topic per cluster..The
              > JMS cluster targeting doesn't work at the moment, so you need to deploy to individual
              > servers?
              >
              > Thanks
              Coming Soon: Building J2EE Applications & BEA WebLogic Server
              by Michael Girdley, Rob Woollen, and Sandra Emerson
              http://learnweblogic.com
              

Maybe you are looking for

  • Photosmart C309a black ink cartridge will not print

    Hi. I am having problems with my Photosmart Premium C309a printer. It will not print using the black ink cartridge. I pulled this printer out of storage and the original cartridges had run out. I replaced these with brand new cartridges. When printin

  • Beware of Zoomify and Flash CS3!

    Does anyone else have problems getting Zoomifyer for Flash to work in Flash CS3 on Mac OSX? Everytime I launch the Component Inspector in the Zoomify Viewer Component I get an alert saying: "Reference Error ZoomifyFileAPI is not defined". This is one

  • Port &1 segment defn &2 in IDoc type &3 CIM type &4 do not exist

    Hello, I've a question. We would send an standard IDOC from the 4.6C System to our SAP Xi 3.0. I customized the XI with TA IDX1 and IDX2. If we trigger the IDOC to XI I get the follow error message back: Port SAPQ73 segment defn E2EDL20002 in IDoc ty

  • AddVMOption command in SQL developer configuration files

    Greetings developers, I'm a newbie in database and Java world trying to understand what the Oracle sql developer configuration files do by executing AddVMOption commands. I'm guessing this command is something to do with Jdeveloper. Please enlighten

  • When to restart the services OC4J_BI_FORMS & HTTP_SERVER

    During the deployment of our application on the 10G application server, we generally make entries in the following files: 1) Default. 2) fmrweb.res 3) forms90 4) formsweb and 5) registry files. but i am not sure changes into which files needs me to r